@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #1F1F1F;
	text-decoration: none;
}
a:visited {
	color: #1F1F1F;
}
a:hover {
	color: #1F1F1F;
}
a:active {
	color: #1F1F1F;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #1F1F1F;
	font-size: 1.4rem;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	border-top: 9px #000 solid;
	border-bottom: 30px #000 solid;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
		line-height: 1.8;
		border-width: 9px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.font {
	font-family: 'Source Serif Pro', serif;
	font-family: 'Noto Serif JP', serif;
}
.content {
	margin: 0 auto 97px;
	max-width: 960px;
}
.headLine01 {
	margin-bottom: 39px;
	color: #000000;
	font-size: 3rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	text-align: center;
}
.headLine01 span {
	margin-top: 15px;
	display: block;
	color: #7C0909;
	font-size: 1.5rem;
}
.headLine02 {
	margin-bottom: 59px;
	padding-bottom: 22px;
	color: #000000;
	font-size: 3rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	border-bottom: 1px solid #707070;
}
.headLine02 span {
	margin-top: 15px;
	display: block;
	color: #7C0909;
	font-size: 1.5rem;
}
.headLine03 {
	padding: 7px 2px 14px;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	background-color: #B55496;
}
.headLine03 + p {
	margin-top: 20px;
}
.comLinkUl {
	margin: -59px 0 27px;
	display: flex;
	flex-wrap: wrap;
}
.comLinkUl li {
	margin: 59px 90px 0 0;
	width: 260px;
}
.comLinkUl li a {
	display: block;
}
.comLinkUl li a:hover {
	opacity: 0.7;
}
.comLinkUl li:nth-child(3n) {
	margin-right: 0;
}
.comLinkUl li .photo {
	margin-bottom: 4px;
	padding-bottom: 75%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.comLinkUl li .ttl {
	margin-bottom: 10px;
	width: 78px;
	padding: 7px 2px 6px;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #0071A0;
	height: auto;
	overflow: inherit;
}
.comLinkUl li .ttl02 {
	background-color: #58398A;
}
.comLinkUl li .ttl03 {
	background-color: #B55496;
}
.comLinkUl li h3 {
	margin-bottom: 5px;
	color: #000;
	font-weight: normal;
	font-size: 1.7rem;
	font-family: 'Noto Serif JP', serif;
}
.comLinkUl li p {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: -0.02em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.comLink {
	margin-bottom: 53px;
}
.comLink a:hover {
	opacity: 0.7;
}
.comBtn a {
	margin: 0 auto;
	padding: 10px 20px 9px;
	width: 216px;
	display: block;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	border-radius: 35px;
	box-sizing: border-box;
	background: #7C0909 url(img/common/arrow.png) no-repeat center right 17px / 5px;
}
.comBtn a:hover {
	opacity: 0.7;
}
#pageTitle {
	margin-bottom: 18px;
}
#pageTitle ul {
	display: flex;
	flex-wrap: wrap;
}
#pageTitle ul li {
	font-size: 1.2rem;
	font-weight: 500;
}
#pageTitle ul li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 auto 60px;
		max-width: inherit;
		padding: 0 20px;
	}
	.headLine01 {
		margin-bottom: 30px;
		font-size: 2.4rem;
		line-height: 1.2;
	}
	.headLine01 span {
		margin-top: 8px;
		font-size: 1.4rem;
	}
	.headLine03 {
		padding: 12px 2px;
		font-size: 2.4rem;
	}
	.comLinkUl {
		margin: 0 0 27px;
		display: block;
	}
	.comLinkUl li {
		margin: 30px 0 0;
		width: auto;
	}
	.comLinkUl li h3 {
		margin-bottom: 2px;
	}
	#pageTitle {
		margin: 50px 0 16px;
	}
	.headLine02 {
		margin-bottom: 30px;
		padding-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.headLine02 span {
		margin-top: 10px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin: -66px 0 70px;
}
.index .recommended {
	margin-bottom: 98px;
}
.index .about {
	margin-bottom: 120px;
}
.index .about .headLine01 {
	margin-bottom: 73px;
}	
.index .about .imgBox {
	display: flex;
	align-items: center;
}
.index .about .imgBox .photoBox {
	margin-right: 33px;
	width: 480px;
}
.index .about .imgBox .textBox {
	margin-top: 5px;
	flex: 1;
}
.index .about .imgBox p {
	margin-bottom: 10px;
}
.index .about .comBtn a {
	margin: 0;
}
.index .news {
	margin-bottom: 222px;
}
.index .news .headLine01 {
	margin-bottom: 34px;
}
.index .news .listUl {
	border-top: 1px solid #707070;
}
.index .news .listUl li {
	padding: 27px 45px 26px;
	border-bottom: 1px solid #707070;
}
.index .news .listUl li a:hover {
	opacity: 0.7;
}
.index .news .listUl span {
	margin-right: 20px;
	min-width: 120px;
	display: inline-block;
}
@media all and (max-width: 767px) {
	.mainVisual {
		margin: 0 0 70px;
	}
	.mainVisual .img {
		height: 250px;
		overflow: hidden;
	}
	.mainVisual .img img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.index .recommended {
		margin-bottom: 50px;
	}
	.index .about {
		margin-bottom: 60px;
	}
	.index .about .headLine01 {
		margin-bottom: 40px;
	}	
	.index .about .imgBox {
		display: block;
	}
	.index .about .imgBox .photoBox {
		margin: 0 0 30px;
		width: auto;
	}
	.index .about .imgBox .textBox {
		margin-top: 0;
	}
	.index .about .comBtn a {
		margin: 0 auto;
	}
	.index .news .listUl li {
		padding: 15px 5px;
	}
	.index .news .listUl span {
		margin: 0 0 5px;
		min-width: inherit;
		display: block;
	}
	.index .news {
		margin-bottom: 111px;
	}
}
/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
.news_detail h2 {
	margin-bottom: 18px;
	color: #000000;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}
.news_detail .inner .img {
	margin-bottom: 16px;
}
.news_detail .inner .img img {
	width: 100%;
}
.news_detail .inner p {
	margin-bottom: 80px;
}
.news_detail .inner {
	margin-bottom: 139px;
}
@media all and (max-width: 767px) {
	.news_detail h2 {
		margin-bottom: 25px;
		font-size: 2.2rem;
	}
	.news_detail .inner {
		margin-bottom: 100px;
	}
	.news_detail .inner p {
		margin-bottom: 50px;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news .innBox {
	margin-bottom: 234px;
}
.news #pageTitle {
	margin-bottom: 18px;
}
.news .linkUl {
	margin-bottom: 66px;
}
.news .linkUl li {
	margin-bottom: 50px;
}
.news .linkUl li:last-child {
	margin-bottom: 0;
}
.news .linkUl li a {
	display: flex;
}
.news .linkUl li a:hover {
	opacity: 0.7;
}
.news .linkUl .photoBox {
	width: 224px;
	margin-right: 20px;
	padding-bottom: 17.5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news .linkUl .textBox {
	margin-top: 1px;
	flex: 1;
} 
.news .linkUl h3 {
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
}
.news .linkUl h3 span {
	margin-right: 18px;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-top: 6px;
}
@media all and (max-width: 767px) {
	.news .innBox {
		margin-bottom: 120px;
	}
	.news .linkUl li a {
		display: block;
	}
	.news .linkUl .photoBox {
		width: auto;
		margin: 0 0 20px;
		padding-bottom: 74.5%;
	}
	.news .linkUl .textBox {
		margin-top: 0;
	}
	.news .linkUl li {
		margin-bottom: 30px;
	}
	.news .linkUl h3 {
		margin-bottom: 10px;
		display: block;
		font-size: 1.8rem;
	}
	.news .linkUl h3 span {
		margin: 0 0 5px;
		font-size: 1.4rem;
		display: block;
	}
}
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 2px 6px 1px;
	margin: 0 10px;
	color: #1F1F1F;
	font-size: 1.4rem;
	display: inline-block;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #000000 !important;
	min-width: 33px;
	box-sizing: border-box;
}
.wp-pagenavi span.current {
	background-color: #000000;
	color: #fff;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: #000000;
		color: #fff;
	}
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	background-color: #000000;
	color: #fff;
}
@media all and (max-width: 767px) {
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 4px 7px 3px;
		margin: 0 5px;
		font-size: 1.4rem;
		min-width: 30px;
	}
}
/*------------------------------------------------------------
	aboutBox
------------------------------------------------------------*/
.aboutBox .innBox {
	margin-bottom: 199px;
}
.aboutBox .headLine02 {
	margin-bottom: 39px;
}
.aboutBox .imgBox {
	margin-bottom: 79px;
	display: flex;
	justify-content: space-between;
}
.aboutBox .imgBox .textBox {
	max-width: 365px;
}
.aboutBox .imgBox .photoBox {
	margin-top: 8px;
	max-width: 540px;
}
.aboutBox .imgBox h3 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}
.aboutBox .imgBox p {
	font-size: 1.4rem;
	font-weight: 500;	
}
.aboutBox .listUl {
	margin: -21px 0 10px;
	display: flex;
	flex-wrap: wrap;
}
.aboutBox .listUl li {
	width: 224px;
	margin: 21px 21px 0 0;
}
.aboutBox .listUl li:nth-child(4n) {
	margin-right: 0;
}
.aboutBox .listUl li a {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 75%;
}
.aboutBox .listUl li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.aboutBox .listUl li a p {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
	min-width: 100px;
	text-align: center;
	border-radius: 14px;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 1px 5px 3px;
	box-sizing: border-box;
	margin-top: 8px;
}
.aboutBox .listUl li a:hover {
	opacity: 0.7;
}
.aboutBox .node {
	margin-bottom: 75px;
}
.aboutBox .txtUl {
	margin-top: -30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutBox .txtUl li {
	margin-top: 30px;
	width: 442px;
}
.aboutBox .txtUl h3 {
	margin-bottom: 11px;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
}
@media all and (max-width: 767px) {
	.aboutBox .imgBox {
		margin-bottom: 50px;
		display: block;
	}
	.aboutBox .imgBox .textBox {
		max-width: inherit;
		margin-bottom: 20px;
	}
	.aboutBox .imgBox .photoBox {
		margin-top: 0;
		max-width: inherit;
	}
	.aboutBox .listUl {
		margin: 0 0 10px;
		display: block;
	}
	.aboutBox .listUl li {
		width: auto;
		margin: 21px 0 0;
	}
	.aboutBox .node {
		margin-bottom: 40px;
	}
	.aboutBox .txtUl {
		margin-top: 0;
		display: block;
	}
	.aboutBox .txtUl li {
		margin-top: 20px;
		width: auto;
	}
	.aboutBox .innBox {
		margin-bottom: 100px;
	}
}
/*------------------------------------------------------------
	about_detail
------------------------------------------------------------*/
.about_detail #pageTitle {
	margin-bottom: 32px;
}
.about_detail .photo {
	margin-bottom: 18px;
}
.about_detail .photo img {
	width: 100%;
}
.about_detail p {
	margin-bottom: 29px;
}
.about_detail .btn {
	margin-bottom: 95px;
}
.about_detail .btn a {
	margin: 0 auto;
	padding: 10px 10px 9px;
	display: block;
	width: 216px;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	box-sizing: border-box;
	border-radius: 27px;
	background-color: #B55496;
}
.about_detail .btn a:hover {
	opacity: 0.7;
}
.about_detail .listUl {
	margin: -62px 0 65px;
	display: flex;
	flex-wrap: wrap;
}
.about_detail .listUl li {
	margin: 62px 21px 0 0;
	width: 224px;
}
.about_detail .listUl li:nth-child(4n) {
	margin-right: 0;
}
.about_detail .listUl li .img {
	margin-bottom: 11px;
}
.about_detail .listUl li .img img {
	height: 168px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.about_detail .listUl h3 {
	margin-bottom: 8px;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}
.about_detail .listUl p {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.33;
}
@media all and (max-width: 767px) {
	.about_detail .btn {
		margin-bottom: 50px;
	}
	.about_detail .listUl {
		margin: 0 0 40px;
		display: block;
	}
	.about_detail .listUl li {
		margin: 40px 0 0;
		width: auto;
	}
	.about_detail .listUl li .img {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 75%;
		overflow: hidden;
	}
	.about_detail .listUl li .img img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
/*------------------------------------------------------------
	recommended
------------------------------------------------------------*/
.recommended .headLine02 {
	margin-bottom: 30px;
}
.recommended .linkImg {
	margin-bottom: 47px;
}
.recommended .linkImg a {
	display: block;
}
.recommended .linkImg a:hover {
	opacity: 0.7;
}
.recommended .comLinkUl {
	margin-bottom: 65px;
}
@media all and (max-width: 767px) {
	.recommended .comLinkUl {
		margin-bottom: 50px;
	}
}
/*------------------------------------------------------------
	recommended_detail
------------------------------------------------------------*/
.recommended_detail #pageTitle {
	margin-bottom: 26px;
}
.recommended_detail .inner h2 {
	margin-bottom: 18px;
	font-size: 3rem;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
}
.recommended_detail .inner h2 span {
	margin-top: 4px;
	width: 78px;
	padding: 6px 2px 7px;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #0071A0;
}
.recommended_detail .inner .img {
	margin-bottom: 33px;
}
.recommended_detail .inner .img img {
	width: 100%;
}
.recommended_detail .inner h3 {
	margin-bottom: 18px;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}
.recommended_detail .inner p {
	margin-bottom: 42px;
}
.recommended_detail .inner dl {
	margin-bottom: 63px;
	border-bottom: 1px solid #707070;
}
.recommended_detail .inner dt,
.recommended_detail .inner dd {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}
.recommended_detail .inner dt {
	padding: 28px 0 0 45px;
	float: left;
	font-weight: bold;
}
.recommended_detail .inner dd {
	padding: 27px 0 26px 186px;
	border-top: 1px solid #707070;
}
.recommended_detail .inner dd a:hover {
	opacity: 0.7;
}
.site {
	max-width: inherit !important;
}
@media all and (max-width: 767px) {
	.recommended_detail .inner h2 {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	.recommended_detail .inner .img {
		margin-bottom: 16px;
	}
	.recommended_detail .inner h2 span {
		width: 70px;
		padding: 6px 2px 7px;
	}
	.recommended_detail .inner h3 {
		margin-bottom: 13px;
		font-size: 1.8rem;
	}
	.recommended_detail .inner p {
		margin-bottom: 35px;
	}
	.recommended_detail .inner dt {
		padding: 0 0 5px;
		float: none;
	}
	.recommended_detail .inner dd {
		padding: 0 0 15px;
		border-bottom: 1px solid #707070;
		border-top: none;
		margin-bottom: 15px;
	}
	.recommended_detail .inner dl {
		margin-bottom: 50px;
		border-bottom: none;
		border-top: 1px solid #707070;
		padding-top: 15px;
	}
	.site {
		padding: 0 !important;
	}
	.navbar {
		border: none !important;
	}
	#abn {
		display: none !important;
	}
	.toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover {
		background-color: #111 !important;
	}
	.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {
		background-color: #111 !important;
		color: #fff !important;
	}
}
