@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900?family=Montserrat:wght@100..900&display=swap');
@import url("https://use.typekit.net/oid8lyh.css");

/* CSS Document */
*{ margin:0; padding:0; box-sizing:border-box; word-break:break-all;}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
ul,ol{ list-style:none;}
html,body {
margin:0 auto;
padding:0;
font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
font-size:20px;
font-weight: 500;
text-align:left;
color:#313131;
min-width:750px;
}
@media screen and (max-width:768px){
html,body{ font-size:4.5vw; min-width:240px; max-width:768px;}
}

/*img*/
img{ border-style:none; vertical-align:bottom; padding:0; line-height:0em; max-width:100%; height:auto;}
figure{margin:0 auto; text-align:center;}

/*youtube*/
.youtube{ position:relative; width:100%; padding-top:56.25% !important;}
.youtube iframe{ position: absolute; top:0; right:0; width:100% !important; height:100% !important;}

/*txt*/
.montserrat{ font-family: "gf_Montserrat variant0", sans-serif;}
.din{ font-family: "din-2014-narrow", sans-serif;}
p{ line-height:1.75em; margin:0 0 1em; padding:0;}
p:last-child{ margin:0;}
strong{ font-weight:bold;}
.bold { font-weight:bold;}
.normal{ font-weight:normal;}
.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}

.white{ color:#fff;}
.black{ color:#333;}
.gy{ color:#aaa;}
.red{ color:#c83232;}
.blue{ color:#326496;}
.bg_y{ background: linear-gradient(to bottom, rgba(255,231,153,0) 0%, rgba(255,231,153,0) 50%, rgba(255,231,153,1) 51%, rgba(255,231,153,1) 100%);}

.left{ text-align:left;}
.right{ text-align:right;}
.center{ text-align:center;}

/*link*/
a{ color:inherit; text-decoration:none;}
a:hover{}
.opa{ transition: opacity 0.3s;}
.opa:hover{ opacity: 0.7;}
@media screen and (max-width:768px){
.opa:hover{ opacity: 1.0;}
}



/*ヘッダー*/
header #header{ display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid #E5E5E5;}
header #header #h_logo img{ height: 48px;}
header #header ul{ display: flex; align-items: center; justify-content: flex-end;}
header #header ul.pc li{ margin-left: 10px;}
header #header ul.pc li.tel{ display: flex; flex-direction: column; align-items: center; justify-content: center; color: #7AAE9B;}
header #header ul.pc li.tel span{ font-size: 0.6rem; line-height: 1em; font-weight: bold; margin-bottom: 0.5em;}
header #header ul.pc li.tel a{ font-size: 1.6rem; line-height: 1em; font-weight: bold; pointer-events: none;}
header #header ul.pc li.tel a:before{ display: inline-block; vertical-align: middle; line-height: 0; margin-right: 4px; content: ""; width: 30px; height: 30px; background: url("../images/ico/h_tel.png"); background-size: 100%; position: relative; top: -2px;}
header #header ul.pc li.mail a{ display: flex; align-items: center; justify-content: center; width: 180px; height: 48px; background: #7AAE9B; color: #fff; border-radius: 48px; font-size: 0.7rem; line-height: 1em; font-weight: bold;}
header #header ul.pc li.mail a span:before{ display: inline-block; vertical-align: middle; line-height: 0; margin-right: 4px; content: ""; width: 30px; height: 30px; background: url("../images/ico/h_mail_wh.png"); background-size: 100%; position: relative;}
@media screen and (max-width:768px){
header #header{ padding: 0;}
header #header #h_logo{ padding: 1.25vw;}
header #header #h_logo img{ height: 8.75vw;}
header #header ul.sp li{ width: 25vw; margin: 0; border-left: 1px solid #E5E5E5;}
header #header ul.sp li a{ display: flex; align-items: center; justify-content: center; width: 100%; height: 12.5vw; padding-top: 6.25vw; font-size: 0.5rem; font-weight: bold; color: #7AAE9B; position: relative;}
header #header ul.sp li.mail a:before{ content: ""; margin: 0 auto; width: 7.5vw; height: 7.5vw; background: url("../images/ico/h_mail.png"); background-size: 100%; position: absolute; left: 0; right: 0; top: 1.25vw;}
header #header ul.sp li.tel a:before{ content: ""; margin: 0 auto; width: 6.25vw; height: 6.25vw; background: url("../images/ico/h_tel.png"); background-size: 100%; position: absolute; left: 0; right: 0; top: 1.25vw;}
}

header #important{ padding: 20px;}
header #important a{ display: flex; align-items: center; justify-content: center; text-align: center; background: #ffeeb0; color: #834f1c; text-decoration: underline; font-size: 1.1rem; line-height: 1em; padding: 1em; border-radius: 8px;}
header #important a:before{ content: ""; width: 24px; height: 24px; background: url("../images/important/caution_brown.png"); background-size: 100%; line-height: 0; margin-right: 20px;}
header #important a:after{ content: ""; width: 20px; height: 20px; background: url("../images/important/important_arrow.png"); background-size: 100%; line-height: 0; margin-left: 60px;}
@media screen and (max-width:768px){
header #important{ padding: 3.75vw;}
header #important a{ font-size: 0.6rem; padding: 1em; border-radius: 1.25vw; position: relative;}
header #important a:before{ width: 3.75vw; height: 3.75vw; position: absolute; left: 5vw; top: 50%; transform: translateY(-50%);}
header #important a:after{ width: 3.75vw; height: 3.75vw; position: absolute; right: 5vw; top: 50%; transform: translateY(-50%);}
}

/*fv*/
#fv{ padding-top: 20px; text-align: center; position: relative; z-index: 1;}
#fv:before{ content: ""; width: 100%; height: 530px; background: #D9F0E8; position: absolute; left: 0; top: 0; z-index: -1;}
#fv img{ width: 100%; max-width: 1126px;}
#fv .fv_tit{ position: absolute; left: 0; top: 500px; z-index: 3;}
#fv .fv_tit img{ height: 72px;}
@media screen and (max-width:1126px){
#fv{ padding-top: calc((30/1126)*100vw);}
#fv:before{ height: calc((530/1126)*100vw);}
#fv .fv_tit{ top: calc((500/1126)*100vw);}
#fv .fv_tit img{ height: calc((72/1126)*100vw);}
}
@media screen and (max-width:768px){
#fv{ padding-top: 0;}
#fv:before{ display: none;}
}

/*camp_ban*/
#camp_ban{ margin: 20px auto 0; max-width: 750px;}
@media screen and (max-width:768px){
#camp_ban{ margin: 3.75vw auto 0; width: 96.25%;}
}

/*h_info*/
#h_info{ padding: 30px; overflow: hidden;}
#h_info ul{ display: flex; align-items: center; justify-content: center; width: calc(100% + 30px); margin-left: -15px;}
#h_info ul li{ margin: 0 15px;}
#h_info ul li a{ display: flex; align-items: center; width: 270px; height: 100px; font-size: 1.15rem; font-weight: bold; background: #7AAE9B; color: #fff; padding: 12px 24px; border-radius: 8px; position: relative;}
#h_info ul li a span{ display: flex; width: 40px; height: 40px; border: 3px solid #7AAE9B; background: #fff; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); z-index: 3; border-radius: 50%;}
#h_info ul li a span:before{ content: ""; width: 12px; height: 2px; background: #7AAE9B; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
#h_info ul li a span:after{ content: ""; width: 12px; height: 2px; background: #7AAE9B; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(90deg);}
@media screen and (max-width:768px){
#h_info{ padding: 2.5% 0;}
#h_info ul{ width: 100%; margin: 0; padding: 1.875vw;}
#h_info ul li{ width: calc(50% - 3.75vw); margin: 0 1.875vw;}
#h_info ul li a{ width: 100%; height: 17.5vw; font-size: 0.7rem; padding: 3.75vw; border-radius: 1.25vw;}
#h_info ul li a span{ width: 7.5vw; height: 7.5vw; right: -1.875vw;}
#h_info ul li a span:before{ width: 2.5vw;}
#h_info ul li a span:after{ width: 2.5vw;}
}



/*フッター*/
#jpx{ background: #F7F7F7; padding: 15px 0;}
#jpx dl{ display: flex; align-items: center; justify-content: center;}
#jpx dl dt img{ width: 40px;}
#jpx dl dd{ margin-left: 30px;}
#jpx dl dd p{ font-size: 0.6rem; line-height: 1.5em;}
@media screen and (max-width:768px){
#jpx{ padding: 2.5% 0;}
#jpx dl dt img{ width: 7.5vw;}
#jpx dl dd{ margin-left: 3.75%;}
#jpx dl dd p{ font-size: 0.6rem;}
}

footer{ background: #4D4D4D; color: #fff; padding: 40px 0; text-align: center;}
footer ul{ display: flex; align-items: center; justify-content: center; font-size: 0.5rem;}
footer ul li:not(:last-child):after{ content: "／"; margin: 0 1em;}
footer ul li a:hover{ text-decoration: underline;}
footer figure.logo{ margin: 30px auto;}
footer figure.logo img{ width: 150px;}
footer p{ font-size: 0.55rem;}
footer p.copyright{ margin-top: 30px;}
@media screen and (max-width:768px){
footer{ padding: 10%;}
footer ul{ font-size: 0.5rem;}
footer figure.logo{ margin: 10% auto 7.5%;}
footer figure.logo img{ width: 50%;}
footer p{ font-size: 0.55rem;}
footer p.copyright{ margin-top: 10%;}
}





@media print, screen and (min-width:769px){
.sp{ display:none !important;}
}
@media screen and (max-width:768px){
.pc{ display:none !important;}
}
