@charset "UTF-8";
/*----------------------------------------------
mv_area
----------------------------------------------*/
.mv_area {
  width: 100%;
  height: 300px;
  margin: 70px 0 0;
  position: relative;
  justify-content: center;
  background: url("../images/rooms_mv_2.jpg") no-repeat center center;
  background-size: cover;
}
.mv_area h2 {
  width: 116px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #523D32;
}
.mv_area h2 img {
  width: 100%;
}

@media screen and (max-width: 815px) {
  .mv_area {
    background: url("../images/rooms_mv_sp_2.jpg") no-repeat center center;
    background-size: cover;
    margin: 50px 0 0;
    height: 200px;
  }
  .mv_area h2 {
    width: 83px;
  }
}
/*----------------------------------------------
kodawari
----------------------------------------------*/
#kodawari {
  padding: 100px 0;
}
#kodawari .inner h2 {
  color: #3F7650;
  font-weight: 500;
  font-size: 3.8rem;
  letter-spacing: 5px;
  margin: 0 0 80px;
}
#kodawari .inner h2 img {
  max-width: 315px;
  display: block;
  margin: 0 auto 25px;
}
#kodawari .inner .point_slider,
#kodawari .inner .point_slider_sp {
  flex-wrap: wrap;
  align-items: stretch;
}
#kodawari .inner .point_slider .flex_box,
#kodawari .inner .point_slider_sp .flex_box {
  width: 46.66%;
  align-items: center;
}
#kodawari .inner .point_slider .flex_box:nth-of-type(1), #kodawari .inner .point_slider .flex_box:nth-of-type(2),
#kodawari .inner .point_slider_sp .flex_box:nth-of-type(1),
#kodawari .inner .point_slider_sp .flex_box:nth-of-type(2) {
  margin: 0 0 45px;
}
#kodawari .inner .point_slider .flex_box .ph_area,
#kodawari .inner .point_slider_sp .flex_box .ph_area {
  width: 200px;
  height: 185px;
  position: relative;
}
#kodawari .inner .point_slider .flex_box .ph_area:after,
#kodawari .inner .point_slider_sp .flex_box .ph_area:after {
  content: "";
  display: block;
  background: url(../images/point01.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}
#kodawari .inner .point_slider .flex_box .ph_area img,
#kodawari .inner .point_slider_sp .flex_box .ph_area img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
}
#kodawari .inner .point_slider .flex_box.p01 .ph_area:after,
#kodawari .inner .point_slider_sp .flex_box.p01 .ph_area:after {
  content: "";
  display: block;
  background: url(../images/point01.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}
#kodawari .inner .point_slider .flex_box.p02 .ph_area:after,
#kodawari .inner .point_slider_sp .flex_box.p02 .ph_area:after {
  content: "";
  display: block;
  background: url(../images/point02.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}
#kodawari .inner .point_slider .flex_box.p03 .ph_area:after,
#kodawari .inner .point_slider_sp .flex_box.p03 .ph_area:after {
  content: "";
  display: block;
  background: url(../images/point03.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}
#kodawari .inner .point_slider .flex_box.p04 .ph_area:after,
#kodawari .inner .point_slider_sp .flex_box.p04 .ph_area:after {
  content: "";
  display: block;
  background: url(../images/point04.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}
#kodawari .inner .point_slider .flex_box .text_area,
#kodawari .inner .point_slider_sp .flex_box .text_area {
  width: 60.35%;
}
#kodawari .inner .point_slider .flex_box .text_area h3,
#kodawari .inner .point_slider_sp .flex_box .text_area h3 {
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 15px;
  position: relative;
}
#kodawari .inner .point_slider .flex_box .text_area h3:after,
#kodawari .inner .point_slider_sp .flex_box .text_area h3:after {
  content: "";
  background: #3F7650;
  width: 40px;
  height: 3px;
  display: block;
  margin: 15px 0 0;
}
#kodawari .inner .point_slider .flex_box .simmons,
#kodawari .inner .point_slider_sp .flex_box .simmons {
  margin: 15px 0 0;
  position: relative;
}
#kodawari .inner .point_slider .flex_box .simmons a,
#kodawari .inner .point_slider_sp .flex_box .simmons a {
  color: #523D32;
  text-decoration: underline;
}
#kodawari .inner .point_slider .flex_box .simmons a:hover,
#kodawari .inner .point_slider_sp .flex_box .simmons a:hover {
  opacity: 1;
  text-decoration: none;
}
#kodawari .inner .point_slider .flex_box .simmons:before,
#kodawari .inner .point_slider_sp .flex_box .simmons:before {
  content: "";
  background: url(../images/simmons.jpg) no-repeat center center;
  background-size: cover;
  width: 52px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 10px 0 0;
}
#kodawari .inner .point_slider .flex_box .ame_link,
#kodawari .inner .point_slider_sp .flex_box .ame_link {
  margin: 10px 0 0;
  position: relative;
}
#kodawari .inner .point_slider .flex_box .ame_link a,
#kodawari .inner .point_slider_sp .flex_box .ame_link a {
  color: #523D32;
  text-decoration: underline;
}
#kodawari .inner .point_slider .flex_box .ame_link a:hover,
#kodawari .inner .point_slider_sp .flex_box .ame_link a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (max-width: 815px) {
  #kodawari {
    padding: 40px 0;
  }
  #kodawari .inner h2 {
    font-size: 2.8rem;
    letter-spacing: 3px;
    margin: 0 0 40px;
  }
  #kodawari .inner h2 img {
    max-width: 228px;
  }
  #kodawari .inner .point_slider,
  #kodawari .inner .point_slider_sp {
    overflow: hidden;
    width: 100%;
  }
  #kodawari .inner .point_slider .flex_box,
  #kodawari .inner .point_slider_sp .flex_box {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #kodawari .inner .point_slider .flex_box:nth-of-type(1), #kodawari .inner .point_slider .flex_box:nth-of-type(2),
  #kodawari .inner .point_slider_sp .flex_box:nth-of-type(1),
  #kodawari .inner .point_slider_sp .flex_box:nth-of-type(2) {
    margin: 0;
  }
  #kodawari .inner .point_slider .flex_box .ph_area,
  #kodawari .inner .point_slider_sp .flex_box .ph_area {
    width: 205px;
    height: 205px;
    position: relative;
  }
  #kodawari .inner .point_slider .flex_box .ph_area img,
  #kodawari .inner .point_slider_sp .flex_box .ph_area img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 205px;
    height: 205px;
  }
  #kodawari .inner .point_slider .flex_box.p01 .ph_area:after,
  #kodawari .inner .point_slider_sp .flex_box.p01 .ph_area:after {
    width: 54px;
    height: 50px;
  }
  #kodawari .inner .point_slider .flex_box.p02 .ph_area:after,
  #kodawari .inner .point_slider_sp .flex_box.p02 .ph_area:after {
    width: 54px;
    height: 50px;
  }
  #kodawari .inner .point_slider .flex_box.p03 .ph_area:after,
  #kodawari .inner .point_slider_sp .flex_box.p03 .ph_area:after {
    width: 54px;
    height: 50px;
  }
  #kodawari .inner .point_slider .flex_box.p04 .ph_area:after,
  #kodawari .inner .point_slider_sp .flex_box.p04 .ph_area:after {
    width: 54px;
    height: 50px;
  }
  #kodawari .inner .point_slider .flex_box .text_area,
  #kodawari .inner .point_slider_sp .flex_box .text_area {
    width: 100%;
  }
  #kodawari .inner .point_slider .flex_box .text_area h3,
  #kodawari .inner .point_slider_sp .flex_box .text_area h3 {
    font-weight: 500;
    font-size: 2rem;
    margin: 20px 0 15px;
    text-align: center;
  }
  #kodawari .inner .point_slider .flex_box .text_area h3:after,
  #kodawari .inner .point_slider_sp .flex_box .text_area h3:after {
    width: 40px;
    height: 3px;
    margin: 15px auto 0;
  }
  #kodawari .inner .point_slider .flex_box .simmons,
  #kodawari .inner .point_slider_sp .flex_box .simmons {
    margin: 15px 0 0;
    text-align: center;
  }
  #kodawari .inner .point_slider .flex_box .simmons:before,
  #kodawari .inner .point_slider_sp .flex_box .simmons:before {
    width: 48px;
    height: 32px;
  }
  #kodawari .inner .point_slider .flex_box .ame_link,
  #kodawari .inner .point_slider_sp .flex_box .ame_link {
    margin: 10px 0 0;
    text-align: center;
  }
  #kodawari .inner .swiper-button-prev {
    background: url(../images/arrow_l.png) no-repeat center center;
    background-size: contain;
    top: 80px;
    margin: 0;
    left: 0;
  }
  #kodawari .inner .swiper-button-next {
    background: url(../images/arrow_r.png) no-repeat center center;
    background-size: contain;
    top: 80px;
    margin: 0;
    right: 0;
  }
}
/*----------------------------------------------
room_info
----------------------------------------------*/
#room_info .info_box {
  background: #FFF;
  padding: 100px 0;
}
#room_info .info_box.bg02 {
  background: #f4f6f5;
}
#room_info .info_box .inner02 .flex_box {
  align-items: stretch;
}
#room_info .info_box .inner02 .flex_box .swiper-container,
#room_info .info_box .inner02 .flex_box .swiper-wrapper {
  width: 63.75%;
  max-width: 1000px;
  height: 520px;
  margin: 0;
}
#room_info .info_box .inner02 .flex_box .swiper-slide {
  width: 100%;
  height: 100%;
}
#room_info .info_box .inner02 .flex_box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}
#room_info .info_box .inner02 .flex_box .room_slider01 .ph01 {
  background: url(../images/single_img_01_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider01 .ph02 {
  background: url(../images/single_img_02_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider01 .ph03 {
  background: url(../images/single_img_03_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider02 .ph01 {
  background: url(../images/singledx_img_01_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider02 .ph02 {
  background: url(../images/singledx_img_02_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider02 .ph03 {
  background: url(../images/singledx_img_03_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider03 .ph01 {
  background: url(../images/twin_img_01_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider03 .ph02 {
  background: url(../images/twin_img_02_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider03 .ph03 {
  background: url(../images/twin_img_03_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider04 .ph01 {
  background: url(../images/twindx_img_01_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider04 .ph02 {
  background: url(../images/twindx_img_02_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider04 .ph03 {
  background: url(../images/twindx_img_03_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider05 .ph01 {
  background: url(../images/triple_img_01_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider05 .ph02 {
  background: url(../images/triple_img_02_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .room_slider05 .ph03 {
  background: url(../images/twindx_img_03_2.jpg) no-repeat center center;
  background-size: cover;
}
#room_info .info_box .inner02 .flex_box .right_box {
  width: 34.5%;
  max-width: 552px;
}
#room_info .info_box .inner02 .flex_box .right_box .title_area {
  border-left: 4px solid #3F7650;
  padding: 0 0 0 20px;
  margin: 0 0 50px;
}
#room_info .info_box .inner02 .flex_box .right_box .title_area h4 {
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 0 25px 0;
}
#room_info .info_box .inner02 .flex_box .right_box .title_area h4 span {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 0 0 10px;
}
#room_info .info_box .inner02 .flex_box .right_box h5 {
  color: #3F7650;
  font-family: "Questrial", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
#room_info .info_box .inner02 .flex_box .right_box table {
  font-size: 1.4rem;
  width: 100%;
}
#room_info .info_box .inner02 .flex_box .right_box tr th {
  border-top: 2px solid #a9beb0;
  padding: 16px 20px;
  font-weight: bold;
  background: #FFF;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}
#room_info .info_box .inner02 .flex_box .right_box tr td {
  border-top: 1px solid #c5c6c7;
  padding: 16px 20px;
  background: #FFF;
  line-height: 1.5em;
}
#room_info .info_box .inner02 .flex_box .right_box tr:last-of-type th {
  border-bottom: 2px solid #a9beb0;
}
#room_info .info_box .inner02 .flex_box .right_box tr:last-of-type td {
  border-bottom: 1px solid #c5c6c7;
}

@media screen and (max-width: 1200px) {
  #room_info .info_box .inner02 .flex_box {
    align-items: stretch;
  }
  #room_info .info_box .inner02 .flex_box .swiper-container,
  #room_info .info_box .inner02 .flex_box .swiper-wrapper {
    width: 58%;
    height: 400px;
    margin: 0;
  }
  #room_info .info_box .inner02 .flex_box .right_box {
    width: 40%;
    max-width: 40%;
  }
  #room_info .info_box .inner02 .flex_box .right_box .title_area h4 {
    font-size: 2.8rem;
  }
  #room_info .info_box .inner02 .flex_box .right_box .title_area h4 span {
    font-size: 1.5rem;
  }
  #room_info .info_box .inner02 .flex_box .right_box tr th {
    font-size: 1.3rem;
  }
  #room_info .info_box .inner02 .flex_box .right_box tr td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 815px) {
  #room_info .info_box {
    padding: 0;
  }
  #room_info .info_box.bg02 {
    background: #f4f6f5;
  }
  #room_info .info_box .inner02 .flex_box {
    flex-direction: column;
  }
  #room_info .info_box .inner02 .flex_box .swiper-container,
  #room_info .info_box .inner02 .flex_box .swiper-wrapper {
    width: 100%;
    height: 200px;
    margin: 0;
  }
  #room_info .info_box .inner02 .flex_box .right_box {
    width: 90%;
    max-width: 90%;
    margin: 20px auto 0;
    padding: 0 0 40px;
  }
  #room_info .info_box .inner02 .flex_box .right_box .title_area {
    border-left: 4px solid #3F7650;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
  }
  #room_info .info_box .inner02 .flex_box .right_box .title_area h4 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 10px 0;
  }
  #room_info .info_box .inner02 .flex_box .right_box .title_area h4 span {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 0 0 10px;
  }
  #room_info .info_box .inner02 .flex_box .right_box h5 {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
  #room_info .info_box .inner02 .flex_box .right_box table {
    font-size: 1.3rem;
    width: 100%;
  }
  #room_info .info_box .inner02 .flex_box .right_box tr th {
    padding: 10px 5px;
    line-height: 1.5em;
  }
  #room_info .info_box .inner02 .flex_box .right_box tr td {
    padding: 10px 5px;
    background: #FFF;
    line-height: 1.5em;
  }
}
/*----------------------------------------------
amenity
----------------------------------------------*/
#amenity {
  padding: 100px 0;
}
#amenity h2.sec_title {
  color: #FFF;
}
#amenity h2.sec_title .sub:before {
  background: #FFF;
}
#amenity h2.sec_title .sub img {
  width: 121px;
}
#amenity .ame_list {
  width: 100%;
  height: 328px;
  overflow: hidden;
  margin: 80px 0 0;
}
#amenity .ame_list:first-of-type {
  margin: 0;
}
#amenity .ame_list .ph01 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities01_img_2.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .ph02 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities02_img.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .ph03 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities03_img.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .ph04 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities04_img.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .right_box {
  position: relative;
  width: calc(48.33% - 59px);
  max-width: 580px;
  height: 328px;
  background: #FFF;
  padding: 0 40px 0 20px;
}
#amenity .ame_list .right_box:before {
  content: "";
  background: url(../images/ame_bg02.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: -40px;
  bottom: 0;
}
#amenity .ame_list .right_box h3 {
  position: relative;
  z-index: 1;
  color: #3f7650;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: double 3px #b4c2b4;
  margin: 35px 0 20px;
  padding: 0 0 10px;
}
#amenity .ame_list .right_box h3 span {
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 0 0 20px;
}
#amenity .ame_list .right_box .flex_box {
  position: relative;
  z-index: 1;
  align-items: stretch;
}
#amenity .ame_list .right_box .flex_box.kids {
  background: url(../images/bear.png) no-repeat center right;
}
#amenity .ame_list .right_box ul li {
  font-size: 1.3rem;
  line-height: 1.2em;
  position: relative;
  padding: 0 0 0 1em;
  margin: 10px 0 0;
}
#amenity .ame_list .right_box ul li:first-child {
  margin: 0;
}
#amenity .ame_list .right_box ul li:after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#amenity .ame_list .right_box ul li a {
  color: #3f7650;
  text-decoration: underline;
}
#amenity .ame_list .right_box ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
#amenity .ame_list.ph_right {
  flex-direction: row-reverse;
}
#amenity .ame_list.ph_right .right_box {
  position: relative;
  width: calc(48.33% - 59px);
  max-width: 580px;
  height: 328px;
  background: #FFF;
  padding: 0 20px 0 40px;
}
#amenity .ame_list.ph_right .right_box:before {
  content: "";
  background: url(../images/ame_bg01.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: inherit;
  right: -40px;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  #amenity .ame_list {
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0 0;
  }
  #amenity .ame_list .ph01 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .ph02 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .ph03 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .ph04 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .right_box {
    position: relative;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    background: #FFF;
    padding: 20px;
  }
  #amenity .ame_list .right_box:before {
    content: "";
    background: none;
    background-size: contain;
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #amenity .ame_list .right_box h3 {
    position: relative;
    z-index: 1;
    color: #3f7650;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: double 3px #b4c2b4;
    margin: 0 0 15px;
    padding: 0 0 5px;
  }
  #amenity .ame_list .right_box h3 span {
    font-size: 1.3rem;
    display: block;
    padding: 0;
  }
  #amenity .ame_list .right_box .flex_box {
    align-items: stretch;
  }
  #amenity .ame_list .right_box .flex_box.kids {
    background: url(../images/bear_sp.png) no-repeat center right;
    background-size: 144px 168px;
  }
  #amenity .ame_list .right_box ul {
    width: 49%;
  }
  #amenity .ame_list .right_box ul li {
    font-size: 1.3rem;
    line-height: 1.2em;
    position: relative;
    padding: 0 0 0 1em;
    margin: 10px 0 0;
  }
  #amenity .ame_list .right_box ul li:first-child {
    margin: 0;
  }
  #amenity .ame_list .right_box ul li:after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  #amenity .ame_list.ph_right {
    flex-direction: column;
  }
  #amenity .ame_list.ph_right .right_box {
    position: relative;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    background: #FFF;
    padding: 20px;
  }
  #amenity .ame_list.ph_right .right_box:before {
    content: "";
    background: none;
    background-size: contain;
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #amenity .ame_list:nth-of-type(1) .right_box ul:nth-of-type(3) {
    width: 100%;
    margin: 10px 0 0;
  }
  #amenity .ame_list:nth-of-type(2) .right_box ul:nth-of-type(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #amenity .ame_list:nth-of-type(2) .right_box ul:nth-of-type(3) li {
    width: calc(49% - 1em);
  }
  #amenity .ame_list:nth-of-type(2) .right_box ul:nth-of-type(3) li:first-child {
    margin: 10px 0 0;
  }
  #amenity .ame_list:nth-of-type(4) .right_box ul:nth-of-type(3) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 815px) {
  #amenity {
    padding: 50px 0;
  }
  #amenity h2.sec_title .sub img {
    width: 92px;
  }
  #amenity .ame_list .ph01 {
    width: 100%;
    height: 182px;
  }
  #amenity .ame_list .ph02 {
    width: 100%;
    height: 182px;
  }
  #amenity .ame_list .ph03 {
    width: 100%;
    height: 182px;
  }
  #amenity .ame_list .ph04 {
    width: 100%;
    height: 182px;
  }
}
/*----------------------------------------------
surcharge
----------------------------------------------*/
#surcharge {
  padding: 100px 0;
  background: url(../images/bg_left.png) no-repeat left bottom #FFF;
}
#surcharge .sec_title .sub:before {
  background: #969107;
}
#surcharge .sec_title .sub img {
  width: 136px;
}
#surcharge .flex_box {
  align-items: stretch;
}
#surcharge .flex_box .img {
  width: 50.25%;
  max-width: 603px;
  background: url(../images/surcharge_img.jpg) no-repeat center center;
  background-size: cover;
}
#surcharge .flex_box .right_box {
  width: 48%;
  max-width: 576px;
}
#surcharge .flex_box .right_box h3 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 20px;
}
#surcharge .flex_box .right_box h3:before {
  content: "";
  background: url(../images/kids.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#surcharge .flex_box .right_box table {
  font-size: 1.4rem;
  margin: 45px 0 0;
  width: 100%;
}
#surcharge .flex_box .right_box tr th {
  border-top: 2px solid #cfcd8e;
  padding: 16px 20px;
  font-weight: bold;
  background: #FFF;
  line-height: 1;
  vertical-align: top;
  white-space: nowrap;
  line-height: 1.5em;
}
#surcharge .flex_box .right_box tr td {
  border-top: 1px solid #c5c6c7;
  padding: 16px 20px;
  background: #FFF;
  line-height: 1.5em;
  vertical-align: top;
}
#surcharge .flex_box .right_box tr:last-of-type th {
  border-bottom: 2px solid #cfcd8e;
}
#surcharge .flex_box .right_box tr:last-of-type td {
  border-bottom: 1px solid #c5c6c7;
}
#surcharge .late_fees {
  margin: 80px 0 0;
  padding: 80px 0 0;
  border-top: 1px solid #c5c6c7;
}
#surcharge .late_fees h3 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
#surcharge .late_fees h3:before {
  content: "";
  background: url(../images/checkout.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 24px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#surcharge .late_fees table.sp_hide {
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 20px;
  display: table;
}
#surcharge .late_fees table.sp_hide tr th {
  border: 1px solid #523d32;
  padding: 20px 10px;
  font-weight: 500;
  background: #f8f8f0;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  width: 20%;
}
#surcharge .late_fees table.sp_hide tr td {
  border: 1px solid #523d32;
  padding: 16px 20px;
  background: #FFF;
  line-height: 1.5em;
  text-align: center;
  width: 20%;
}

@media screen and (max-width: 1200px) {
  #surcharge .flex_box .right_box h3:before {
    width: 25px;
    height: 20px;
    bottom: inherit;
    top: 5px;
  }
}
@media screen and (max-width: 815px) {
  #surcharge {
    padding: 50px 0;
    background: none;
  }
  #surcharge .sec_title .sub:before {
    background: #969107;
  }
  #surcharge .sec_title .sub img {
    width: 100px;
  }
  #surcharge .flex_box {
    align-items: stretch;
  }
  #surcharge .flex_box .img {
    width: 100%;
    max-width: 100%;
    height: 247px;
  }
  #surcharge .flex_box .right_box {
    width: 100%;
    max-width: 100%;
  }
  #surcharge .flex_box .right_box h3 {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 30px;
    margin: 25px 0 10px;
  }
  #surcharge .flex_box .right_box h3:before {
    width: 25px;
    height: 20px;
    bottom: inherit;
    top: 5px;
  }
  #surcharge .flex_box .right_box table {
    font-size: 1.3rem;
    margin: 30px 0 0;
  }
  #surcharge .flex_box .right_box tr th {
    padding: 10px 5px;
  }
  #surcharge .flex_box .right_box tr td {
    padding: 10px 5px;
  }
  #surcharge .late_fees {
    margin: 40px 0 0;
    padding: 0;
    border-top: none;
  }
  #surcharge .late_fees h3 {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin: 0;
    text-align: left;
    line-height: 19px;
  }
  #surcharge .late_fees h3:before {
    width: 25px;
    height: 19px;
    vertical-align: top;
    margin: 0 10px 0 0;
    line-height: 1;
  }
  #surcharge .late_fees table.sp_hide {
    display: none;
  }
  #surcharge .late_fees table.sp_show {
    font-size: 1.4rem;
    margin: 15px 0 0;
    width: 100%;
    display: table !important;
  }
  #surcharge .late_fees table.sp_show tr th {
    border-top: 2px solid #cfcd8e;
    padding: 10px 5px;
    font-weight: bold;
    background: #FFF;
    line-height: 1;
    vertical-align: top;
    white-space: nowrap;
    line-height: 1.5em;
  }
  #surcharge .late_fees table.sp_show tr td {
    border-top: 1px solid #c5c6c7;
    padding: 10px 5px;
    background: #FFF;
    line-height: 1.5em;
  }
  #surcharge .late_fees table.sp_show tr:last-of-type th {
    border-bottom: 2px solid #cfcd8e;
  }
  #surcharge .late_fees table.sp_show tr:last-of-type td {
    border-bottom: 1px solid #c5c6c7;
  }
}/*# sourceMappingURL=style2.css.map */