*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

/*
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');


.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/

@font-face {
  font-family: 'Hind';
  src: url('./font/Hind-Light.woff2') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Hind';
  src: url('./font/Hind-Regular.woff2') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Hind';
  src: url('./font/Hind-Medium.woff2') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Hind';
  src: url('./font/Hind-SemiBold.woff2') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'Hind';
  src: url('./font/Hind-Bold.woff2') format('woff');
  font-weight: bold;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Hind", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#load {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
}
a {
  text-decoration: none;
}
header {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all .6s;
}
header > * {
  transition: all .3s;
}

header .wrap {
  position: absolute;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95vh;
  width: 100%;
}
header h1 {
  margin: 30px 0 0 40px;
  width:158px;
  transition: all .2s;
}
header h1 svg{
  fill:#fff;
  transition: all .2s;
  width:154px;
}
header h1 span{
  width:53%;
  display: block;
  padding-bottom: 10px;
  padding-left: 3px;
}
header h1 p {
  font-size: 16px;
  padding-left: 2px;
  padding-top: .6em;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
header h1 p .en {
  display:inline;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav div {
  margin-right: 2em;
}
header nav div a{
  color: #fff;
  font-size: 16px;
  transition: all .4s;
  font-weight: 400;
}
header nav div a::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #fff;
}
header nav div a:hover::after {
  width: 100%;
}
header nav .down {
  position: relative;
}
header nav .down a i {
  font-size: .8rem;
  padding-left: .75em;
  color: #ccc;
}
header nav .child {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 140px;
  height: auto;
  left: -27px;
}
header nav .child a {
  padding: 29px 0 5px ;
  width: 90px;
  display: inline-block;
  margin-left:25px;
}
header nav .child a:last-child {
  padding: 20px 0 20px;
}
header nav .res a{
  border-radius: 5px;
  background-color: #f1f1f1;
  padding: 3px .8em;
  color: #41372d;
}
header nav .res a::after {
  display: none;
}
header nav .res a:hover {
  background-color: #535d66;
  color:#fff;
}

header.fixed {
  background-color: #fff;
  color: #333;
  filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
}
header.fixed a {
  color: #333;

}
header.fixed span {
  display: none;
}
header.fixed h1 {
  width: auto;
  margin: 2px 0 5px 15px;
}
header.fixed h1 a {
  display: flex;
}
header.fixed h1 svg{
  fill:#333;
  width: 100px;
}
header.fixed h1 p {
  padding-bottom: 0;
  color: #333;
  font-size: 12px;
  padding-top: 13px;
  padding-left: 15px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.04em;
}
header.fixed h1 p span {
  display: block;
  padding-left: 0;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
header.fixed nav div a::after {
  border-bottom: 1px solid #333;
}
header.fixed nav .child {
  background-color: #fff;
}

/* toggle menu */

#nav_toggle {
  display: none;
  position: absolute;
  right: 13px;
  top: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  padding: 13px 10px 0;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

header.fixed #nav_toggle span {
  background: #333;
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 10px;
}

#nav_toggle span:nth-child(3) {
  top: 20px;
}


@media (max-width: 880px) {
  header nav {
      display: none;
  }

  header nav {
      position: absolute;
      z-index: 0;
      top: calc(-100vh - 50px);
      width: 100%;
      height: 100%;
      height: 100vh;
      text-align: center;
      padding: 0;
      display: block;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      background-color: rgba(255,255,255, 1);
  }
  header.open nav{
    top:0;
  }
  header.open nav div {
      position: static;
      padding: 10px 0;
      font-size: 15px;
      margin: 0;
  }
  header nav div {
    position: relative;
    padding: 10px 0;
    margin: 0;
  }
  header nav div a::after {
    display: none;
  }
  header nav div a{
    color: #333;
  }
  header nav div:first-child {
    margin-top: 60px;
  }
  header nav .down a i {
    display: none;
  }
  header.open nav .child,
  header nav .child {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    padding: 0;
  }
  header nav .child a{
    display: block;
    padding: 25px 0 0;
    margin: 0 auto;
    width: auto;
  }
  header nav .child a:last-child {
    padding: 25px 0 0;
  }
  header nav a::after{
    display: none;
  }
  #nav_toggle {
      display: block;
  }
  header.open #nav_toggle span {
    background: #333;
  }
  
  .open #nav_toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
  }

  .open header nav {
      /* header nav top + #mobile-head height */
      -moz-transform: translateY(calc(100vh + 40px));
      -webkit-transform: translateY(calc(100vh + 40px));
      transform: translateY(calc(100vh + 40px));
  }
}

/* vi */
.ar_in {
  z-index: 1;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 40px;
  margin: auto;
  height: 90px;
  width: 50px;
}

.ar_in p {
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.ar_in img,
.ar_in p {
  animation: anime_ar 1s ease -0.8s infinite alternate;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  font-size: 11px;
  padding-bottom: 0;
}

@keyframes anime_ar {
  0% {
      opacity: .1;
      margin-top: 3px;
  }

  100% {
      opacity: 1;
      margin-top: 3px;
  }
}


.slide {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.slide img{
  height: 30vw;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.slide div {
  padding: 7px 10px;
}
.slide div p{
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}


/* main vi */
#vi {
  width: 100%;
  height: 95vh;
  position: relative;
}
#vi video {
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 95vh;
  top:0;
}
#vi .vi_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 95vh;
  background-color: rgba(0, 0, 0, .45);
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
#vi .vi_content h2 img{
  width: 220px;
  max-width:100%;
  height: auto;
}

@media (max-width: 880px) {
  .slide img{
    height: 360px;
  }
}

/* base */
p {
  line-height: 1.8;
  font-size: 18px;
  padding-bottom: 1em;
}

/* top intro */
article#intro section{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 120px 50px;
}
article#intro section .tx {
  width:50%;
}
article#intro section img {
  width:40%;
  border-radius: 15px;
}
article#intro section h2 {
  font-weight: 400;
  line-height: 1.65;
  font-size: 28px;
  padding: 1em 0 1.2em;
}
article#intro section h3 {
  font-size: 22px;
  padding: 1em 0 .8em;
}

/* top content */
article#top_content {
  background-image: url(../images/top/contetns_back.webp);
}
article#top_content .inn{
  background-image: url(../images/top/bg_higaki.png);
}
article#top_content section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
article#top_content section:nth-child(even) {
  flex-direction: row-reverse;
}
article#top_content section .tx {
  width: 32%;
}

article#top_content section .tx h2 {
  font-weight: 500;
  font-size: 40px;
  padding: .7em 0 .4em;
}
article#top_content section img {
  width:63%;
  height: auto;
  border-radius: 10px;
}
article#top_content section img.top_sub_img {
  width:300px;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: bottom;
  margin: 90px 0 0 auto;
  border-radius: 8px;
}
article#top_content section:nth-child(even) img.top_sub_img{
  margin: 90px auto 0 0;
}

@media (max-width: 880px) {
  #vi .vi_content h2 img {
    max-width: 220px;
    padding: 0 20px;
  }
  article#intro section{
    padding: 100px 5%;
  }
  article#intro section img {
    width: 45%;
  }
  article#top_content section {
    padding: 80px 40px 20px;
  }
  article#top_content section img {
    width:50%;
  }
  article#top_content section .tx {
    width:45%;
  }
  article#top_content section img.top_sub_img {
    display: none;
  }
}
@media (max-width: 740px) {
  article#intro section{
    padding: 50px 5%;
    flex-direction: column;
  }
  article#intro section {
    padding: 50px 5%;
  }
  article#intro section img,
  article#intro section .tx {
    width: 100%;
  }
  article#intro section img {
    margin-top: 25px;
  }
  article#top_content section,
  article#top_content section:nth-child(2n) {
    padding: 80px 40px 20px;
    flex-direction: column;
  }
  article#top_content section img,
  article#top_content section:nth-child(2n) img {
    width:100%;
  }
  article#top_content section .tx,
  article#top_content section:nth-child(2n) .tx {
    width:100%;
  }
}
@media (max-width: 600px) {
  article#top_content section,
  article#top_content section:nth-child(2n) {
    padding: 80px 5% 20px;
  }
}

.btn_top {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  background-color: #bba896;
  border: 1px solid #bba896;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  border-radius: 24px;
  height: 48px;
  background-image: url(../images/arr_mini.svg);
  background-repeat: no-repeat;
  background-position: 145px center;
  margin: 10px 0 0;
  transition: all .4s;
}
.btn_top span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding-right: 30px;
  border-radius: 22px;
  height: 44px;
  border: 1px solid #fff;
  padding-top: 3px;
}
.btn_top.toji {
  width: 284px;
  border-radius: 24px;
  background-position: 230px center;
}
.btn_top.toji span {
  width: 280px;
  padding-right: 30px;
}
.btn_top.about {
  width: 300px;
  font-size: 17px;
  background-image: none;
}
.btn_top:hover {
  background-position: 155px center;
  background-color: #535d66;
}
.btn_top.toji:hover {
  background-position: 240px center;
}

/* top_toji */
article#top_toji {
  background-image: url(../images/top/bg_paper_blue.webp);
  color: #fff;
  display: flex;
  justify-content: center;
}
article#top_toji.ex {
  background-image: url(../images/top/bg_higaki.png);
  background-color: #eee;
  color: #333;
}
article#top_toji section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
article#top_toji section img{
  max-width: 550px;
  flex-shrink: 0;
  margin-right: 35px;
  border-radius: 10px;
}
article#top_toji section .tx h2 {
  font-size:30px;
  font-weight: 500;
  padding: .5em 0 1em;
}
article#top_toji section .tx h4 {
  font-size:20px;
  font-weight: 500;
  padding-bottom: 1em;
}

@media (max-width: 1240px) {
  article#top_toji section {
    padding: 80px 40px;
  }
  article#top_toji section img {
    max-width: 40%;
  }
}
@media (max-width: 880px) {
  article#top_content .inn{
    padding-bottom: 80px;
  }
  article#top_toji section {
    flex-direction: column;
    padding: 50px 40px 30px;
  }
  article#top_toji section img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  article#top_toji section {
    padding: 80px 5%;
  }
  article#top_toji section {
    padding: 70px 5%;
  }
}

/* page */
#page_hed {
  padding: 150px 0 40px 80px;
}
#page_hed section {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
#page_hed section .slide_page{
  display: block;
  width: 100%;
}
#page_hed section .slide_page img{
  height: 30vw;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  padding: 0 5px;
}
#page_hed section .slick-dots {
  text-align: left;
}
#page_hed section h2 {
  font-size: 40px;
  font-weight: 600;
  padding: 50px 30px 0 0;
  width: 25%;
  flex-shrink: 0;
  line-height: 1.4;
  text-align: center;
}
#page_hed section h2 span {
  text-align: left;
  display: block;
  padding-left: 20%;
}
#page_hed .page_main_img {
  max-width: 80%;
  margin: 0 0 0 auto;
}
#page_hed .page_main_img img{
  height: 50vw;
  width: 100vw;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 0 0 20px;
}

#intro_page section{
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 40px;
}
#intro_page section h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 .8em;
  line-height: 1.45;
}
#intro_page section img {
  max-width: 400px;
  margin-right: 60px;
  border-radius: 10px;
}

@media (max-width: 1160px) {
  #page_hed section .slide_page img {
    height: 40vw;
  }
  #page_hed section h2 span {
    text-align: left;
    display: block;
    padding-left:0;
  }
}
@media (max-width: 1010px) {
  #page_hed section h2 {
    font-size: 3.8vw;
  }
}
@media (max-width: 880px) {
  #page_hed {
    padding: 140px 0 60px 5%;
  }
  #page_hed section .slide_page img {
    height: 50vw;
  }
  #intro_page section img {
    max-width: 300px;
    margin-right: 30px;
  }
}
@media (max-width: 720px) {
  #page_hed {
    padding: 140px 0 60px;
    position: relative;
  }
  #page_hed section h2 {
    font-size: 38px;
    padding: 350px 1em 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.5));
  }
  #page_hed section .slide_page img {
    height: 750px;
    border-radius: 0;
    padding: 0;
  }
  #page_hed section .slick-dots {
    text-align: center;
  }
  .slick-slide {
    padding-right: 0;
  }
  #page_hed section .page_main_img {
    max-width: 100%;
    width: 100%;
  }
  #page_hed section .page_main_img img {
    height: 750px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    padding: 0;
    max-height: 100%;
  }
  #intro_page section h3 {
    padding-top: 1.2em;
  }
  #intro_page section {
    flex-direction: column;
  }
  #intro_page section img {
    max-width: 100%;
  }
  #page_hed section h2 span {
    text-align: left;
    display: inline;
    padding-left:0;
  }
}

@media (max-width: 600px) {
  #intro_page section{
    padding: 0 5%;
  }
}
main {
  padding-bottom: 60px;
}
/* rooms */
#room_content section {
  display: flex;
  align-items: flex-start;
  justify-content:flex-start;
  max-width: 1600px;
  margin:0 auto;
  padding: 90px 5% 30px;
}
#room_content section:last-child {
  padding-bottom: 20px;
}
#room_content section .slide_room_wrap {
  max-width: 900px;
}
#room_content section .slide_room img {
  max-width: 900px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
  padding:0 50px 10px 50px;
}
#room_content section .slide_r_nav {
  padding: 0 50px;
}
#room_content section .slide_r_nav img{
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
  cursor: pointer;
}
#room_content section .slide_r_nav .slick-current {
  opacity: .7;
}
#room_content section .tx {
  margin: 40px 0 0 20px;
  max-width: 600px;
}
#room_content section .tx h2 {
  font-size:24px;
  line-height: 1.45;
  padding-bottom: .5em;
  font-weight: 600;
}
#room_content section .tx h2 span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
#room_content section .tx h2 span.jp {
  font-size: 14px;
  padding-top: .2em;
}
#room_content section .tx dl {
  display: flex;
  align-items: center;
  color: #a1803b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: .7em;
}
#room_content section .tx dl dt{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 1em;
  border: 1px solid #a1803b;
  border-radius: 4px;
  margin-right: .7em;
  width: 92px;
}

#room_content section .tx .notis_mini {
  font-size: 13px;
  color: #a1803b;
  padding: .3em 0 .2em;
  display: flex;
  align-items: stretch;

}
#room_content section .tx .notis_mini::before{
  content:'*';
  display: block;
  color: #a1803b;
  font-weight: bold;
  margin-right: .2em;
}

#room_content section:nth-child(even) {
  flex-direction: row-reverse;
}
#room_ame {
  background-color: #e4dad1;
  color: #41372d;
  margin-top: 60px;
}
#room_ame section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#room_ame section h3 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: .5em;
}
#room_ame section .ame_img {
  margin: 45px 0 0 60px;
  border-radius: 8px;
}
#room_ame section .wifi {
  display: flex;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 1em;
}
#room_ame section .wifi p {
  padding: 0 0 0 1.2em;
}
#room_ame section .wifi img {
  width:40px;
  height: auto;
}

@media (max-width: 1400px) {
  #room_content section {
    max-width: 100%;
  }
  #room_content section .slide_room_wrap {
    max-width: 70%;
  }
  #room_content section .slide_room img {
    width: 100%;
    padding: 0 50px 10px 50px;
  }
  #room_content section .slide_room_wrap .slick-slide {
    padding-right:0;
  }
  #room_content section .slide_room_wrap .slick-list {
    overflow: hidden;
  }
}
@media (max-width: 800px) {
  #room_content section .slide_room_wrap {
    max-width: 100%;
  }
  #room_content section .slide_room img {
    width: 100%;
    padding: 0 0 10px 0;
  }
  #room_content section .slide_room_wrap .slick-list {
    padding: 0;
  }
  #room_content section .slide_r_nav {
    padding: 0;
  }
  #room_ame section {
    flex-direction: column;
  }
  #room_ame section .ame_img {
    margin: 30px 0 0;
    max-width: 300px;
    width: 100%;
  }
}

/* cuisine */
#room_content section .tx ul {
  padding-left: 1.25em;
  line-height: 1.7;
  margin: 0;
  color: #415c6d;
  font-weight: 500;
}
#cuisine_op {
  background-color: #f9f8f4;
  background-image: url(../images/top/bg_higaki.png);
  padding: 50px 40px;
  color: #41372d;
}
#cuisine_op h2 {
  text-align: center;
  font-weight: 600;
  padding: 30px 0 40px;
  font-size: 32px;
}
#cuisine_op section{
  max-width: 1400px;
  margin: 0 auto;
}
#cuisine_op section .cui_op_img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#cuisine_op section h4 {
  font-size: 24px;
  font-weight: 600;
  padding: .8em 0 .5em;
}
#cuisine_op section .cui_op_img div {
  width: 48%;
}
#cuisine_op section .cui_op_img div img{
  border-radius: 10px;
}
#cuisine_op section dl {
  display: flex;
  align-items: flex-start;
  color: #a1803b;
  line-height: 1;
  margin-bottom: 3em;
}
#cuisine_op section dl dt {
  border: 1px solid #a1803b;
  border-radius: 5px;
  padding: 4px .6em 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .8em;
}
#cuisine_op section dl dd {
  padding-top: .3em;
  font-weight: 600;
}

@media (max-width: 1000px) {
  #cuisine_op {
    padding: 50px 5%;
  }
}
@media (max-width: 880px) {
  #cuisine_op section .cui_op_img {
    flex-direction: column;
  }
  #cuisine_op section .cui_op_img div {
    width: 100%;
  }
  #cuisine_op h2 {
    font-weight: 700;
    font-size: 26px;
  }
  #cuisine_op section h4 {
    font-size: 20px;
  }
}

/* onsen */
#room_content section .img {
  max-width: 900px;
  padding: 0 50px;
  width: 100%;
}
#room_content section .img img {
  border-radius: 10px;
}
.morinoyu_slide {
  margin: 20px 4% 20px 5%;
  width: calc(100% - 9%);
}
.morinoyu_slide img {
  object-fit: cover;
  object-position: center;
  height: 480px;
  width: 100%;
  border-radius: 15px;
  padding: 0 5px;
}

#room_content section .slide_fade {
  width: 100%;
}
#room_content section .slide_fade img{
  width: 100%;
  height: 66.2%;
  aspect-ratio: 3/2;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

#onsen_mori {
  padding: 60px 0;
  margin-top: 30px;
  margin-bottom: 100px;
  background-image: url(../images/top/bg_higaki.png);
  background-color: #fbf9f7;
}
#onsen_mori p {
  max-width: 1400px;
  margin: 0 auto;
  padding:0 5% .5em;
}
#onsen_mori h2 {
  font-size: 32px;
  padding:0 5% .5em;
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 600;
}
#onsen_mori section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 5% 0;
  color: #41372d;
}
#onsen_mori section .img {
  max-width: 600px;
  margin-right: 30px;
}
#onsen_mori section .tx {
  text-align: left;
}
#onsen_mori section .tx h3{
  font-size:26px;
  padding-bottom: .5em;
  line-height: 1.4;
}
#onsen_mori section .tx h3 span{
  font-size:20px;
  display: block;
}
#onsen_mori section .tx p {
  padding:0 0 .7em;
}
#onsen_mori section .tx dl {
  padding-top: 1em;
  padding-bottom: .45em;
}
#onsen_mori section .tx dl dt {
  padding: 2px 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #41372d;
  height: 22px;
  font-size:14px;
  margin-top: .5em;
  margin-bottom: .7em;
}
#onsen_mori section .tx dl dd {
  line-height: 1.7;
}
#onsen_mori section .tx ul {
  padding-left: 1em;
  line-height: 1.8;
  list-style: disc;
}
#onsen_mori section .tx ul li {
  padding-bottom: .4em;
}
#onsen_info {
  padding: 50px 0;
}
#onsen_info section{
  max-width: 1200px;
  padding: 40px 40px;
  margin: 0 auto;
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
}
#onsen_info section img {
  max-width: 400px;
  margin-left: 40px;
  border-radius: 10px;
}
#onsen_info section h3 {
  font-size: 24px;
  padding-top: 1em;
  padding-bottom: .5em;
}
#onsen_info .onsen_info_tx {
  flex-direction: column;
}

@media (max-width: 1400px) {
  #room_content section .tx {
    width: 44%;
    margin: 20px 0 0;
  }
  #room_content section .img {
    width: 48%;
    padding: 0;
    margin:0 4%;
  }
  #onsen_info section {
    padding: 40px 5%;
  }
}
@media (max-width: 880px) {
  #room_content section {
    padding: 70px 5% 30px;
  }
  #onsen_info section {
    flex-direction:column-reverse;
  }
  #onsen_info section img {
    width: 100%;
    max-width: 100%;
    margin-left:0;
  }
}
@media (max-width: 800px) {
  #room_content section,
  #room_content section:nth-child(2n) {
    flex-direction: column;
  }
  #room_content section .tx,
  #room_content section:nth-child(2n) .tx {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    margin: 20px 0 0;
  }
  #room_content section .img,
  #room_content section:nth-child(2n) .img {
    width: 100%;
    padding: 0;
    margin:0;
  }
}

/* about */
#about_hito {
  padding: 50px 20px 100px;
  margin: 0 auto;
  max-width: 1000px;
}
#about_hito section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2em;
}
#about_hito section.hito {
  padding: 50px 0;
}
#about_hito section .title,
#about_hito section .tx {
  margin-right: 20px;
  padding-right: 20px;
  width: 50%;
  flex-shrink: 0;
}
#about_hito section h2 {
  font-size: 24px;
  padding-bottom: .4em;
}
#about_hito section .title img {
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 0;
}
#about_hito section img {
  max-width: 40%;
  border-radius: 10px;
}
#about_hito section .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 30px;
  background-color: #41372d;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 0;
  border-radius: 15px;
}
#about_hito section.stamp .tx{
  width: 65%;
}
#about_hito section.stamp img {
  max-width: 30%;
  filter: drop-shadow(4px 4px 8px rgba(0,0,0,.4));
}
h2.about_ex {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  padding: 50px 25px 0;
}
#room_content section.about_secound {
  padding: 80px 25px 30px;
}
#room_content section.about_secound:last-child {
  padding-bottom: 80px;
}

@media (max-width: 1300px) {
  #room_content section.about_secound {
    padding: 80px 5% 30px;
  }
}

/* toji */
#page_intro_title section h2 {
  text-align: center;
  font-size: 32px;
}
#page_intro_title section .inn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 25px;
  max-width: 1200px;
}
#page_intro_title section .inn img {
  max-width: 400px;
  margin-left: 40px;
  border-radius: 10px;
}
#page_intro_title .intro_tx {
  margin: 0 auto;
  padding: 40px 25px;
  max-width: 1200px;
}
#page_intro_title .intro_tx .ex_intro{
  padding: 40px 5%;
  max-width: 1000px;
}
#toji_content section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1400px;
  padding: 80px 25px 30px;
  margin:0 auto;
}
#toji_content section:nth-child(even) {
  flex-direction: row-reverse;
}
#toji_content section .img {
  flex-shrink: 0;
}
#toji_content section .tx {
  padding: 20px 40px 0;
}
#toji_content section .tx h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.45;
  padding-bottom: .5em;
  display: flex;
  align-items: flex-start;
}
#toji_content section .tx h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #a1803b;
  border: 1px solid #a1803b;
  border-radius: 4px;
  margin-right: .5em;
  letter-spacing: 0.03em;
  padding-top: 3px;
}
#toji_content section .img img {
  width: 450px;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 980px) {
  #toji_content section,
  #toji_content section:nth-child(2n) {
    flex-direction: column;
  }
  #toji_content section .tx {
    padding: 30px 0 0;
  }
  #toji_content section .img,
  #toji_content section .img img {
    width: 100%;
  }
}
@media (max-width: 740px) {
  #page_intro_title section h2 {
    padding: 1em 0 0;
    font-size: 26px;
  }
  #page_intro_title section .inn {
    flex-direction: column;
    padding: 20px 5%;
  }
  #page_intro_title section .inn .tx,
  #page_intro_title section .inn img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* access */
.trans {
  max-width: 1000px;
  margin: 0 auto;
}
.trans h2 {
  text-align: center;
  padding: 60px 0 40px;
  font-weight: 500;
}
.trans .trans_from {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.trans .trans_from .from p.tokyo,
.trans .trans_from .from p.sendai{
  padding: 0 1em;
  display: flex;
  align-items: center;
  height: 80px;
}
.trans .trans_from .from p.tokyo {
  background-color: #a1803b;
}
.trans .trans_from .from p.sendai{
  background-color: #bba896;
}
.trans .trans_from .time_1 p{
  line-height: 1.45;
  padding: 20px 1em 0;
  height: 80px;
  flex-wrap: wrap;
}
.trans .trans_from .time_1 span,
.trans .trans_from .time_2 span,
.trans .trans_from .time_3 span{
  display: block;
  font-size: 13px;
  width: 100%;
}
.trans .trans_from .furukawa,
.trans .trans_from .naruko {
  height: 160px;
  background-color: #e0dad4;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
.trans .trans_from .fin {
  height: 160px;
  background-color: #d1e3e7;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
.mymap {
  max-width: 1200px;
  margin: 100px auto 50px;
}
.mymap h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: .5em;
}
@media (max-width: 1300px) {
  .mymap {
    padding: 10px 5%;
  }
}
@media (max-width: 1020px) {
  .trans .trans_from {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 0 5%;
  }
  .trans .trans_from div {
    margin-bottom: 25px;
  }
  .trans .trans_from div p {
    padding-left: 1em;
  }
  .trans .trans_from .time_2 p i {
    transform: rotate(45deg);
  }
  .trans .trans_from .naruko {
    position: relative;
  }
  .trans .trans_from .naruko::before {
    content: '\f148';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transform: rotate(90deg);
    position: absolute;
    top: .7em;
    left: 1em;
  }
}
@media (max-width: 640px) {
  .trans .trans_from .naruko::before {
    display: none;
  }
  .trans .trans_from {
    display: block;
    padding: 0 5%;
  }
  #page_intro_title .intro_tx .ex_intro{
    padding: 40px 0;
  }
  .trans .trans_from div {
    margin-bottom: 0;
  }
  .trans .trans_from .from,
  .trans .trans_from .time_1 {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .trans .trans_from div p {
    height: auto;
    padding: 1em 1em;
  }
  .trans .trans_from .from p,
  .trans .trans_from .time_1 p {
    width: 50%;
    height: auto;
    padding: 1em 1em;
  }
  .trans .trans_from div p i {
    transform: rotate(90deg);
  }
  .trans .trans_from .time_2 p i {
    transform: rotate(90deg);
  }
  .trans .trans_from .from p.tokyo,
  .trans .trans_from .from p.sendai,
  .trans .trans_from .furukawa,
  .trans .trans_from .naruko,
  .trans .trans_from .fin {
    height: auto;
    text-align: center;
    padding: .8em 1em .65em;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .trans .trans_from .time_1 p,
  .trans .trans_from .time_2 p,
  .trans .trans_from .time_3 p  {
    font-size: 4.3vw;
  }
  .trans .trans_from .time_1 p span,
  .trans .trans_from .time_2 p span,
  .trans .trans_from .time_3 p span {
    font-size: 3.3vw;
  }
}


/* reservation */
#res section {
  max-width: 1200px;
  padding: 40px 5%;
  margin: 0 auto;
}
#res section h2 {
  font-size: 28px;
  padding-bottom: .5em;
  font-weight: 500;
}
#res section h3 {
  font-size: 20px;
  font-weight: 500;
  padding-top: .5em;
  padding-bottom: .5em;
}

#res section dl {
  display: flex;
  align-items: flex-start;
  color: #a1803b;
  font-size: 15px;
  font-weight: 500;
  margin: .6em 0 1.25em;
}
#res section dl dt{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  width: 120px;
  height: 26px;
  flex-shrink: 0;
  font-size: 13px;
  padding: 0;
  border: 1px solid #a1803b;
  border-radius: 4px;
  margin-right: 1em;
}
#res section dl dd {
  line-height: 1.6;
}
#res section ul {
  list-style: disc;
  margin-left: 1.2em;
  margin-bottom: 1em;
  line-height: 2;
}
/* exp */
.ex_border {
  max-width: 900px;
  padding: 80px 5% 0;
  margin: 0 auto;
}
.ex_border img{
  max-width: 70px;
  margin-right: .5em;
  opacity: .83;
}
.ex_border h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: .8em 0 .6em;
}
.ex_border h2 span {
  padding-top: .2em;
}
.ex_border p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 700px) {
  .ex_border h2 {
    flex-direction: column;
    line-height: 1.45;
    text-align: center;
    font-size: 27px;
  }
  .ex_border img {
    margin-right: 0;
  }
}
/* footer */
footer {
  background-color: #f1f1f1;
  padding-bottom: 3px;
  margin-top: 0;
}
footer .foot_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  text-align: center;
}
footer img{
  max-width: 140px;
  height: auto;
  margin: 0 auto 10px;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  line-height: 2;
}
footer ul li {
  padding: 0 1em;
  list-style: none;
}
footer ul.sub {
  margin: 1em 0 0;
  font-size: 14px;
  font-weight: 500;
}
footer ul.sub a {
  color: #666;
}
footer .foot_wrap h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0 5px;
}
footer .foot_wrap p {
  padding-bottom: .15em;
  font-weight: 300;
}
footer .foot_wrap p.chkin {
  font-weight: 500;
  padding-bottom: .25em;
}
footer .foot_wrap p.sp_tel {
  font-size: 20px;
  font-weight: 500;
  padding-top: .25em;
}
footer .copy {
  padding: 5px 20px 0;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 740px) {
  footer ul {
    display: none;
  }
}
@media (max-width: 640px) {
  footer .foot_wrap h5 {
    font-size: 4vw;
    margin: 20px auto 5px;
  }
  footer .foot_wrap p.chkin {
    font-size: 3.6vw;
  }
  footer .foot_wrap p {
    font-size: 13px;
  }
  footer .foot_wrap p.sp_tel {
    font-size: 3.6vw;
  }
}

/* cookie */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #a1803b;
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-consent .cookie-text a{
  border-bottom: 1px solid #fff;
  margin-left: .5em;
}
.cookie-agree {
  color: #fff;
  background: #999;
  padding: .5em 1.5em;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 700;
}
.cookie-agree:hover {
  cursor: pointer;
}
.cc-hide {
  animation: hide .5s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

/*fade*/
.fdup {
  transform: translate(0, 60px);
  transition: all 700ms;
  opacity: 0;
}

.fdup.effect {
  opacity: 1;
  transform: translate(0, 0);
}