@charset "UTF-8";
/* ===================================================================
CSS information
file name  : copy.css
author     : Abilive
style info : rooms
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_type .box_type {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_type .box_type {
    width: 91.66667%;
  }
}

#htlSide-A {
  position: absolute;
  left: 0;
  top: 804px;
  margin-top: -85px;
}

.con_intro,
.con_type,
.con_room_info,
.con_ame_ser {
  max-width: 950px;
  margin-left: auto;
}

.header:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 100%;
  height: 350px;
  background-image: url(../images/common/bg_header.jpg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header:after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 100%;
  height: 332px;
  background-image: url(../images/common/bg_header.jpg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 166px;
  left: 0;
  z-index: -1;
}

.con_title {
  margin-bottom: 155px;
  position: relative;
}
.con_title:before {
  content: '';
  width: 100%;
  height: 180px;
  background-color: #fff;
  position: absolute;
  bottom: -180px;
  left: 0;
  z-index: -1;
}
.con_title:after {
  content: '';
  display: inline-block;
  width: 162%;
  height: 155px;
  background-color: #fff;
  background-image: url(../images/common/bg_wi_wa.png);
  background-size: auto;
  background-position: center bottom;
  background-repeat: repeat;
  position: absolute;
  bottom: -55px;
  left: -357px;
  z-index: -1;
}
.con_title .box_title img {
  position: relative;
}
.con_title .box_title:before {
  content: '';
  display: inline-block;
  width: 100%;
  max-width: 425px;
  height: 0;
  padding-bottom: 21%;
  background-image: url(../images/common/bg_flower.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 98%;
  right: 0;
  z-index: 0;
}

.con_type {
  padding-top: 120px;
  padding-bottom: 60px;
  margin-bottom: 200px;
  position: relative;
}
.con_type:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-image: url(../images/common/bg_bk_wa.png);
  z-index: -1;
}
.con_type .st_h3_c {
  color: #fff;
  margin-bottom: 50px;
}
.con_type .box_type {
  max-width: 1200px;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con_type .box_type .list_type {
  width: 49%;
  margin-bottom: 40px;
}
.con_type .box_type .list_type a {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.con_type .box_type .list_type a .box_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  transform: scale(0);
}
.con_type .box_type .list_type a .box_mask .hover_sub_txt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 1.5rem);
  word-break: keep-all;
  overflow-wrap: break-word;
}
.con_type .box_type .list_type a .box_mask .txt_caption {
  font-size: 94%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.con_type .box_type .list_type a .box_mask .txt_caption:before {
  content: '\f35c';
  font-family: ionicons;
  margin-right: 0.5em;
  margin-top: 2px;
  font-size: 120%;
}
.con_type .box_type .list_type a .box_mask .txt_caption.phone_rsv {
  margin-top: 1rem;
}
.con_type .box_type .list_type a .box_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.con_type .box_type .list_type a .box_img img {
  width: 100%;
}
.con_type .box_type .list_type a .box_txt {
  padding: 1.6em 1.3em;
}
.con_type .box_type .list_type a .box_txt h4 {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 147%;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_type .box_type .list_type a .box_txt h4 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_type .box_type .list_type a .box_txt h4 {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_type .box_type .list_type a .box_txt h4 {
    letter-spacing: 0.03em;
  }
}
.con_type .box_type .list_type a .box_txt .txt_room {
  text-align: left;
  margin: 1.3em 0;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_type .box_type .list_type a .box_txt .txt_room {
    font-size: 87%;
  }
}
.con_type .box_type .list_type a .box_txt .txt_spec {
  border-top: 1px solid #fff;
  line-height: 2.5em;
  border-bottom: 1px solid #fff;
  font-size: 87%;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_type .box_type .list_type a .box_txt .txt_spec {
    line-height: 1.5em;
    padding: 1.5em 0;
    font-size: 80%;
  }
}
.con_type .box_type .list_type a:hover {
  background-color: #000;
}
.con_type .box_type .list_type a:hover .box_mask {
  transform: scale(1);
}
.con_type .box_type .list_type a:hover .box_img p {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -7px;
}
.con_type .box_type .list_type a.visible_hover .box_mask {
  transform: scale(1);
}
.con_type .box_type .list_type a.visible_hover .box_img p {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -7px;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90vw;
  max-width: 100vw;
  margin-top: 50px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 100vh;
  overflow-y: auto;
  text-align: left;
}
.modal-wrapper .modal-window .modal-content iframe {
  width: 100%;
  height: 80vh;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  width: 1.5em !important;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
  background-color: #fff !important;
  width: 1.5em !important;
}

.con_ame_ser {
  margin-bottom: 170px;
  /*box_text_ame*/
  /*.box_rental*/
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser {
    margin-bottom: 80px;
  }
}
.con_ame_ser .text {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .text {
    margin-bottom: 30px;
  }
}
.con_ame_ser .box_ame_ser {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_ame_ser {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_ame_ser {
    margin-bottom: 30px;
  }
}
.con_ame_ser .box_ame_ser .in_ic_set {
  width: 18.66667%;
  margin: 0 1.66667% 0 0;
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_ame_ser .in_ic_set {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_ame_ser .in_ic_set {
    margin: 0 2% 10%;
  }
}
.con_ame_ser .box_ame_ser .in_ic_set:last-child {
  margin-right: 0;
}
.con_ame_ser .box_ame_ser .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #aaaaaa;
  padding: 14% 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_ame_ser .ic {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_ame_ser .ic {
    margin-bottom: 10px;
  }
}
.con_ame_ser .box_ame_ser .txt_ic {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 107%;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_ame_ser .txt_ic {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_ame_ser .txt_ic {
    font-size: 94%;
  }
}
.con_ame_ser .box_ame_ser .txt_ic span {
  font-size: 82%;
}
.con_ame_ser .box_text_ame {
  background: url(../images/common/bg_gray_tex.png);
  text-align: left;
  display: flex;
  padding: 3.33333% 3.33333%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame {
    padding: 50px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame {
    margin-bottom: 15px;
  }
}
.con_ame_ser .box_text_ame .st_h5 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame .st_h5 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame .st_h5 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame .in_box_ameni + .in_box_ameni {
    margin-top: 20px;
  }
}
.con_ame_ser .box_text_ame .in_box_ameni.ame {
  width: 20.41667%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame .in_box_ameni.ame {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame .in_box_ameni.ame {
    width: auto;
  }
}
.con_ame_ser .box_text_ame .in_box_ameni.fac {
  width: 53.33333%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame .in_box_ameni.fac {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame .in_box_ameni.fac {
    width: auto;
  }
}
.con_ame_ser .box_text_ame .text_list_flex {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame .text_list_flex {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame .text_list_flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame .text_list_flex {
    flex-wrap: wrap;
  }
}
.con_ame_ser .box_text_ame ul {
  margin-right: 40px;
}
@media only screen and (min-width: 1300px) {
  .con_ame_ser .box_text_ame ul {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame ul {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame ul {
    margin-right: 0;
  }
}
.con_ame_ser .box_text_ame ul:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame ul.many {
    width: 48%;
  }
  .con_ame_ser .box_text_ame ul.many:nth-child(odd) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame ul.many {
    width: 48%;
  }
  .con_ame_ser .box_text_ame ul.many:nth-child(odd) {
    margin-right: 4%;
  }
}
.con_ame_ser .box_text_ame ul li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_text_ame ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame ul li {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ame_ser .box_text_ame .line_ame {
    width: 1px;
    background: #949496;
    margin: 0 3.33333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_ame_ser .box_text_ame .line_ame {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_ame_ser .box_text_ame .line_ame {
    height: 1px;
    background: #949496;
    margin: 30px auto;
  }
}
.con_ame_ser .box_infor {
  text-align: left;
  padding: 55px 60px;
  border: solid 1px #aaaaaa;
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_infor {
    padding: 1em;
  }
}
.con_ame_ser .box_infor .st_h5 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ame_ser .box_infor .st_h5 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ame_ser .box_infor .st_h5 {
    margin-bottom: 1em;
  }
}

/*con_ame_ser*/
.con_room_info .st_h4_c {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .st_h4_c {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .st_h4_c {
    margin-bottom: 30px;
  }
}
.con_room_info .box_room_info {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info table th {
    width: 30%;
  }
}
.con_room_info .box_room_info table td {
  text-align: left;
  color: #333338;
}
.con_room_info .box_room_info .box_btn {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info .box_btn {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info .box_btn {
    margin-top: 50px;
  }
}
.con_room_info .box_room_info .box_btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con_room_info .box_room_info .box_btn ul li {
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info .box_btn ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info .box_btn ul li {
    width: 100%;
  }
}
.con_room_info .box_room_info .box_btn ul li .btn_all_wi a {
  padding: 0;
  width: 100%;
  color: #333338;
}
.con_room_info .box_room_info .box_btn ul li .btn_all_wi a:before {
  display: none;
}
.con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img {
  margin-right: 20px;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img {
    width: 40%;
  }
}
.con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img img {
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_img img {
    width: 100%;
  }
}
.con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_txt {
  width: 55.9322%;
  font-size: 120%;
  letter-spacing: 0.08em;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_txt {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_txt {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_txt {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_txt {
    font-size: 107%;
  }
}
.con_room_info .box_room_info .box_btn ul li .btn_all_wi a .box_btn_link .box_txt span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 62%;
}
