/* =================== base =================== */


:root {
  --main-color: #211714;
}

html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

html { margin: 0; overflow-x: hidden; font-size: 62.5%; box-sizing: border-box; }
body { font-size: 1.6rem; letter-spacing: .05em; font-family: 'Noto Sans JP', sans-serif; color: #595757; background: #f1f1f1; }
*{ font-family: 'Noto Sans JP', sans-serif; box-sizing: border-box; color: #595757; letter-spacing: normal; }
a{ text-decoration: none; color: #595757; cursor: pointer; transition: 0.3s; }
a:hover{  }
img { vertical-align: bottom; width: 100%; height: auto; }
pre { width: 70%; margin: 1em auto; padding: 1em; border-radius: 5px; background: #25292f; color: #fff; overflow-x: auto; /* ⭐ */ -webkit-overflow-scrolling: touch; /* ⭐ */ }
button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
li{ list-style: none; }
.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.clear{ clear: both; }
.pc { display: block; }
.sp { display: none; }
.ipad { display: none; }
p{ line-height: 1.8em; }
.bold{ font-weight: 700; }
.btn{ position: relative; padding-bottom:  20px; color: var(--main-color); text-align: center; font-size: 1.6rem; }
.btn:before{ content: ""; transition: all 0.4s; position: absolute; right: 0; bottom: 0; margin: auto; width: 100%; height: 1px; background: var(--main-color); }
.btn:hover:before{ width: 0; right: 0px; }

.brank{ padding-right: 20px; position: relative; }
.brank:before{ content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background: url(../images/brank.svg) no-repeat; background-size: contain; background-position: center; width: 11px; height: 11px; }
.wrapper{ overflow: hidden; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 25px; }

@media screen and (max-width: 1180px) {
.container { max-width: 1080px; }
}

@media screen and (max-width: 820px) {
.container { padding: 0 25px; }
header .container { padding: 0 15px; }
}


/* =================== loading =================== */


@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#contact input{ appearance: none; -webkit-appearance: none; }
#contact select{ appearance: none; -webkit-appearance: none; }
#contact textarea{ appearance: none; -webkit-appearance: none; }


/* =================== header =================== */

header{ position: fixed; width: 100%; left: 0; top: 0; z-index: 999; }
header .container{ max-width: 100%; }
header .flex{ height: 100px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header .flex .left h1{ letter-spacing: 0.5px; font-weight: 700; color: var(--main-color); }
header .flex .left h1 img{ max-height: 15px; width: auto; }
header .modalbtn{ right: 0; transition: 0.2s; z-index: 999; position: relative; width: 35px; height: 100px; }
header .modalbtn:before{ content: ""; right: 0; left: 0; height: 2px; width: 35px; background: var(--main-color); margin: auto; position: absolute; top: -10px; bottom: 0; transition: 0.2s; }
header .modalbtn:after{ content: ""; right: 0; left: 0; height: 2px; width: 35px; background: var(--main-color); margin: auto; position: absolute; top: 0; bottom: -10px; transition: 0.2s; }
header .modalbtn.active{}
header .modalbtn.active:before{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); top: 0; bottom: 0; }
header .modalbtn.active:after{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 0; bottom: 0; }
header .right .modalnav{ position: fixed; opacity: 0; visibility: hidden; transition: all 0.4s ease; overflow: scroll; height: 100%; top: 0; right: 0; width: 100%; height: 100%; background: rgb(241 241 241 / 90%); }
header .right .modalnav.open{ z-index: -2; visibility: visible; opacity: 1; }
header .right .modalnav ul{ width: 100%; max-width: 1080px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; -ms-flex-wrap: wrap; flex-wrap: wrap; }
header .right .modalnav ul li{ width: 50%; text-align: center; }
header .right .modalnav ul li:not(:last-child){ margin-right: 0; }
header .right .modalnav ul li:nth-child(2){ order: 3; }
header .right .modalnav ul li:nth-child(3){ order: 5; }
header .right .modalnav ul li:nth-child(4){ order: 2; }
header .right .modalnav ul li:nth-child(5){ order: 4; }
header .right .modalnav ul li:nth-child(6){ order: 6; }
header .right .modalnav ul li a{ display: block; margin: 50px 0; color: var(--main-color); font-size: 3rem; font-weight: 300; }
header .right .nav-box li a .en{ margin-bottom: 10px; }
header .right .sns{ margin-right: 50px; }
header .right .sns a:nth-child(1){ margin-right: 20px; }
header .right .sns img{ max-width: 35px; max-height: 35px; }
header .right .nav-box{ margin-top: 0px; }
.nav-open header{ bottom: 0; height: 100%; }
body.fixed{ position: fixed; width: 100%; }

.gmnoprint,
.gm-svpc,
.gmnoprint,
.gm-fullscreen-control{ display: none; }
/* =================== footer =================== */


footer{ padding: 90px 0 20px; } 
footer small{ display: block; text-align: center; font-size: 1.2rem; color: #727171; }


#top .fv{ position: relative; border-bottom: 1px solid #999999; padding-top: 100px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
#top .fv img{ height: calc( 100vh - 100px ); object-fit: cover; }
#top .fv .left{ padding-bottom: 50px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 20%; }
#top .fv .right{ width: 80%; }
#top .fv .left .scroll{ transform: scale(-1, -1);　-ms-writing-mode: tb-rl; writing-mode: vertical-rl; position: relative; padding-top: 2em; }
#top .fv .left .scroll:before{ animation: move-y 1s infinite alternate ease-in-out; content: "↓"; position: absolute; bottom: auto; top: 0; left: 0; right: 0; margin: auto; transform:rotate(90deg); }
#top .fv .left .container{ position: absolute; width: 100%; left: -10%; right: 0; bottom: 50px; }
@keyframes move-y {
  from {
    top: 0;
  }
  to {
    top: -10px;
  }
}
#top section{ border-bottom: 1px solid #999999; padding: 150px 0; }
#top section h2{ text-align: center; letter-spacing: 2px; font-size: 3.5rem; margin-bottom: 80px; font-weight: 300; }
#top section .flex .img{ width: 50%; }
#top section .flex .img img{ width: 110%; }
#top section .flex .left.img img{ margin-left: -10%; }
#top section .flex .text{ width: 50%; }
#top section .flex .text.right{ padding-left: 80px; }
#top section .flex .text.left{ padding-right: 80px; }
#top section .box{ -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
#top section .box .text p{ line-height: 3em; }
#top section a{ display: inline-block; position: relative; padding-bottom: 7px; }
#top section a:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #595757; transition: all 0.4s; }
#top section a:hover:before{ width: 0%; }
#top #concept .left{ display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50%; }
#top #concept .left p{ letter-spacing: 2.5px; color: var(--main-color); font-size: 7.2rem; font-weight: 700; }
#top #concept .left img{ max-width: 430px; width: 85%; }
#top #concept .right{ width: 50%; }
#top #staff .box .right p{ margin-bottom: 60px; }
#top #staff .box .right dl:nth-child(1){ margin-right: 80px; }
#top #staff .box .right dl dt{ font-weight: 700; margin-bottom: 25px; word-break: keep-all; }
#top #staff .box .right dl dd{ word-break: keep-all; }
#top #quality-safety .text p{ margin-bottom: 60px; } 
#top #price .box{ border: 1px solid #3f3a39; border-bottom: none; }
#top #price .box:not(:last-child){ margin-bottom: 20px; }
#top #price .box h3{ cursor: pointer; text-align: center; border-bottom: 1px solid #3f3a39; font-size: 2.3rem; padding: 30px 0; position: relative; }
#top #price .box h3:before{ content: ""; position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; background: #3f3a39; height: 1px; width: 15px; }
#top #price .box h3:after{ content: ""; position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; background: #3f3a39; height: 1px; width: 15px; transform:rotate(90deg); transition: all 0.4s; }
#top #price .box h3.open:after{ transform:rotate(360deg); }
#top #price .box.stay h3:after{ transform:rotate(360deg); }
#top #price .box.stay h3.open:after{ transform:rotate(90deg); }
#top #price .box .table-box{ display: none; border-bottom: 1px solid #3f3a39;  padding: 30px 65px; }
#top #price .box .table-box dl{ width: calc( 100% / 4 ); }
#top #price .box table{ text-align: left; width: 100%; }
#top #price .box .table-box dl dt{ font-size: 1.7rem; line-height: 1.5em; font-weight: 500; padding-bottom: 20px;  }
#top #price .box .table-box dl dd{ font-size: 1.7rem; line-height: 1.5em; font-weight: 400; }
#top #price .box .table-box .flex:not(:last-child){ margin-bottom: 50px; }
#top #price .box .table-box.stay{ display: block; }
#top #price p{ margin-bottom: 40px; }
#top #price .attention{ font-size: 1.4rem; }
#top #price a{ margin-bottom: 55px; }
#top #access{ border-bottom: none; }
#top #access .left{ width: 50%; }
#top #access .left dl:not(:last-child){ margin-bottom: 30px; }
#top #access .left dl dt{ font-size: 1.4rem; line-height: 1.5em; font-weight: 500; margin-bottom: 10px; }
#top #access .left dl dd{ font-size: 1.4rem; line-height: 1.5em; }
#top #access .left dl.flex{ margin-bottom: 8px; }
#top #access .left dl:nth-child(6){ margin-bottom: 30px!important; }
#top #access .left dl dt{ margin-bottom: 0; margin-right: 10px; }
#top #access .left dl dd a{ padding: 0; }
#top #access .left dl dd a:before{ content: none; }
#top #access .right{ width: 50%; }
#top #access .right #map{ height: 388px; border-radius: 30px; overflow: hidden; }