@charset "UTF-8";
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Medium-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium-subset.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold-subset.ttf") format("truetype"); /* Safari, Android, iOS */
}
@-webkit-keyframes modalNavMenuShow {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  1% {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  100% {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
@keyframes modalNavMenuShow {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  1% {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  100% {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
html {
  font-size: 15px;
}

#room_type {
  margin-top: 120px;
}
@media only screen and (max-width: 1023px) {
  #room_type {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #room_type {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_group_inr:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#room_type .imgTextBlock_group_inr:first-child .imgTextBlock_img {
  border-radius: 5px 5px 0 5px;
}
@media only screen and (max-width: 1599px) {
  #room_type .imgTextBlock_group_inr:first-child .imgTextBlock_img {
    border-radius: 0 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_group_inr:first-child .imgTextBlock_img {
    border-radius: 5px;
  }
}
#room_type .imgTextBlock_group_inr:first-child .imgTextBlock_block.txt .imgTextBlock_block_inr {
  padding-left: 50px;
  margin-top: -6px;
}
@media only screen and (max-width: 1279px) {
  #room_type .imgTextBlock_group_inr:first-child .imgTextBlock_block.txt .imgTextBlock_block_inr {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_group_inr:first-child .imgTextBlock_block.txt .imgTextBlock_block_inr {
    padding-left: 20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_group_inr:nth-child(2) .imgTextBlock_block_inr::before {
    top: 50px;
  }
}
#room_type .imgTextBlock_group_inr:nth-child(2) .imgTextBlock_img {
  border-radius: 0px 5px 5px 5px;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  #room_type .imgTextBlock_group_inr:nth-child(2) .imgTextBlock_img {
    border-radius: 0 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_group_inr:nth-child(2) .imgTextBlock_img {
    border-radius: 5px;
  }
}
#room_type .imgTextBlock_block {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_block.img {
    padding: 20px;
  }
}
#room_type .imgTextBlock_block.img .label {
  position: absolute;
  width: 200px;
  height: 47px;
  padding-left: 20px;
  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;
  font-weight: 700;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #45ac61;
  top: 30px;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_block.img .label {
    top: 40px;
    font-size: 16px;
    width: 140px;
    height: 30px;
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #room_type .imgTextBlock_block_inr::before {
    top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_block_inr::before {
    top: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  #room_type .imgTextBlock_ttl {
    font-size: 26px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #room_type .imgTextBlock_ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  #room_type .imgTextBlock_word {
    padding-top: 15px;
  }
}

#room_facility {
  margin-top: 120px;
  padding-top: 108px;
}
@media only screen and (max-width: 1023px) {
  #room_facility {
    margin-top: 90px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #room_facility {
    margin-top: 50px;
    padding-top: 50px;
  }
}
#room_facility .harfTable {
  margin-top: 46px;
}
@media only screen and (max-width: 1023px) {
  #room_facility .harfTable {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #room_facility .harfTable {
    margin-top: 26px;
  }
}
#room_facility .harfTable_li {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#room_amenity {
  padding: 107px 0 116px;
}
@media only screen and (max-width: 1023px) {
  #room_amenity {
    padding: 80px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  #room_amenity {
    padding: 50px 0;
  }
}
#room_amenity .fullTable {
  margin-top: 46px;
}
@media only screen and (max-width: 1023px) {
  #room_amenity .fullTable {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #room_amenity .fullTable {
    margin-top: 26px;
  }
}
#room_amenity .kome_list {
  margin-top: 15px;
}
#room_amenity .kome_list li span {
  font-size: 14px;
  line-height: 1.5;
}
#room_amenity .kome_list li span::before {
  font-size: 14px;
}

.autoSlider {
  padding-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .autoSlider {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .autoSlider {
    padding-top: 50px;
  }
}

/********************************************   
           　  swiper
*********************************************/
/*ナビゲーションのボタン*/
.swiper-pagination {
  text-align: right;
  padding-right: 25px;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 18px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #3e572d;
  opacity: 1;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (min-width: 1024px) {
  .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3e572d;
}

.auto_slider {
  /* スライドの動き等速 */
}
.auto_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}