
:root{
 --green:#006b42;--green-dark:#004d32;--text:#111;--line:#d9d9d9;
 --max:1100px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;font-size:14px}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.header{height:74px;background:#fff;position: fixed;z-index: 2;top: 0;width:100%;}
.header__inner{height:100%;max-width:1100px;margin:auto;padding:0 22px;display:flex;align-items:center;gap:24px;justify-content: space-between;}
.logo{display:flex;align-items:center;gap:10px;white-space:nowrap}
.logo img{width:53px;height:53px;border-radius:50%}.logo span{font-size:20px;font-weight:700}
.nav{margin-left:auto;display:flex;align-items:center;gap:25px}
.nav a{font-size:12px;text-align:center;font-weight:700;white-space:nowrap}.nav em{display:block;font-style:normal;color:var(--green);font-size:8px;margin-top:3px}
.reserve{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-weight:700;border-radius:2px;line-height:1.15}
.reserve--header{font-size:13px;text-align:center;position:relative}.reserve--header span{font-size:11px}.reserve i{font-style:normal;margin-left:8px}
.phone{white-space:nowrap;text-align:center}.phone strong{font-size:19px}.phone small{display:block;font-size:10px;margin-top:1px}
.hero{margin-top:74px;360px;background:url("assets/hero.jpg") center/cover no-repeat;position:relative;color:#fff}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.64) 35%,rgba(0,0,0,.10) 65%,transparent)}
.hero__inner{height:350px;max-width:1100px;margin:auto;position:relative}
.hero__copy{padding:28px 0 0 38px;position:relative;z-index:1}.hero h1{font:500 29px/1.5 serif;margin:0 0 11px}
.hero p{font:18px serif;margin:0 0 17px}.hero p strong{font-size:26px;margin-left:7px}
.hero__buttons{display:flex;gap:13px}.hero__buttons .reserve{height:40px;padding:0 20px;font-size:12px}.hero__buttons .reserve img{width:35px}
.more{min-width:174px;height:40px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #729b88;color:var(--green);background:#fff;font-weight:700;font-size:12px;  transition:.25s ease;}.more:hover{background:var(--green);color:#fff;}
.more:after{content:"›";font-size:20px;margin-left:auto}.more--dark{background:transparent;color:#fff;border-color:#fff}
.hero__dots{position:absolute;bottom:10px;left:50%;display:flex;gap:9px}.hero__dots b{width:10px;height:10px;border-radius:50%;background:#fff}.hero__dots b:nth-child(2){background:#8cb7a2}.hero__dots b:nth-child(3){background:#78a58e}.hero__dots b:nth-child(4){background:#fff}
.hours{padding:1em 0;max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}
.hours__item{display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid var(--line);line-height: 1.5}.hours__item:last-child{border:0;}
.hours__icon{font-size:29px;color:var(--green);width:33px;text-align:center}.hours__item small{display:block;font-size:13px;font-weight:700}.hours__item strong{display:block;font-size:14px;margin-top:4px}
.news{max-width:1100px;margin:auto;display:grid;grid-template-columns:185px 1fr 180px;align-items:center;gap:25px;border-bottom:1px solid #eee;padding: 1em 4em;}
.news__title{height:55px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.news__title strong{font-size:20px}.news__title span{font-weight:700;font-size:12px;margin-top:3px}
.news__list a{display:flex;align-items:center;border-bottom:1px solid #eee;font-size:13px;padding: 5px;}.news__list a:last-child{border:0}.news__list time{width:74px}.news .more{justify-self:end}
.stay-rest{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:15px 0 30px}
.panel{background:#efefef;padding:7px 18px 13px;text-align:center}.panel h2{font:500 24px serif;margin:0 0 8px}.panel h2 small{display:block;color:var(--green);font:700 10px sans-serif;margin-top:1px}
.panel img{width:100%;aspect-ratio: 10 / 4;object-fit:cover}.panel p{font-size:13px;line-height:1.65;margin:8px 0 10px}.panel .more{width:184px}
.features{padding:5px 0 30px;text-align:center}.features h2,.services h2,.flow h2,.access h2{font:500 23px serif;margin:0 0 30px;    text-align: center;
}
.features__grid{max-width:1000px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.features__grid i{height:42px;display:block;font-style:normal;font-size:34px;color:var(--green)}.features__grid strong{display:block;font-size:13px;margin:5px 0}.features__grid p{font-size:12px;line-height:1.55;margin:0}.features__grid img{height: 50px;
    margin: auto;}
.services{max-width:1100px;margin:auto;padding:5px 0 30px;text-align: center;
}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px 15px}.service-grid a{position:relative;overflow:hidden;background:#111}.service-grid img{width:100%;aspect-ratio: 16 / 9;object-fit:cover}.service-grid span{position:absolute;left:0;right:0;bottom:0;padding:6px 3px;color:#fff;text-align:center;background:rgba(0,0,0,.55);font-size:14px;font-weight:700}.more--center{display:flex;width:220px;margin:20px auto 0}
.flow{background:#efefef;padding:30px 0 30px;text-align:center}.flow__grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.flow__grid div{min-height:76px;background:#fff;text-align:left;padding:11px 15px;position:relative}.flow__grid img{float:left;color:var(--green);font-style:normal;font-size:31px;width:50px}.flow__grid b{font-size:13px}.flow__grid b em{font-style:normal;margin-right:7px}.flow__grid p{font-size:12px;line-height:1.5;margin:7px 0 0 42px}
.access{max-width:1100px;margin:auto;padding:30px 0 60px}.access__grid{display:grid;grid-template-columns:1.55fr .95fr .75fr;gap:20px;align-items:center}.access__grid>img{object-fit:cover}.access__grid>div{font-size:12px;line-height:1.65}.access__grid strong{font-size:14px}.access__grid .more{width:190px}
.contact{border-top:1px solid #eee;height:61px;display:flex;align-items:center;justify-content:center;gap:65px}.contact span{color:var(--green);font-size:22px;margin-left:8px}.contact strong {font-size:21px}.contact strong.small{font-size:14px;white-space: nowrap;}.contact small{font-size:12px;white-space: nowrap;}.contact .reserve{width:260px;height:40px;font-size:12px}
.footer{background:var(--green-dark);color:#fff;padding:17px 0 9px}.footer__inner{max-width:1100px;margin:auto;display:grid;grid-template-columns:1.45fr 1fr .55fr;gap:35px;align-items:center}.footer__brand{display:flex;align-items:center;gap:11px}.footer__brand img{width:53px;height:53px;border-radius:50%}.footer__brand strong{font-size:15px}.footer__brand small{display:block;font-size:12px;line-height:1.65;margin-top:4px}.footer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:5px 20px;font-size:12px}.footer__sns{display:flex;align-items:center;gap:10px}.footer__sns span{font-size:12px;margin-right:3px}.footer__sns a{width:34px;height:34px;background:#fff;color:#111;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:19px}.footer>p{text-align:center;font-size:10px;margin:20px 0 0}
iframe{width:100%;border:0;aspect-ratio: 10 / 4;}
#stay{scroll-margin-top: 74px;}

@media(max-width:1080px){
 .header__inner{gap:15px}.nav{gap:14px}.phone{display:none}
}
@media(max-width:820px){
 .header{height:74px}.header__inner{padding:0 15px}.logo img{width:45px;height:45px}.nav{display:none}.reserve--header{display: none;}
 .hero{height:310px}.hero__copy{padding:30px 20px}.hero h1{font-size:26px}
 .hours{height:auto;grid-template-columns:1fr 1fr;padding: 0;}.hours__item{justify-content: unset; padding: 5% 5%;}.hours__item:nth-child(2){border-right:0}.hours__item:nth-child(-n+2){border-bottom:1px solid var(--line)}
 .news{height:auto;grid-template-columns:1fr;padding:15px 20px;gap:10px}.news__title{border:0;height:auto}.news .more{justify-self:anchor-center}.stay-rest{grid-template-columns:1fr;padding:15px 20px}.features__grid{grid-template-columns:1fr 1fr;padding:0 20px}.service-grid{grid-template-columns:1fr 1fr;padding:0 20px}.flow__grid{grid-template-columns:1fr 1fr;padding:0 20px}.access__grid{grid-template-columns:1fr;padding:0 20px}.contact{height:auto;padding:12px 20px;flex-direction:column;gap:10px}.footer__inner{grid-template-columns:1fr;padding:0 20px}
 .contact small {margin-left: 0;}
}
@media(max-width:520px){
.flow__grid img {float: unset;margin: auto;}.flow__grid p {margin: 7px 0 0 0;}
br.pc{display:none ;}
}

/* Smartphone accordion navigation */
.menu-button,.mobile-menu{display:none}

@media(max-width:820px){
 body.menu-open{overflow:hidden}
 .menu-button{
  width:48px;height:48px;margin-left:4px;border:0;background:transparent;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:5px;cursor:pointer;color:var(--green);padding:5px;
 }
 .menu-button span{display:block;width:27px;height:1px;background:currentColor}
 .menu-button b{font-size:8px;font-weight:700;letter-spacing:.08em;margin-top:2px}
 .mobile-menu{
  position:fixed;z-index:100;inset:0;background:#fff;display:block;
  overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(100%);transition:transform .28s ease,opacity .2s ease,visibility .28s;
 }
 .mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}
 .mobile-menu__head{
  height:74px;padding:0 18px;display:flex;align-items:center;
  justify-content:space-between;border-bottom:1px solid var(--line);
  color:var(--green);font-size:13px;font-weight:700;letter-spacing:.08em;
 }
 .menu-close{
  width:42px;height:42px;border:0;background:transparent;color:var(--green);
  font-size:34px;font-weight:200;line-height:1;cursor:pointer;
 }
 .mobile-nav{padding:4px 20px 20px}
 .mobile-link,.mobile-toggle{
  min-height:62px;width:100%;display:flex;align-items:center;
  padding:0 4px;border:0;border-bottom:1px solid var(--line);
  background:#fff;color:var(--text);font-size:16px;font-weight:700;
  text-align:left;cursor:pointer;
 }
 .mobile-link small,.mobile-toggle small{
  margin-left:10px;color:var(--green);font-size:8px;letter-spacing:.05em;font-weight:700;
 }
 .mobile-toggle>span{
  margin-left:auto;width:28px;height:28px;border:1px solid #b9c8c0;
  border-radius:50%;display:grid;place-items:center;color:var(--green);
  font-size:18px;font-weight:400;line-height:1;
 }
 .mobile-parent.is-open .mobile-toggle>span{font-size:0}
 .mobile-parent.is-open .mobile-toggle>span:before{content:"−";font-size:18px}
 .mobile-sub{
  display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease;
  overflow:hidden;background:#f7f8f6;
 }
 .mobile-parent.is-open .mobile-sub{grid-template-rows:1fr}
 .mobile-sub a{
  min-height:46px;padding:0 15px 0 25px;display:flex;align-items:center;
  border-bottom:1px solid #e3e6e3;font-size:13px;color:#333;
 }
 .mobile-sub a:before{content:"›";color:var(--green);margin-right:10px;font-size:18px}
 .mobile-reserve{
  width:calc(100% - 40px);height:52px;margin:12px 20px 35px;
  font-size:14px;display:flex;
 }
}

/* TOPへ戻るボタン */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:50;
  width:56px;
  height:56px;
  border:1px solid var(--green);
  border-radius:50%;
  background:#fff;
  color:var(--green);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 4px 15px rgba(0,0,0,.12);
  transition:.25s ease;
}

.back-to-top span{
  font-size:20px;
  line-height:1;
}

.back-to-top small{
  margin-top:2px;
  font-size:7px;
  font-weight:700;
  letter-spacing:.08em;
}

.back-to-top:hover{
  background:var(--green);
  color:#fff;
}

/* スマホ */
@media(max-width:820px){
  .back-to-top{
    right:14px;
    bottom:14px;
    width:48px;
    height:48px;
  }

  .back-to-top span{
    font-size:17px;
  }

  .back-to-top small{
    font-size:6px;
  }
}