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

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_main, .con_topics, .con_member:before, .con_member_btn, .con_intr:before, .con_appeal, .con_bnr, .con_hotel .inner, .con_reading .inner, .con_news {
  max-width: 1400px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .con_main, .con_topics, .con_member:before, .con_member_btn, .con_intr:before, .con_appeal, .con_bnr, .con_hotel .inner, .con_reading .inner, .con_news {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main, .con_topics, .con_member:before, .con_member_btn, .con_intr:before, .con_appeal, .con_bnr, .con_hotel .inner, .con_reading .inner, .con_news {
    width: 84.1121495327%;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?k2kr90");
  src: url("../fonts/icomoon.eot?k2kr90#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k2kr90") format("truetype"), url("../fonts/icomoon.woff?k2kr90") format("woff"), url("../fonts/icomoon.svg?k2kr90#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.con_main {
  max-width: 1760px;
  margin-top: -2rem;
}
@media only screen and (max-width: 767px) {
  .con_main {
    width: 100%;
    margin-top: 0;
  }
}
.con_main .con_slider {
  position: relative;
  margin-top: 4.4666666667rem;
}
@media only screen and (max-width: 767px) {
  .con_main .con_slider {
    margin-top: 0;
  }
}
.con_main .con_slider .slider-info {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.con_main .con_slider .box_slider .slide {
  position: relative;
}
.con_main .con_slider .box_slider .slide .st_slide {
  font-weight: 300;
  color: #fff;
  line-height: 1.625;
  letter-spacing: 0.02rem;
  margin-bottom: 2.6666666667rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .con_main .con_slider .box_slider .slide .st_slide {
    left: 5.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .con_slider .box_slider .slide .st_slide {
    left: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main .con_slider .box_slider .slide .st_slide {
    font-size: 2.1333333333rem;
  }
}
@media print {
  .con_main .con_slider .box_slider .slide .st_slide {
    font-size: 2.1333333333rem;
  }
}
@media only screen and (max-width: 1199px) {
  .con_main .con_slider .box_slider .slide .st_slide {
    font-size: 1.6666666667rem;
  }
}
.con_main .con_slider .box_slider .slide .st_slide .sl_logo {
  display: block;
  margin-bottom: 0.6666666667rem;
}
@media only screen and (min-width: 768px) {
  .con_main .con_slider .box_slider .slide .st_slide .sl_logo {
    width: 21.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .con_slider .box_slider .slide .st_slide .sl_logo {
    width: 18.6666666667rem;
  }
}
.con_main .con_slider .box_slider .slide .st_slide:empty:before {
  display: none;
}
.con_main .con_slider .box_slider .slide .st_slide:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 3px;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .con_main .con_slider .box_slider .slide .st_slide:before {
    bottom: -2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .con_slider .box_slider .slide .st_slide:before {
    bottom: -1.3333333333rem;
  }
}

.con_topics {
  max-width: 1760px;
  background: #F4F2EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.0666666667rem 2rem;
}
@media only screen and (min-width: 768px) {
  .con_topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics {
    width: 100%;
  }
}
.con_topics .st {
  background: #000;
  color: #fff;
  padding: 0.4rem 0.9333333333rem;
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con_topics .st {
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
.con_topics .wrp_topics a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.mouse .con_topics .wrp_topics a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_topics .wrp_topics a:hover, .touch .con_topics .wrp_topics a.touchstart {
  opacity: 0.7;
}
.touch .con_topics .wrp_topics a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .con_topics .wrp_topics a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_topics .wrp_topics a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_topics .wrp_topics a i {
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9333333333rem;
  line-height: 2;
  letter-spacing: 0.02rem;
  color: #719396;
  padding: 0 0.9333333333rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con_topics .wrp_topics a i {
    padding-left: 0;
  }
}
.con_topics .wrp_topics a span {
  font-size: 0.9333333333rem;
  line-height: 2;
  letter-spacing: 0.02rem;
  padding: 0 0.9333333333rem;
  position: relative;
  white-space: nowrap;
}
.con_topics .wrp_topics a span:before, .con_topics .wrp_topics a span:after {
  content: "";
  width: 1px;
  height: 0.8rem;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.con_topics .wrp_topics a span:before {
  left: 0;
}
.con_topics .wrp_topics a span:after {
  right: 0;
}
.con_topics .wrp_topics a .txt {
  margin-left: 1.0666666667rem;
  font-size: 0.9333333333rem;
  line-height: 2;
  letter-spacing: 0.02rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
}
.firefox .con_topics .wrp_topics a .txt, .ie .con_topics .wrp_topics a .txt {
  max-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_topics .wrp_topics a .txt {
    width: 100%;
    margin-left: 0;
  }
}

.con_member {
  position: relative;
}
.con_member:before {
  content: "";
  background: #F7F7F7;
  max-width: 1760px;
  height: 100%;
  position: absolute;
  top: 5.3333333333rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 0 100px 0 100px;
}
@media only screen and (max-width: 767px) {
  .con_member:before {
    width: 90%;
    left: 0;
    top: 4rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.con_member .wrp_member {
  width: 90%;
  max-width: 1727px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member {
    margin: 0 auto;
  }
}
.con_member .wrp_member .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member {
    width: 40.532715692%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member {
    max-width: 653px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
.con_member .wrp_member .inner .box_member h2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member h2 {
    padding-top: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_member .wrp_member .inner .box_member h2 {
    padding-top: 1.3333333333rem;
  }
}
@media print {
  .con_member .wrp_member .inner .box_member h2 {
    padding-top: 1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member h2 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member h2 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member h2 {
    padding-bottom: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_member .wrp_member .inner .box_member h2 span {
    line-height: 1;
  }
}
@media print {
  .con_member .wrp_member .inner .box_member h2 span {
    line-height: 1;
  }
}
.con_member .wrp_member .inner .box_member h2 span em {
  color: #11818D;
}
.con_member .wrp_member .inner .box_member .item_member {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt {
    padding-top: 1.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt {
    padding-top: 1.6666666667rem;
  }
}
@media print {
  .con_member .wrp_member .inner .box_member .item_member .box_txt {
    padding-top: 1.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt {
    padding-top: 2em;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt:not(:last-child) {
  border-bottom: 1px solid #CACACA;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt:not(:last-child) {
    padding-bottom: 1.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt:not(:last-child) {
    padding-bottom: 1.6666666667rem;
  }
}
@media print {
  .con_member .wrp_member .inner .box_member .item_member .box_txt:not(:last-child) {
    padding-bottom: 1.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt:not(:last-child) {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt:not(:last-child) {
    padding-bottom: 2em;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt h3 {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt h3 {
    padding-bottom: 1rem;
  }
}
@media print {
  .con_member .wrp_member .inner .box_member .item_member .box_txt h3 {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt h3 {
    padding-bottom: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt h3 {
    padding-bottom: 1em;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt h3 .num {
  color: #CCDDDF;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 3.3333333333rem;
  line-height: 0.72;
  letter-spacing: 0.02rem;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt h3 em {
  font-size: 1.4666666667rem;
  line-height: 1.6363636364;
  letter-spacing: 0.02rem;
  padding-left: 0.6666666667rem;
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt h3 em {
    font-size: 1.3333333333rem;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .txt {
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02rem;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .txt {
    margin-bottom: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .txt {
    margin-bottom: 0.6666666667rem;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .ic {
    width: 18.6379928315%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .ic {
    width: 15.3333333333rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .ic {
    margin-right: 1.3333333333rem;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a {
  font-size: 1rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02rem;
  padding-right: 3.3333333333rem;
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a {
    display: block;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a:after {
  width: 2.6666666667rem;
  height: 1.6rem;
  border-radius: 1.3333333333rem;
  background: #11818D;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a span {
  position: relative;
  padding: 0 1rem;
  margin-right: 0.6666666667rem;
  color: #11818D;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a span:before, .con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a span:after {
  content: "★";
  font-size: 0.6666666667rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a span:before {
  left: 0;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .btn a span:after {
  right: 0;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .txt {
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02rem;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .txt {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .txt {
    margin-top: 0.6666666667rem;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .txt a {
  text-decoration: underline;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_best .wrp_txt .txt a:hover {
  text-decoration: none;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit {
    width: 49.0045941807%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit {
    width: 49.0045941807%;
  }
}
@media print {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit {
    width: 49.0045941807%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit:not(:last-child) {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit:first-child {
    width: 45.0229709035%;
  }
}
@media print {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit:first-child {
    width: 45.0229709035%;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .st_bene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #CACACA;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .st_bene {
    margin-bottom: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .st_bene {
    margin-bottom: 0.5em;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .st_bene .num {
  font-size: 1.0666666667rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  font-weight: 600;
  color: #fff;
  background: #11818D;
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .st_bene .num {
    padding: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .st_bene .num {
    padding: 0.25em 0.5em;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .st_bene em {
  font-size: 1.0666666667rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  font-weight: 600;
  color: #11818D;
  padding-left: 0.9333333333rem;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt .icon {
  padding-right: 1em;
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt .icon {
    padding-right: 0.5em;
  }
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt .icon .ic {
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02rem;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt .icon .num {
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 3.3333333333rem;
  letter-spacing: 0.02rem;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt .icon .ic-bed:before {
  content: "\efdf";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin: 0;
  font-size: 4rem;
}
.con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt .note {
  font-size: 1.2rem;
  line-height: 1.4444444444;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_member .item_member .box_txt .box_bene .benefit .txt .note {
    font-size: 1.0666666667rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_member .wrp_member .inner .box_img {
    width: 55.5877243775%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .wrp_member .inner .box_img {
    width: 80%;
    margin: 0.6666666667rem auto 0;
  }
}

.con_member_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.3333333333rem;
  padding: 2.6666666667rem 0 5.3333333333rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_member_btn {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.6666666667rem;
  }
}
.con_member_btn:before {
  content: "";
  width: 100%;
  height: 2.4666666667rem;
  background: url("../images/common/bg_bluer.webp") no-repeat;
  background-position: top center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con_member_btn:before {
    width: 130%;
    left: -15%;
  }
}
@media only screen and (min-width: 768px) {
  .con_member_btn li:not(:last-child) {
    min-width: 18.5714285714%;
    margin-right: 1%;
  }
  .con_member_btn li:last-child {
    min-width: 23.7142857143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_member_btn li {
    width: 100%;
  }
  .con_member_btn li:not(:last-child) {
    margin-bottom: 1.7857142857%;
  }
}
.con_member_btn li a span {
  margin-right: 0.5em;
}

.con_intr {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_intr {
    margin-top: 9.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_intr {
    margin-top: 9.3333333333rem;
  }
}
@media print {
  .con_intr {
    margin-top: 9.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intr {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr {
    margin-bottom: 14rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_intr {
    margin-bottom: 14rem;
  }
}
@media print {
  .con_intr {
    margin-bottom: 14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intr {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr {
    margin-bottom: 6em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr {
    padding: 6rem 0 10.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_intr {
    padding: 6rem 0 10.6666666667rem;
  }
}
@media print {
  .con_intr {
    padding: 6rem 0 10.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intr {
    padding: 4.6666666667rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr {
    padding: 2em 0 3em;
  }
}
.con_intr:before {
  content: "";
  background: #F7F7F7;
  max-width: 1760px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 0 100px 0 100px;
}
@media only screen and (max-width: 767px) {
  .con_intr:before {
    border-radius: 0 3em 0 3em;
    width: 96%;
    left: 48%;
  }
}
.con_intr .st_h2 {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intr .st_h2 {
    width: 90%;
    margin: auto;
    text-align: left;
  }
}
.con_intr .st_h2 h2 {
  display: inline-block;
}
.con_intr .st_h2 h2 span {
  display: block;
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  .con_intr .st_h2 h2 span {
    text-align: left;
  }
}
.con_intr .st_h2 h2 span.en {
  font-family: "Cormorant", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 5.3333333333rem;
  letter-spacing: 0.02rem;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .con_intr .st_h2 h2 span.en {
    font-size: 3.3333333333rem;
    line-height: 1;
  }
}
.con_intr .st_h2 h2 span.en em {
  color: #11818D;
}
.con_intr .st_h2 h2 span.jp {
  font-size: 1.2rem;
  line-height: 1.7777777778;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
  .con_intr .st_h2 h2 span.jp {
    font-size: 0.9333333333rem;
    padding-top: 1em;
  }
}
.con_intr .wrp_intr {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .img_intr {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .img_intr {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .img_intr {
    margin-top: -4.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_intr .wrp_intr .img_intr {
    margin-top: -4.6666666667rem;
  }
}
@media print {
  .con_intr .wrp_intr .img_intr {
    margin-top: -4.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intr .wrp_intr .img_intr {
    margin-top: -3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .img_intr {
    margin-top: 1em;
  }
}
.con_intr .wrp_intr .box_intr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr {
    margin-top: 4.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_intr .wrp_intr .box_intr {
    margin-top: 4.6666666667rem;
  }
}
@media print {
  .con_intr .wrp_intr .box_intr {
    margin-top: 4.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intr .wrp_intr .box_intr {
    margin-top: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr {
    border-left: 8px solid #11818D;
    background: url("../images/home/bg_intr-pc.webp") no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr {
    border-top: 8px solid #11818D;
    padding-bottom: 4em;
    background: url("../images/home/bg_intr-sp.webp") no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_txt {
    width: 67.7083333333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_txt {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_txt {
    margin: 4.6666666667rem auto 4.6666666667rem 4.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_txt {
    margin: 6em auto 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_txt h3 {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_txt h3 {
    padding-bottom: 1em;
  }
}
.con_intr .wrp_intr .box_intr .box_txt h3 span em {
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 2.6666666667rem;
  padding: 0 0.15em;
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_txt h3 span em {
    font-size: 2rem;
  }
}
.con_intr .wrp_intr .box_intr .box_txt .txt {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}
.con_intr .wrp_intr .box_intr .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_img {
    width: 46.875%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_img {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_img {
    margin-left: -6.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_img {
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_img .img:first-child {
    width: 38.8888888889%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_img .img:first-child {
    width: 43%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_img .img:last-child {
    width: 51.1111111111%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_img .img:last-child {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_img .img:last-child {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .wrp_intr .box_intr .box_img .img:last-child {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .wrp_intr .box_intr .box_img .img:last-child {
    margin-left: 5.3333333333rem;
  }
}

.con_appeal {
  max-width: 1600px;
}
@media only screen and (min-width: 768px) {
  .con_appeal h2.c_st1 {
    padding-bottom: 2.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_appeal h2.c_st1 {
    padding-bottom: 2.6666666667rem;
  }
}
@media print {
  .con_appeal h2.c_st1 {
    padding-bottom: 2.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_appeal h2.c_st1 {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal h2.c_st1 {
    padding-bottom: 2em;
  }
}
.con_appeal .wrp_appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal {
    padding-bottom: 5.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_appeal .wrp_appeal {
    padding-bottom: 5.3333333333rem;
  }
}
@media print {
  .con_appeal .wrp_appeal {
    padding-bottom: 5.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_appeal .wrp_appeal {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal .box_txt {
    width: 38.75%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_appeal .wrp_appeal .box_txt {
    width: 38.75%;
  }
}
@media print {
  .con_appeal .wrp_appeal .box_txt {
    width: 38.75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_appeal .wrp_appeal .box_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_txt {
    width: 100%;
  }
}
.con_appeal .wrp_appeal .box_txt .st_num {
  position: relative;
}
.con_appeal .wrp_appeal .box_txt .st_num:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #11818D;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.con_appeal .wrp_appeal .box_txt .st_num span {
  position: relative;
  color: #11818D;
  background: #fff;
  padding-right: 0.5333333333rem;
  padding-bottom: 0.0666666667rem;
  z-index: 2;
  line-height: 1;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
}
.con_appeal .wrp_appeal .box_txt .st_num span i, .con_appeal .wrp_appeal .box_txt .st_num span em {
  display: inline-block;
  vertical-align: top;
}
.con_appeal .wrp_appeal .box_txt .st_num span i {
  font-size: 1.0666666667rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  padding-right: 0.2666666667rem;
}
.con_appeal .wrp_appeal .box_txt .st_num span em {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02rem;
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal .box_txt h3.c_st2 {
    padding: 2.6666666667rem 0 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_appeal .wrp_appeal .box_txt h3.c_st2 {
    padding: 2.6666666667rem 0 1.3333333333rem;
  }
}
@media print {
  .con_appeal .wrp_appeal .box_txt h3.c_st2 {
    padding: 2.6666666667rem 0 1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_appeal .wrp_appeal .box_txt h3.c_st2 {
    padding: 1.6666666667rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_txt h3.c_st2 {
    padding: 1em 0 0.5em;
  }
}
.con_appeal .wrp_appeal .box_txt .txt {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}
.con_appeal .wrp_appeal .box_txt ul.box_ic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal .box_txt ul.box_ic_list {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_appeal .wrp_appeal .box_txt ul.box_ic_list {
    margin-top: 2rem;
  }
}
@media print {
  .con_appeal .wrp_appeal .box_txt ul.box_ic_list {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_appeal .wrp_appeal .box_txt ul.box_ic_list {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_txt ul.box_ic_list {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_txt ul.box_ic_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.con_appeal .wrp_appeal .box_txt ul.box_ic_list li:not(:last-child) {
  margin-right: 1.3333333333rem;
}
.con_appeal .wrp_appeal .box_txt ul.box_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal .box_txt ul.box_img_list {
    margin-top: 2.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_appeal .wrp_appeal .box_txt ul.box_img_list {
    margin-top: 2.6666666667rem;
  }
}
@media print {
  .con_appeal .wrp_appeal .box_txt ul.box_img_list {
    margin-top: 2.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_appeal .wrp_appeal .box_txt ul.box_img_list {
    margin-top: 1.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_txt ul.box_img_list {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal .box_txt ul.box_img_list li:not(:last-child) {
    margin-right: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_txt ul.box_img_list li:not(:last-child) {
    margin-right: 0.6666666667rem;
  }
}
.con_appeal .wrp_appeal .box_txt ul.box_img_list li img {
  border-radius: 0.3333333333rem;
}
@media only screen and (min-width: 768px) {
  .con_appeal .wrp_appeal .box_img {
    width: 53.75%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_appeal .wrp_appeal .box_img {
    width: 53.75%;
  }
}
@media print {
  .con_appeal .wrp_appeal .box_img {
    width: 53.75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_appeal .wrp_appeal .box_img {
    width: 43.75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_appeal .wrp_appeal .box_img {
    margin-top: 0.6666666667rem;
  }
}
.con_appeal .wrp_appeal .box_img .img img {
  border-radius: 0.3333333333rem;
}

.con_bnr {
  padding-top: 5.1333333333rem;
  position: relative;
  text-align: center;
}
.con_bnr:before {
  content: "";
  width: 100%;
  height: 2.4666666667rem;
  background: url("../images/common/bg_bluer.webp") no-repeat;
  background-position: top center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con_bnr:before {
    width: 130%;
    left: -15%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bnr .bnr:not(:last-child) {
    padding-bottom: 1.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_bnr .bnr:not(:last-child) {
    padding-bottom: 1.6666666667rem;
  }
}
@media print {
  .con_bnr .bnr:not(:last-child) {
    padding-bottom: 1.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_bnr .bnr:not(:last-child) {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .bnr:not(:last-child) {
    padding-bottom: 2em;
  }
}
.con_bnr .bnr a {
  text-decoration: none;
}
.mouse .con_bnr .bnr a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_bnr .bnr a:hover, .touch .con_bnr .bnr a.touchstart {
  opacity: 0.7;
}
.touch .con_bnr .bnr a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .con_bnr .bnr a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.con_hotel {
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
@media only screen and (min-width: 768px) {
  .con_hotel {
    margin: 9.3333333333rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_hotel {
    margin: 9.3333333333rem 0;
  }
}
@media print {
  .con_hotel {
    margin: 9.3333333333rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotel {
    margin: 8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel {
    margin: 4em 0;
  }
}
.con_hotel .inner {
  max-width: 1600px;
}
@media only screen and (min-width: 768px) {
  .con_hotel .inner {
    padding: 6.6666666667rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_hotel .inner {
    padding: 6.6666666667rem 0;
  }
}
@media print {
  .con_hotel .inner {
    padding: 6.6666666667rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotel .inner {
    padding: 5.3333333333rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner {
    padding: 2.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .st h2 {
    text-align: center;
  }
}
.con_hotel .inner .st h2 .en {
  font-weight: 100;
  font-style: italic;
  font-family: "Cormorant", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 5.3333333333rem;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .st h2 .en {
    font-size: 3.3333333333rem;
  }
}
.con_hotel .inner .st h2 .en em {
  color: #11818D;
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .st .c_st1 {
    text-align: center;
  }
}
.con_hotel .inner .con_map {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_hotel .inner .con_map {
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_hotel .inner .con_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.con_hotel .inner .con_map .box_map {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_hotel .inner .con_map .box_map {
    width: 45.8125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map .box_map {
    width: 100%;
  }
}
.con_hotel .inner .con_map .box_map .box_btn {
  position: relative;
  visibility: inherit;
  z-index: 2;
}
.con_hotel .inner .con_map .box_map .box_btn ul {
  position: relative;
}
.con_hotel .inner .con_map .box_map .box_btn ul li {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #CACACA;
  border-radius: 4rem;
  padding: 0.6666666667rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 1.0666666667rem;
  line-height: 1.875;
  letter-spacing: 0.02rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotel .inner .con_map .box_map .box_btn ul li {
    padding: 0.3333333333rem 0.6666666667rem;
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map .box_map .box_btn ul li {
    padding: 0.3333333333rem 0.6666666667rem;
    font-size: 0.8666666667rem;
  }
}
.con_hotel .inner .con_map .box_map .box_btn ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #11818D;
  padding: 0.6666666667rem 2rem;
  border-radius: 4rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.con_hotel .inner .con_map .box_map .box_btn ul li:hover:before {
  opacity: 1;
}
.con_hotel .inner .con_map .box_map .box_btn ul li.asia {
  margin-top: 25.3751705321%;
  left: 29.7407912688%;
}
.con_hotel .inner .con_map .box_map .box_btn ul li.hokkaido_tohoku {
  margin-top: 38.6084583902%;
  right: 0;
}
.con_hotel .inner .con_map .box_map .box_btn ul li.kanto {
  margin-top: 57.8444747613%;
  right: 9.8226466576%;
}
.con_hotel .inner .con_map .box_map .box_btn ul li.tyubu {
  margin-top: 53.6152796726%;
  left: 34.5156889495%;
}
.con_hotel .inner .con_map .box_map .box_btn ul li.kinki {
  margin-top: 73.6698499318%;
  right: 35.6070941337%;
}
.con_hotel .inner .con_map .box_map .box_btn ul li.tyugoku_sikoku {
  margin-top: 62.8922237381%;
  left: 6.9577080491%;
}
.con_hotel .inner .con_map .box_map .box_btn ul li.kyusyu {
  margin-top: 76.3983628922%;
  left: 0;
}
.con_hotel .inner .con_map .box_map .img {
  position: relative;
  z-index: 1;
}
.con_hotel .inner .con_map .box_map .img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_hotel .inner .con_map .box_hotel {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map .box_hotel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map .box_hotel {
    margin-top: 2.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media only screen and (max-width: 1199px) {
  .con_hotel .inner .con_map .box_hotel .con_tab {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.con_hotel .inner .con_map .box_hotel .con_tab .box_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CACACA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .con_hotel .inner .con_map .box_hotel .con_tab .box_tab {
    width: 500px;
  }
}
.con_hotel .inner .con_map .box_hotel .con_tab .box_tab .tab {
  display: block;
  position: relative;
  padding-bottom: 1.3333333333rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1;
}
.con_hotel .inner .con_map .box_hotel .con_tab .box_tab .tab + .tab {
  margin-left: 2rem;
}
.con_hotel .inner .con_map .box_hotel .con_tab .box_tab .tab:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #11818D;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.con_hotel .inner .con_map .box_hotel .con_tab .box_tab .tab.active, .con_hotel .inner .con_map .box_hotel .con_tab .box_tab .tab:hover {
  color: #11818D;
}
.con_hotel .inner .con_map .box_hotel .con_tab .box_tab .tab.active:before, .con_hotel .inner .con_map .box_hotel .con_tab .box_tab .tab:hover:before {
  width: 100%;
}
.con_hotel .inner .con_map .box_hotel .tab-content {
  margin-top: 1.7333333333rem;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel {
  display: none;
  overflow-y: auto;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel.show {
  display: block;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-list .tab_filter {
  padding: 0.3333333333rem 1.3333333333rem;
  border: 1px solid #CACACA;
  border-radius: 1.4666666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.8666666667rem;
  line-height: 1.6923076923;
  letter-spacing: 0.02rem;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-list .tab_filter + .tab_filter {
  margin-left: 0.6666666667rem;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-list .tab_filter.is-active {
  color: #fff;
  background: #11818D;
  border: 1px solid #11818D;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.3333333333rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.6rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-color: #C0C0C0 #EDEDED;
  scrollbar-width: thin;
  padding-right: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
    max-height: 750px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
    max-height: 750px;
  }
}
@media print {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
    max-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
    max-height: 500px;
  }
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item::-webkit-scrollbar {
  width: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
    -ms-grid-columns: 1fr 1.3333333333rem 1fr 1.3333333333rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item {
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.6rem;
  }
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.mouse .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a:hover, .touch .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a.touchstart {
  opacity: 0.7;
}
.touch .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img {
  width: 100%;
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img img {
    height: 6.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img img {
    height: 6.6666666667rem;
  }
}
@media print {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img img {
    height: 6.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img img {
    height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img img {
    height: 6.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .img img {
    height: 6rem;
  }
}
.con_hotel .inner .con_map .box_hotel .tab-content .panel .filter-item .item a .txt {
  padding: 0.9333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}

.con_reading {
  background: #F7F7F7;
}
@media only screen and (min-width: 768px) {
  .con_reading {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading {
    padding: 6rem 0;
  }
}
@media print {
  .con_reading {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading {
    padding: 4.6666666667rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading h2.c_st1 {
    padding-bottom: 2.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading h2.c_st1 {
    padding-bottom: 2.6666666667rem;
  }
}
@media print {
  .con_reading h2.c_st1 {
    padding-bottom: 2.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading h2.c_st1 {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading h2.c_st1 {
    padding-bottom: 2em;
  }
}
.con_reading .inner {
  max-width: 1720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_reading .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.con_reading .inner .wrp_pickup {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup {
    width: 23.2558139535%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup {
    margin-bottom: 1em;
  }
}
.con_reading .inner .wrp_pickup .st {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #11818D;
  color: #fff;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .st {
    top: -1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_pickup .st {
    top: -1.3333333333rem;
  }
}
@media print {
  .con_reading .inner .wrp_pickup .st {
    top: -1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_pickup .st {
    top: -0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .st {
    top: -2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .st {
    left: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_pickup .st {
    left: -2rem;
  }
}
@media print {
  .con_reading .inner .wrp_pickup .st {
    left: -2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_pickup .st {
    left: -1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .st {
    left: -2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .st {
    width: 6.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_pickup .st {
    width: 6.6666666667rem;
  }
}
@media print {
  .con_reading .inner .wrp_pickup .st {
    width: 6.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_pickup .st {
    width: 5.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .st {
    width: 5.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .st {
    height: 6.6666666667rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_pickup .st {
    height: 6.6666666667rem;
  }
}
@media print {
  .con_reading .inner .wrp_pickup .st {
    height: 6.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_pickup .st {
    height: 5.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .st {
    height: 5.5em;
  }
}
.con_reading .inner .wrp_pickup .st:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -1px;
  border: 3px solid transparent;
  border-left: 10px solid #11818D;
  z-index: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.con_reading .inner .wrp_pickup .box_pickup {
  position: relative;
  z-index: 1;
}
.con_reading .inner .wrp_pickup .box_pickup a {
  text-decoration: none;
}
.mouse .con_reading .inner .wrp_pickup .box_pickup a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_reading .inner .wrp_pickup .box_pickup a:hover, .touch .con_reading .inner .wrp_pickup .box_pickup a.touchstart {
  opacity: 0.7;
}
.touch .con_reading .inner .wrp_pickup .box_pickup a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .con_reading .inner .wrp_pickup .box_pickup a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .box_pickup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .box_pickup a .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .box_pickup a .img {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .box_pickup a .img {
    height: 21.4285714286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .box_pickup a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.con_reading .inner .wrp_pickup .box_pickup a .box_txt {
  background: #282828;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt {
    padding: 1.7333333333rem 3.3333333333rem 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt {
    padding: 1.7333333333rem 3.3333333333rem 4rem;
  }
}
@media print {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt {
    padding: 1.7333333333rem 3.3333333333rem 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt {
    padding: 0.6666666667rem 1.3333333333rem 2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt {
    padding: 0.5em 1em;
  }
}
.con_reading .inner .wrp_pickup .box_pickup a .box_txt .cate {
  font-size: 0.8666666667rem;
  line-height: 1.6923076923;
  letter-spacing: 0.02rem;
  padding-bottom: 0.4666666667rem;
  display: block;
  border-bottom: 1px solid #fff;
}
.con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt {
    margin-top: 1.3333333333rem;
  }
}
@media print {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt {
    margin-top: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt {
    margin-top: 0.5em;
  }
}
.firefox .con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt, .ie .con_reading .inner .wrp_pickup .box_pickup a .box_txt .txt {
  max-height: 3em;
}
.con_reading .inner .wrp_reading {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading {
    width: 74.4186046512%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading {
    width: 100%;
  }
}
.con_reading .inner .wrp_reading .box_slider.slide-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_reading .inner .wrp_reading .box_slider .slide {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0.9333333333rem -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 0.9333333333rem -5px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slide {
    width: 31.25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide {
    width: 100%;
  }
}
.con_reading .inner .wrp_reading .box_slider .slide:first-child a .img img, .con_reading .inner .wrp_reading .box_slider .slide:nth-child(3n+1) a .img img {
  border-radius: 40% 0.3333333333rem 0.3333333333rem 0.3333333333rem;
}
.con_reading .inner .wrp_reading .box_slider .slide:nth-child(2) a .img img, .con_reading .inner .wrp_reading .box_slider .slide:nth-child(3n+2) a .img img {
  border-radius: 50%;
}
.con_reading .inner .wrp_reading .box_slider .slide:nth-child(3) a .img img, .con_reading .inner .wrp_reading .box_slider .slide:nth-child(3n+3) a .img img {
  border-radius: 0.3333333333rem 0.3333333333rem 40% 0.3333333333rem;
}
.con_reading .inner .wrp_reading .box_slider .slide a {
  text-decoration: none;
  display: block;
}
.mouse .con_reading .inner .wrp_reading .box_slider .slide a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_reading .inner .wrp_reading .box_slider .slide a:hover, .touch .con_reading .inner .wrp_reading .box_slider .slide a.touchstart {
  opacity: 0.7;
}
.touch .con_reading .inner .wrp_reading .box_slider .slide a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .con_reading .inner .wrp_reading .box_slider .slide a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .img {
    margin: 1.7333333333rem auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .img {
    margin: 1.7333333333rem auto 0;
  }
}
@media print {
  .con_reading .inner .wrp_reading .box_slider .slide a .img {
    margin: 1.7333333333rem auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .img {
    margin: 0.6666666667rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .img {
    margin: 0.5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .img {
    width: 8rem;
    height: 8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em 0 0.5em 1em;
  }
}
.con_reading .inner .wrp_reading .box_slider .slide a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
    padding: 1.7333333333rem 3.3333333333rem 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
    padding: 1.7333333333rem 3.3333333333rem 4rem;
  }
}
@media print {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
    padding: 1.7333333333rem 3.3333333333rem 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
    padding: 0.6666666667rem 1.3333333333rem 2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt {
    padding: 0.5em 1em;
  }
}
.con_reading .inner .wrp_reading .box_slider .slide a .box_txt .cate {
  font-size: 0.8666666667rem;
  line-height: 1.6923076923;
  letter-spacing: 0.02rem;
  padding-bottom: 0.4666666667rem;
  display: block;
  border-bottom: 1px solid #CACACA;
}
.con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    margin-top: 1.3333333333rem;
  }
}
@media print {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    margin-top: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .firefox .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt, .ie .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    max-height: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
  }
  .firefox .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt, .ie .con_reading .inner .wrp_reading .box_slider .slide a .box_txt .txt {
    max-height: 4.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider .slick-slide {
    margin: 0 1.3333333333rem;
  }
}
.con_reading .inner .wrp_reading .box_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_reading .inner .wrp_reading .box_slider .slick-slide {
  height: auto !important;
}
.con_reading .inner .wrp_reading .arrow_box_reading {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .arrow_box_reading {
    bottom: 0.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .arrow_box_reading {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .arrow_box_reading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .arrow_box_reading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .arrow_box_reading {
    margin-top: 0.5em;
  }
}
.con_reading .inner .wrp_reading .arrow_box_reading.slick-none {
  display: none;
}
.con_reading .inner .wrp_reading .arrow_box_reading .slick-arrow {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}
.con_reading .inner .wrp_reading .arrow_box_reading .slick-arrow.prev {
  margin-right: 1rem;
}
.con_reading .inner .wrp_reading .arrow_box_reading .slick-arrow.prev.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.con_reading .inner .wrp_reading .arrow_box_reading .slick-arrow.next.slick-disabled i:after {
  content: "\eac3";
}
.con_reading .inner .wrp_reading .box_slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #CACACA;
}
@media only screen and (min-width: 768px) {
  .con_reading .inner .wrp_reading .box_slider_nav {
    padding: 1.3333333333rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_reading .inner .wrp_reading .box_slider_nav {
    padding: 1.3333333333rem 0;
  }
}
@media print {
  .con_reading .inner .wrp_reading .box_slider_nav {
    padding: 1.3333333333rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_reading .inner .wrp_reading .box_slider_nav {
    padding: 0.6666666667rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider_nav {
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .con_reading .inner .wrp_reading .box_slider_nav .c_btn3 {
    margin-top: 1em;
    text-align: center;
  }
}

.con_news {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .con_news {
    padding: 6.6666666667rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_news {
    padding: 6.6666666667rem 0;
  }
}
@media print {
  .con_news {
    padding: 6.6666666667rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news {
    padding: 5.3333333333rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .con_news h2.c_st1 {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news {
    width: 84.2857142857%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .list_news li:not(:last-child) {
    margin-bottom: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_news .box_news .list_news li:not(:last-child) {
    margin-bottom: 1.3333333333rem;
  }
}
@media print {
  .con_news .box_news .list_news li:not(:last-child) {
    margin-bottom: 1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .list_news li:not(:last-child) {
    margin-bottom: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.con_news .box_news .list_news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .list_news li a {
    padding: 1.3333333333rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_news .box_news .list_news li a {
    padding: 1.3333333333rem 0;
  }
}
@media print {
  .con_news .box_news .list_news li a {
    padding: 1.3333333333rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .list_news li a {
    padding: 0.6666666667rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li a {
    padding: 0.5em 0;
  }
}
.mouse .con_news .box_news .list_news li a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_news .box_news .list_news li a:hover, .touch .con_news .box_news .list_news li a.touchstart {
  opacity: 0.7;
}
.touch .con_news .box_news .list_news li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .con_news .box_news .list_news li a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_news .box_news .list_news li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #CACACA;
}
.con_news .box_news .list_news li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #11818D;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.con_news .box_news .list_news li a:hover {
  cursor: pointer;
}
.con_news .box_news .list_news li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.con_news .box_news .list_news li a i, .con_news .box_news .list_news li a span, .con_news .box_news .list_news li a .txt {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1;
}
.con_news .box_news .list_news li a i {
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  color: #719396;
  padding: 0 0.9333333333rem;
  white-space: nowrap;
}
.con_news .box_news .list_news li a em {
  background: #000;
  color: #fff;
  padding: 0.4rem 0.9333333333rem;
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
  line-height: 1;
  white-space: nowrap;
}
.con_news .box_news .list_news li a span {
  padding: 0 0.9333333333rem;
  position: relative;
  white-space: nowrap;
}
.con_news .box_news .list_news li a span:after {
  content: "";
  width: 1px;
  height: 0.8rem;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li a span:after {
    display: none;
  }
}
.con_news .box_news .list_news li a .txt {
  margin-left: 1.0666666667rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
}
.firefox .con_news .box_news .list_news li a .txt, .ie .con_news .box_news .list_news li a .txt {
  max-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li a .txt {
    width: 100%;
    margin-top: 0.5em;
  }
}
.con_news .box_news .c_btn3 {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .c_btn3 {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .c_btn3 {
    margin-top: 1em;
  }
}
.con_news .box_news .list_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .list_bnr {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_news .box_news .list_bnr {
    padding: 2rem 0;
  }
}
@media print {
  .con_news .box_news .list_bnr {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .list_bnr {
    padding: 1.3333333333rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_bnr {
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .list_bnr {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .con_news .box_news .list_bnr {
    margin-top: 4rem;
  }
}
@media print {
  .con_news .box_news .list_bnr {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .list_bnr {
    margin-top: 2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_bnr {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .list_bnr li {
    width: 23.7288135593%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_bnr li {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .list_bnr li:not(:last-child), .con_news .box_news .list_bnr li:not(:nth-child(4n)) {
    margin-right: 1.6949152542%;
  }
  .con_news .box_news .list_bnr li:nth-child(n+5) {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_bnr li:nth-child(2n) {
    margin-left: 2%;
  }
  .con_news .box_news .list_bnr li:nth-child(n+3) {
    margin-top: 0.6666666667rem;
  }
}