@charset "UTF-8";
.kv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-head5 {
  position: relative;
  z-index: 1;
}

.hotelmenu {
  width: 500px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .hotelmenu {
    width: 100%;
  }
  .kv img{
    width: 100%;
    height: auto;
  }
}
.r-list li{
  display: flex;
}
.menubox2 {
  margin-top: 100px;
}
.menubox2__ttl {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
  margin-top: 10px;
}
.menubox2 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menubox2 > li:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.menubox2 > li > img {
  width: 35%;
}
.menubox2 > li > div {
  width: calc(65% - 30px);
}
.menubox2 > li + li {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .menubox2 > li:nth-of-type(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menubox2 > li:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menubox2 > li > img {
    width: 100%;
  }
  .menubox2 > li > div {
    width: 100%;
  }
}

.inrto {
  overflow: hidden;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .inrto {
    padding: 50px 0 0;
  }
}

.intro__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.intro__box:nth-of-type(1) .intro__txt::before {
  background: url(../img/hotel/bg_intro_01.png) left top/100% 100% no-repeat;
  width: 85%;
  height: 0;
  padding-top: 90%;
  left: 0;
}
.intro__box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 100px;
}
.intro__box:nth-of-type(2) .intro__txt::before {
  background: url(../img/hotel/bg_intro_02.png) left top/100% 100% no-repeat;
  width: 95%;
  padding-top: 100%;
  right: 0;
}
.intro__box:nth-of-type(2) img {
  margin-bottom: 100px;
}
.intro__box img {
  width: 550px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .intro__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .intro__box:nth-of-type(2) img {
    margin-bottom: 50px;
  }
  .intro__box img {
    width: calc(100% - 30px);
    margin: 30px auto 0;
  }
}

.intro__txt {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .intro__txt {
    width: 100%;
  }
}

.inrto__hd, .inrto__lead {
  width: 500px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inrto__hd, .inrto__lead {
    width: 100%;
    padding: 0 15px;
  }
}

.inrto__hd {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .inrto__hd {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .inrto__lead {
    font-size: 1.6rem;
    margin: 15px 0 0 0;
  }
}

.b-list {
  background: #2A3F2C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.b-list .c-btn {
  margin: 0 20px;
  background: #fff;
  color: #315A35;
}
@media screen and (max-width: 767px) {
  .b-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
  .b-list .c-btn {
    width: 100%;
    margin: 0;
  }
  .b-list .c-btn + .c-btn {
    margin-top: 10px;
  }
}

.room, .restaurant, .gd-hotel {
  padding-top: 100px;
  padding-bottom: 60px;
}

.r-lead {
  margin-top: 30px;
}

.r-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.r-box li {
  width: calc(33% - 10px);
  line-height: 1.6;
  margin-top: 60px;
  margin-left: 15px;
  background: #EFF3F0;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.r-box li:nth-of-type(3n-2) {
  margin-left: 0;
}
.r-box li table {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .r-box {
    margin-top: 30px;
  }
  .r-box li {
    width: 100%;
    margin: 0;
  }
  .r-box li + li {
    margin-top: 20px;
  }
}

.r-box__hd {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 20px 0 15px;
}
.r-box__hd::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #315A35;
  margin: 2px auto 0;
  position: relative;
}

.dtl {
  margin-top: 30px;
}
.dtl:nth-of-type(1) {
  margin-top: 50px;
}
.dtl dt {
  position: relative;
  font-weight: bold;
}
.dtl dt::before {
  content: "■";
  display: inline-block;
  color: #315A35;
}

.restaurant {
  background: #EFF3F0;
}
.restaurant .c-head3 {
  margin-top: 60px;
}

.rst-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rst-intro img {
  width: 50%;
}

.rst-intro__txt {
  padding: 0 20px;
}

.rst-intro__txt .r-list{
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .rst-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .rst-intro img {
    width: 100%;
  }
  .rst-intro__txt {
    margin-top: 20px;
    padding: 0;
  }
}