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

 file name  : stay_couple.css
 author     : Ability Consultant
 style info : stay_family
=================================================================== */
.con_intro, .con_cath ul, .con_enjoy .st_logo_ic, .con_service, .con_room .st_logo_ic, .con_food .st_logo_ic, .con_point, .con_enjoy2 .box_enjoy2, .con_gift, .con_package .box_package {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro, .con_cath ul, .con_enjoy .st_logo_ic, .con_service, .con_room .st_logo_ic, .con_food .st_logo_ic, .con_point, .con_enjoy2 .box_enjoy2, .con_gift, .con_package .box_package {
    width: 95%;
  }
}

.con_cath ul:after, .con_enjoy:after, .con_enjoy .box_enjoy .box_info:after, .con_enjoy .box_enjoy .photo:after, .con_service:after, .con_service .box_point:after, .con_room .box_room:after, .con_room .box_room .box_info:after, .con_room .box_room .photo:after, .con_food .box_food:after, .con_food .box_food .box_info:after, .con_food .box_food .photo:after, .con_point:after, .con_point .box_point:after, .con_enjoy2 .box_enjoy2 .box_enj:after, .con_enjoy2 .box_enjoy2 .box_poi ul:after, .con_gift:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
#stay #header {
  background: url(../stay/images/img_main-pc.jpg) center 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #stay #header {
    background: url(../stay/images/img_main-sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-bottom: 30px;
  }
}

/* -----------------------------------------------------------
	.con_cath
----------------------------------------------------------- */
.con_cath {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cath {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cath {
    margin-bottom: 30px;
  }
}
.con_cath ul {
  margin-bottom: 20px;
}
.con_cath ul li {
  float: left;
  width: calc(100%/3);
}
.con_cath ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  border-right: 0;
  padding: 4.5% 0;
}
.con_cath ul li a i {
  margin-right: 10px;
}
.con_cath ul li a:hover, .con_cath ul li a.active {
  color: #fff;
  background: #00a6c9;
}
@media only screen and (max-width: 767px) {
  .con_cath ul li {
    width: 50%;
    margin: 0 0 5px;
    border-right: 1px solid #ccc;
  }
}
.con_cath ul li:last-child a {
  border-right: 1px solid #ccc;
}
.con_cath .photo {
  text-align: center;
}

/* -----------------------------------------------------------
	.con_enjoy
----------------------------------------------------------- */
.con_enjoy {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy {
    margin-bottom: 50px;
  }
}
.con_enjoy .st_logo_ic {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 40px;
}
.con_enjoy .st_logo_ic:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_enjoy .st_logo_ic:after {
  width: 94px;
  background: #f2e09e;
}
.con_enjoy .st_logo_ic:before, .con_enjoy .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_enjoy .st_logo_ic span {
  display: inline-block;
}
.con_enjoy .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_enjoy .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_enjoy .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy .st_logo_ic {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy .st_logo_ic {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_enjoy .st_logo_ic {
    font-size: 93%;
  }
}
.con_enjoy .box_enjoy {
  overflow: hidden;
  background: transparent url(../stay/images/couple/bg_enjoy.jpg) no-repeat left top;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .box_enjoy {
    padding: 30px 0;
    background: #f8f8f8;
  }
}
.con_enjoy .box_enjoy .box_info {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .box_enjoy .box_info {
    width: 100%;
  }
}
.con_enjoy .box_enjoy .box_info .info {
  width: 51.04167%;
  float: right;
  margin-right: 8.33333%;
}
@media only screen and (max-width: 1280px) {
  .con_enjoy .box_enjoy .box_info .info {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 20px;
  }
}
@media print {
  .con_enjoy .box_enjoy .box_info .info {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 20px;
  }
}
.ie8 .con_enjoy .box_enjoy .box_info .info {
  width: 100%;
  padding: 0 5px;
  margin: 0 0 20px;
}
.con_enjoy .box_enjoy .box_info .info .sub {
  line-height: 1.5;
  margin: 25px 0;
  color: #00a6c9;
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy .box_enjoy .box_info .info .sub {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy .box_enjoy .box_info .info .sub {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_enjoy .box_enjoy .box_info .info .sub {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy .box_enjoy .box_info .info .sub {
    font-size: 139%;
  }
}
.con_enjoy .box_enjoy .box_info .info .txt {
  line-height: 1.5;
  margin-top: 10px;
}
.con_enjoy .box_enjoy .box_info .info .pic {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy .box_enjoy .box_info .info .pic {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy .box_enjoy .box_info .info .pic {
    margin-top: 15px;
  }
}
.con_enjoy .box_enjoy .photo {
  float: right;
  width: 50%;
}
.con_enjoy .box_enjoy .photo img {
  float: left;
  width: 960px;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .con_enjoy .box_enjoy .photo {
    width: 100%;
  }
  .con_enjoy .box_enjoy .photo img {
    max-width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_service
----------------------------------------------------------- */
.con_service {
  margin-bottom: 110px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service {
    margin-bottom: 50px;
  }
}
.con_service .st_logo_ic_jo {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 5px;
  font-weight: normal;
  text-align: center;
  color: #85100e;
}
.con_service .st_logo_ic_jo:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_service .st_logo_ic_jo:after {
  width: 94px;
  background: #f2e09e;
}
.con_service .st_logo_ic_jo:before, .con_service .st_logo_ic_jo:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_service .st_logo_ic_jo span {
  display: inline-block;
}
.con_service .st_logo_ic_jo span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_service .st_logo_ic_jo span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_service .st_logo_ic_jo span.jp:before {
    margin-top: -6px;
    top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .st_logo_ic_jo span.jp {
    font-size: 124%;
  }
}
.con_service .st_logo_ic_jo span {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.con_service .st_logo_ic_jo span.jp {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 185%;
}
.con_service .st_logo_ic_jo span.jp:before {
  content: none;
}
.con_service .st_logo_ic_jo:before {
  left: 50%;
  margin-left: -47px;
}
.con_service .st_logo_ic_jo:after {
  left: 50%;
  width: 47px;
}
.con_service .box_point li {
  float: left;
  width: 48.94737%;
  margin-right: 1.75439%;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .con_service .box_point li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.con_service .box_point li:last-child {
  float: right;
  margin-right: 0;
}
.con_service .box_point li p.photo {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.con_service .box_point li p.sub {
  margin: 0 0 10px;
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .con_service .box_point li p.sub {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_point li p.sub {
    font-size: 139%;
  }
}
.con_service .box_point li p.txt {
  text-align: left;
  margin-bottom: 40px;
  padding: 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_point li p.txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_point li p.txt {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_point li p.txt {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_point li p.txt {
    padding: 10px;
  }
}
.con_service .box_point li p.time {
  border-top: 1px solid #b3b3b3;
  padding: 15px 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_point li p.time {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_point li p.time {
    margin-bottom: 15px;
  }
}
.con_service .box_point li p.time span {
  display: inline-block;
  margin-right: 20px;
}
.con_service .box_point li p.btn_black {
  text-align: center;
}
.con_service .box_point li p.btn_black a {
  position: relative;
  display: inline-block;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border: 1px solid #4dd0a0;
  background-color: #fff;
  -webkit-transition: .2s background-color ease-in-out , .2s color ease-in-out;
  transition: .2s background-color ease-in-out , .2s color ease-in-out;
  max-width: 300px;
}
.mouse .con_service .box_point li p.btn_black a:hover, .touch .con_service .box_point li p.btn_black a.touchstart {
  color: #fff;
  background-color: #4dd0a0;
}
.touch .con_service .box_point li p.btn_black a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_service .box_point li p.btn_black a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_service .box_point li p.btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 25px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_point li p.btn_black a {
    padding: 1em 2em 1em 1em;
    max-width: none;
    width: 90%;
    margin: auto;
  }
}

/* -----------------------------------------------------------
	.con_room
----------------------------------------------------------- */
.con_room {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room {
    padding: 30px 0;
  }
}
.con_room .st_logo_ic {
  margin: 0 auto 30px;
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
}
.con_room .st_logo_ic:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_room .st_logo_ic:after {
  width: 94px;
  background: #f2e09e;
}
.con_room .st_logo_ic:before, .con_room .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_room .st_logo_ic span {
  display: inline-block;
}
.con_room .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_room .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_room .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_room .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_room .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_room .st_logo_ic {
    font-size: 93%;
  }
}
.con_room .box_room {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room {
    background: #fffdf8;
  }
}
.con_room .box_room .box_info {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info {
    width: 100%;
  }
}
.con_room .box_room .box_info .info {
  width: 59.375%;
  float: left;
  padding-left: 35px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room .box_info .info {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .con_room .box_room .box_info .info {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
  }
}
@media print {
  .con_room .box_room .box_info .info {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
  }
}
.ie8 .con_room .box_room .box_info .info {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 20px;
}
.con_room .box_room .box_info .info .st_logo_ic {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
}
.con_room .box_room .box_info .info .st_logo_ic:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_room .box_room .box_info .info .st_logo_ic:after {
  width: 94px;
  background: #f2e09e;
}
.con_room .box_room .box_info .info .st_logo_ic:before, .con_room .box_room .box_info .info .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_room .box_room .box_info .info .st_logo_ic span {
  display: inline-block;
}
.con_room .box_room .box_info .info .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_room .box_room .box_info .info .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_room .box_room .box_info .info .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_room .box_room .box_info .info .st_logo_ic {
    font-size: 93%;
    margin: 0 0 15px;
  }
}
.con_room .box_room .box_info .info .sub {
  margin: 25px 0;
  color: #00a6c9;
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room .box_info .info .sub {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .sub {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_room .box_room .box_info .info .sub {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .sub {
    font-size: 139%;
  }
}
.con_room .box_room .box_info .info .view_sp {
  position: relative;
}
.con_room .box_room .box_info .info .view_sp span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 10px 20px;
}
.con_room .box_room .box_info .info .txt {
  line-height: 1.5;
  margin-top: 10px;
}
.con_room .box_room .box_info .info .pic {
  margin: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room .box_info .info .pic {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .pic {
    margin: 15px 0;
  }
}
.con_room .box_room .box_info .info .btn_black {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room .box_info .info .btn_black {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .btn_black {
    margin-top: 15px;
  }
}
.con_room .box_room .box_info .info .btn_black a {
  position: relative;
  display: inline-block;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border: 1px solid #4dd0a0;
  background-color: #fff;
  -webkit-transition: .2s background-color ease-in-out , .2s color ease-in-out;
  transition: .2s background-color ease-in-out , .2s color ease-in-out;
  max-width: 400px;
}
.mouse .con_room .box_room .box_info .info .btn_black a:hover, .touch .con_room .box_room .box_info .info .btn_black a.touchstart {
  color: #fff;
  background-color: #4dd0a0;
}
.touch .con_room .box_room .box_info .info .btn_black a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_room .box_room .box_info .info .btn_black a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_room .box_room .box_info .info .btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 25px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_info .info .btn_black a {
    padding: 1em 2em 1em 1em;
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
.con_room .box_room .photo {
  float: left;
  width: 50%;
  position: relative;
}
.con_room .box_room .photo img {
  float: right;
  width: 960px;
  max-width: none;
}
.con_room .box_room .photo span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .photo {
    width: 100%;
    margin: 0 0 15px;
  }
  .con_room .box_room .photo img {
    max-width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_food
----------------------------------------------------------- */
.con_food {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food {
    padding: 30px 0;
  }
}
.con_food .st_logo_ic {
  margin: 0 auto 30px;
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
}
.con_food .st_logo_ic:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_food .st_logo_ic:after {
  width: 94px;
  background: #f2e09e;
}
.con_food .st_logo_ic:before, .con_food .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_food .st_logo_ic span {
  display: inline-block;
}
.con_food .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_food .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_food .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_food .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_food .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_food .st_logo_ic {
    font-size: 93%;
  }
}
.con_food .box_food {
  background: transparent url(../stay/images/couple/bg_food.jpg) no-repeat right top;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food {
    background: #fffdf8;
  }
}
.con_food .box_food .box_info {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_info {
    width: 100%;
  }
}
.con_food .box_food .box_info .info {
  width: 59.375%;
  float: left;
  padding-left: 35px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food .box_info .info {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_info .info {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .con_food .box_food .box_info .info {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
  }
}
@media print {
  .con_food .box_food .box_info .info {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
  }
}
.ie8 .con_food .box_food .box_info .info {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 20px;
}
.con_food .box_food .box_info .info .sub {
  line-height: 1.5;
  margin: 0 0 25px;
  color: #00a6c9;
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food .box_info .info .sub {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_info .info .sub {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_food .box_food .box_info .info .sub {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_info .info .sub {
    font-size: 139%;
  }
}
.con_food .box_food .box_info .info .txt {
  line-height: 1.5;
  margin: 0 0 15px;
}
.con_food .box_food .box_info .info .btn_black {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food .box_info .info .btn_black {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_info .info .btn_black {
    margin-top: 15px;
  }
}
.con_food .box_food .box_info .info .btn_black a {
  position: relative;
  display: inline-block;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border: 1px solid #4dd0a0;
  background-color: #fff;
  -webkit-transition: .2s background-color ease-in-out , .2s color ease-in-out;
  transition: .2s background-color ease-in-out , .2s color ease-in-out;
  max-width: 300px;
}
.mouse .con_food .box_food .box_info .info .btn_black a:hover, .touch .con_food .box_food .box_info .info .btn_black a.touchstart {
  color: #fff;
  background-color: #4dd0a0;
}
.touch .con_food .box_food .box_info .info .btn_black a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_food .box_food .box_info .info .btn_black a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_food .box_food .box_info .info .btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 25px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_info .info .btn_black a {
    padding: 1em 2em 1em 1em;
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
.con_food .box_food .photo {
  float: left;
  width: 50%;
}
.con_food .box_food .photo img {
  float: right;
  width: 960px;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .photo {
    width: 100%;
    margin: 0 0 15px;
  }
  .con_food .box_food .photo img {
    max-width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
.con_point {
  margin-bottom: 110px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point {
    margin-bottom: 50px;
  }
}
.con_point .st_logo_ic_jo {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 5px;
  font-weight: normal;
  text-align: center;
  color: #85100e;
}
.con_point .st_logo_ic_jo:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_point .st_logo_ic_jo:after {
  width: 94px;
  background: #f2e09e;
}
.con_point .st_logo_ic_jo:before, .con_point .st_logo_ic_jo:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_point .st_logo_ic_jo span {
  display: inline-block;
}
.con_point .st_logo_ic_jo span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_point .st_logo_ic_jo span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_point .st_logo_ic_jo span.jp:before {
    margin-top: -6px;
    top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .st_logo_ic_jo span.jp {
    font-size: 124%;
  }
}
.con_point .st_logo_ic_jo span {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.con_point .st_logo_ic_jo span.jp {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 185%;
}
.con_point .st_logo_ic_jo span.jp:before {
  content: none;
}
.con_point .st_logo_ic_jo:before {
  left: 50%;
  margin-left: -47px;
}
.con_point .st_logo_ic_jo:after {
  left: 50%;
  width: 47px;
}
.con_point .box_point li {
  float: left;
  width: 48.94737%;
  margin-right: 1.75439%;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.con_point .box_point li:last-child {
  float: right;
  margin-right: 0;
}
.con_point .box_point li p.photo {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point .box_point li p.photo {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point li p.photo {
    margin-bottom: 30px;
  }
}
.con_point .box_point li p.photo .icon {
  position: absolute;
  left: 50%;
  margin-left: -68px;
  bottom: -40px;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point li p.photo .icon {
    width: 68px;
    margin-left: -34px;
    bottom: -20px;
  }
}
.con_point .box_point li p.sub {
  margin: 0 0 10px;
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .con_point .box_point li p.sub {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point li p.sub {
    font-size: 139%;
  }
}
.con_point .box_point li p.txt {
  text-align: left;
  margin-bottom: 40px;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point .box_point li p.txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point li p.txt {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_point .box_point li p.txt {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point li p.txt {
    padding: 10px;
  }
}
.con_point .box_point li p.btn_black {
  text-align: center;
}
.con_point .box_point li p.btn_black a {
  position: relative;
  display: inline-block;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border: 1px solid #4dd0a0;
  background-color: #fff;
  -webkit-transition: .2s background-color ease-in-out , .2s color ease-in-out;
  transition: .2s background-color ease-in-out , .2s color ease-in-out;
  max-width: 300px;
}
.mouse .con_point .box_point li p.btn_black a:hover, .touch .con_point .box_point li p.btn_black a.touchstart {
  color: #fff;
  background-color: #4dd0a0;
}
.touch .con_point .box_point li p.btn_black a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_point .box_point li p.btn_black a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_point .box_point li p.btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 25px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point li p.btn_black a {
    padding: 1em 2em 1em 1em;
    max-width: none;
    width: 90%;
    margin: auto;
  }
}

/* -----------------------------------------------------------
	.con_enjoy2
----------------------------------------------------------- */
.con_enjoy2 {
  background: #f1f8fb url(../stay/images/family/bg_en2.jpg) repeat-x;
  background-size: auto 100%;
  margin-bottom: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 {
    margin-bottom: 50px;
  }
}
.con_enjoy2 .box_enjoy2 {
  position: relative;
}
.con_enjoy2 .box_enjoy2 .st_logo_ic {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 40px;
}
.con_enjoy2 .box_enjoy2 .st_logo_ic:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_enjoy2 .box_enjoy2 .st_logo_ic:after {
  width: 94px;
  background: #f2e09e;
}
.con_enjoy2 .box_enjoy2 .st_logo_ic:before, .con_enjoy2 .box_enjoy2 .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_enjoy2 .box_enjoy2 .st_logo_ic span {
  display: inline-block;
}
.con_enjoy2 .box_enjoy2 .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_enjoy2 .box_enjoy2 .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_enjoy2 .box_enjoy2 .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .st_logo_ic {
    margin-bottom: 30px 20px;
  }
}
.con_enjoy2 .box_enjoy2 .box_enj {
  background: #fffbf3;
  margin-bottom: 20px;
}
.con_enjoy2 .box_enjoy2 .box_enj .photo {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_enj .photo {
    width: 100%;
    margin: 0 0 15px;
  }
}
.con_enjoy2 .box_enjoy2 .box_enj .info {
  float: right;
  width: 50%;
  padding: 30px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info {
    width: 100%;
  }
}
.con_enjoy2 .box_enjoy2 .box_enj .info .sub {
  margin: 0 0 15px;
  color: #00a6c9;
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info .sub {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info .sub {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info .sub {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info .sub {
    font-size: 139%;
  }
}
.con_enjoy2 .box_enjoy2 .box_enj .info .txt {
  letter-spacing: -1px;
  color: #333;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info .txt {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_enj .info .txt {
    margin: 0 0 10px;
  }
}
.con_enjoy2 .box_enjoy2 .box_enj .info .pic {
  border: 1px solid #ccc;
}
.con_enjoy2 .box_enjoy2 .box_poi {
  margin-bottom: 20px;
  padding: 40px 40px 20px;
  background: #fffbf3;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_poi {
    padding: 20px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi {
    padding: 15px 15px 0;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 30px;
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double:before {
  width: 47px;
  background: rgba(186, 13, 10, 0.9);
  z-index: 2;
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double:after {
  width: 94px;
  background: rgba(51, 51, 51, 0.9);
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double:before, .con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double span {
  display: inline-block;
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double span.jp {
  font-size: 131%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double span.jp {
    font-size: 108%;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double span.jp {
  padding-right: 20px;
  padding-left: 20px;
  padding: 0 90px 5px;
  color: #85100e;
  font-size: 185%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double span.jp {
    padding: 0 40px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double span.jp {
    padding: 0 20px 5px;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double:before {
  left: 50%;
  margin-left: -47px;
}
.con_enjoy2 .box_enjoy2 .box_poi .st_border_b_double:after {
  left: 50%;
  width: 47px;
}
.con_enjoy2 .box_enjoy2 .box_poi ul {
  margin: 0 -10px;
}
.con_enjoy2 .box_enjoy2 .box_poi ul li {
  float: left;
  width: 33.33333%;
  padding: 0  10px 20px;
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li {
    width: 100%;
    margin: 0 0 15px;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi {
  height: 100%;
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 25px 20px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi {
    padding: 10px;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi p.tit {
  background: #85100e;
  color: #fff;
  text-align: center;
  max-width: 135px;
  width: 100%;
  border-radius: 20px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -68px;
  font-size: 139%;
  line-height: 1.35;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi p.tit {
    font-size: 116%;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi p.tit em {
  font-size: 134%;
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi p.photo {
  border: 1px solid #ccc;
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt {
  text-align: left;
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt {
    padding: 10px 0 0;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .sub {
  font-size: 124%;
  margin: 0 0 10px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .sub {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .sub {
    font-size: 108%;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .txt {
  letter-spacing: -1px;
  color: #333;
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .price {
  color: #222;
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .price em {
  font-family: "Prata", serif;
  font-size: 193%;
  margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .price em {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .price em {
    font-size: 139%;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .price span {
  background: transparent url(../stay/images/family/ic_arr.png) no-repeat left center;
  display: inline-block;
  padding-left: 25px;
  margin-left: 10px;
}
.con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .price span em {
  font-family: "Prata", serif;
  font-size: 193%;
  color: #85100e;
}
@media only screen and (max-width: 1024px) {
  .con_enjoy2 .box_enjoy2 .box_poi ul li .poi .box_txt .price span em {
    font-size: 154%;
  }
}
.con_enjoy2 .box_enjoy2 .box_poi.box2 {
  margin-bottom: 0;
}
.con_enjoy2 .box_enjoy2 .box_poi.box2 ul li .poi .box_txt .sub.tc {
  text-align: center;
}
.con_enjoy2 .box_enjoy2 .icon {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .con_enjoy2 .box_enjoy2 .icon {
    display: none;
  }
}
.con_enjoy2 .box_enjoy2 .icon.icon1 {
  width: 19.82456%;
  top: 12px;
  right: -145px;
}
.con_enjoy2 .box_enjoy2 .icon.icon2 {
  width: 19.47368%;
  top: 170px;
  left: -190px;
}
.con_enjoy2 .box_enjoy2 .icon.icon3 {
  width: 39.73684%;
  bottom: -30px;
  right: -65px;
}

/* -----------------------------------------------------------
	.con_gift
----------------------------------------------------------- */
.con_gift {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gift {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gift {
    margin-bottom: 50px;
  }
}
.con_gift .photo {
  float: left;
  width: 49.91228%;
}
@media only screen and (max-width: 767px) {
  .con_gift .photo {
    width: 100%;
  }
}
.con_gift .info {
  float: right;
  width: 46.92982%;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .con_gift .info {
    width: 100%;
  }
}
.con_gift .info .st_logo_ic {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
}
.con_gift .info .st_logo_ic:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_gift .info .st_logo_ic:after {
  width: 94px;
  background: #f2e09e;
}
.con_gift .info .st_logo_ic:before, .con_gift .info .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_gift .info .st_logo_ic span {
  display: inline-block;
}
.con_gift .info .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_gift .info .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_gift .info .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gift .info .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_gift .info .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_gift .info .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_gift .info .st_logo_ic {
    font-size: 93%;
    margin: 0 0 15px;
  }
}
.con_gift .info .sub {
  margin: 25px 0;
  color: #00a6c9;
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gift .info .sub {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gift .info .sub {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_gift .info .sub {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gift .info .sub {
    font-size: 139%;
  }
}
.con_gift .info .txt {
  line-height: 1.5;
  margin-top: 10px;
}
.con_gift .info .btn_black {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gift .info .btn_black {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gift .info .btn_black {
    margin-top: 15px;
  }
}
.con_gift .info .btn_black a {
  position: relative;
  display: inline-block;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border: 1px solid #4dd0a0;
  background-color: #fff;
  -webkit-transition: .2s background-color ease-in-out , .2s color ease-in-out;
  transition: .2s background-color ease-in-out , .2s color ease-in-out;
  max-width: 300px;
}
.mouse .con_gift .info .btn_black a:hover, .touch .con_gift .info .btn_black a.touchstart {
  color: #fff;
  background-color: #4dd0a0;
}
.touch .con_gift .info .btn_black a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_gift .info .btn_black a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_gift .info .btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 25px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_gift .info .btn_black a {
    padding: 1em 2em 1em 1em;
    max-width: none;
    width: 90%;
    margin: auto;
  }
}

/* -----------------------------------------------------------
	.con_package
----------------------------------------------------------- */
.con_package {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package {
    margin-bottom: 30px;
  }
}
.con_package .box_package {
  overflow: hidden;
}
.con_package .box_package .st_logo_ic {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 40px;
}
.con_package .box_package .st_logo_ic:before {
  width: 47px;
  background: #c3c0d5;
  z-index: 2;
}
.con_package .box_package .st_logo_ic:after {
  width: 94px;
  background: #f2e09e;
}
.con_package .box_package .st_logo_ic:before, .con_package .box_package .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_package .box_package .st_logo_ic span {
  display: inline-block;
}
.con_package .box_package .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_package .box_package .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_package .box_package .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_package .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_package .box_package .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_package .box_package .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package .box_package .st_logo_ic {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_package .st_logo_ic {
    margin-bottom: 25px;
  }
}
.con_package .box_package ul {
  margin: 0 -10px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package .box_package ul {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_package ul {
    margin-bottom: 25px;
  }
}
.con_package .box_package ul li {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package .box_package ul li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_package ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_package .box_package ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_package ul li {
    width: 100%;
  }
}
.con_package .box_package ul li a {
  display: block;
  background: #fff;
  padding: 10px 10px 30px;
  text-decoration: none;
}
.con_package .box_package ul li a p.photo img {
  width: 100%;
}
.con_package .box_package ul li a p.tit {
  text-decoration: underline;
  margin: 10px 0 15px;
}
.con_package .box_package ul li a p.tit:before {
  content: '\f138';
  font-family: fontawesome;
  color: #85100e;
  display: inline-block;
  margin-right: 5px;
}
.con_package .box_package ul li a p.price {
  text-align: right;
}
.con_package .box_package ul li a p.price span {
  color: #85100e;
  font-size: 193%;
  margin-left: 15px;
  font-family: "Prata", serif;
}
.con_package .box_package .btns {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package .box_package .btns {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_package .btns {
    margin-bottom: 25px;
  }
}
.con_package .box_package .btns p {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  margin: 5px;
}
.con_package .box_package .btns p.btn_black {
  text-align: center;
}
.con_package .box_package .btns p.btn_black a {
  position: relative;
  display: inline-block;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border: 1px solid #4dd0a0;
  background-color: #fff;
  -webkit-transition: .2s background-color ease-in-out , .2s color ease-in-out;
  transition: .2s background-color ease-in-out , .2s color ease-in-out;
  width: 100%;
}
.mouse .con_package .box_package .btns p.btn_black a:hover, .touch .con_package .box_package .btns p.btn_black a.touchstart {
  color: #fff;
  background-color: #4dd0a0;
}
.touch .con_package .box_package .btns p.btn_black a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_package .box_package .btns p.btn_black a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_package .box_package .btns p.btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 25px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_package .box_package .btns p.btn_black a {
    padding: 1em 2em 1em 1em;
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
.con_package .box_package .btns p.btn_red {
  text-align: center;
}
.con_package .box_package .btns p.btn_red a {
  position: relative;
  display: inline-block;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  background: #83efd2;
  background: -webkit-gradient(linear, left top, right top, from(#83efd2), to(#eef84a));
  background: linear-gradient(to right, #83efd2 0%, #eef84a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83efd2', endColorstr='#eef84a',GradientType=1 );
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.con_package .box_package .btns p.btn_red a:hover {
  opacity: .9;
}
.con_package .box_package .btns p.btn_red a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_package .box_package .btns p.btn_red a {
    padding: 1em 2em 1em 1em;
    max-width: none;
    width: 90%;
    margin: auto;
  }
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_contact .box_contact p {
  width: 95%;
}
