@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');


html {
	font-size: 4.5vw;
}

@media (min-width:576px) {
	html {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

:root {
  --bs-breadcrumb-divider: "＞";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.8em;
	letter-spacing: 0.05rem;
	color: #222222;
}

body a {
	text-decoration: none;
}
body a:hover {
	color: #BBE9F9 !important;
	text-decoration: none;
	transition-duration: 0.3s;
}
body a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.3s;
}

header, footer {
	overflow: hidden;
}

main {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

main img {
	width: 100%;
}

main p {
	text-align: justify;
	color: #3f3f3f;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

@media (min-width:576px) {
	.mb-md-30 {
		margin-bottom: 30px !important;
	}
	
	.mb-md-40 {
		margin-bottom: 40px !important;
	}	
	
	.mb-md-50 {
		margin-bottom: 50px !important;
	}	
	
	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}	
	
	.mb-md-80 {
		margin-bottom: 80px !important;
	}	
}

@media (min-width: 992px) {
	.mb-lg-30 {
		margin-bottom: 30px !important;
	}
	
	.mb-lg-40 {
		margin-bottom: 40px !important;
	}
	
	.mb-lg-50 {
		margin-bottom: 50px !important;
	}
	
	.mb-lg-60 {
		margin-bottom: 60px !important;
	}
	
	.mb-lg-70 {
		margin-bottom: 70px !important;
	}
	
	.mb-lg-80 {
		margin-bottom: 80px !important;
	}
	
	.mb-lg-90 {
		margin-bottom: 90px !important;
	}	
}

@media (min-width: 1200px) {
	.mb-xl-30 {
		margin-bottom: 30px !important;
	}
	
	.mb-xl-40 {
		margin-bottom: 40px !important;
	}	
	
	.mb-xl-50 {
		margin-bottom: 50px !important;
	}
	
	.mb-xl-60 {
		margin-bottom: 60px !important;
	}
	
	.mb-xl-90 {
		margin-bottom: 70px !important;
	}
	.mb-xl-90 {
		margin-bottom: 80px !important;
	}
	
	.mb-xl-90 {
		margin-bottom: 90px !important;
	}
	
	.mb-xl-100 {
		margin-bottom: 100px !important;
	}	
}

@media (max-width: 575px) {
	.container {
		width: 94%;
		margin: 0 auto;
	}
}

/*///////////////// ヘッダー ///////////////////*/
header {
	width: 100%;
	background-color: #fff !important;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	height: 50px;
}
header .c-name {
	width: 75%;
}
header .c-name img {
	height: 50px;
	display: block;
	margin-right: 0.25rem;
}

header .c-name p {
	font-family: 'Noto Serif JP', serif;
	color: #222222;
}

header .c-name p strong {
	font-size: 1rem;
	vertical-align: -0.4rem;
}

header .tel {
	background-color: #2493ba;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 3;
}
header .tel img {
	width: 26px;
	display: block;
	margin: 0.1rem auto;
}
header .tel p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: -0.5rem;
}

header .toggle_btn {
	background-color: #203864;
}

header .toggle_btn p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: 25px;
}



@media (min-width: 768px) {
	header {
		height: 70px;
	}
	
	header .c-name {
		padding: 0 auto;
	}
	
	header .c-name img {
		height: 70px;
		margin-right: 0.8rem;
	}
	header .toggle_btn p {
		font-size: 0.85rem;
		margin-top: 43px;
	}

	header .c-name p strong {
		font-size: 1.4rem;
		vertical-align: 0;
	}	
}

@media (min-width: 1200px) {
	header {
		height: 80px;
	}
	
	header .d-xl-flex {
		width: 100%;
		max-width: 1600px;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	
	header .c-name {
		width: auto;
	}
	
	header .c-name img {
		height: 80px;
		padding: 2px 0;
	}		
	
	header .tel-pc {
		font-family: 'Noto Serif JP', serif;
		width: auto;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: right;
		padding-top: 0.5rem;
	}
	
	header .tel-pc img {
		width: 1.3rem;
		vertical-align: -0.1rem;
	}
	
	header .tel-pc span {
		font-size: 0.8rem;
		font-weight: 400;
		display: block;
		margin-right: -0.5rem;
	}
	
	header .gnav-pc {
		width: auto;
		padding-top: 1.2rem;
	}
	
	header .gnav-pc ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		width: auto !important;
	}
	
	header .gnav-pc ul li a {
		display: block;
		font-size: 0.95rem !important;
		text-align: right !important;
		padding-left: 2rem !important;
		color: #222222;
	}			
}

@media (min-width: 1300px) {
	header .c-name {
		width: 20%;
	}
}

@media (min-width: 1400px) {
	header .c-name {
		width: 24%;
	}
	
	header .gnav-pc ul li a {
		padding-left: 2.5rem !important;
	}	
}

@media (min-width: 1500px) {
	header .c-name {
		width: 28%;
	}
}

@media (min-width: 1600px) {
	header .c-name {
		width: 32%;
	}
	header .gnav-pc ul li a {
		padding-left: 3rem !important;
	}		
}	

/*////////////////// ヘッダーnav ///////////////////*/
@media (max-width: 1200px) {
	header nav {
		display: block;
		position: fixed;
		top: 0;
		left: -1200px;
		bottom: 0;
		width: 300px !important;
		background: rgba(255,255,255,1.00);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
		opacity: 0;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	header nav .inner {
		padding: 0;
	}
	header nav .inner .title {
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-style: normal;
		color: #203864;
		font-size: 1.4rem;
		padding: 1.5rem 1rem 0;
		margin-bottom: 0;
	}
	header nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header nav .inner ul li {
		position: relative;
		margin: 0;
		border-bottom: 1px solid #222222;
	}
	header nav .inner ul li a {
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-style: normal;
		display: block;
		color: #222222;
		font-size: 1.1rem;
		padding: 1.2rem 1rem;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}

	header nav .inner ul li a:hover {
		background: #203864;
		color: #fff !important;
		transition-duration: 0.3s;
	}
}

@media screen and (max-width: 767px) {
	header nav {
		left: -767px;
		width: 220px;
	}
	
	header nav .inner ul li a {
		padding: 1rem;
	}	
}

/*////////////////// toggle_btn ///////////////////*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
	background-color: #1b3459;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 9px;
}
.toggle_btn span:nth-child(2) {
	top: 18px;
}
.toggle_btn span:nth-child(3) {
	bottom: 20px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

@media (min-width: 768px) {
	.toggle_btn {
		width: 70px;
		height: 70px;
	}
	.toggle_btn span {
		left: 13px;
		width: 44px;
	}
	.toggle_btn span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn span:nth-child(2) {
		top: 28px;
	}
	.toggle_btn span:nth-child(3) {
		top: 42px;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(14px) rotate(-315deg);
		transform: translateY(14px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(315deg);
		transform: translateY(-14px) rotate(315deg);
	}
}

/*////////////////// #mask ////////////////////*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}

/*//////////////////  メインビジュアルTOP ////////////////*/
.mv {
	position: relative;
}

.mv .title1 {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	text-align: center;
	letter-spacing: 0.25rem;
	background-color: rgba(0,0,0,0.35);
	padding: 0.6rem 0;
}

.mv .title1 h1 {
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.7em;
}

.mv .title1 span {
	color: #d9e021;
}

.mv .title1 .page-title {
	font-family: 'Playfair Display', serif;
	font-size: 2.8rem;
	line-height: 1.15em;
	font-weight: 500;
	letter-spacing: 0.15rem;
	color: #fff !important;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.6);
	display: block;
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.mv .title1 {
		letter-spacing: 0.4rem;
		background-color: rgba(0,0,0,0.00);
		padding: 0;
	}
	.mv .title1 h1 {
		font-size: 1.2rem;
	}

	.mv .title1 .page-title {
		font-size: 3rem;
		letter-spacing: 0.25rem;
		margin-bottom: 0.25rem;
	}
}

@media (min-width: 992px) {
	.mv .title1 {
		letter-spacing: 0.6rem;
	}
	.mv .title1 img {
		width: 80%;
	}
	
	.mv .title1 .page-title {
		font-size: 3.6rem;
	}
}

@media (min-width: 1200px) {
	.mv .title1 h1 {
		font-size: 1.6rem;
		margin-bottom: 1.0rem;
	}
	.mv .title1 img {
		width: 72%;
	}
	
	.mv .title1 .page-title {
		font-size: 5.4vw;
	}
}


/*//////////////////  メインビジュアル下層 ////////////////////*/
.mv .title2 {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	display: block;	
}

.mv .title2 .page-title {
	font-family: 'Playfair Display', serif;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.15rem;
}

.mv .title2 h1 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 0;
	letter-spacing: 0.15rem;
}


@media (min-width: 768px) {
	.mv .title2 .page-title {
		font-size: 2.4rem;
	}	
}


@media (min-width: 992px) {
	.mv .title2 .page-title {
		font-size: 2.6rem;
	}
}



@media (min-width: 1200px) {
	.mv .title2 .page-title {
		font-size: 3rem;
	}

	.mv .title2 h1 {
		font-size: 1.3rem;
	}	
}


picture source, picture img {
	width: 100%;
}


/*////////////////// 下層タイトル下ライン ////////////////////*/	
.title2-line-white {
	width: 40px;
	display: block;
	margin: 0.8rem auto 0.5rem;
	border-bottom: 2px solid #fff;
	border-top: none;
	opacity: 1.0;
}

@media (min-width: 768px) {
	.title2-line-white {
		margin: 1.2rem auto 0.8rem;
	}
}

@media (min-width: 992px) {
	.title2-line-white {
		margin: 1.4rem auto 0.8rem;
	}
}

@media (min-width: 1200px) {
	.title2-line-white {
		margin: 1.6rem auto 0.8rem;
	}
}


/*//////////////////  フッター ////////////////////*/
footer {
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.6em;
	background-color: #203864;
	color: #fff;
}

footer .info {
	padding: 1.5rem 0 0.8rem;
}

footer .c-name {
	font-family: 'Noto Serif JP', serif;
}

footer .c-name a strong {
	font-size: 1.35rem;
	color: #fff;
	display: block;
	margin-bottom: 0.6rem;
}

footer .c-name p {
	font-family: 'Noto Sans JP', sans-serif;
}

footer .logo {
	width: 64%;
	display: block;
	margin: 0.5rem auto;
}
footer .num span {
	font-size: 1.55rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
}

footer .num span:hover {
	color: #BBE9F9;
	transition-duration: 0.3s;
}

footer .num img {
	width: 1.4rem;
	vertical-align: -0.2rem;
}

footer .copy {
	padding: 0.8rem 0.4rem;
	color: #fff;
	font-size: 0.58rem;
	line-height: 1em;
	text-align: center;
	background-color: #4e5a6d;
	margin: 0;
}

@media (min-width: 768px) {
	footer {
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.7em;
		text-align: left;
	}
	
	footer .container {
		width: 680px;	
	}
	
	footer .info {
		padding: 2rem 0 0.8rem;
	}
	
	footer .gnav {
		margin-left: -1.0rem !important;
	}
	
	footer .gnav a {
		margin: 0 1.0rem !important;
		font-style: normal;	
		color: #fff;
	}	

	footer .logo {
		width: 66%;
		margin: 0.5rem auto 1rem 0;
	}
	
	footer .num {
		padding-right: 0.5rem;
		padding-top: 0.8rem !important;
	}
	
	footer .num span {
		font-size: 1.8rem;
	}	

	footer .num img {
		width: 1.6rem;
		vertical-align: -0.2rem;
	}

	footer .copy {
		font-size: 0.65rem;
		line-height: 1em;
		text-align: right;
		background-color: rgba(78,90,109,0.00);
		line-height: 1.7em;
	}	
}

@media (min-width: 992px) {	
	footer {
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.7em;
		text-align: left;
	}
	
	footer .container {
		width: 880px;
	}

	footer .gnav {
		margin-left: -0.8rem;
	}
	
	footer .gnav a {
		margin: 0 0.8rem;
		font-style: normal;	
		color: #fff;
	}	

	footer .logo {
		width: 320px;
		margin: 0 auto 0.8rem 0;
	}
	
	footer .num {
		padding-top: 2.3rem !important;
	}
	
	footer .num span {
		font-size: 1.9rem;
	}	

	footer .num img {
		width: 1.6rem;
		vertical-align: -0.2rem;
	}

	footer .copy {
		font-size: 0.65rem;
		line-height: 1em;
		text-align: right;
		background-color: rgba(78,90,109,0.00);
		line-height: 1.7em;
		padding-top: 1.25rem;
	}	
}

@media (min-width: 1200px) {	
	footer .container {
		width: 900px;
	}
}

/*//////////////////  ボタン ////////////////////*/
.btn1 {
	display: block;	
	margin: 0 auto;
	width: 70%;
}
.btn1 a {
	color: #fff;
	text-align: center;
	background-color: #4d4d4d;
	display: block;
	width: 100%;
	padding: 0.6rem;	
}

.btn1 a:hover {
	color: #fff !important;
	background-color: #BBE9F9;
	text-decoration: none;
	transition-duration: 0.3s;
}

@media (min-width: 768px) {
	.btn1 {
		width: 38%;
	}
}

@media (min-width: 992px) {	
	.btn1 {
		width: 260px;
	}
	
	.btn1 a {
		padding: 1rem 0.6rem;	
	}	
}


/*//////////////////  ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #3A3A3A !important;
}
#pageTop a:hover {
	opacity: 0.7;
}
#pageTop a img {
	width: 44%;
	display: block;
	margin: 0 auto;
	padding-top: 0.9rem;
}



/*//////////////////  パンくず ///////////////////*/
.pan {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #3f3f3f;
}

/*////////////////// セクション見出し ////////////////////*/	
section h1 {
	font-family: 'Playfair Display', serif;
	font-size: 1.65rem;
	text-align: center;
}

@media (min-width: 992px) {
	section h1 {
		font-size: 1.75rem;
	}
}


/*////////////////// 見出し下ライン ////////////////////*/	
.title-line-black {
	width: 40px;
	display: block;
	margin: 0 auto 0.5rem;
	border-bottom: 2px solid #222222;
	border-top: none;
	opacity: 1.0;
}

.title-line-white {
	width: 40px;
	display: block;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
	border-top: none;
	margin-bottom: 0.5rem;
	opacity: 1.0;
}

@media (min-width: 992px) {
	.title-line-black {
		margin: 0.8rem auto;
	}

	.title-line-white {
		margin: 0.8rem auto;
	}
}


/*////////////////// セクション見出し-下層 ////////////////////*/	
section .under h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 992px) {
	section .under h1 {
		font-size: 1.65rem !important;
	}
}


/*////////////////// 色設定 ////////////////////*/	
section .bg-glay {
	background-color: #f2f2f2;
}


/*////////////////// コンタクトページへ ////////////////////*/	
.go-contact {
	background-image: url(../../images/common/contact-sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 1.0rem;
}

.go-contact .box-contact {
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 1rem;
}

.go-contact .box-contact:hover {
	color: #BBE9F9;
	transition-duration: 0.3s;
}	

.go-contact .box-contact h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.65rem;
	letter-spacing: 0.1rem;
}

.go-contact .box-contact h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	display: block;
	margin-bottom: 1rem;
}

.go-contact .box-contact h3 img {
	width: 1.2rem;
	display: inline-block;
	margin-left: 0.3rem;
	vertical-align: -0.2rem
}

.go-contact .box-contact p {
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0;
}


@media (min-width: 768px) {
	.go-contact {
		background-image: url(../../images/common/contact-pc.jpg);
		padding: 1.2rem;
	}

	.go-contact .box-contact {
		padding: 1.2rem;
	}

	.go-contact .box-contact h2 {
		font-size: 1.8rem;
	}

	.go-contact .box-contact p {
		font-size: 1rem;
	}
}


@media (min-width: 1200px) {
	.go-contact {
		padding: 1.6rem;
	}

	.go-contact .box-contact {
		padding: 1.6rem;
	}

	.go-contact .box-contact h2 {
		font-size: 2rem;
	}
}


/*//////////////////  注意書き ///////////////////*/
section .note {
	font-size: 0.75rem;
	color: #666666;
	display: block;
	padding: 1em;
	text-indent: -1em;	
}


@media (min-width: 768px) {
	section .note {
		font-size: 0.85rem;
	}
}

/*//////////////////  電話番号リンクをスマホのみ有効 ///////////////////*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}