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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
.con_mainimg .box_detail .box_mainimg, .con_present .wrp, .con_pickupbanner, .con_hotspring .box_private, .con_news_pickup .wrp {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_mainimg .box_detail .box_mainimg, .con_present .wrp, .con_pickupbanner, .con_hotspring .box_private, .con_news_pickup .wrp {
    padding: 0 20px;
  }
}
@media print {
  .con_mainimg .box_detail .box_mainimg, .con_present .wrp, .con_pickupbanner, .con_hotspring .box_private, .con_news_pickup .wrp {
    padding: 0 20px;
  }
}
.ie8 .con_mainimg .box_detail .box_mainimg, .con_mainimg .box_detail .ie8 .box_mainimg, .ie8 .con_present .wrp, .con_present .ie8 .wrp, .ie8 .con_pickupbanner, .ie8 .con_hotspring .box_private, .con_hotspring .ie8 .box_private, .ie8 .con_news_pickup .wrp, .con_news_pickup .ie8 .wrp {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .box_detail .box_mainimg, .con_present .wrp, .con_pickupbanner, .con_hotspring .box_private, .con_news_pickup .wrp {
    width: 95%;
  }
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  position: relative;
}
.con_mainimg .box_mainslide {
  position: relative;
}
.con_mainimg .box_mainslide .con_caution {
  position: absolute;
  width: 300px;
  height: 80px;
  z-index: 10;
  top: 70%;
  background-color: #fff;
  border: 2px solid red;
  padding: 1em;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_mainslide .con_caution {
    top: 60%;
    padding: .5em;
    height: 60px;
  }
}
.con_mainimg .box_mainslide .con_caution a {
  font-size: 30px;
}
.con_mainimg .box_mainslide .mainslide {
  z-index: 0;
  display: none;
}
.con_mainimg .box_mainslide .mainslide .slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.con_mainimg .box_mainslide .mainslide .slide img {
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_mainimg .box_mainslide .mainslide .slide img {
    max-height: 920px;
  }
}
@media print {
  .con_mainimg .box_mainslide .mainslide .slide img {
    max-height: 920px;
  }
}
.ie8 .con_mainimg .box_mainslide .mainslide .slide img {
  max-height: 920px;
}
.con_mainimg .box_mainslide .mainslide .slick-dots {
  text-align: center;
  width: 100%;
  z-index: 5;
  position: absolute;
  bottom: .5%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.con_mainimg .box_mainslide .mainslide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_mainslide .mainslide .slick-dots li {
    margin: 0 4px;
    overflow: hidden;
  }
}
.con_mainimg .box_mainslide .mainslide .slick-dots li.slick-active button {
  background: #95a74d;
}
.con_mainimg .box_mainslide .mainslide .slick-dots li button {
  border-radius: 100%;
  display: block;
  width: 15px;
  background: #ebebeb;
  padding: 15px 0 0;
  height: 0;
  overflow: hidden;
  margin: 0 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_mainslide .mainslide .slick-dots li button {
    margin: 0;
    width: 13px;
    padding: 13px 0 0;
  }
}
.con_mainimg .box_detail {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_detail {
    background-size: auto 100%;
  }
}
.con_mainimg .box_detail .box_mainimg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_mainimg .box_detail .box_mainimg .txt_catch {
  text-align: center;
  -webkit-animation: show 4s both;
          animation: show 4s both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .box_detail .box_mainimg .txt_catch {
    width: 60%;
    margin: auto;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.con_mainimg .bn_welcome {
  position: absolute;
  bottom: -3%;
  right: 10%;
  z-index: 5;
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .bn_welcome {
    right: -11%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .bn_welcome {
    width: 35%;
    right: 0;
    bottom: 3%;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .bn_welcome img {
    width: 60%;
  }
}

#inline-wrap {
  background: #fff;
  padding: 1em 2em;
  width: 30%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #inline-wrap {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  #inline-wrap {
    width: 90%;
  }
}
#inline-wrap .mfp-close {
  top: -15%;
}
#inline-wrap h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
#inline-wrap h3 .en {
  font-family: "Allura", cursive;
  color: #95a74d;
  display: block;
  font-size: 400%;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  #inline-wrap h3 .en {
    font-size: 334%;
  }
}
@media print {
  #inline-wrap h3 .en {
    font-size: 334%;
  }
}
.ie8 #inline-wrap h3 .en {
  font-size: 334%;
}
@media only screen and (max-width: 767px) {
  #inline-wrap h3 .en {
    font-size: 300%;
  }
}
#inline-wrap h3 .jp {
  font-size: 107%;
  color: #000;
}
#inline-wrap h3 .jp:before, #inline-wrap h3 .jp:after {
  content: "ー";
  color: #95a74d;
  margin: 0 5px;
}
#inline-wrap .txt_selectdate {
  background: #95a74d;
  color: #fff;
  text-align: center;
}
#inline-wrap .txt_selectdate span {
  display: inline-block;
  padding: .2em 1em;
  font-family: "Crimson Text", serif;
  font-size: 134%;
  letter-spacing: .05em;
}
#inline-wrap .box_timedetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#inline-wrap .box_timedetail dl {
  width: 46%;
  text-align: center;
}
#inline-wrap .box_timedetail dl dt {
  border-bottom: 1px solid #95a74d;
  color: #95a74d;
  padding: .5em;
}
#inline-wrap .box_timedetail dl dd {
  background: url(../images/common/border_dots.png) 0 bottom repeat-x;
  padding: .5em;
}
#inline-wrap .txt_note {
  font-size: 80%;
}
#inline-wrap .btn_clode {
  text-align: center;
}
#inline-wrap .btn_clode .popup-modal-dismiss {
  text-align: center;
  display: inline-block;
}
#inline-wrap .btn_clode .popup-modal-dismiss:hover {
  cursor: pointer;
}
#inline-wrap .btn_clode .popup-modal-dismiss i {
  font-size: 200%;
}

body.hmenu-active .con_mainimg {
  position: static;
}

/* -----------------------------------------------------------
	.con_present 5大特典プレゼント
----------------------------------------------------------- */
.con_present {
  background: url(../images/common/bg_beige.png) 0 0 repeat;
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_present {
    padding-bottom: 30px;
  }
}
.con_present:before {
  content: "";
  background: url(../images/home/il_olive.png) center 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.con_present .wrp {
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .con_present .wrp {
    padding: 0;
  }
}
.con_present .wrp .box_st {
  text-align: center;
  padding: 40px 0 10px;
}
.con_present .wrp .box_st span {
  font-size: 167%;
}
@media only screen and (max-width: 1199px) {
  .con_present .wrp .box_st span {
    font-size: 134%;
  }
}
@media print {
  .con_present .wrp .box_st span {
    font-size: 134%;
  }
}
.ie8 .con_present .wrp .box_st span {
  font-size: 134%;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_st span {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_st {
    padding-bottom: 10px;
    margin-bottom: 5px;
    position: relative;
  }
}
.con_present .wrp .box_st .catch {
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  background: #95a74d;
  color: #FFF;
  padding: 0.3em 1em;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_st .catch {
    font-size: 100%;
    padding: 0.4em 3em;
  }
}
.con_present .wrp .box_st h3 {
  margin-left: 5px;
  font-size: 187%;
  font-weight: normal;
  display: block;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 15px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_st h3 {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_st h3 {
    font-size: 147%;
    display: block;
    margin-left: 0;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.con_present .wrp .box_st h3 em {
  font-family: "Crimson Text", serif;
  color: #6e1f22;
  font-size: 200%;
}
@media only screen and (max-width: 1199px) {
  .con_present .wrp .box_st h3 em {
    font-size: 187%;
  }
}
@media print {
  .con_present .wrp .box_st h3 em {
    font-size: 187%;
  }
}
.ie8 .con_present .wrp .box_st h3 em {
  font-size: 187%;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_st h3 em {
    font-size: 160%;
  }
}
.con_present .wrp .box_st h3 .small {
  font-size: 60%;
}
.con_present .wrp .box_st.active:before {
  content: "閉じる";
}
.con_present .wrp .box_st.active:after {
  content: "\f106";
}
.con_present .wrp .btn_more {
  width: 100%;
  position: relative;
  padding-bottom: 3em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .btn_more:before {
    content: "その他の特典を見る";
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
  }
}
.con_present .wrp .btn_more:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: .2em;
  left: 0;
  right: 0;
}
.con_present .wrp .box_present_one {
  padding: 15px 5%;
  position: relative;
  margin-bottom: 50px;
  background: url(../images/home/bg_benefit1.png) center center no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one {
    padding: 40px 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one {
    padding: 20px 5%;
  }
}
.con_present .wrp .box_present_one:before, .con_present .wrp .box_present_one:after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.con_present .wrp .box_present_one:before {
  left: 0;
  border-left: 1px solid #000;
}
.con_present .wrp .box_present_one:after {
  right: 0;
  border-right: 1px solid #000;
}
.con_present .wrp .box_present_one .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .box {
    display: block;
  }
}
.con_present .wrp .box_present_one .box .num {
  background: url(../images/common/bg_beige.png) 0 0 repeat;
  font-size: 334%;
  font-family: "Crimson Text", serif;
  position: absolute;
  left: 2%;
  top: -20%;
  color: #95a74d;
  display: inline-block;
  padding: 0 .5em .1em;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .con_present .wrp .box_present_one .box .num {
    font-size: 234%;
  }
}
@media print {
  .con_present .wrp .box_present_one .box .num {
    font-size: 234%;
  }
}
.ie8 .con_present .wrp .box_present_one .box .num {
  font-size: 234%;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .box .num {
    font-size: 200%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .box .num {
    top: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .box .num {
    top: -1px;
    left: 0;
  }
}
.con_present .wrp .box_present_one .st_one {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .st_one {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .con_present .wrp .box_present_one .st_one {
    width: 50%;
  }
}
@media print {
  .con_present .wrp .box_present_one .st_one {
    width: 50%;
  }
}
.ie8 .con_present .wrp .box_present_one .st_one {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .st_one {
    padding: 1em;
  }
}
.con_present .wrp .box_present_one .st_one .num {
  font-size: 334%;
  font-family: "Crimson Text", serif;
  color: #95a74d;
  display: inline-block;
  vertical-align: top;
  padding: 0 .4em .1em;
  line-height: 1.2;
  padding-right: 45px;
  background: transparent url(../images/home/ic_splat.png) no-repeat right center;
}
@media only screen and (max-width: 1199px) {
  .con_present .wrp .box_present_one .st_one .num {
    font-size: 234%;
  }
}
@media print {
  .con_present .wrp .box_present_one .st_one .num {
    font-size: 234%;
  }
}
.ie8 .con_present .wrp .box_present_one .st_one .num {
  font-size: 234%;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one .num {
    font-size: 200%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .st_one .num {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one .num {
    padding-right: 35px;
  }
}
.con_present .wrp .box_present_one .st_one h4 {
  margin-top: 40px;
  display: block;
  vertical-align: bottom;
  font-size: 147%;
  line-height: 1.3;
  font-weight: normal;
  border-bottom: 1px dotted #000;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .st_one h4 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one h4 {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .con_present .wrp .box_present_one .st_one h4 {
    font-size: 134%;
  }
}
@media print {
  .con_present .wrp .box_present_one .st_one h4 {
    font-size: 134%;
  }
}
.ie8 .con_present .wrp .box_present_one .st_one h4 {
  font-size: 134%;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one h4 {
    font-size: 134%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_present .wrp .box_present_one .st_one h4 {
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media print {
  .con_present .wrp .box_present_one .st_one h4 {
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.ie8 .con_present .wrp .box_present_one .st_one h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .st_one h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one h4 {
    padding-bottom: 5px;
  }
}
.con_present .wrp .box_present_one .st_one h4 span {
  font-size: 128%;
}
.con_present .wrp .box_present_one .st_one h4 span.yl {
  font-size: 140%;
  color: #a68400;
  font-family: "Crimson Text", serif;
}
.con_present .wrp .box_present_one .st_one .txt {
  color: #666;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one .txt {
    margin-top: 0.9em;
  }
}
.con_present .wrp .box_present_one .st_one .ballon {
  position: absolute;
  top: -10%;
  left: 38%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .st_one .ballon {
    top: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .st_one .ballon {
    top: -13%;
    left: 40%;
  }
}
.con_present .wrp .box_present_one .img02 {
  position: absolute;
  top: -49%;
  right: -13%;
  z-index: 1;
  max-width: 150px;
}
@media only screen and (min-width: 1026px) and (max-width: 1284px) {
  .con_present .wrp .box_present_one .img02 {
    right: -6%;
    max-width: 150px;
    height: auto;
  }
}
@media print {
  .con_present .wrp .box_present_one .img02 {
    right: -6%;
    max-width: 150px;
    height: auto;
  }
}
.ie8 .con_present .wrp .box_present_one .img02 {
  right: -6%;
  max-width: 150px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present_one .img02 {
    max-width: 120px;
    top: -49%;
    right: -6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .img02 {
    max-width: 95px;
    top: -15%;
    right: -2%;
  }
}
.con_present .wrp .box_present_one .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present_one .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .wrp_present {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .con_present .wrp .box_present {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
@media print {
  .con_present .wrp .box_present {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
.ie8 .con_present .wrp .box_present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.con_present .wrp .box_present .box {
  position: relative;
  background: url(../images/common/border_dots.png) 0 bottom repeat-x;
}
@media only screen and (min-width: 768px) {
  .con_present .wrp .box_present .box {
    padding: 0 10px;
  }
}
@media print {
  .con_present .wrp .box_present .box {
    padding: 0 10px;
  }
}
.ie8 .con_present .wrp .box_present .box {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present .box {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
}
.con_present .wrp .box_present .box .num {
  background: url(../images/common/bg_beige.png) 0 0 repeat;
  font-size: 334%;
  font-family: "Crimson Text", serif;
  position: absolute;
  left: 10%;
  top: -20%;
  color: #95a74d;
  display: inline-block;
  padding: 0 .5em .1em;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .con_present .wrp .box_present .box .num {
    font-size: 234%;
  }
}
@media print {
  .con_present .wrp .box_present .box .num {
    font-size: 234%;
  }
}
.ie8 .con_present .wrp .box_present .box .num {
  font-size: 234%;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present .box .num {
    font-size: 200%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
  .con_present .wrp .box_present .box .num {
    left: 27% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_present .box .num {
    top: -10%;
    left: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present .box .num {
    top: 8px;
    left: 40px;
  }
}
.con_present .wrp .box_present .box .img {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present .box .img {
    width: 100%;
  }
}
.con_present .wrp .box_present .box h4 {
  text-align: center;
  font-size: 134%;
  color: #000;
  font-weight: normal;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_present .box h4 {
    text-align: left;
    width: 100%;
    padding-left: 3%;
    font-size: 107%;
    padding-bottom: 15px;
  }
}
.con_present .wrp .box_note {
  border-bottom: 3px solid #ede1d4;
  padding: 1em 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) {
  .con_present .wrp .box_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .con_present .wrp .box_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ie8 .con_present .wrp .box_note {
  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_present .wrp .box_note {
    margin-bottom: 10px;
  }
}
.con_present .wrp .box_note h5 {
  font-weight: normal;
  font-size: 160%;
  color: #7b8519;
}
@media only screen and (min-width: 1025px) {
  .con_present .wrp .box_note h5 {
    width: 15%;
  }
}
@media print {
  .con_present .wrp .box_note h5 {
    width: 15%;
  }
}
.ie8 .con_present .wrp .box_note h5 {
  width: 15%;
}
.con_present .wrp .box_note h5 em {
  font-size: 125%;
  font-family: "Crimson Text", serif;
}
.con_present .wrp .box_note ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .con_present .wrp .box_note ul {
    width: 82%;
  }
}
@media print {
  .con_present .wrp .box_note ul {
    width: 82%;
  }
}
.ie8 .con_present .wrp .box_note ul {
  width: 82%;
}
.con_present .wrp .box_note ul div {
  float: left;
  height: 23px;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_note ul div {
    height: 100px;
  }
}
.con_present .wrp .box_note ul li {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #666;
}
.con_present .wrp .box_note ul li.note {
  padding-top: 5px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_note ul li.note {
    padding: 3px 0 0;
    letter-spacing: -.05em;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_note ul li:nth-child(1) div {
    height: 49px;
  }
}
.con_present .wrp .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_present .wrp .box_btn .btn {
  width: 30%;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_btn .btn {
    width: 33%;
    margin: 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_btn .btn {
    width: 80%;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_present .wrp .box_btn .btn a {
    padding: 1em .2em;
    letter-spacing: -.05em;
  }
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_btn .btn a {
    font-size: 94%;
    letter-spacing: -.05em;
    padding: .8em .2em;
  }
  .con_present .wrp .box_btn .btn a:after {
    margin-left: 5px;
  }
}
.con_present .wrp .box_btn .btn.green a {
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_present .wrp .box_btn .btn.green a {
    padding: .8em .2em;
  }
}

/* -----------------------------------------------------------
	.con_pickupbanner バナー
----------------------------------------------------------- */
.con_pickupbanner {
  padding: 40px 0;
  text-align: center;
}
.con_pickupbanner .st_basic {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .st_basic {
    margin-bottom: 40px;
  }
}
.con_pickupbanner .st_basic .jp {
  color: #333;
  font-size: 267%;
}
@media only screen and (max-width: 1199px) {
  .con_pickupbanner .st_basic .jp {
    font-size: 240%;
  }
}
@media print {
  .con_pickupbanner .st_basic .jp {
    font-size: 240%;
  }
}
.ie8 .con_pickupbanner .st_basic .jp {
  font-size: 240%;
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .st_basic .jp {
    font-size: 200%;
  }
}
.con_pickupbanner .box_artfest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  padding: 0 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickupbanner .box_artfest {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .box_artfest {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickupbanner .box_artfest {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .box_artfest {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px;
    max-width: 680px;
  }
}
.con_pickupbanner .box_artfest > * {
  margin-right: 20px;
}
.con_pickupbanner .box_artfest > *:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickupbanner .box_artfest > * {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .box_artfest > * {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.con_pickupbanner .box_artfest .bn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .slick-slide {
    margin: 0 0.1%;
  }
}
.con_pickupbanner .box_slide {
  position: relative;
  max-width: 969px;
  margin: 0 auto 20px;
}
.con_pickupbanner .box_slide .slick-prev,
.con_pickupbanner .box_slide .slick-next {
  width: 35px;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  border: none;
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .box_slide .slick-prev,
  .con_pickupbanner .box_slide .slick-next {
    width: 25px;
    padding-top: 25px;
  }
}
.con_pickupbanner .box_slide .slick-prev:hover,
.con_pickupbanner .box_slide .slick-next:hover {
  cursor: pointer;
}
.con_pickupbanner .box_slide .slick-prev.slick-disabled,
.con_pickupbanner .box_slide .slick-next.slick-disabled {
  display: none !important;
}
.con_pickupbanner .box_slide .slick-prev {
  left: -50px;
  background: url(../images/common/btn_prev_l.png) 0 0 no-repeat;
  background-size: 35px, 35px;
}
@media only screen and (max-width: 1024px) {
  .con_pickupbanner .box_slide .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .box_slide .slick-prev {
    background-size: 25px, 25px;
  }
}
.con_pickupbanner .box_slide .slick-next {
  right: -50px;
  background: url(../images/common/btn_next_l.png) 0 0 no-repeat;
  background-size: 35px, 35px;
}
@media only screen and (max-width: 1024px) {
  .con_pickupbanner .box_slide .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner .box_slide .slick-next {
    background-size: 25px, 25px;
  }
}
.con_pickupbanner ul.box_bnsmall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_pickupbanner ul.box_bnsmall {
    margin-top: 2em;
  }
}
.con_pickupbanner ul.box_bnsmall li:nth-child(odd) {
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .con_pickupbanner ul.box_bnsmall li a img {
    height: 135px;
  }
}
@media print {
  .con_pickupbanner ul.box_bnsmall li a img {
    height: 135px;
  }
}
.ie8 .con_pickupbanner ul.box_bnsmall li a img {
  height: 135px;
}

/* -----------------------------------------------------------
	.con_shimatabi 小豆島の島旅
----------------------------------------------------------- */
.con_shimatabi {
  background: url(../images/home/bg_shimatabi.jpg) center 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_shimatabi {
    background-size: cover;
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shimatabi {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_shimatabi .box_shimatabi {
    max-width: 1560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print {
  .con_shimatabi .box_shimatabi {
    max-width: 1560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ie8 .con_shimatabi .box_shimatabi {
  max-width: 1560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .con_shimatabi .box_shimatabi {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  .con_shimatabi .box_shimatabi {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ie8 .con_shimatabi .box_shimatabi {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shimatabi .box_shimatabi {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_shimatabi .box_shimatabi .box_txt {
    width: 39%;
    position: relative;
  }
}
@media print {
  .con_shimatabi .box_shimatabi .box_txt {
    width: 39%;
    position: relative;
  }
}
.ie8 .con_shimatabi .box_shimatabi .box_txt {
  width: 39%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shimatabi .box_shimatabi .box_txt {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shimatabi .box_shimatabi .box_txt {
    width: 95%;
    margin: 0 auto;
  }
}
.con_shimatabi .box_shimatabi .box_txt h3 {
  text-align: right;
}
@media only screen and (min-width: 1025px) {
  .con_shimatabi .box_shimatabi .box_txt h3 {
    padding-bottom: 176px;
    margin-right: -10%;
  }
}
@media print {
  .con_shimatabi .box_shimatabi .box_txt h3 {
    padding-bottom: 176px;
    margin-right: -10%;
  }
}
.ie8 .con_shimatabi .box_shimatabi .box_txt h3 {
  padding-bottom: 176px;
  margin-right: -10%;
}
@media only screen and (max-width: 767px) {
  .con_shimatabi .box_shimatabi .box_txt h3 {
    margin-bottom: 30px;
  }
}
.con_shimatabi .box_shimatabi .box_txt .txt {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  color: #000;
  top: 20em;
  right: 18em;
  height: 15em;
}
@media only screen and (max-width: 1280px) {
  .con_shimatabi .box_shimatabi .box_txt .txt {
    top: 17em;
    right: 17em;
    height: 15em;
  }
}
@media print {
  .con_shimatabi .box_shimatabi .box_txt .txt {
    top: 17em;
    right: 17em;
    height: 15em;
  }
}
.ie8 .con_shimatabi .box_shimatabi .box_txt .txt {
  top: 17em;
  right: 17em;
  height: 15em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shimatabi .box_shimatabi .box_txt .txt {
    position: static;
    width: 55%;
    margin-top: -15%;
    height: auto;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shimatabi .box_shimatabi .box_txt .txt {
    width: 90%;
    margin: 0 auto 20px;
    position: static;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_shimatabi .box_shimatabi .box_txt .txt span {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media print {
  .con_shimatabi .box_shimatabi .box_txt .txt span {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.ie8 .con_shimatabi .box_shimatabi .box_txt .txt span {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.con_shimatabi .box_shimatabi .box_txt .btn {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_shimatabi .box_shimatabi .box_txt .btn.white_bd {
    border: 1px solid #000;
  }
  .con_shimatabi .box_shimatabi .box_txt .btn.white_bd a,
  .con_shimatabi .box_shimatabi .box_txt .btn.white_bd input,
  .con_shimatabi .box_shimatabi .box_txt .btn.white_bd span {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .con_shimatabi .box_shimatabi .box_txt .btn {
    width: 80%;
    margin-bottom: 30px;
  }
}
.con_shimatabi .box_shimatabi .box_img {
  text-align: center;
  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;
}
@media only screen and (min-width: 1025px) {
  .con_shimatabi .box_shimatabi .box_img {
    width: 61%;
    padding-top: 65px;
    margin-bottom: 175px;
  }
}
@media print {
  .con_shimatabi .box_shimatabi .box_img {
    width: 61%;
    padding-top: 65px;
    margin-bottom: 175px;
  }
}
.ie8 .con_shimatabi .box_shimatabi .box_img {
  width: 61%;
  padding-top: 65px;
  margin-bottom: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_shimatabi .box_shimatabi .box_img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_shimatabi .box_shimatabi .box_img {
    margin-bottom: 15px;
  }
}
.con_shimatabi .box_shimatabi .box_img li {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_shimatabi .box_shimatabi .box_img li {
    width: 100%;
  }
}
.con_shimatabi .box_shimatabi .box_img li:nth-child(odd) {
  text-align: right;
}
.con_shimatabi .box_shimatabi .box_img li a {
  display: block;
}

/* -----------------------------------------------------------
	.con_point 客室/料理/小豆島温泉　共通設定
----------------------------------------------------------- */
.con_point {
  padding-top: 70px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  .con_point {
    padding-top: 50px;
  }
}
@media print {
  .con_point {
    padding-top: 50px;
  }
}
.ie8 .con_point {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_point {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
.con_point .wrp {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_point .wrp {
    max-width: 1560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .con_point .wrp {
    max-width: 1560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .con_point .wrp {
  max-width: 1560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1280px) {
  .con_point .wrp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  .con_point .wrp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ie8 .con_point .wrp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point .wrp {
    width: 95%;
    margin: 0 auto;
  }
}
.con_point .wrp .img {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_point .wrp .img {
    width: 60%;
  }
}
@media print {
  .con_point .wrp .img {
    width: 60%;
  }
}
.ie8 .con_point .wrp .img {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point .wrp .img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_point .wrp .box_txt {
    width: 35%;
  }
}
@media print {
  .con_point .wrp .box_txt {
    width: 35%;
  }
}
.ie8 .con_point .wrp .box_txt {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt {
    width: 95%;
    margin: 0 auto;
  }
}
.con_point .wrp .box_txt .st_basic {
  margin-bottom: 10px;
}
.con_point .wrp .box_txt .st_basic:before {
  width: 33px;
  background: #bda452;
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt .st_basic {
    text-align: center;
  }
  .con_point .wrp .box_txt .st_basic:before {
    right: 0;
  }
}
.con_point .wrp .box_txt .st_basic .sub_txt {
  color: #333;
  font-size: 167%;
  font-weight: normal;
  display: block;
  padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .con_point .wrp .box_txt .st_basic .sub_txt {
    font-size: 134%;
  }
}
@media print {
  .con_point .wrp .box_txt .st_basic .sub_txt {
    font-size: 134%;
  }
}
.ie8 .con_point .wrp .box_txt .st_basic .sub_txt {
  font-size: 134%;
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt .st_basic .sub_txt {
    font-size: 120%;
  }
}
.con_point .wrp .box_txt .st_basic .jp {
  font-size: 334%;
}
@media only screen and (max-width: 1199px) {
  .con_point .wrp .box_txt .st_basic .jp {
    font-size: 267%;
  }
}
@media print {
  .con_point .wrp .box_txt .st_basic .jp {
    font-size: 267%;
  }
}
.ie8 .con_point .wrp .box_txt .st_basic .jp {
  font-size: 267%;
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt .st_basic .jp {
    font-size: 200%;
  }
}
.con_point .wrp .box_txt h4 {
  color: #000;
  font-size: 167%;
  margin-bottom: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  .con_point .wrp .box_txt h4 {
    font-size: 134%;
  }
}
@media print {
  .con_point .wrp .box_txt h4 {
    font-size: 134%;
  }
}
.ie8 .con_point .wrp .box_txt h4 {
  font-size: 134%;
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt h4 {
    text-align: center;
    margin-bottom: 5px;
  }
}
.con_point .wrp .box_txt .txt {
  margin-bottom: 50px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt .txt {
    margin-bottom: 15px;
  }
}
.con_point .wrp .box_txt .btn {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point .wrp .box_txt .btn {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt .btn {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_point .wrp .box_txt .btn {
    margin-bottom: 30px;
  }
}
@media print {
  .con_point .wrp .box_txt .btn {
    margin-bottom: 30px;
  }
}
.ie8 .con_point .wrp .box_txt .btn {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .box_txt .btn {
    margin: 0 auto;
  }
}
.con_point .wrp .ic {
  position: absolute;
  right: 36%;
  top: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point .wrp .ic {
    right: auto;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .wrp .ic {
    width: 30%;
    right: auto;
    left: 0;
    top: -5%;
  }
}

/*		個別設定
----------------------------------------------------------- */
.con_rooms {
  background: url(../images/home/il_rooms.jpg) right 0 no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    background-position: right 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    background: none;
  }
}

.con_cuisine {
  background: url(../images/home/il_cuisine.jpg) -60% 60% no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine {
    background-position: 0 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine {
    background: none;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine .box_slide {
    width: 62%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print {
  .con_cuisine .box_slide {
    width: 62%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ie8 .con_cuisine .box_slide {
  width: 62%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.con_cuisine .box_slide .slide_cuisine {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_slide .slide_cuisine {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.con_cuisine .box_slide .slide_cuisine .slick-prev,
.con_cuisine .box_slide .slide_cuisine .slick-next {
  width: 64px;
  padding-top: 64px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  border: none;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_slide .slide_cuisine .slick-prev,
  .con_cuisine .box_slide .slide_cuisine .slick-next {
    width: 32px;
    padding-top: 32px;
  }
}
.con_cuisine .box_slide .slide_cuisine .slick-prev:hover,
.con_cuisine .box_slide .slide_cuisine .slick-next:hover {
  cursor: pointer;
}
.con_cuisine .box_slide .slide_cuisine .slick-prev.slick-disabled,
.con_cuisine .box_slide .slide_cuisine .slick-next.slick-disabled {
  display: none !important;
}
.con_cuisine .box_slide .slide_cuisine .slick-prev {
  left: 0;
  background: url(../images/common/btn_prev_l.png) 0 0 no-repeat;
  background-size: 64px, 64px;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_slide .slide_cuisine .slick-prev {
    background-size: 32px, 32px;
  }
}
.con_cuisine .box_slide .slide_cuisine .slick-next {
  right: 0;
  background: url(../images/common/btn_next_l.png) 0 0 no-repeat;
  background-size: 64px, 64px;
}
@media only screen and (min-width: 1025px) {
  .con_cuisine .box_slide .slide_cuisine .slick-next {
    display: none !important;
  }
}
@media print {
  .con_cuisine .box_slide .slide_cuisine .slick-next {
    display: none !important;
  }
}
.ie8 .con_cuisine .box_slide .slide_cuisine .slick-next {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_slide .slide_cuisine .slick-next {
    background-size: 32px, 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine .box_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 15px;
  }
}
@media print {
  .con_cuisine .box_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 15px;
  }
}
.ie8 .con_cuisine .box_txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 15px;
}
@media only screen and (min-width: 1281px) {
  .con_cuisine .box_txt {
    padding-left: 5%;
  }
}
@media print {
  .con_cuisine .box_txt {
    padding-left: 5%;
  }
}
.ie8 .con_cuisine .box_txt {
  padding-left: 5%;
}
.con_cuisine .box_txt .st_basic {
  vertical-align: top;
}
.con_cuisine .box_txt .st_basic .sub_txt {
  margin-bottom: 10px;
}
.con_cuisine .box_txt .st_basic .jp {
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_txt .st_basic .jp br {
    display: none;
  }
}
.con_cuisine .box_txt .st_basic .jp em {
  background: #727b1b;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 25px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_txt .st_basic .jp em {
    width: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

.con_hotspring {
  background: url(../images/home/il_hotspring.jpg) center 10% no-repeat;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring {
    background-position: right 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring {
    background: none;
  }
}
@media only screen and (min-width: 1025px) {
  .con_hotspring .wrp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
}
@media print {
  .con_hotspring .wrp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
}
.ie8 .con_hotspring .wrp {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .con_hotspring .box_private {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .con_hotspring .box_private {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .con_hotspring .box_private {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_private {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_private {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .con_hotspring .box_private .img {
    width: 55%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print {
  .con_hotspring .box_private .img {
    width: 55%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ie8 .con_hotspring .box_private .img {
  width: 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .con_hotspring .box_private .box_txt {
    width: 42%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print {
  .con_hotspring .box_private .box_txt {
    width: 42%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ie8 .con_hotspring .box_private .box_txt {
  width: 42%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1025px) {
  .con_hotspring .box_private .box_txt {
    text-align: right;
  }
}
@media print {
  .con_hotspring .box_private .box_txt {
    text-align: right;
  }
}
.ie8 .con_hotspring .box_private .box_txt {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_private .box_txt {
    text-align: center;
    margin-top: 20px;
  }
}
.con_hotspring .box_private .box_txt h4 {
  font-weight: normal;
  color: #95a74d;
  font-size: 167%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .con_hotspring .box_private .box_txt h4 {
    font-size: 147%;
  }
}
@media print {
  .con_hotspring .box_private .box_txt h4 {
    font-size: 147%;
  }
}
.ie8 .con_hotspring .box_private .box_txt h4 {
  font-size: 147%;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_private .box_txt h4 {
    font-size: 134%;
  }
}
.con_hotspring .box_private .box_txt .txt {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_private .box_txt .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.con_news_pickup ニュース＆トピックス
----------------------------------------------------------- */
.con_news_pickup .wrp {
  padding: 0 20px 50px;
}
@media only screen and (max-width: 1024px) {
  .con_news_pickup .wrp {
    padding: 0 0 30px;
  }
}
.con_news_pickup .wrp h3 {
  font-family: "Crimson Text", serif;
  color: #000;
  font-size: 267%;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .con_news_pickup .wrp h3 {
    font-size: 200%;
  }
}
@media print {
  .con_news_pickup .wrp h3 {
    font-size: 200%;
  }
}
.ie8 .con_news_pickup .wrp h3 {
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp h3 {
    font-size: 187%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news_pickup .wrp .box_news_pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .con_news_pickup .wrp .box_news_pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ie8 .con_news_pickup .wrp .box_news_pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_news_pickup .wrp .box_news_pickup .box_fb {
  width: 45%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news_pickup .wrp .box_news_pickup .box_fb {
    height: 400px;
    overflow: hidden;
  }
}
.con_news_pickup .wrp .box_news_pickup .box_fb .fb-page {
  width: 100%;
}
.con_news_pickup .wrp .box_news_pickup .box_fb .fb-page > span {
  width: 100% !important;
}
.con_news_pickup .wrp .box_news_pickup .box_fb iframe {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner {
    width: 35%;
    padding: 0 1%;
  }
}
@media print {
  .con_news_pickup .wrp .box_news_pickup .box_banner {
    width: 35%;
    padding: 0 1%;
  }
}
.ie8 .con_news_pickup .wrp .box_news_pickup .box_banner {
  width: 35%;
  padding: 0 1%;
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner {
    width: 100%;
    text-align: center;
  }
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie {
  position: relative;
  margin-bottom: 13px;
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a {
  display: block;
  background: url(../images/home/bn_movie.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a {
    padding: 2em 1em;
  }
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt {
  text-align: center;
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt i {
  color: #fff;
  font-size: 207%;
}
@media only screen and (max-width: 1199px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt i {
    font-size: 160%;
  }
}
@media print {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt i {
    font-size: 160%;
  }
}
.ie8 .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt i {
  font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt i {
    font-size: 147%;
  }
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 {
  font-weight: normal;
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span {
  background: #95a74d;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
  padding: 0 .2em;
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.sub {
  font-size: 160%;
}
@media only screen and (max-width: 1199px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.sub {
    font-size: 134%;
  }
}
@media print {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.sub {
    font-size: 134%;
  }
}
.ie8 .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.sub {
  font-size: 134%;
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.sub {
    font-size: 120%;
  }
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.main {
  font-size: 200%;
}
@media only screen and (max-width: 1199px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.main {
    font-size: 160%;
  }
}
@media print {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.main {
    font-size: 160%;
  }
}
.ie8 .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.main {
  font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt h5 span.main {
    font-size: 147%;
  }
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt .txt_eng {
  color: #95a74d;
  font-family: "Crimson Text", serif;
  margin-bottom: 5px;
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt .btn {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt .btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt .btn {
    width: 80%;
  }
}
.con_news_pickup .wrp .box_news_pickup .box_banner .box_movie a .box_txt .btn span {
  display: inline-block;
}
.con_news_pickup .wrp .box_news_pickup .box_banner .bn {
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .con_news_pickup .wrp .box_news_pickup .box_sns {
    width: 20%;
  }
}
@media print {
  .con_news_pickup .wrp .box_news_pickup .box_sns {
    width: 20%;
  }
}
.ie8 .con_news_pickup .wrp .box_news_pickup .box_sns {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_sns {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .con_news_pickup .wrp .box_news_pickup .box_sns > p,
  .con_news_pickup .wrp .box_news_pickup .box_sns > div {
    width: 29.33333%;
    text-align: center;
  }
  .con_news_pickup .wrp .box_news_pickup .box_sns > p a,
  .con_news_pickup .wrp .box_news_pickup .box_sns > div a {
    display: block;
    color: #fff;
    font-size: 174%;
    padding: .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_sns .bn_fb {
    background: #3A5897;
  }
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_sns .bn_tw {
    background: #1DA1F2;
  }
}
@media only screen and (max-width: 767px) {
  .con_news_pickup .wrp .box_news_pickup .box_sns .bn_ta {
    background: #8FB479;
  }
}

/* -----------------------------------------------------------
	#con_banner バナー
----------------------------------------------------------- */
.con_banner {
  padding: 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
    width: 95%;
  }
}
.con_banner .st_basic {
  margin-bottom: 20px;
}
.con_banner .st_basic .jp {
  color: #333;
  font-size: 267%;
}
@media only screen and (max-width: 1199px) {
  .con_banner .st_basic .jp {
    font-size: 240%;
  }
}
@media print {
  .con_banner .st_basic .jp {
    font-size: 240%;
  }
}
.ie8 .con_banner .st_basic .jp {
  font-size: 240%;
}
@media only screen and (max-width: 767px) {
  .con_banner .st_basic .jp {
    font-size: 200%;
  }
}
.con_banner .box_slide {
  position: relative;
  max-width: 90%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_slide {
    max-width: 90%;
    margin-left: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide {
    max-width: 80%;
    margin-left: 46px;
  }
}
.con_banner .box_slide .slick-slide img {
  width: 100%;
}
.con_banner .box_slide .prev-arrow,
.con_banner .box_slide .next-arrow {
  width: 35px;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  border: none;
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide .prev-arrow,
  .con_banner .box_slide .next-arrow {
    width: 25px;
    padding-top: 25px;
  }
}
.con_banner .box_slide .prev-arrow:hover,
.con_banner .box_slide .next-arrow:hover {
  cursor: pointer;
}
.con_banner .box_slide .prev-arrow.slick-disabled,
.con_banner .box_slide .next-arrow.slick-disabled {
  display: none !important;
}
.con_banner .box_slide .prev-arrow {
  left: -50px;
  background: url(../images/common/btn_prev_l.png) 0 0 no-repeat;
  background-size: 35px, 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_slide .prev-arrow {
    left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide .prev-arrow {
    background-size: 25px, 25px;
    left: -15%;
  }
}
.con_banner .box_slide .next-arrow {
  right: -42px;
  background: url(../images/common/btn_next_l.png) 0 0 no-repeat;
  background-size: 35px, 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_slide .next-arrow {
    right: -7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide .next-arrow {
    background-size: 25px, 25px;
    right: -7%;
  }
}
.con_banner .box_slide .slick-list {
  margin-right: 10px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 16px;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .popup {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.popup .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 70%;
  padding: 0;
  overflow: scroll;
  height: 90vh;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .popup .popup-inner {
    padding: 40px 15px;
    width: 100%;
    height: 80%;
    overflow-y: scroll;
  }
}
.popup .popup-inner .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.popup .popup-inner .close-btn .close-btn i {
  font-size: 20px;
  color: #333;
}
.popup .popup-inner .box_txt {
  margin: 0 2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .popup .popup-inner .box_txt {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popup .popup-inner .box_txt {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .popup .popup-inner .box_txt .txt_center {
    display: block;
    text-align: center;
  }
}
.popup .popup-inner ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup .popup-inner ul li .mgr-10 {
  margin-right: 10px;
}
.popup .popup-inner .txt_c {
  text-align: center;
  margin-top: 10px;
}
.popup .popup-inner .txt_r {
  text-align: right;
  margin-top: 30px;
  margin-right: 2em;
}
.popup .popup-inner .titile {
  text-align: center;
  font-size: 150%;
  margin: 30px 0 10px;
}
.popup .popup-inner dt {
  font-size: 110%;
  text-decoration: underline;
  margin-top: 15px;
}
.popup .popup-inner dd {
  margin-left: 30px;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.con_caution {
  margin: 50px auto 50px;
  color: #4d4d4d;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_caution {
    width: 95%;
    text-align: initial;
  }
}
.con_caution p {
  font-size: 35px;
  color: #fa9626;
  text-align: center;
  margin-top: .5em;
}
@media only screen and (min-width: 1025px) {
  .con_caution .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1135px;
    margin: 40px auto 30px auto;
  }
}
@media print {
  .con_caution .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1135px;
    margin: 40px auto 30px auto;
  }
}
.ie8 .con_caution .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1135px;
  margin: 40px auto 30px auto;
}
.con_caution .box span {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .con_caution .box span:nth-of-type(2) {
    margin-left: 1em;
  }
}
@media print {
  .con_caution .box span:nth-of-type(2) {
    margin-left: 1em;
  }
}
.ie8 .con_caution .box span:nth-of-type(2) {
  margin-left: 1em;
}
.con_caution .box a {
  margin-top: 30px;
  font-size: 19px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  padding: 17px 25px;
  background-color: #fff;
  border: 1px solid #fa9626;
  color: #fa9626;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .con_caution .box a {
    width: 100% !important;
    display: inline-block;
    font-size: 15.3px;
    padding: 12px;
    margin-top: 15px;
  }
}
.con_caution .box a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .con_caution .box a {
    text-align: left;
    width: 95%;
  }
}
.con_caution .bn_goto {
  width: 1135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_caution .bn_goto {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution .bn_goto {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution .bn_goto {
    margin: 2em auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_caution .bn_goto {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution .bn_goto {
    display: block;
  }
}
.con_caution .bn_goto p {
  width: 26%;
}
@media only screen and (max-width: 767px) {
  .con_caution .bn_goto p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution .bn_goto p {
    margin-bottom: .7em;
  }
}
.con_caution .bn_goto .bnr_goto {
  margin-right: 1.5em;
}
.con_caution .bn {
  margin: 1em auto 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_caution .bn {
    margin: 0.8em auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_caution .bn {
    margin: 1em auto;
  }
}
.con_caution .bn a {
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.con_caution .bn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.box_bn {
  margin: 30px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .box_bn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1135px;
    margin: 40px auto;
  }
}
@media print {
  .box_bn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1135px;
    margin: 40px auto;
  }
}
.ie8 .box_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1135px;
  margin: 40px auto;
}
.box_bn span {
  background-color: #fff;
  color: #fa9626;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_bn .pc {
    display: none;
  }
  .box_bn .sp {
    display: block;
  }
}
.box_bn p {
  width: 50%;
  font-size: 18px;
  background-color: #fa9626;
  border: 1px solid #fa9626;
  padding: 41px 35px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .box_bn p {
    margin-right: 20px;
  }
  .box_bn p:last-child {
    margin-right: 0;
  }
}
@media print {
  .box_bn p {
    margin-right: 20px;
  }
  .box_bn p:last-child {
    margin-right: 0;
  }
}
.ie8 .box_bn p {
  margin-right: 20px;
}
.ie8 .box_bn p:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .box_bn p {
    width: 100%;
    margin-bottom: 15px;
    padding: 30px 20px;
  }
}
.box_bn p a {
  line-height: 33px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .box_bn p a {
    width: 100% !important;
    display: inline-block;
    font-size: 15.3px;
    line-height: 24px;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bn p a {
    padding: 8px 13px;
  }
}
.box_bn p a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .box_bn p a {
    text-align: left;
    width: 95%;
  }
}
