@charset "UTF-8";
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* en */
  .en .mainheader__rsv {
    width: 200px;
  }
  .en .rooms-item__txt {
    text-align: left;
  }
  .en .rooms-item__btn {
    font-size: 1.35rem;
  }
  .en #tatami6 .citem-ttl {
    font-size: 3.3rem;
  }
  .en #tatami24 .citem-ttl {
    font-size: 3.3rem;
  }
  .en .sightseeing__ttl {
    font-size: 2.7rem;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .en .footer__tel {
    width: 30.8rem;
  }
  /* header 
  ---------------------------------------------------------------------- */
  .gnav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 30px;
  }
  .mainheader__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 170px;
  }
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 100vh;
    min-height: 500px;
    position: relative;
  }
  #mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 235px;
    background: url(../images/index/bg_mv.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    mix-blend-mode: multiply;
  }
  #mv picture img {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .mv__content {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2%;
    z-index: 1;
    padding: 0 20px;
  }
  .mv__ttl {
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  .mv__txt {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  @-webkit-keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
  }
  @keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
  }
  .mvslide .slick-animation {
    -webkit-animation: fadezoom 5s 0s forwards;
            animation: fadezoom 5s 0s forwards;
  }
  /* about
  ---------------------------------------------------------------------- */
  .about {
    position: relative;
    background: url(../../images/bg_deco01.png);
    padding-top: 30px;
  }
  .about::after {
    content: "";
    display: block;
    width: 100%;
    height: 148px;
    background: url("../../images/bg_deco03.png") center, -webkit-gradient(linear, left top, left bottom, from(#032d1f), to(#455e42));
    background: url("../../images/bg_deco03.png") center, linear-gradient(#032d1f 0%, #455e42 100%);
  }
  .about__inr {
    padding: 8rem 0 7rem;
    background: url(../../images/bg_deco03.png) center, -webkit-gradient(linear, left top, left bottom, from(#455e42), to(#032d1f));
    background: url(../../images/bg_deco03.png) center, linear-gradient(#455e42 0%, #032d1f 100%);
    position: relative;
    border-top-right-radius: 2000px 600px;
    border-top-left-radius: 2000px 600px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .about__logo {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .about__en {
    width: 98vw;
    max-width: 1566px;
    position: absolute;
    top: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    mix-blend-mode: screen;
  }
  .about__ttl {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0.14em;
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__lead {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__slider {
    font-size: 0;
  }
  .about__slider img {
    width: 100%;
  }
  /* rooms
  ---------------------------------------------------------------------- */
  .rooms {
    padding: 14rem 0 0;
  }
  .rooms .ctitle {
    margin-bottom: 6.4rem;
  }
  .rooms .cnav__list {
    row-gap: 5.2rem;
  }
  .rooms .citem-ttl {
    margin-bottom: 2.9rem;
    font-size: 4.2rem;
  }
  .rooms .citem-ttl__en {
    font-size: 0.429em;
  }
  .rooms-sec {
    padding-bottom: 12rem;
  }
  .rooms-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1370px;
    margin-right: auto;
    padding-right: 20px;
    padding-top: 120px;
    gap: 35px;
    width: 100%;
  }
  .rooms-item:first-of-type {
    padding-top: 10rem;
  }
  .rooms-item__img {
    width: 74%;
    min-width: 0;
    position: relative;
    font-size: 0;
  }
  .rooms-item__img .slick-slider {
    width: 100%;
    height: 100%;
  }
  .rooms-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 314px;
            flex: 1 0 314px;
    padding-top: 2.4rem;
  }
  .rooms-item__txt {
    margin-bottom: 2rem;
    font-weight: 500;
  }
  .rooms-item__specs {
    margin-bottom: 2rem;
  }
  .rooms-item__spec {
    padding: 1.2em 0 0.55em;
    border-bottom: 1px solid #C7B299;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    font-weight: 500;
  }
  .rooms-item__spec dt {
    width: 55%;
  }
  .rooms-item__spec dd {
    width: 45%;
  }
  .rooms-item__btn-list li {
    margin-bottom: 1rem;
  }
  .rooms-item__btn-list li:last-child {
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .rooms-item__btn {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #006837;
    border-radius: 5px;
    line-height: 1.5;
    padding: 0.438em 0.8em;
    position: relative;
  }
  .rooms-item__btn::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .rooms-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
  }
  /* outbus 
  ---------------------------------------------------------------------- */
  .outbus {
    padding-top: 10.5rem;
  }
  .outbus .citem-ttl {
    text-align: center;
  }
  .outbus__txt {
    max-width: 740px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 3.2rem;
  }
  /* amenities 
  ---------------------------------------------------------------------- */
  .amenities {
    background: url(../../images/bg_deco01.png);
    padding: 10rem 0 10rem;
  }
  .amenities__box {
    font-size: 1.6rem;
    background-color: #EFEEE8;
    padding: 2.75em 1.4em 2em 2.8em;
  }
  .amenities__group:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
  .amenities__ttl {
    color: #5A3A1B;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
  }
  .amenities__list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    line-height: 1.735;
    letter-spacing: 0.08em;
  }
  .amenities__note {
    text-align: right;
    padding-right: 2.6rem;
    margin-top: 3.5rem;
  }
  /* map
  ---------------------------------------------------------------------- */
  .map {
    padding: 14rem 0 0;
  }
  .map .cbtn {
    width: 100%;
    height: 60px;
    letter-spacing: 0.08em;
    margin-bottom: 5rem;
  }
  .map .cphone-block__item dd::before {
    background-image: url(../../images/icon_tel.svg);
  }
  .map .cphone-block__item.cphone-block__item--free {
    margin-bottom: 1.3rem;
  }
  .map .cphone-block__item.cphone-block__item--free dd:before {
    background-image: url(../../images/icon_dial.svg);
  }
  .map__embed {
    position: relative;
    width: 100%;
    padding-top: 41.64%;
    margin-bottom: 10rem;
  }
  .map__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .map__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3%;
  }
  .map__img {
    width: 59%;
  }
  .map__content {
    width: 380px;
  }
  .map__logo {
    width: 170px;
    margin-bottom: 2.2rem;
  }
  .map__address {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  /* access__item 
  ---------------------------------------------------------------------- */
  .access__item {
    padding: 7.5rem 0 1rem;
  }
  .access__ttl {
    font-size: 3rem;
    letter-spacing: 0.06em;
    margin-bottom: 4rem;
    font-weight: bold;
    color: #5A3A1B;
    text-align: center;
  }
  .access__img img {
    height: auto;
  }
  .access-picture {
    display: none;
  }
  /* 日本語 */
  html[lang=ja] .access-picture-ja,
  html[lang=ja-JP] .access-picture-ja {
    display: block;
  }
  /* 英語 */
  html[lang=en] .access-picture-en,
  html[lang^=en-] .access-picture-en {
    display: block;
  }
  /* 繁体字 */
  html[lang=zh-TW] .access-picture-zhtw,
  html[lang=zh-Hant] .access-picture-zhtw,
  html[lang^=zh-Hant-] .access-picture-zhtw {
    display: block;
  }
  /* parking 
  ---------------------------------------------------------------------- */
  .parking {
    padding-top: 3rem;
  }
  .parking__img {
    position: relative;
    margin-bottom: 2.2rem;
  }
  .parking__img img {
    height: auto;
  }
  .parking__img-icon {
    position: absolute;
    top: 20px;
    left: 19px;
    width: 171px;
  }
  .parking__ttl {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #006837;
  }
  .parking__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .parking__txt a {
    font-weight: bold;
    color: #006837;
  }
  /* sightseeing
  ---------------------------------------------------------------------- */
  .sightseeing {
    padding: 0 0 15rem;
  }
  .sightseeing .cnav {
    margin-bottom: 6.5rem;
  }
  .sightseeing .citem-ttl {
    margin-bottom: 25px;
    font-size: 4.2rem;
  }
  .sightseeing .citem-ttl__en {
    font-size: 0.429em;
  }
  .sightseeing .cnav__list:nth-of-type(2) {
    margin-top: 4.3rem;
  }
  .sightseeing .cnav__list:nth-of-type(2) li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 4%;
  }
  /* spot
  ---------------------------------------------------------------------- */
  .spot {
    padding: 10rem 0 0;
  }
  .spot .ctitle {
    margin-bottom: 6rem;
  }
  .spot__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1370px;
    margin-right: auto;
    padding-right: 20px;
    margin-bottom: 120px;
    gap: 35px;
    width: 100%;
  }
  .spot__img {
    width: 74%;
    min-width: 0;
    position: relative;
    font-size: 0;
  }
  .spot__img .slick-slider {
    width: 100%;
    height: 100%;
  }
  .spot__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .spot__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 314px;
            flex: 1 0 314px;
    padding: 2.3rem 0 3rem;
  }
  .spot__time {
    margin-top: auto;
  }
  .spot__item.spot__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
  /* access-time 
  ---------------------------------------------------------------------- */
  .access-time {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #C7B299;
    padding-bottom: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .access-time::before {
    content: "";
    display: block;
    width: 1.222em;
    height: 0.944em;
    background: url(../../images/sightseeing/icon_car.svg) no-repeat;
    background-size: contain;
  }
  .access-time.access-time--walk::before {
    content: "";
    display: block;
    width: 0.889em;
    height: 1.389em;
    background: url(../../images/sightseeing/icon_walk.svg) no-repeat;
    background-size: contain;
  }
  /* kitakami
  ---------------------------------------------------------------------- */
  .kitakami {
    padding: 11.5rem 0 0;
  }
  .kitakami .access-time {
    margin-top: auto;
  }
  .kitakami .ctitle {
    margin-bottom: 5.5rem;
  }
  .kitakami .citem-ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3.8rem;
  }
  .sightseeing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 2%;
  }
  .sightseeing__list li {
    width: 32%;
  }
  .sightseeing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sightseeing__img {
    margin-bottom: 1.3rem;
  }
  .sightseeing__ttl {
    color: #00422B;
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
    font-weight: bold;
  }
  .sightseeing__ttl--sm {
    font-size: 2.7rem;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 7.5rem 0 0;
  }
  .other .access-time {
    margin-top: auto;
  }
  .other .ctitle {
    margin-bottom: 5.5rem;
  }
  .other .citem-ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 1000px) {
  /* en */
  .en .rooms-item__txt {
    text-align: left;
  }
  .en .outbus__txt {
    text-align: left;
  }
  .en .amenities__list li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .en .sightseeing__ttl {
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .en .outbus .citem-ttl {
    letter-spacing: 0;
  }
  /* header 
  ---------------------------------------------------------------------- */
  .mainheader__rsv {
    display: none;
  }
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 100vh;
    min-height: 500px;
    position: relative;
  }
  #mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 30rem;
    background: url(../images/index/bg_mv.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    mix-blend-mode: multiply;
  }
  #mv picture img {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .mv__content {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10%;
    z-index: 1;
  }
  .mv__ttl {
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 3rem;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  .mv__txt {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.6;
    white-space: nowrap;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  @-webkit-keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
  }
  @keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
  }
  .mvslide .slick-animation {
    -webkit-animation: fadezoom 5s 0s forwards;
            animation: fadezoom 5s 0s forwards;
  }
  /* about
  ---------------------------------------------------------------------- */
  .about {
    position: relative;
    background: url(../../images/bg_deco01.png);
    padding-top: 30px;
  }
  .about::after {
    content: "";
    display: block;
    width: 100%;
    height: 14.8rem;
    background: url("../images/bg_deco03.png") center, -webkit-gradient(linear, left top, left bottom, from(#032d1f), to(#455e42));
    background: url("../images/bg_deco03.png") center, linear-gradient(#032d1f 0%, #455e42 100%);
  }
  .about__inr {
    padding: 8rem 0 7rem;
    background: url(../images/bg_deco03.png) center, -webkit-gradient(linear, left top, left bottom, from(#455e42), to(#032d1f));
    background: url(../images/bg_deco03.png) center, linear-gradient(#455e42 0%, #032d1f 100%);
    position: relative;
    border-top-right-radius: 2000px 600px;
    border-top-left-radius: 2000px 600px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .about__logo {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .about__en {
    width: 98vw;
    max-width: 1566px;
    position: absolute;
    top: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    mix-blend-mode: screen;
  }
  .about__ttl {
    font-size: 4.3rem;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0.14em;
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__lead {
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__slider {
    font-size: 0;
  }
  .about__slider img {
    width: 100%;
  }
  /* rooms
  ---------------------------------------------------------------------- */
  .rooms {
    padding: 14rem 0 0;
  }
  .rooms .ctitle {
    margin-bottom: 6.4rem;
  }
  .rooms .citem-ttl {
    margin-bottom: 2.9rem;
  }
  .rooms-sec {
    padding-bottom: 12rem;
  }
  .rooms-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1370px;
    margin-right: auto;
    padding-top: 12rem;
    gap: 3.5rem;
    width: 100%;
  }
  .rooms-item__img {
    width: 95vw;
    min-width: 0;
    position: relative;
    font-size: 0;
    margin-left: -5vw;
  }
  .rooms-item__img .slick-slider {
    width: 100%;
    height: 100%;
  }
  .rooms-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms-item__content {
    padding-top: 2.4rem;
  }
  .rooms-item__txt {
    margin-bottom: 2rem;
    font-weight: 500;
  }
  .rooms-item__specs {
    margin-bottom: 2rem;
  }
  .rooms-item__spec {
    padding: 1.2em 0 0.55em;
    border-bottom: 1px solid #C7B299;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
  }
  .rooms-item__spec dt {
    width: 55%;
  }
  .rooms-item__spec dd {
    width: 45%;
  }
  .rooms-item__btn-list li {
    margin-bottom: 1rem;
  }
  .rooms-item__btn-list li:last-child {
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .rooms-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #006837;
    border-radius: 5px;
    line-height: 1.5;
    padding: 0.438em 0.8em;
    position: relative;
  }
  .rooms-item__btn::after {
    content: "";
    width: 0.438em;
    height: 0.438em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .rooms-item--reverse .rooms-item__img {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: -5vw;
  }
  /* outbus 
  ---------------------------------------------------------------------- */
  .outbus {
    padding-top: 14rem;
  }
  .outbus .citem-ttl {
    text-align: center;
  }
  .outbus__txt {
    max-width: 740px;
    font-weight: 500;
    text-align: justify;
    margin: 0 auto 3.2rem;
  }
  /* amenities 
  ---------------------------------------------------------------------- */
  .amenities {
    background: url(../../images/bg_deco01.png);
    padding: 10rem 0 10rem;
  }
  .amenities__box {
    background-color: #EFEEE8;
    padding: 2.75em 1em 3.5em;
  }
  .amenities__group {
    margin-bottom: 4.2rem;
  }
  .amenities__ttl {
    color: #5A3A1B;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
  }
  .amenities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.735;
    letter-spacing: 0.06em;
  }
  .amenities__list li {
    width: 50%;
  }
  .amenities__item--sm {
    letter-spacing: 0;
  }
  .amenities__note {
    text-align: right;
    padding-right: 2.6rem;
    margin-top: 1rem;
  }
  /* map
  ---------------------------------------------------------------------- */
  .map {
    padding: 14rem 0 0;
  }
  .map .cbtn {
    width: 100%;
    letter-spacing: 0.08em;
    margin-bottom: 5vw;
  }
  .map .cphone-block__item dd::before {
    background-image: url(../../images/icon_tel.svg);
  }
  .map .cphone-block__item.cphone-block__item--free {
    margin-bottom: 1vw;
  }
  .map .cphone-block__item.cphone-block__item--free dd:before {
    background-image: url(../../images/icon_dial.svg);
  }
  .map__embed {
    position: relative;
    width: 100%;
    padding-top: 50vw;
    margin-bottom: 10vw;
  }
  .map__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .map__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }
  .map__logo {
    width: 34vw;
    margin-bottom: 2.2rem;
  }
  .map__address {
    font-size: 3.7333333333vw;
    margin-bottom: 1.5rem;
  }
  /* access__item 
  ---------------------------------------------------------------------- */
  .access__item {
    padding: 7.5rem 0 1rem;
  }
  .access__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.06em;
    margin-bottom: 4rem;
    font-weight: bold;
    color: #5A3A1B;
    text-align: center;
  }
  .access__img {
    overflow: scroll;
  }
  .access__img img {
    min-width: 1000px;
    height: auto;
  }
  .access-picture {
    display: none;
  }
  /* 日本語 */
  html[lang=ja] .access-picture-ja,
  html[lang=ja-JP] .access-picture-ja {
    display: block;
  }
  /* 英語 */
  html[lang=en] .access-picture-en,
  html[lang^=en-] .access-picture-en {
    display: block;
  }
  /* 繁体字 */
  html[lang=zh-TW] .access-picture-zhtw,
  html[lang=zh-Hant] .access-picture-zhtw,
  html[lang^=zh-Hant-] .access-picture-zhtw {
    display: block;
  }
  /* parking 
  ---------------------------------------------------------------------- */
  .parking {
    padding-top: 3rem;
  }
  .parking__img {
    position: relative;
    margin-bottom: 2.2rem;
  }
  .parking__img img {
    height: auto;
  }
  .parking__img-icon {
    position: absolute;
    top: 2rem;
    left: 1.9rem;
    width: 17rem;
  }
  .parking__ttl {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #006837;
  }
  .parking__txt {
    line-height: 1.8;
  }
  .parking__txt a {
    font-weight: bold;
    color: #006837;
  }
  /* sightseeing
  ---------------------------------------------------------------------- */
  .sightseeing {
    padding: 0 0 15rem;
  }
  .sightseeing .cnav {
    margin-bottom: 6.5rem;
  }
  .sightseeing .citem-ttl {
    margin-bottom: 25px;
    font-size: 6.2rem;
  }
  .sightseeing .citem-ttl__en {
    font-size: 0.429em;
  }
  .sightseeing .cnav__list:nth-of-type(2) {
    margin-top: 4.3rem;
  }
  .sightseeing .cnav__list:nth-of-type(2) li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 4%;
  }
  /* spot
  ---------------------------------------------------------------------- */
  .spot {
    padding: 14rem 0 0;
  }
  .spot .ctitle {
    margin-bottom: 6rem;
  }
  .spot__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1370px;
    margin-right: auto;
    margin-bottom: 12rem;
    gap: 3.5rem;
    width: 100%;
  }
  .spot__img {
    width: 95vw;
    min-width: 0;
    position: relative;
    font-size: 0;
    margin-left: -5vw;
  }
  .spot__img .slick-slider {
    width: 100%;
    height: 100%;
  }
  .spot__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .spot__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spot__time {
    margin-top: 10vw;
  }
  .spot__item.spot__item--reverse {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: -5vw;
  }
  /* access-time 
  ---------------------------------------------------------------------- */
  .access-time {
    font-size: 3rem;
    font-weight: 500;
    border-bottom: 1px solid #C7B299;
    padding-bottom: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .access-time::before {
    content: "";
    display: block;
    width: 1.222em;
    height: 0.944em;
    background: url(../../images/sightseeing/icon_car.svg) no-repeat;
    background-size: contain;
  }
  .access-time.access-time--walk::before {
    content: "";
    display: block;
    width: 0.889em;
    height: 1.389em;
    background: url(../../images/sightseeing/icon_walk.svg) no-repeat;
    background-size: contain;
  }
  /* kitakami
  ---------------------------------------------------------------------- */
  .kitakami {
    padding: 14rem 0 0;
  }
  .kitakami .access-time {
    margin-top: auto;
  }
  .kitakami .ctitle {
    margin-bottom: 5.5rem;
  }
  .kitakami .citem-ttl {
    text-align: center;
    margin-bottom: 3.8rem;
  }
  .sightseeing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .sightseeing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sightseeing__img {
    margin-bottom: 1.3rem;
  }
  .sightseeing__ttl {
    color: #00422B;
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
    font-weight: bold;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 14rem 0 0;
  }
  .other .access-time {
    margin-top: auto;
  }
  .other .ctitle {
    margin-bottom: 5.5rem;
  }
  .other .citem-ttl {
    text-align: center;
    margin-bottom: 3.8rem;
  }
}/*# sourceMappingURL=style.css.map */