@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hotels.css
 author     : Ability Consultant
 style info : ホテル一覧
=================================================================== */
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype"), url("../fonts/NotoSansJP-Thin.ttf") format("truetype"), url("../fonts/NotoSansJP-ExtraLight.ttf") format("truetype"), url("../fonts/NotoSansJP-ExtraBold.ttf") format("truetype"), url("../fonts/NotoSansJP-Light.ttf") format("truetype"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype"), url("../fonts/NotoSansJP-SemiBold.ttf") format("truetype"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype"), url("../fonts/NotoSansJP-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("../fonts/NotoSerifJP-ExtraLight.otf") format("opentype"), url("../fonts/NotoSerifJP-Light.otf") format("opentype"), url("../fonts/NotoSerifJP-Regular.otf") format("opentype"), url("../fonts/NotoSerifJP-Medium.otf") format("opentype"), url("../fonts/NotoSerifJP-SemiBold.otf") format("opentype"), url("../fonts/NotoSerifJP-Bold.otf") format("opentype"), url("../fonts/NotoSerifJP-Black.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif KR", serif;
  src: url("../fonts/NotoSerifKR-SemiBold.ttf") format("truetype"), url("../fonts/NotoSerifKR-Regular.ttf") format("truetype"), url("../fonts/NotoSerifKR-Medium.ttf") format("truetype"), url("../fonts/NotoSerifKR-Light.ttf") format("truetype"), url("../fonts/NotoSerifKR-ExtraLight.ttf") format("truetype"), url("../fonts/NotoSerifKR-ExtraBold.ttf") format("truetype"), url("../fonts/NotoSerifKR-Bold.ttf") format("truetype"), url("../fonts/NotoSerifKR-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif SC", serif;
  src: url("../fonts/NotoSerifSC.ttf") format("truetype");
}
.con_hotels, .con_detail {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_hotels, .con_detail {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_hotels
----------------------------------------------------------- */
.con_hotels {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 10em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels {
    margin-top: 1.5em;
  }
}
.con_hotels .main .box_title .title_medium {
  font-size: 154%;
  border-left: 5px #2d2926 solid;
  font-weight: normal;
  margin-block: 2em;
  padding: .5em .75em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main .box_title .title_medium {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main .box_title .title_medium {
    font-size: 108%;
  }
}
.con_hotels .main ul.box_list > li {
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.3em;
  overflow: hidden;
  padding: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li {
    padding: 3em 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li {
    padding: 2em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li {
    flex-direction: column;
    gap: 2em;
  }
}
.con_hotels .main ul.box_list > li:last-of-type {
  margin-bottom: 0;
}
.con_hotels .main ul.box_list > li .wrp_img {
  width: 26.31579%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_img {
    width: 43.15068%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_hotels .main ul.box_list > li .wrp_img {
    margin-right: 7.89474%;
  }
}
@media print {
  .con_hotels .main ul.box_list > li .wrp_img {
    margin-right: 7.89474%;
  }
}
.ie8 .con_hotels .main ul.box_list > li .wrp_img {
  margin-right: 7.89474%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_img {
    margin-right: 5.75342%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_img {
    width: 100%;
  }
  .con_hotels .main ul.box_list > li .wrp_img img {
    min-width: 100%;
  }
}
.con_hotels .main ul.box_list > li .wrp_img .img {
  min-height: calc(50% - .5em);
  width: 100%;
}
.con_hotels .main ul.box_list > li .wrp_img .img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.con_hotels .main ul.box_list > li .wrp_img + .wrp_txt {
  width: 57.01754%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt {
    width: 48.63014%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt {
    width: 100%;
  }
}
.con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
  width: 11.53846%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
    width: 18.59155%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
    width: 24.33333%;
  }
}
.con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
  margin-left: 1.0989%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 1.76056%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 0.88889%;
  }
}
@media screen and (min-width: 1025px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(8n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(5n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
  width: 13.18681%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
    width: 23.23944%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
    width: 24.33333%;
  }
}
html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
  margin-left: 1.28205%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 2.34742%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 0.88889%;
  }
}
@media screen and (min-width: 1025px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(7n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li, html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
  width: 15.38462%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li, html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
    width: 15.49296%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li, html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li {
    width: 24.33333%;
  }
}
html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
  margin-left: 1.53846%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 1.40845%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 0.88889%;
  }
}
@media screen and (min-width: 1025px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(6n + 1), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(6n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(6n + 1), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(6n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(4n + 1), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_img + .wrp_txt .list_ic > li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt {
    flex: 1;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .box_title .st {
  font-size: 170%;
  font-weight: normal;
  letter-spacing: .05em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_title .st {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_title .st {
    font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_title .st {
    margin-bottom: 0.25em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_title .st {
    margin-bottom: 0.5em;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .box_title .st + .st_catch {
  border-bottom: 1px solid #bbbbbb;
  font-size: 124%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Noto Serif KR", "Noto Serif SC", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  letter-spacing: -.05em;
  padding-bottom: .75em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_title .st + .st_catch {
    font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_title .st + .st_catch {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_title .st + .st_catch {
    line-height: 1.7;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .box_accessroot .txt {
  margin-block: 2em 2.5em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_accessroot .txt {
    margin-block: 1em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_accessroot .txt {
    margin-block: 1em 1.5em;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .list_ic {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0;
}
.con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
  border-bottom: none;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  width: 6.59341%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
    width: 9.29577%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
    width: 24.33333%;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
  margin-left: 0.59172%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 0.78247%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 0.88889%;
  }
}
@media screen and (min-width: 1025px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(14n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(10n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
  width: 7.10059%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
    width: 11.61972%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
    width: 24.33333%;
  }
}
html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
  margin-left: 0.64103%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 1.00604%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 0.88889%;
  }
}
@media screen and (min-width: 1025px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(13n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(8n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="en"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li, html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
  width: 8.39161%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li, html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
    width: 13.27968%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li, html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li {
    width: 24.33333%;
  }
}
html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
  margin-left: 0.76923%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 1.17371%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:not(:first-child) {
    margin-left: 0.88889%;
  }
}
@media screen and (min-width: 1025px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(11n + 1), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(11n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(7n + 1), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(7n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="zh-cn"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(4n + 1), html[lang="zh-TW"] .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .list_ic > li p {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li p {
    width: 98%;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .list_ic > li svg {
  width: 4em;
  height: 3.7em;
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li svg {
    width: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .list_ic > li svg {
    height: 4em;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .list_ic > li span {
  display: block;
  text-align: center;
}
.con_hotels .main ul.box_list > li .wrp_txt .list_ic > li span.text {
  display: block;
  font-size: clamp(12px, 77%, 13px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-inline: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}
.con_hotels .main ul.box_list > li .wrp_txt .box_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_btn {
    margin-top: 1em;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn {
  width: calc(50% - 2em);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn {
    width: 100%;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn a {
  background-color: #2d2926;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 116%;
  font-weight: normal;
  letter-spacing: -.025em;
  margin-top: 1.2em;
  padding: 1em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn a {
    font-size: 100%;
  }
}
.con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn a:before, .con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn a:after {
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
}
.con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn a:after {
  content: "";
  margin-left: .5em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-weight: bold;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  transform-origin: 50% 50%;
  vertical-align: baseline;
}
.con_hotels .main ul.box_list > li .wrp_txt .box_btn .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.con_hotels .con_anchorLink .box_anchorLink + .anchorLink {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .con_anchorLink .box_anchorLink + .anchorLink {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .con_anchorLink .box_anchorLink + .anchorLink {
    margin-top: 1.5em;
  }
}
.con_hotels .con_anchorLink .box_anchorLink ul {
  display: grid;
  gap: 2em;
  margin-block: 5em;
}
@media only screen and (max-width: 767px) {
  .con_hotels .con_anchorLink .box_anchorLink ul {
    gap: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .con_anchorLink .box_anchorLink ul {
    margin-block: 0 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_hotels .con_anchorLink .box_anchorLink ul {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media print {
  .con_hotels .con_anchorLink .box_anchorLink ul {
    grid-template-columns: repeat(8, 1fr);
  }
}
.ie8 .con_hotels .con_anchorLink .box_anchorLink ul {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1200px) {
  .con_hotels .con_anchorLink .box_anchorLink ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print {
  .con_hotels .con_anchorLink .box_anchorLink ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ie8 .con_hotels .con_anchorLink .box_anchorLink ul {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .con_hotels .con_anchorLink .box_anchorLink ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.con_hotels .con_anchorLink .box_anchorLink ul li a {
  border: 1px #bbbbbb solid;
  display: flex;
  flex-direction: column;
  gap: 0.65em;
  font-size: 116%;
  padding: 1.25em 1em 0.75em;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .con_anchorLink .box_anchorLink ul li a {
    gap: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .con_anchorLink .box_anchorLink ul li a {
    gap: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .con_anchorLink .box_anchorLink ul li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .con_anchorLink .box_anchorLink ul li a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotels .con_anchorLink .box_anchorLink ul li a {
    padding: 0.75em 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotels .con_anchorLink .box_anchorLink ul li a {
    padding: 0.8em 0.75em 0.6em;
  }
}
.con_hotels .con_anchorLink .box_anchorLink ul li a:hover {
  border-color: #bf9c46;
  color: #bf9c46;
}
.con_hotels .con_anchorLink .box_anchorLink ul li a:before, .con_hotels .con_anchorLink .box_anchorLink ul li a:after {
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
}
.con_hotels .con_anchorLink .box_anchorLink ul li a:after {
  content: "";
  margin-left: .5em;
  font-weight: bold;
  line-height: 1;
}
.con_hotels .con_anchorLink .box_anchorLink ul li a span {
  display: block;
  margin-right: -1em;
}

/* -----------------------------------------------------------
	.con_detail
----------------------------------------------------------- */
.con_detail {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail {
    margin-top: 1.5em;
  }
}
.con_detail .box_st {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_detail .box_st {
    padding-right: 220px;
    box-sizing: border-box;
  }
}
@media print {
  .con_detail .box_st {
    padding-right: 220px;
    box-sizing: border-box;
  }
}
.ie8 .con_detail .box_st {
  padding-right: 220px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .con_detail .box_st .wrp_st .st {
    font-size: 247%;
  }
}
@media print {
  .con_detail .box_st .wrp_st .st {
    font-size: 247%;
  }
}
.ie8 .con_detail .box_st .wrp_st .st {
  font-size: 247%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_st .wrp_st .st {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_st .wrp_st .st {
    font-size: 154%;
  }
}
.con_detail .box_st .wrp_st .inner {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_st .wrp_st .inner {
    margin-top: 0.3em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_detail .box_st .wrp_st .inner {
    letter-spacing: -.4em;
  }
}
@media print {
  .con_detail .box_st .wrp_st .inner {
    letter-spacing: -.4em;
  }
}
.ie8 .con_detail .box_st .wrp_st .inner {
  letter-spacing: -.4em;
}
.con_detail .box_st .wrp_st .inner > * {
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .con_detail .box_st .wrp_st .inner > * {
    font-size: 116%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    margin-left: 15px;
  }
  .con_detail .box_st .wrp_st .inner > *:first-child {
    margin: 0;
  }
}
@media print {
  .con_detail .box_st .wrp_st .inner > * {
    font-size: 116%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    margin-left: 15px;
  }
  .con_detail .box_st .wrp_st .inner > *:first-child {
    margin: 0;
  }
}
.ie8 .con_detail .box_st .wrp_st .inner > * {
  font-size: 116%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 15px;
}
.ie8 .con_detail .box_st .wrp_st .inner > *:first-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_st .wrp_st .inner > * {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) {
  .con_detail .box_st .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}
@media print {
  .con_detail .box_st .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}
.ie8 .con_detail .box_st .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_st .btn {
    margin-top: 1em;
  }
}
.con_detail .box_st .btn a {
  position: relative;
  display: block;
  padding: 10px 0.5em;
  border: 1px solid #b39933;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #b39933;
  -webkit-transition: background 500ms ease, color 500ms ease;
  -moz-transition: background 500ms ease, color 500ms ease;
  -o-transition: background 500ms ease, color 500ms ease;
  transition: background 500ms ease, color 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_st .btn a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_detail .box_st .btn a {
    font-size: 116%;
  }
}
@media print {
  .con_detail .box_st .btn a {
    font-size: 116%;
  }
}
.ie8 .con_detail .box_st .btn a {
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_st .btn a {
    font-size: 108%;
  }
}
.con_detail .box_st .btn a:before, .con_detail .box_st .btn a:after {
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
}
.con_detail .box_st .btn a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: .5em;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
}
.con_detail .box_st .btn a:hover {
  background: #b39933;
  color: #fff;
}
.con_detail .box_txt {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_detail .box_txt .txt {
    font-size: 116%;
  }
}
@media print {
  .con_detail .box_txt .txt {
    font-size: 116%;
  }
}
.ie8 .con_detail .box_txt .txt {
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_txt .txt {
    font-size: 108%;
  }
}
.con_detail .box_txt #obj_slider {
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_txt #obj_slider {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt #obj_slider {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_detail .box_txt #obj_slider {
    width: 640px;
  }
}
@media print {
  .con_detail .box_txt #obj_slider {
    width: 640px;
  }
}
.ie8 .con_detail .box_txt #obj_slider {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt #obj_slider {
    width: 84.21053%;
  }
}
.con_detail .box_txt #obj_slider .slick-dots {
  bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_txt #obj_slider .slick-dots {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt #obj_slider .slick-dots {
    bottom: 0.5em;
  }
}
.con_detail .box_txt #obj_slider .slick-dots li {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 0 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_txt #obj_slider .slick-dots li {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt #obj_slider .slick-dots li {
    margin: 0 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt #obj_slider .slick-dots li {
    width: .7em;
    height: .7em;
  }
}
.con_detail .box_txt #obj_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.con_detail .box_txt #obj_slider .slick-dots li button:before {
  content: none;
}
.con_detail .box_txt #obj_slider .slick-dots li:first-child {
  margin-left: 0;
}
.con_detail .box_txt #obj_slider .slick-dots li:hover, .con_detail .box_txt #obj_slider .slick-dots li.slick-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_detail .box_txt #obj_slider .slick-prev:before,
.con_detail .box_txt #obj_slider .slick-next:before {
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.con_detail .box_txt #obj_slider .slick-prev:hover:before,
.con_detail .box_txt #obj_slider .slick-next:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_detail .box_txt #obj_slider .slick-slide img {
  min-width: 100%;
}
.con_detail .box_txt .map {
  position: relative;
  padding-bottom: 400px;
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_txt .map {
    padding-bottom: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt .map {
    padding-bottom: 52.63158%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_detail .box_txt .map {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt .map {
    margin-top: 1.5em;
  }
}
.con_detail .box_txt .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.con_detail .box_txt .list_ic {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  align-items: flex-start;
}
.con_detail .box_txt .list_ic > li {
  text-align: center;
  width: auto;
  width: 4em;
  margin-left: 0.57%;
  margin-bottom: 2.3em;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt .list_ic > li {
    width: 4.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt .list_ic > li {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt .list_ic > li {
    margin-bottom: 0.4em;
  }
}
.con_detail .box_txt .list_ic > li svg {
  width: 4em;
  height: 3.7em;
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt .list_ic > li svg {
    width: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail .box_txt .list_ic > li svg {
    height: 4em;
  }
}
.con_detail .box_txt .list_ic > li span {
  display: block;
  text-align: center;
}
.con_detail .box_txt .list_ic > li .p {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.1em;
  line-height: 1.2;
}
.con_detail .box_txt .list_ic > li .text {
  font-size: 77%;
  line-height: 1.2;
  font-weight: 500;
  display: block;
  text-align: center;
}
