@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/
.tel_ico2{
	color: #454545;
	font-size: 19px;
	line-height: 1;
	padding-right: 5px;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.tel2{
	color: #454545;
	font-size: 25px;
	line-height: 0.8;
	font-weight: 400;
	/*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}
.footer-tel2{
	font-size: 27px;
	font-weight: 600;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*======= TOPページ ======*/
/**/
.flex04{
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	align-items: center;/*垂直方向真ん中に配置*/
}
/**/
.kakomi-p01 {
	padding: 3px 7px 2px 7px;
	background-color: var(--main-color);
	/*border: 1px solid #aeaeae;*/
	border-radius: 5px;
	color: #fff;
	font-size: 0.65em;
	text-align: center;
	display: flex;
	align-items: center;
	margin: auto 10px auto 0;
}

/*ご挨拶*/
.greeting {
	/*padding: clamp(40px, 6vw, 90px) 0;*/
	padding: clamp(50px, 6vw, 90px) 0 clamp(10px, 6vw, 40px) 0;
	/*background-image: url(../img/bg_01.png);
	background-position: bottom center;
	background-size: cover;*/
}
/*section1*/
.sec1 {
	padding: 20px 0 clamp(50px, 6vw, 90px) 0;
	background-color: #fff;
	background-image: url(../img/bg_01.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.sec1 {
		background-size: 100%;
	}
}

/*文字ボタン*/
.btwi{
	display: block;
	margin: 10px auto 5px auto;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 568px) {
	.btwi{
		width: 100%;
	}
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 37px;
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	padding: 0 32px 0 20px;
	border-radius: 20px;
}
.btn07 a {
	background-color: var(--main-color);
	border: 1px solid transparent;
	font-size: clamp(13px, 1.4vw, 15px);
}
.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
}
.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}
.btn07 a:hover {
	background-color: #e4c000;
}
.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}


/*3つ*/
.sec1-item {
	/*padding-bottom: 2vw;*/
	box-sizing: border-box;
	/*background-color: rgba(36, 36, 36, 0.2);*/
	/*border-radius: 5px;*/
	padding: 12px;
}
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 20px;
}
@media (max-width: 768px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.sec1-item p{
	font-size: 80%;
	text-align: justify;
	line-height: 1.5;
}
/**/
.sec1 h4{
	font-size: clamp(15px, 1.6vw, 19px);
	margin: 7px 0 10px 0;
	text-align: center;
	border-bottom: 2px dotted #338e9d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* 見出し */
.lowerPage-heading-decoration-top{
	font-size: clamp(25px, 2.2vw, 30px);
	min-height: 0vw;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
	color: var(--accent-color1);
	font-weight: 600;
	margin-top: 2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*
.lowerPage-heading-decoration-top::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px var(--main-color);
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
}
*/
.lowerPage-heading-decoration-top + p {
	margin-bottom: 2em;
	color: var(--accent-color2);
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}
/**/
.i-icon01 {
	display: inline-block;
	height: 45px;
	vertical-align: middle;
	margin: 0 5px 1px 0;
}
.i-icon02 {
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	margin: 0 5px 1px 0;
	padding-bottom: 5px;
}
/**/
.imgdeco{
	box-shadow: 10px 10px 0 var(--accent-color1);
	margin-bottom: 20px;
}


/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}





/*======= guide ======*/
/*利用案内*/

.guide_greeting {
	padding: 0px 0 70px 0;
	background-color: #fff;
}
/**/
.guide_sec1 {
	padding: 90px 0 60px 0;
	background-color: #eef5f6;
}
/*3つ*/
.guide_sec1-item {
	box-sizing: border-box;
}
.guide_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 20px;
}
@media (max-width: 768px) {
	.guide_sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.guide_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*H4*/
.guide_sec1-item h4{
	text-align: center;
	margin: 5px 0;
}
/**/
.guide_sec1 h3.heading-decoration {
	font-size: clamp(25px, 2.3vw, 30px);
	min-height: 0vw;
	font-weight: 400;
	color: #444;
	text-align: left;
}
.guide_sec1 h3.heading-decoration::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px var(--main-color);
	margin-top: 0.1em;
}
.guide_sec1 h3.heading-decoration + p {
	margin-top: 0.2em;
	margin-bottom: 0.7em;
	color: #a8a8a8;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}
@media screen and (max-width: 568px) {
	.guide_sec1 h3.heading-decoration {
		text-align: center;
	}
}
/**/
.lsp{
	letter-spacing: .14rem;
}
/*H5*/
.guide_sec1 h5{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.5;
	background-color: rgb(204, 225, 227);
	margin-bottom: 10px;
	padding: 3px 5px 2px 5px;
	border-bottom: 1px dotted #4e4e4e;
}
/*リスト*/
ul.list-gui{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding: 0 5px;
	margin-bottom: 10px;
}
ul.list-gui li{
	position:relative;
	padding: 0 0 0 17px;
	font-weight: 400;
	font-size: clamp(13px, 1.2vw, 13px);
	line-height: 25px;
	border-bottom: dashed 1px #777;
}
ul.list-gui li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background: #777;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.list-gui li:after{
/*三角部分*/
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	height: 0;
	width: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/**/
@media screen and (min-width: 768px) {
	.nini768{
		display: none;
	}
}

/*＼　／でタイトルを囲む*/
.sec3-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	border: 0;
	color: #da9d0a;
	margin: 10px;
}

.sec3-heading::before,
.sec3-heading::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: var(--main-color);
}
.sec3-heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.sec3-heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}



/**/
.guide_sec2 {
	padding: var(--v-space2) 0 50px 0;
	background-color: #fff;
}
/*カギカッコ見出し*/
.hkagi {
	width: fit-content;
	/*margin: 0 auto;*/
	position: relative;
	padding: 0.7em 1.5em;
	text-align: center;
	color: #000;
}
.hkagi:before,
.hkagi:after {
	position: absolute;
	content: '';
}
.hkagi:after {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-top: 2px solid #294573;
	border-left: 2px solid #294573;
}
.hkagi:before {
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-right: 2px solid #294573;
	border-bottom: 2px solid #294573;
}



/*Gallery*/
.guide_sec3 {
	padding: 20px 0 var(--v-space2) 0;
}
/*4つ*/
.guide_sec3-item {
	padding-bottom: 2vw;
}
.guide_sec3-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 20px;
}
@media (min-width: 568px) {
	.guide_sec3-item-container {
		grid-template-columns: repeat(4, 1fr);
	}
}



/* FAQ */
.faq_sec1 {
	/*padding: clamp(50px, 4vw, 50px) 0;*/	/*ページ内カテゴリーの場合*/
	padding: var(--v-space) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	background-color: #eef5f6;
}
/*通常デザイン*/
div.faq p.b {
	font-weight: 600;
}
div.faq p.b::first-letter {
	color: var(--main-color);
	/*font-size: 110%;*/
	font-weight: 400;
}
div.faq p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
div.faq p::first-letter {
	color: var(--accent-color2);
	/*font-size: 110%;*/
}






/*======= info ======*/
/*施設情報*/
.info_sec1{
	padding: 0px 0 100px 0;
}
/**/
.bg_b {
	/*background: rgb(230, 240, 240, 0.5);*/
	padding: 30px;
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	color: var(--accent-color1);
	border-bottom: 1px solid #79b5b7;
	padding: 10px 5px;
	width: 7em;
}
.info2 {
	border-bottom: 1px solid #79b5b7;
	padding: 10px 5px;
	/*width: 400px;*/
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9.5em;
	color: #000;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
		font-size: 95%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}
/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0;
	background-color: #eef5f6;
}
/**/
.kukuri {
	margin: 0 0 20px 0;
	padding: 15px 30px;
	background-color: rgba(255,255,255,0.85);
	border: 4px double #bbb;
}
/**/
ul.accesstable{
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 20px;
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 5px;
	padding-left: 0;
}
ul.accesstable li {
	width: calc((100% - 42px) / 3);
	font-size: clamp(13px, 1.3vw, 14px);
}
@media (max-width: 768px) {
	ul.accesstable li {
		width: calc((100% - 26px) / 2);
	}
}
@media (max-width: 568px) {
	ul.accesstable li {
		width: 100%;
	}
}




