@charset "UTF-8";


html,body{overflow-x:hidden;line-height:1.8;font-feature-settings:"palt";font-family: "Noto Sans JP", sans-serif;font-size:16px;font-weight:400;color:#000;background-color:#ccc8db;background-size:auto;background-position:center top;background-repeat:no-repeat;}

a{color:inherit;text-decoration:none;transition:all 0.2s;}
a > img{transition:all 0.2s;}
small{font-size:0.75em;}

i{font-style:normal;font-size:0.7em;}

h1,h2,h3,h4,h5,h6{font-weight:700;position:relative;line-height:1.2;margin:0px;padding:0px;margin:0 0 0.5em 0;font-family: 'Noto Serif JP',serif;box-sizing:border-box;}

h1{font-size:1.625em;background: linear-gradient(to bottom, #bee5f7 0%,#bee5f7 50%,#a9ddf5 50%,#a9ddf5 100%);color:#1e1e87;padding:0.66em 1.5rem;}
h2{font-size:1.5em;border-top:3px solid #1e1e87;border-bottom:3px solid #1e1e87;padding:0.75em 1rem;}
h3{font-size:1.375em;color:#000;border-left:10px solid #1e1e87;padding:0.5em 1rem;background:#e6e6e6;}
h4{font-size:1.25rem;color:#000;padding-left:1.66em;padding:0.5rem 1rem;border-bottom:3px dashed #1e1e87;}
h5{font-size:1.125em;color:#1e1e87;}

sup{font-size:0.4em;}

p{line-height:1.8;}
p.em{font-weight:700;font-size:1.125em;}
p+p{margin-top:1em;}

ul,ol{margin:0px;padding:0px;list-style-type:none;}
ul > li,
ol > li{position:relative;margin:8px 0px;line-height:1.5;padding:0px;}
ul li{position:relative;line-height:1.5;text-align: justify;text-justify: inter-ideograph;}
ul.dot li{padding-left:1.2em;}
ul.dot li:before{content:'';display:block;width:4px;height:4px;border-radius:50%;background:#28323C;position:absolute;left:0.4em;top:0.6em;}
ul.sqe li{padding-left:1.2em;}
ul.sqe li:before{content:'';display:block;width:0.75em;height:0.75em;border-radius:0;background:#1e1e87;position:absolute;left:0.1em;top:0.45em;transform:rotate(-45deg);}
ul.cle li{padding-left:1.2em;}
ul.cle li:before{content:'';display:block;width:0.8em;height:0.8em;border-radius:0;background:#28aae6;border-radius:50%;position:absolute;left:0em;top:0.4em;}

ol{counter-reset: num;}
ol > li{position:relative;line-height:1.6;}
ol > li:before{counter-increment: num;}

ol.num{}
ol.num > li{padding-left:1.2em;position:relative;}
ol.num > li:before{content:counter(num) ".";position:absolute;left:0.1em;top:0.2em;font-weight:500;font-size:0.825em;}
ol.num.kakko > li:before{content:"(" counter(num) ")";color:#333;background:none;left:-0.2em;}
ol.num.sqe > li{}
ol.num.sqe > li:before{content:counter(num,decimal-leading-zero);background:#1e1e87;color:#FFF;line-height:1.4;display:flex;align-items;center;justify-content:center;width:1.5em;height:1.5em;padding:0;top:0.2em;left:-0.2em;font-family: 'Noto Serif JP',serif;}

table{width:100%;margin:2rem 0px;border-collapse:separate; border-spacing:0.25rem;}
table th{text-align:left;padding:0.75em;font-weight:500;font-size:1rem;line-height:1.3;color:#FFF;background:#1e1e87;}
table th.nbsp{background:transparent;}
table td{text-align:left;padding:0.75em;font-weight:500;font-size:1rrem;line-height:1.3;background:#f2f2f2;}
table thead th{text-align:center;}


.serif,.min{font-family: 'Noto Serif JP',serif;}
.center{text-align:center;}
.right{text-align:right;}
.caption{font-size:0.75rem;line-height:1.6;}
.lead{font-size:1.222rem;line-height:1.6;font-weight:500;}

.hidden_cont{display:none;}
.underline{text-decoration:underline;}
a.underline{color:#dc7300;
	&:hover{text-decoration:none;}
}
.inline_blk{display:inline-block;}

.dl_blk{border-top:2px solid #CCC;border-bottom:2px solid #CCC;
	& > dl{display:flex;padding:1em 0;
		&+dl{border-top:1px solid #CCC;}
		& > dt{width:6em;flex-shrink:0;margin-right:1rem;font-weight:700;color:#1e1e87;padding-left:1em;}
		& > dd{font-weight:400;padding-left:1em;}
	}
}

.gmap{
	& iframe{width:100%;height:260px;}
}

.btn{transition:all 0.3s;display:inline-flex;align-items:center;justify-content:center;background:#dc7300;font-family: 'Noto Serif JP',serif;color:#FFF;font-weight:bold;padding:0 2.25em 0 1em;font-size:1em;letter-spacing:0.1em;min-width:12em;position:relative;height:3.6em;line-height:1.4;
	&:after{content:'';display:block;border:0.3em solid transparent;border-left:0.45em solid #FFF;position:absolute;top:50%;margin-top:-0.3em;right:0.6em;}
	&.blk{color:#000;border-color:#000;
		&:after{border-left-color:#000;}
	}
	&:hover{background:#28323C;color:#FFF;}
	&.disable{background:#666;pointer-events:none;}
}

section{padding:0 0;width:100%;position:relative;margin-bottom:3em;
	& > .row{width:100%;max-width:1000px;margin-left:auto;margin-right:auto;}
}

footer{background:#000;padding:0;color:#FFF;
	& .gototop{z-index:999;transition:all 0.3s;position:fixed;bottom:-80px;right:1rem;width:50px;height:50px;background:url(../images/gototop.webp) center center no-repeat;background-size:contain;
		&.active{bottom:9rem;}
	}
	& .copyright{text-align:center;padding-bottom:1.25rem;font-size:0.825rem;}
	& .row{padding:2em 0;width:92vw;max-width:1140px;margin:0 auto;
		& > *{position:relative;}
	}
	
	& .dl_blk_fc > dl{display:flex;align-items:stretch;
		& > dt{border:1px solid #FFF;color:#FFF;font-weight:600;font-size:1rem;letter-spacing:0.05em;margin-right:0.66em;flex-shrink:0;padding:0 0.66em;align-items:center;justify-content:center;display:flex;padding:0 1rem;flex-shrink:0;}
		& > dd{line-height:1.4;font-size:1.125rem;
			& address{font-size:0.825rem;display:block;margin-top:0.2em;
				& a{
					&:hover{text-decoration:underline;}
				}
			}
		}
	}
}


.gm{background:#322471;width:100%;padding:20px;box-sizing:border-box;
	& .gm_cont{
		& ul{
			& > li{margin:0;font-family: 'Noto Serif JP',serif;font-size:1rem;text-justify: none;letter-spacing:-1px;
				&+li{margin-top:2px;}
				& >	a{display:block;padding:0.8em 1.2em 0.8em 0.5em;font-weight:600;position:relative;color:#1e1e87;background:#FFF;padding-right:1.2em;
					&:after{content:'';display:block;position:absolute;right:0.15em;top:50%;margin-top:-2.5px;border:5px solid transparent;border-left:8px solid #1e1e87;}
					&:hover{background:#93d4f2;
					}
					&.disable{color:#E6E6E6;pointer-events:none;
						&:after{border-left-color:#E6E6E6;}
					}
					&.current{background:#93d4f2;pointer-events:none;
						&:after{display:none;}
					}
					@media screen and (max-width: 750px){
					&:after{border-left-color:#FFF;}
					}
				}
			}
		}
	}
}

.bns{
	& a{display:block;margin-top:1rem;}
	& figure{display:block;width:100%;margin:0;
		& img{display:block;box-sizing:border-box;border:5px solid #FFF;width:100%;height:auto;}
		& figcaption{background:#bee5f7;font-family: 'Noto Serif JP',serif;font-size:1rem;display:block;text-align:center;font-weight:700;color:#1e1e87;}
	}
}
.front_row_menu{
	@media screen and (max-width: 750px){
		& a{margin-top:2rem;}
		& .poster{max-width:70%;margin-left:auto;margin-right:auto;}
	}
}





@media screen and (min-width: 1051px){

}

@media screen and (max-width: 1050px){
html,body{font-size:2vw;}
section  > .row{max-width:92vw;width:100%;}


}



@media screen and (min-width: 751px){


main{}

.row.pc_right >*{margin-left:auto;margin-right:0;}
.row.pc_left >*{margin-left:0;margin-right:auto;}
.row.pc_center >*{margin-left:auto;margin-right:auto;}

.contents{width:100vw;max-width:1000px;margin:0 auto;display:flex;flex-direction:row-reverse;justify-content:space-between;}
.contents > main{width:78%;max-width:780px;box-sizing:border-box;background:#FFF;margin-top:0;}
.second .contents > main{margin-top:clamp(105px,16vw,172px);}
.gm_wrap{width:22%;max-width:220px;z-index:1001;
	& .gmenu{position:relative;z-index:1;
		& li{
			& a{display:block;}
		}
	}
}

.panel_btn{display:none;}
.tel{pointer-events:none;}

footer .row.dl_blk_fc{display:flex;gap:2em;}


}

@media screen and (max-width: 750px){
html,body{font-size:3vw;}

.gm_wrap{top:0;right:0;position:fixed;z-index:120;margin-top:0!important;}
.gm{right:-100vw;width:100vw;height:100dvh;position:absolute;overflow-y:scroll;display:block;top:0;background:#322471;margin:0;padding:4.5rem 5vw 5vw;box-sizing:border-box;transition:all 0.3s;
	& .gm_cont{border-top:1px solid #FFF;
		& ul{
			& > li{
				& > a{background:none;border-bottom:1px solid #FFF;color:#FFF;font-size:1.25rem;
					&.current{background:none;}
					&.disable{color:#666;pointer-events:none;
						&:after{border-left-color:#666;}
					}
				}
			}
		}
	}
}

.gm{}
.panel_btn{z-index:1015;width:9vw;height:9vw;position:fixed;right:2vw;top:2vw;cursor:pointer;display:block;background:#1e1e87;
	& > span{height:0.35rem;background:#FFF;position:absolute;top:50%;margin-top:-0.1em;left:10%;width:80%;display:block;
		&:before,&:after{content:'';display:block;height:100%;width:100%;position:absolute;background:#FFF;transition:all 0.2s;}
		&:before{top:-2.5vw;}
		&:after{top:2.5vw;}
	}
	&.active{background:none;
	& > span{background:transparent;background:transparent;
		&:before{transform:rotate(-45deg);top:0;background:#FFF;}
		&:after{transform:rotate(45deg);top:0;background:#FFF;}
	}
	&+.gm{right:0;}
}
}
section{margin-bottom:0;padding-bottom:5vw;}
section+section{}



.dl_blk > dl{flex-direction:column;
	& > dl > dt{width:auto;}
}

a.tel{color:#000;font-weight:600;text-decoration:underline;}




footer{
	& .row.dl_blk_fc{
		display:block;
		padding-top:1rem;
	}
}

footer .row.dl_blk_fc > dl{margin-top:1em;display:block;}
footer .row.dl_blk_fc > dl > dt{border:0px;border-bottom:1px solid #FFF;margin-bottom:0.5em;text-align:center;line-height:1.5;padding-bottom:0.3em;height:auto;}
footer .row.dl_blk_fc > dl > dd{line-height:1.4;font-size:1.125em;text-align:center;}
footer .row.dl_blk_fc > dl > dd small{display:block;margin-top:0.5em;font-size:0.75em;}


}

