@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_search .wrap_search, .con_package .box_pac .inner, .con_package .box_sty, .con_news .inner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}

.con_intro .box_int:after, .con_intro .box_int .wrp_txt:after, .con_intro .box_int .wrp_txt .txt:after, .con_search .wrap_search form:after {
  content: "";
  display: table;
  clear: both;
}

.con_search .wrap_search form .con_btns .btns p.c1 a:after, .con_search .wrap_search form .con_btns .btns p.c1 span:after, .con_search .wrap_search form .con_btns .btns p.c2 a:after, .con_search .wrap_search form .con_btns .btns p.c2 span:after, .con_search .wrap_search .box_best .btn a:after, .con_search .wrap_search .box_best .btn span:after, .con_lounge .box_kaze .wrp_txt a > div:after,
.con_lounge .box_toku .wrp_txt a > div:after, .con_point .box_txt .wrp_st a > div:after, .con_package .box_pac .inner .wrp_pac li a:after, .con_package .box_pac .btn a:after, .con_package .box_pac .btn span:after, .con_event .box_eve li a .wrp_img:after, .con_event .btn a:after, .con_event .btn span:after, .con_news .box_ins .btn a:after, .con_news .box_ins .btn span:after, .con_pickup .box_pic li a .wrp_img em:after {
  font-family: "ic" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.con_search .wrap_search form > div .inner input,
.con_search .wrap_search form > div .inner select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search .wrap_search form > div .inner input::-ms-expand,
.con_search .wrap_search form > div .inner select::-ms-expand {
  display: none;
}

@-webkit-keyframes scrBorder {
  10% {
    height: 100%;
  }
  49.9% {
    height: 0;
    bottom: 0;
  }
  50% {
    bottom: 100%;
  }
  90% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes scrBorder {
  10% {
    height: 100%;
  }
  49.9% {
    height: 0;
    bottom: 0;
  }
  50% {
    bottom: 100%;
  }
  90% {
    height: 100%;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  [data-emergence=hidden] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  [data-emergence=hidden] [data-num] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  [data-emergence=visible] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity 1500ms ease, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, transform 1500ms ease;
    transition: opacity 1500ms ease, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  [data-emergence=visible] [data-num="1"] {
    -webkit-transition: opacity 1500ms ease 0ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 0ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 0ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 0ms, transform 1500ms ease;
    transition: opacity 1500ms ease 0ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="2"] {
    -webkit-transition: opacity 1500ms ease 250ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 250ms, transform 1500ms ease;
    transition: opacity 1500ms ease 250ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="3"] {
    -webkit-transition: opacity 1500ms ease 500ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 500ms, transform 1500ms ease;
    transition: opacity 1500ms ease 500ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="4"] {
    -webkit-transition: opacity 1500ms ease 750ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 750ms, transform 1500ms ease;
    transition: opacity 1500ms ease 750ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="5"] {
    -webkit-transition: opacity 1500ms ease 1000ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1000ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1000ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="6"] {
    -webkit-transition: opacity 1500ms ease 1250ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1250ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1250ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="7"] {
    -webkit-transition: opacity 1500ms ease 1500ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1500ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1500ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="8"] {
    -webkit-transition: opacity 1500ms ease 1750ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1750ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1750ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="9"] {
    -webkit-transition: opacity 1500ms ease 2000ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 2000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2000ms, transform 1500ms ease;
    transition: opacity 1500ms ease 2000ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="10"] {
    -webkit-transition: opacity 1500ms ease 2250ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 2250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2250ms, transform 1500ms ease;
    transition: opacity 1500ms ease 2250ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="11"] {
    -webkit-transition: opacity 1500ms ease 2500ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 2500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2500ms, transform 1500ms ease;
    transition: opacity 1500ms ease 2500ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
}
@media print {
  [data-emergence=hidden] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  [data-emergence=hidden] [data-num] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  [data-emergence=visible] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity 1500ms ease, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, transform 1500ms ease;
    transition: opacity 1500ms ease, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  [data-emergence=visible] [data-num="1"] {
    -webkit-transition: opacity 1500ms ease 0ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 0ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 0ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 0ms, transform 1500ms ease;
    transition: opacity 1500ms ease 0ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="2"] {
    -webkit-transition: opacity 1500ms ease 250ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 250ms, transform 1500ms ease;
    transition: opacity 1500ms ease 250ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="3"] {
    -webkit-transition: opacity 1500ms ease 500ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 500ms, transform 1500ms ease;
    transition: opacity 1500ms ease 500ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="4"] {
    -webkit-transition: opacity 1500ms ease 750ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 750ms, transform 1500ms ease;
    transition: opacity 1500ms ease 750ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="5"] {
    -webkit-transition: opacity 1500ms ease 1000ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1000ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1000ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="6"] {
    -webkit-transition: opacity 1500ms ease 1250ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1250ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1250ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="7"] {
    -webkit-transition: opacity 1500ms ease 1500ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1500ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1500ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="8"] {
    -webkit-transition: opacity 1500ms ease 1750ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 1750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1750ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 1750ms, transform 1500ms ease;
    transition: opacity 1500ms ease 1750ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="9"] {
    -webkit-transition: opacity 1500ms ease 2000ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 2000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2000ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2000ms, transform 1500ms ease;
    transition: opacity 1500ms ease 2000ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="10"] {
    -webkit-transition: opacity 1500ms ease 2250ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 2250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2250ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2250ms, transform 1500ms ease;
    transition: opacity 1500ms ease 2250ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
  [data-emergence=visible] [data-num="11"] {
    -webkit-transition: opacity 1500ms ease 2500ms, transform 1500ms ease;
    -webkit-transition: opacity 1500ms ease 2500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2500ms, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease 2500ms, transform 1500ms ease;
    transition: opacity 1500ms ease 2500ms, transform 1500ms ease, -webkit-transform 1500ms ease;
  }
}
/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_mainimg {
    padding-left: 4.16667%;
  }
}
@media print {
  .con_mainimg {
    padding-left: 4.16667%;
  }
}
.con_mainimg #mainimg > div {
  display: none;
}
.con_mainimg #mainimg > div:first-child {
  display: block;
}
.con_mainimg #mainimg .slide {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.con_mainimg #mainimg .slide > img {
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_mainimg #mainimg .slick-dots {
  position: absolute;
  text-align: right;
  right: 2em;
  bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_mainimg #mainimg .slick-dots {
    right: 1em;
    bottom: 1em;
  }
}
.con_mainimg #mainimg .slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  margin-left: .8em;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  cursor: pointer;
  border-radius: 2em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_mainimg #mainimg .slick-dots li {
    width: .6em;
    height: .6em;
    margin-left: .5em;
  }
}
.con_mainimg #mainimg .slick-dots li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.con_mainimg #mainimg .slick-dots li.slick-active {
  background: #FFF;
}
.con_mainimg .box_txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  text-align: center;
  color: #FFF;
  top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mainimg .box_txt {
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt {
    top: 38%;
  }
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_txt {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media print {
  .con_mainimg .box_txt {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.con_mainimg .box_txt > * {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt i {
    width: 20%;
    margin: 0 auto;
  }
}
.con_mainimg .box_txt .date {
  font-size: 165%;
  font-family: "Lusitana", serif;
  line-height: 1;
  display: inline-block;
  letter-spacing: .1em;
  font-weight: normal;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt .date {
    font-size: 129%;
    margin-top: .5em;
  }
}
.con_mainimg .box_txt .date em {
  font-size: 148%;
}
.con_mainimg .box_txt .txt {
  display: inline-block;
  font-size: 479%;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  margin-top: .3em;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_txt .txt {
    margin-left: .3em;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3);
  }
}
@media print {
  .con_mainimg .box_txt .txt {
    margin-left: .3em;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mainimg .box_txt .txt {
    display: block;
    font-size: 393%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt .txt {
    font-size: 250%;
    margin-top: .5em;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.1), 0 0 1em rgba(0, 0, 0, 0.1), 0 0 1em rgba(0, 0, 0, 0.1), 0 0 1em rgba(0, 0, 0, 0.1);
  }
}
.con_mainimg .box_txt .copy {
  font-size: 186%;
  font-family: "Noto Sans JP Light", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  line-height: 1;
  letter-spacing: .2em;
  margin-top: .3em;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_txt .copy {
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3);
  }
}
@media print {
  .con_mainimg .box_txt .copy {
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3), 0 0 0.5em rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mainimg .box_txt .copy {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt .copy {
    font-size: 115%;
    letter-spacing: .1em;
    text-indent: 1em;
    margin-top: .5em;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.2), 0 0 1em rgba(0, 0, 0, 0.2), 0 0 1em rgba(0, 0, 0, 0.2), 0 0 1em rgba(0, 0, 0, 0.2);
  }
}
.con_mainimg .box_btn {
  background: url('/import/tenant_1/www.kamogawakan.co.jp/images/home/img_mov.webp') no-repeat top left;
  background-size: cover;
  color: #FFF;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_btn {
    z-index: 3000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15.625%;
    height: 0;
    padding-bottom: 15.625%;
  }
}
@media print {
  .con_mainimg .box_btn {
    z-index: 3000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15.625%;
    height: 0;
    padding-bottom: 15.625%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mainimg .box_btn {
    width: 20%;
    height: 0;
    padding-bottom: 16.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_btn {
    width: 100%;
  }
}
.con_mainimg .box_btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #7ec7d8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.con_mainimg .box_btn:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.con_mainimg .box_btn:hover p span {
  letter-spacing: .15em;
}
.con_mainimg .box_btn p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_btn p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media print {
  .con_mainimg .box_btn p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_btn p {
    padding: .5em;
    position: relative;
    z-index: 10;
  }
}
.con_mainimg .box_btn p > * {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_btn p > * {
    display: block;
  }
}
@media print {
  .con_mainimg .box_btn p > * {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_btn p > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: .5em;
  }
}
.con_mainimg .box_btn p i {
  line-height: 1;
  font-size: 358%;
  text-indent: .1em;
  text-align: center;
  color: #fdf9cc;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_btn p i {
    margin: 0 auto;
  }
}
@media print {
  .con_mainimg .box_btn p i {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mainimg .box_btn p i {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_btn p i {
    font-size: 143%;
    border-width: 1px;
    text-indent: .2em;
    vertical-align: -1px;
  }
}
.con_mainimg .box_btn p span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 115%;
  letter-spacing: .05em;
  -webkit-transition: letter-spacing 600ms;
  transition: letter-spacing 600ms;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_btn p span {
    margin-top: .5em;
  }
}
@media print {
  .con_mainimg .box_btn p span {
    margin-top: .5em;
  }
}
@media only screen and (max-width: 1099px) {
  .con_mainimg .box_btn p span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_btn p span {
    padding: .5em 0;
  }
}
.con_mainimg .box_btn p em {
  letter-spacing: .06em;
  font-family: "Lusitana", serif;
  font-size: 158%;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .box_btn p em {
    margin-top: .3em;
  }
}
@media print {
  .con_mainimg .box_btn p em {
    margin-top: .3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mainimg .box_btn p em {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_btn p em {
    font-size: 115%;
  }
}
.con_mainimg .box_scr {
  position: absolute;
  bottom: 0;
  width: 1px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_scr {
    bottom: 3em;
  }
}
.con_mainimg .box_scr a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #FFF;
  background: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_scr a {
    background: rgba(255, 255, 255, 0.2);
  }
}
.con_mainimg .box_scr a:hover em {
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}
.con_mainimg .box_scr a em {
  display: block;
  text-align: center;
  position: absolute;
  bottom: .5em;
  left: calc(100% + 1em);
  font-size: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  letter-spacing: .09em;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_scr a em {
    bottom: 3em;
  }
}
.con_mainimg .box_scr a span {
  display: block;
  position: relative;
  height: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mainimg .box_scr a span {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_scr a span {
    height: 4em;
  }
}
.con_mainimg .box_scr a span i {
  position: absolute;
  bottom: 0;
  display: block;
  height: 100%;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  -webkit-animation-name: scrBorder;
  animation-name: scrBorder;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  padding: 4.01042% 0 0;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 1.5em 0 0;
  }
}
.con_intro:before {
  content: '';
  width: 60.15625%;
  height: 100%;
  position: absolute;
  background: url('/import/tenant_1/www.kamogawakan.co.jp/images/common/bg1.webp') repeat top left;
  top: 0;
  left: 0;
  z-index: -1;
}
.con_intro:after {
  content: '';
  width: 45.83333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0086a2;
  z-index: 0;
}
.con_intro .box_int {
  margin: 0 auto 120px;
  width: 91.30208%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intro .box_int {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int {
    margin: 0 auto 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_img {
    width: 90%;
    margin: 0 auto;
  }
}
.con_intro .box_int .wrp_txt {
  max-width: 1563px;
  margin: 0 auto;
  margin-top: 4.56361%;
  position: relative;
  height: 360px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intro .box_int .wrp_txt {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt {
    height: auto;
  }
}
@media only screen and (min-width: 1100px) {
  .con_intro .box_int .wrp_txt {
    width: 95%;
  }
}
@media print {
  .con_intro .box_int .wrp_txt {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt {
    margin-bottom: -2px;
  }
}
.con_intro .box_int .wrp_txt .img {
  letter-spacing: -.5em;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .img {
    width: 53.99872%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .img {
    width: 53.99872%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .img {
    width: 90%;
    margin: -1px auto 1.3em;
  }
}
.con_intro .box_int .wrp_txt .img p {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .con_intro .box_int .wrp_txt .img p {
    height: 280px;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .img p {
    height: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intro .box_int .wrp_txt .img p {
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .img p {
    width: 50%;
    overflow: hidden;
  }
  .con_intro .box_int .wrp_txt .img p img {
    position: relative;
    width: 105%;
    max-width: none;
    margin-left: -2.5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .img p:first-child img {
    left: 0;
  }
  .con_intro .box_int .wrp_txt .img p:first-child + p img {
    right: 0;
  }
  .con_intro .box_int .wrp_txt .img p img {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: inherit;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .img p:first-child img {
    left: 0;
  }
  .con_intro .box_int .wrp_txt .img p:first-child + p img {
    right: 0;
  }
  .con_intro .box_int .wrp_txt .img p img {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .txt {
    float: right;
    overflow: hidden;
    width: 46.06526%;
    text-align: right;
    position: relative;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .txt {
    float: right;
    overflow: hidden;
    width: 46.06526%;
    text-align: right;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .txt {
    background: #FFF;
    width: 100%;
    padding: 1em 2.5em;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .txt .st {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .txt .st {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1100px) {
  .con_intro .box_int .wrp_txt .txt .st {
    width: 87px;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .txt .st {
    width: 87px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intro .box_int .wrp_txt .txt .st {
    width: 70px;
  }
  .con_intro .box_int .wrp_txt .txt .st span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .txt .st span {
    color: #988d4f;
    font-size: 143%;
    letter-spacing: .1em;
    display: block;
    line-height: 1.3;
  }
  .con_intro .box_int .wrp_txt .txt .st span:first-letter,
  .con_intro .box_int .wrp_txt .txt .st span i {
    font-size: 135%;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, serif;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .txt .det {
    display: block;
    float: right;
    text-align: left;
    padding-right: 26.38889%;
  }
  html.ipad .con_intro .box_int .wrp_txt .txt .det {
    width: 380px;
  }
  html.firefox .con_intro .box_int .wrp_txt .txt .det {
    width: 450px;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .txt .det {
    display: block;
    float: right;
    text-align: left;
    padding-right: 26.38889%;
  }
  html.ipad .con_intro .box_int .wrp_txt .txt .det {
    width: 380px;
  }
  html.firefox .con_intro .box_int .wrp_txt .txt .det {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  html.ipad .con_intro .box_int .wrp_txt .txt .det, html.firefox .con_intro .box_int .wrp_txt .txt .det {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .txt .det {
    margin-top: .5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .txt .det p {
    white-space: nowrap;
    line-height: 3;
    font-size: 108%;
    letter-spacing: .1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .txt .det p {
    white-space: nowrap;
    line-height: 3;
    font-size: 108%;
    letter-spacing: .1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .con_intro .box_int .wrp_txt .txt .det p {
    font-size: 100%;
    line-height: 2.8;
    letter-spacing: .05em;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .txt .det p {
    font-size: 100%;
    line-height: 2.8;
    letter-spacing: .05em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intro .box_int .wrp_txt .txt .det p {
    font-size: 100%;
    line-height: 2.5;
    letter-spacing: .05em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  .con_intro .box_int .wrp_txt .txt .det p {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .txt .det p {
    font-size: 100%;
    line-height: 1.7;
  }
}

/* -----------------------------------------------------------
	con_search
----------------------------------------------------------- */
.con_search {
  margin-top: 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 2em;
  }
}
.con_search:before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  background: url('/import/tenant_1/www.kamogawakan.co.jp/images/common/bg2.webp') repeat top left;
  top: 50px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search:before {
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search:before {
    top: 3em;
  }
}
@media only screen and (min-width: 1100px) {
  .con_search:before {
    height: 266px;
  }
}
@media print {
  .con_search:before {
    height: 266px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search:before {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search:before {
    height: 0;
    padding-bottom: 220%;
  }
}
.con_search .st {
  text-align: center;
  letter-spacing: -.5em;
}
.con_search .st > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_search .st i {
  font-size: 165%;
  color: #7ec7d8;
  padding-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_search .st i {
    font-size: 115%;
  }
}
.con_search .st em {
  letter-spacing: .4em;
  font-size: 158%;
}
@media only screen and (max-width: 767px) {
  .con_search .st em {
    letter-spacing: .3em;
    font-size: 136%;
  }
}
.con_search .wrap_search {
  margin-top: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search {
    width: 90%;
  }
}
.con_search .wrap_search form {
  letter-spacing: -.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.con_search .wrap_search form > * {
  letter-spacing: normal;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search form {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1100px) {
  .con_search .wrap_search form .inner {
    width: 68.33333%;
  }
}
@media print {
  .con_search .wrap_search form .inner {
    width: 68.33333%;
  }
}
@media only screen and (min-width: 1100px) {
  .con_search .wrap_search form > div {
    margin-left: 1.66667%;
  }
  .con_search .wrap_search form > div:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_search .wrap_search form > div {
    margin-left: 1.66667%;
  }
  .con_search .wrap_search form > div:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search form > div {
    margin: 0 auto 2em auto;
    width: 90%;
  }
}
.con_search .wrap_search form > div .inner:before {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  margin: 0 auto;
  background: #0086a2;
  -webkit-transition: width 400ms;
  transition: width 400ms;
}
.con_search .wrap_search form > div .inner:before, .con_search .wrap_search form > div .inner:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.con_search .wrap_search form > div .inner:after {
  content: "";
  margin-left: .5em;
  display: block;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  bottom: .2em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form > div .inner:after {
    line-height: 1;
  }
}
.con_search .wrap_search form > div .inner:hover:before {
  width: calc(100% + 2px);
}
.con_search .wrap_search form > div .inner input,
.con_search .wrap_search form > div .inner select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_search .wrap_search form > div .display .js-yprox-searchForm__adults,
.con_search .wrap_search form > div .display .js-yprox-searchForm__nights,
.con_search .wrap_search form > div .display .js-yprox-searchForm__rooms,
.con_search .wrap_search form > div .display .js-yprox-searchForm__checkInnOut {
  position: relative;
  z-index: 10;
  color: #0086a2;
  font-family: "Lusitana", serif;
  font-size: 129%;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search form > div .display .js-yprox-searchForm__adults,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__nights,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__rooms,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__checkInnOut {
    width: 90%;
    height: 96px;
  }
}
@media print {
  .con_search .wrap_search form > div .display .js-yprox-searchForm__adults,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__nights,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__rooms,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__checkInnOut {
    width: 90%;
    height: 96px;
  }
}
.con_search .wrap_search form > div .display .js-yprox-searchForm__adults .txt,
.con_search .wrap_search form > div .display .js-yprox-searchForm__nights .txt,
.con_search .wrap_search form > div .display .js-yprox-searchForm__rooms .txt,
.con_search .wrap_search form > div .display .js-yprox-searchForm__checkInnOut .txt {
  font-family: "Noto Sans JP Light", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form > div .display .js-yprox-searchForm__adults .txt,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__nights .txt,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__rooms .txt,
  .con_search .wrap_search form > div .display .js-yprox-searchForm__checkInnOut .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .box_day {
    width: 100%;
    margin-bottom: 1.5%;
  }
  .con_search .wrap_search form .box_day .inner:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    bottom: inherit;
    left: inherit;
  }
  .con_search .wrap_search form .box_day .inner .display {
    padding: .5em;
  }
  .con_search .wrap_search form .box_day .inner .display .txt {
    display: inline-block;
    color: #0086a2;
    font-size: 93%;
    letter-spacing: .1em;
  }
  .con_search .wrap_search form .box_day .inner .display .txt span {
    font-family: "Lusitana", serif;
    font-size: 170%;
  }
  .con_search .wrap_search form .box_day .inner .display .number {
    display: inline-block;
  }
  .con_search .wrap_search form .box_day .inner .display .number em {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .box_sta {
    margin-left: 0;
  }
}
.con_search .wrap_search form .submit {
  background: #687981;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 600ms;
  transition: background 600ms;
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search form .submit {
    width: 96px;
    height: 96px;
    font-size: 108%;
    letter-spacing: .2em;
  }
}
@media print {
  .con_search .wrap_search form .submit {
    width: 96px;
    height: 96px;
    font-size: 108%;
    letter-spacing: .2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .submit {
    width: 100%;
    margin: .5em auto 0;
    padding: .7em;
    letter-spacing: 1em;
    font-size: 115%;
    text-indent: 1em;
  }
}
.con_search .wrap_search form .submit:hover {
  background: #515f65;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search form .con_btns {
    margin: 0 auto 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .con_btns {
    width: 100%;
    margin-top: .5em;
  }
}
.con_search .wrap_search form .con_btns .btns {
  letter-spacing: -.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search form .con_btns .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.con_search .wrap_search form .con_btns .btns p {
  letter-spacing: normal;
}
@media only screen and (min-width: 1100px) {
  .con_search .wrap_search form .con_btns .btns p {
    display: inline-block;
  }
  .con_search .wrap_search form .con_btns .btns p:first-child {
    margin-bottom: 2.4%;
  }
}
@media print {
  .con_search .wrap_search form .con_btns .btns p {
    display: inline-block;
  }
  .con_search .wrap_search form .con_btns .btns p:first-child {
    margin-bottom: 2.4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .con_btns .btns p {
    width: 100% !important;
    margin-bottom: .5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search form .con_btns .btns p.c1 {
    width: 100%;
  }
}
@media print {
  .con_search .wrap_search form .con_btns .btns p.c1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .con_btns .btns p.c1 {
    width: 90%;
  }
}
.con_search .wrap_search form .con_btns .btns p.c1 a, .con_search .wrap_search form .con_btns .btns p.c1 span {
  display: block;
  text-decoration: none;
  background: #0086a2;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 115%;
  letter-spacing: .05em;
  padding: .7em 1em .8em;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
.ie .con_search .wrap_search form .con_btns .btns p.c1 a, .ie .con_search .wrap_search form .con_btns .btns p.c1 span {
  padding: .9em 1em .6em;
}
.con_search .wrap_search form .con_btns .btns p.c1 a:after, .con_search .wrap_search form .con_btns .btns p.c1 span:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  font-size: 94%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .con_btns .btns p.c1 a, .con_search .wrap_search form .con_btns .btns p.c1 span {
    font-size: 100%;
  }
}
.con_search .wrap_search form .con_btns .btns p.c1 a:hover, .con_search .wrap_search form .con_btns .btns p.c1 span:hover {
  background: #009bbc;
}
.con_search .wrap_search form .con_btns .btns p.c1 a:hover:after, .con_search .wrap_search form .con_btns .btns p.c1 span:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search form .con_btns .btns p.c1 {
    width: 250px;
  }
}
.con_search .wrap_search form .con_btns .btns p.c1 a {
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search form .con_btns .btns p.c2 {
    width: 100%;
  }
}
@media print {
  .con_search .wrap_search form .con_btns .btns p.c2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .con_btns .btns p.c2 {
    width: 90%;
  }
}
.con_search .wrap_search form .con_btns .btns p.c2 a, .con_search .wrap_search form .con_btns .btns p.c2 span {
  display: block;
  text-decoration: none;
  background: #7ec7d8;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 115%;
  letter-spacing: .05em;
  padding: .7em 1em .8em;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
.ie .con_search .wrap_search form .con_btns .btns p.c2 a, .ie .con_search .wrap_search form .con_btns .btns p.c2 span {
  padding: .9em 1em .6em;
}
.con_search .wrap_search form .con_btns .btns p.c2 a:after, .con_search .wrap_search form .con_btns .btns p.c2 span:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  font-size: 94%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search form .con_btns .btns p.c2 a, .con_search .wrap_search form .con_btns .btns p.c2 span {
    font-size: 100%;
  }
}
.con_search .wrap_search form .con_btns .btns p.c2 a:hover, .con_search .wrap_search form .con_btns .btns p.c2 span:hover {
  background: #92d0de;
}
.con_search .wrap_search form .con_btns .btns p.c2 a:hover:after, .con_search .wrap_search form .con_btns .btns p.c2 span:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search form .con_btns .btns p.c2 {
    width: 250px;
  }
}
.con_search .wrap_search form .con_btns .btns p.c2 a {
  font-size: 108%;
}
@media only screen and (min-width: 1100px) {
  .con_search .wrap_search .con_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print {
  .con_search .wrap_search .con_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search .con_link {
    text-align: center;
  }
}
.con_search .wrap_search .con_link .txt_tel {
  color: #FFF;
  margin-top: 1em;
}
.con_search .wrap_search .con_link .txt_tel i {
  font-size: 108%;
  padding-right: 1em;
}
.con_search .wrap_search .con_link .txt_tel em {
  color: #fffbbc;
  font-size: 100%;
  font-family: "Lusitana", serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search .con_link .txt_tel em {
    letter-spacing: .1em;
  }
}
@media print {
  .con_search .wrap_search .con_link .txt_tel em {
    letter-spacing: .1em;
  }
}
.con_search .wrap_search .con_link .txt_tel em a,
.con_search .wrap_search .con_link .txt_tel em span {
  font-size: 165%;
  color: #fffbbc;
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search .con_link .txt_tel em a,
  .con_search .wrap_search .con_link .txt_tel em span {
    letter-spacing: .15em;
  }
}
@media print {
  .con_search .wrap_search .con_link .txt_tel em a,
  .con_search .wrap_search .con_link .txt_tel em span {
    letter-spacing: .15em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .con_link .txt_tel em a,
  .con_search .wrap_search .con_link .txt_tel em span {
    letter-spacing: .1em;
  }
}
.con_search .wrap_search .con_link .links {
  margin-top: .5em;
}
.con_search .wrap_search .con_link .links li {
  color: #FFF;
  display: inline-block;
}
.con_search .wrap_search .con_link .links li:before, .con_search .wrap_search .con_link .links li:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.con_search .wrap_search .con_link .links li:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .con_link .links li {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .con_search .wrap_search .con_link .links li:not(:last-child) {
    margin-right: 1.5em;
  }
}
@media print {
  .con_search .wrap_search .con_link .links li:not(:last-child) {
    margin-right: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search .con_link .links li:not(:last-child) {
    margin-right: .5em;
  }
}
.con_search .wrap_search .con_link .links li a {
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .con_link .links li a {
    padding: .2em 0;
  }
}
.con_search .wrap_search .con_link .links li a:hover {
  text-decoration: underline;
}
.con_search .wrap_search .box_best {
  background: #FFF;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  padding: 24px 40px 21px;
  border-top: 4px solid #dbeaeb;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search .box_best {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best {
    padding: 1em 1em 1.5em;
  }
}
.con_search .wrap_search .box_best:after {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('/import/tenant_1/www.kamogawakan.co.jp/images/common/bg_shadow1.webp');
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best:after {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1100px) {
  .con_search .wrap_search .box_best {
    width: 930px;
  }
}
@media print {
  .con_search .wrap_search .box_best {
    width: 930px;
  }
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search .box_best {
    display: table;
  }
  .con_search .wrap_search .box_best > * {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print {
  .con_search .wrap_search .box_best {
    display: table;
  }
  .con_search .wrap_search .box_best > * {
    display: table-cell;
    vertical-align: middle;
  }
}
.con_search .wrap_search .box_best:before {
  content: '';
  width: 84px;
  height: 64px;
  background: url('/import/tenant_1/www.kamogawakan.co.jp/images/home/ic_ribbon.webp') no-repeat;
  top: -17px;
  left: -27px;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best:before {
    width: 5em;
    height: 3.5em;
    background-size: cover;
    left: -1em;
    top: -1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search .box_best .wrp_best {
    width: 51.76471%;
    text-align: center;
    padding-right: 4.58824%;
    border-right: 1px solid #e7e7e7;
  }
}
@media print {
  .con_search .wrap_search .box_best .wrp_best {
    width: 51.76471%;
    text-align: center;
    padding-right: 4.58824%;
    border-right: 1px solid #e7e7e7;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best .wrp_best {
    text-align: center;
  }
}
.con_search .wrap_search .box_best .wrp_best .txt_lead {
  font-size: 100%;
  letter-spacing: .1em;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .wrap_search .box_best .wrp_best .txt_lead {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best .wrp_best .txt_lead {
    font-size: 93%;
    letter-spacing: .05em;
  }
}
.con_search .wrap_search .box_best .wrp_best .txt {
  margin-top: .3em;
  background: url('/import/tenant_1/www.kamogawakan.co.jp/images/home/bg_line.webp') no-repeat center bottom;
  padding-bottom: .5em;
}
@media only screen and (min-width: 1100px) {
  .con_search .wrap_search .box_best .wrp_best .txt {
    white-space: nowrap;
  }
}
@media print {
  .con_search .wrap_search .box_best .wrp_best .txt {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1099px) {
  .con_search .wrap_search .box_best .wrp_best .txt {
    margin-top: .5em;
  }
}
.con_search .wrap_search .box_best .wrp_best .txt > * {
  display: inline-block;
}
.con_search .wrap_search .box_best .wrp_best .txt span {
  font-size: 115%;
  border: 1px solid #6aafbf;
  color: #6aafbf;
  padding: 0 .5em;
  letter-spacing: .05em;
}
.con_search .wrap_search .box_best .wrp_best .txt em {
  font-size: 172%;
  letter-spacing: .2em;
  margin-left: .5em;
}
@media only screen and (max-width: 1099px) {
  .con_search .wrap_search .box_best .wrp_best .txt em {
    font-size: 143%;
    margin: .2em auto 0;
  }
}
.con_search .wrap_search .box_best .wrp_best .txt em b {
  font-weight: normal;
  color: #ec6941;
}
.con_search .wrap_search .box_best .wrp_best .txt em b i {
  font-family: "Lusitana", serif;
  line-height: 1;
  font-size: 196%;
  vertical-align: -5px;
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search .box_best .wrp_det {
    padding-left: 4.58824%;
  }
}
@media print {
  .con_search .wrap_search .box_best .wrp_det {
    padding-left: 4.58824%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best .wrp_det {
    margin-top: 1em;
  }
}
.con_search .wrap_search .box_best .wrp_det li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  position: relative;
  padding: 0 0 0 3em;
  letter-spacing: .1em;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best .wrp_det li {
    padding: 0 0 0 4.5em;
    font-size: 93%;
  }
}
.con_search .wrap_search .box_best .wrp_det li:not(:first-child) {
  margin-top: .5em;
}
.con_search .wrap_search .box_best .wrp_det li:before {
  display: marker;
  content: "0" counter(cnt) ",";
  position: absolute;
  top: .3em;
  left: 0;
  font-family: "Lusitana", serif;
  font-size: 143%;
  color: #b7ae18;
  letter-spacing: .1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best .wrp_det li:before {
    left: 1em;
    top: .2em;
  }
}
.con_search .wrap_search .box_best .wrp_det li em {
  font-size: 122%;
  color: #ec6941;
}
.con_search .wrap_search .box_best .wrp_det li i {
  display: inline-block;
}
.con_search .wrap_search .box_best .wrp_det li span {
  font-size: 120%;
}
.con_search .wrap_search .box_best .btn {
  margin: 1em auto 0;
}
@media only screen and (min-width: 768px) {
  .con_search .wrap_search .box_best .btn {
    width: 250px;
  }
}
@media print {
  .con_search .wrap_search .box_best .btn {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best .btn {
    width: 90%;
  }
}
.con_search .wrap_search .box_best .btn a, .con_search .wrap_search .box_best .btn span {
  display: block;
  text-decoration: none;
  background: #b7ae18;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 115%;
  letter-spacing: .05em;
  padding: .7em 1em .8em;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
.ie .con_search .wrap_search .box_best .btn a, .ie .con_search .wrap_search .box_best .btn span {
  padding: .9em 1em .6em;
}
.con_search .wrap_search .box_best .btn a:after, .con_search .wrap_search .box_best .btn span:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  font-size: 94%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .con_search .wrap_search .box_best .btn a, .con_search .wrap_search .box_best .btn span {
    font-size: 100%;
  }
}
.con_search .wrap_search .box_best .btn a:hover, .con_search .wrap_search .box_best .btn span:hover {
  background: #cec31b;
}
.con_search .wrap_search .box_best .btn a:hover:after, .con_search .wrap_search .box_best .btn span:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.con_search .wrap_search .box_best .btn a {
  font-size: 100%;
}

#ui-datepicker-div {
  z-index: 5000 !important;
}

.ui-datepicker-group {
  font-family: "Roboto Condensed", "Noto Sans JP Light", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
.ui-datepicker-group .ui-datepicker-calendar tbody tr td a,
.ui-datepicker-group .ui-datepicker-calendar tbody tr td span {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #ui-datepicker-div {
    width: 92% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    padding: .5em 0;
    font-size: 108%;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.con_lounge
----------------------------------------------------------- */
.con_lounge {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge {
    margin-top: 3em;
  }
}
.con_lounge .box_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1100px) {
  .con_lounge .box_img {
    width: 1920px;
  }
}
@media print {
  .con_lounge .box_img {
    width: 1920px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_img {
    width: 1300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_img {
    width: 254.54545%;
  }
}
.con_lounge .box_txt {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  color: #fff;
  padding: 155px 0 0;
  text-shadow: 1px 2px 5px #333, 2px 1px 5px #333;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_txt {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_txt {
    padding: 1em 0 0;
  }
}
.con_lounge .box_txt h2 span {
  font-size: 143%;
}
@media only screen and (min-width: 768px) {
  .con_lounge .box_txt h2 span {
    line-height: 1.7;
    letter-spacing: .16em;
  }
}
@media print {
  .con_lounge .box_txt h2 span {
    line-height: 1.7;
    letter-spacing: .16em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_txt h2 span {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_txt h2 span {
    font-size: 108%;
  }
}
.con_lounge .box_txt h2 em {
  font-size: 215%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_lounge .box_txt h2 em {
    line-height: 1.7;
    letter-spacing: .16em;
  }
}
@media print {
  .con_lounge .box_txt h2 em {
    line-height: 1.7;
    letter-spacing: .16em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_txt h2 em {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_txt h2 em {
    font-size: 129%;
  }
}
.con_lounge .box_txt .txt {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_txt .txt {
    margin: 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_lounge .box_txt .txt {
    max-width: 100%;
    line-height: 1.85;
    letter-spacing: .08em;
  }
}
@media print {
  .con_lounge .box_txt .txt {
    max-width: 100%;
    line-height: 1.85;
    letter-spacing: .08em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_txt .txt {
    max-width: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_txt .txt {
    width: 100%;
    font-size: 93%;
    background: #0086a2;
    padding: 1em;
  }
}
.con_lounge .box_kaze,
.con_lounge .box_toku {
  max-width: 1600px;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 1100px) {
  .con_lounge .box_kaze,
  .con_lounge .box_toku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print {
  .con_lounge .box_kaze,
  .con_lounge .box_toku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.con_lounge .box_kaze .wrp_img,
.con_lounge .box_toku .wrp_img {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .con_lounge .box_kaze .wrp_img,
  .con_lounge .box_toku .wrp_img {
    width: 66.25%;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_img,
  .con_lounge .box_toku .wrp_img {
    width: 66.25%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_lounge .box_kaze .wrp_img,
  .con_lounge .box_toku .wrp_img {
    overflow: hidden;
  }
  .con_lounge .box_kaze .wrp_img img,
  .con_lounge .box_toku .wrp_img img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_img,
  .con_lounge .box_toku .wrp_img {
    overflow: hidden;
  }
  .con_lounge .box_kaze .wrp_img img,
  .con_lounge .box_toku .wrp_img img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_img,
  .con_lounge .box_toku .wrp_img {
    overflow: hidden;
  }
  .con_lounge .box_kaze .wrp_img img,
  .con_lounge .box_toku .wrp_img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.con_lounge .box_kaze .wrp_img img,
.con_lounge .box_toku .wrp_img img {
  vertical-align: bottom;
}
.con_lounge .box_kaze .wrp_img span,
.con_lounge .box_toku .wrp_img span {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 572%;
  font-family: "Josefin Sans", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_kaze .wrp_img span,
  .con_lounge .box_toku .wrp_img span {
    font-size: 322%;
    top: 10px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_img span,
  .con_lounge .box_toku .wrp_img span {
    font-size: 215%;
    top: .2em;
    right: .2em;
  }
}
.con_lounge .box_kaze .wrp_txt,
.con_lounge .box_toku .wrp_txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #6AAFBF;
  text-align: center;
  color: #fff;
  border-bottom: 10px solid #117b94;
}
.con_lounge .box_kaze .wrp_txt a,
.con_lounge .box_toku .wrp_txt a {
  text-decoration: none;
  position: relative;
}
.con_lounge .box_kaze .wrp_txt a:hover > div:after,
.con_lounge .box_toku .wrp_txt a:hover > div:after {
  background: #7ec7d8;
  color: #FFF;
}
.con_lounge .box_kaze .wrp_txt a > div:after,
.con_lounge .box_toku .wrp_txt a > div:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  color: #7ec7d8;
  width: 2.5em;
  line-height: 2.5;
  border: 1px solid #7ec7d8;
  border-radius: 2.5em;
  margin: 1em auto 0;
  -webkit-transition: background 600ms, color 600ms;
  transition: background 600ms, color 600ms;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_kaze .wrp_txt a > div:after,
  .con_lounge .box_toku .wrp_txt a > div:after {
    width: 2em;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_txt a > div:after,
  .con_lounge .box_toku .wrp_txt a > div:after {
    margin-top: .8em;
    font-size: 72%;
  }
}
@media only screen and (min-width: 1100px) {
  .con_lounge .box_kaze .wrp_txt,
  .con_lounge .box_toku .wrp_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.75%;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_txt,
  .con_lounge .box_toku .wrp_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.75%;
  }
}
@media only screen and (min-width: 1100px) {
  .con_lounge .box_kaze .wrp_txt,
  .con_lounge .box_toku .wrp_txt {
    min-width: 440px;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_txt,
  .con_lounge .box_toku .wrp_txt {
    min-width: 440px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_lounge .box_kaze .wrp_txt,
  .con_lounge .box_toku .wrp_txt {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_txt,
  .con_lounge .box_toku .wrp_txt {
    padding: 1em;
  }
}
.con_lounge .box_kaze .wrp_txt .st,
.con_lounge .box_toku .wrp_txt .st {
  font-size: 158%;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .con_lounge .box_kaze .wrp_txt .st,
  .con_lounge .box_toku .wrp_txt .st {
    letter-spacing: .08em;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_txt .st,
  .con_lounge .box_toku .wrp_txt .st {
    letter-spacing: .08em;
    max-width: 90%;
    margin: 0 auto;
  }
}
.con_lounge .box_kaze .wrp_txt .txt,
.con_lounge .box_toku .wrp_txt .txt {
  color: #fff;
  margin: 25px auto 15px;
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_txt .txt,
  .con_lounge .box_toku .wrp_txt .txt {
    margin: 1em auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_lounge .box_kaze .wrp_txt .txt,
  .con_lounge .box_toku .wrp_txt .txt {
    width: 90%;
    line-height: 1.85;
    letter-spacing: .08em;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_txt .txt,
  .con_lounge .box_toku .wrp_txt .txt {
    width: 90%;
    line-height: 1.85;
    letter-spacing: .08em;
  }
}
@media only screen and (min-width: 1100px) {
  .con_lounge .box_kaze .wrp_txt .txt,
  .con_lounge .box_toku .wrp_txt .txt {
    max-width: 355px;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_txt .txt,
  .con_lounge .box_toku .wrp_txt .txt {
    max-width: 355px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_txt .txt,
  .con_lounge .box_toku .wrp_txt .txt {
    font-size: 93%;
  }
}
.con_lounge .box_kaze .wrp_txt .cau,
.con_lounge .box_toku .wrp_txt .cau {
  font-size: 93%;
}
@media only screen and (min-width: 768px) {
  .con_lounge .box_kaze .wrp_txt .cau,
  .con_lounge .box_toku .wrp_txt .cau {
    letter-spacing: .08em;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media print {
  .con_lounge .box_kaze .wrp_txt .cau,
  .con_lounge .box_toku .wrp_txt .cau {
    letter-spacing: .08em;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_txt .cau,
  .con_lounge .box_toku .wrp_txt .cau {
    font-size: 86%;
  }
}
.con_lounge .box_kaze .wrp_txt .cau span,
.con_lounge .box_toku .wrp_txt .cau span {
  display: block;
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_kaze .wrp_txt .cau span,
  .con_lounge .box_toku .wrp_txt .cau span {
    text-align: left;
  }
}
@media only screen and (max-width: 1099px) {
  .con_lounge .box_toku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .con_lounge .box_toku .wrp_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .con_lounge .box_toku .wrp_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_point
----------------------------------------------------------- */
.con_point {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_point {
    border-top: 5px solid #117b94;
  }
}
@media only screen and (min-width: 768px) {
  .con_point:before {
    content: '';
    width: 100%;
    background: #6aafbf;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 0;
    padding-bottom: 34.94792%;
  }
}
@media print {
  .con_point:before {
    content: '';
    width: 100%;
    background: #6aafbf;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 0;
    padding-bottom: 34.94792%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point:before {
    padding-bottom: 50%;
  }
}
.con_point .box_txt {
  position: relative;
  z-index: 10;
}
.con_point .box_txt .wrp_st {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_point .box_txt .wrp_st {
    width: 29.0625%;
  }
}
@media print {
  .con_point .box_txt .wrp_st {
    width: 29.0625%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_st {
    width: 37%;
    max-width: 350px;
  }
}
.con_point .box_txt .wrp_st a {
  display: block;
  text-decoration: none;
  position: relative;
  background: #FFF;
  -webkit-transition: background 600ms;
  transition: background 600ms;
  border-bottom: 10px solid #117b94;
}
@media only screen and (min-width: 1100px) {
  .con_point .box_txt .wrp_st a {
    height: 534px;
    height: 0;
    padding-bottom: 95.69892%;
  }
}
@media print {
  .con_point .box_txt .wrp_st a {
    height: 534px;
    height: 0;
    padding-bottom: 95.69892%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_st a {
    border-width: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_st a {
    padding: 1em 0;
    border: none;
  }
}
.con_point .box_txt .wrp_st a:hover {
  background: #f9f9f9;
}
.con_point .box_txt .wrp_st a:hover > div:after {
  background: #7ec7d8;
  color: #FFF;
}
.con_point .box_txt .wrp_st a > div {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  .con_point .box_txt .wrp_st a > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 310px;
  }
}
@media print {
  .con_point .box_txt .wrp_st a > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_st a > div {
    padding: 2em .5em;
  }
}
.con_point .box_txt .wrp_st a > div:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  color: #7ec7d8;
  width: 2.5em;
  line-height: 2.5;
  border: 1px solid #7ec7d8;
  border-radius: 2.5em;
  margin: 1em auto 0;
  -webkit-transition: background 600ms, color 600ms;
  transition: background 600ms, color 600ms;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_st a > div:after {
    width: 2em;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_st a > div:after {
    margin-top: .8em;
    font-size: 72%;
  }
}
.con_point .box_txt .wrp_st .st em {
  color: #7ec7d8;
}
@media only screen and (min-width: 768px) {
  .con_point .box_txt .wrp_st .st em {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 258%;
    white-space: nowrap;
  }
}
@media print {
  .con_point .box_txt .wrp_st .st em {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 258%;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_point .box_txt .wrp_st .st em {
    font-size: 229%;
  }
}
@media print {
  .con_point .box_txt .wrp_st .st em {
    font-size: 229%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_st .st em {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_st .st em {
    font-size: 158%;
  }
}
.con_point .box_txt .wrp_st .txt {
  margin-top: 2.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_st .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_st .txt {
    margin-top: 0.3em;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_point .box_txt .wrp_st .txt {
    margin-top: .5em;
  }
}
@media print {
  .con_point .box_txt .wrp_st .txt {
    margin-top: .5em;
  }
}
.con_point .box_txt .wrp_st .txt > em {
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 122%;
}
.con_point .box_txt .wrp_st .txt > em i {
  font-size: 83%;
}
.con_point .box_txt .wrp_st .txt > em > span {
  display: inline-block;
}
.con_point .box_txt .wrp_st .txt > span {
  font-size: 100%;
  display: block;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_st .txt > span {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_st .txt > span {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1100px) {
  .con_point .box_txt .wrp_st .txt > span {
    line-height: 1.8;
  }
}
@media print {
  .con_point .box_txt .wrp_st .txt > span {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1099px) {
  .con_point .box_txt .wrp_st .txt > span {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_st .txt > span {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .con_point .box_txt .wrp_txt {
    letter-spacing: -.5em;
    width: 100%;
  }
  .con_point .box_txt .wrp_txt > * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
  }
}
@media print {
  .con_point .box_txt .wrp_txt {
    letter-spacing: -.5em;
    width: 100%;
  }
  .con_point .box_txt .wrp_txt > * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 90%;
    margin: 1em auto 0;
  }
}
.con_point .box_txt .wrp_txt .img {
  letter-spacing: -.5em;
}
@media only screen and (min-width: 768px) {
  .con_point .box_txt .wrp_txt .img {
    width: 58.125%;
  }
}
@media print {
  .con_point .box_txt .wrp_txt .img {
    width: 58.125%;
  }
}
.con_point .box_txt .wrp_txt .img p {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 50%;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_point .box_txt .wrp_txt .img p {
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .con_point .box_txt .wrp_txt .img p img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: inherit;
  }
}
@media print {
  .con_point .box_txt .wrp_txt .img p {
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .con_point .box_txt .wrp_txt .img p img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_txt .img p {
    height: 260px;
    position: relative;
    overflow: hidden;
  }
  .con_point .box_txt .wrp_txt .img p img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: inherit;
  }
}
.con_point .box_txt .wrp_txt .det {
  background: #6aafbf;
  color: #FFF;
  z-index: 10;
  padding: 50px 25px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_txt .det {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_txt .det {
    padding: 1.5em 1em 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_point .box_txt .wrp_txt .det {
    width: 41.875%;
  }
}
@media print {
  .con_point .box_txt .wrp_txt .det {
    width: 41.875%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_point .box_txt .wrp_txt .det {
    padding: 35px 20px 20px;
  }
}
@media print {
  .con_point .box_txt .wrp_txt .det {
    padding: 35px 20px 20px;
  }
}
.con_point .box_txt .wrp_txt .det .sst {
  font-family: "Josefin Sans", sans-serif;
  font-size: 372%;
  letter-spacing: .04em;
  line-height: 1;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_point .box_txt .wrp_txt .det .sst {
    font-size: 322%;
  }
}
@media print {
  .con_point .box_txt .wrp_txt .det .sst {
    font-size: 322%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_txt .det .sst {
    letter-spacing: .01em;
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_txt .det .sst {
    font-size: 186%;
    text-align: center;
  }
}
.con_point .box_txt .wrp_txt .det .sst br {
  display: none !important;
}
.con_point .box_txt .wrp_txt .det .txt {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
  font-size: 100%;
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_txt .det .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_txt .det .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1100px) {
  .con_point .box_txt .wrp_txt .det .txt {
    line-height: 1.8;
    letter-spacing: .08em;
  }
}
@media print {
  .con_point .box_txt .wrp_txt .det .txt {
    line-height: 1.8;
    letter-spacing: .08em;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_point .box_txt .wrp_txt .det .txt {
    margin-top: .5em;
  }
}
@media print {
  .con_point .box_txt .wrp_txt .det .txt {
    margin-top: .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_txt .wrp_txt .det .txt {
    font-size: 93%;
    line-height: 1.6;
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_txt .wrp_txt .det .txt {
    font-size: 93%;
    width: 95%;
  }
}
.con_point .box_txt .wrp_txt .det .txt br {
  display: none !important;
}
.con_point .box_img {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_point .box_img {
    width: 70.9375%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media print {
  .con_point .box_img {
    width: 70.9375%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_img {
    height: 0;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_img {
    overflow: hidden;
  }
  .con_point .box_img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_point .box_img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: inherit;
  }
}

/* -----------------------------------------------------------
	.con_hotspring
----------------------------------------------------------- */
.con_hotspring {
  margin-top: 112px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_hotspring {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring {
    margin-top: 3em;
  }
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rooms {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_txt .wrp_st {
    float: right;
  }
}
@media print {
  .con_rooms .box_txt .wrp_st {
    float: right;
  }
}
@media only screen and (min-width: 1100px) {
  .con_rooms .box_txt .wrp_st a {
    height: 0;
    padding-bottom: 107.8853%;
  }
}
@media print {
  .con_rooms .box_txt .wrp_st a {
    height: 0;
    padding-bottom: 107.8853%;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_txt .wrp_txt {
    clear: both;
    letter-spacing: -.5em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .con_rooms .box_txt .wrp_txt > * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
  }
}
@media print {
  .con_rooms .box_txt .wrp_txt {
    clear: both;
    letter-spacing: -.5em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .con_rooms .box_txt .wrp_txt > * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_txt .wrp_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.con_rooms .box_txt .wrp_txt .img {
  letter-spacing: -.5em;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_txt .wrp_txt .img {
    width: 58.33333%;
  }
}
@media print {
  .con_rooms .box_txt .wrp_txt .img {
    width: 58.33333%;
  }
}
.con_rooms .box_txt .wrp_txt .img p {
  width: 29.46429%;
}
.con_rooms .box_txt .wrp_txt .img p:nth-child(2) {
  width: 41.07143%;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_rooms .box_txt .wrp_txt .img p {
    height: 300px;
  }
}
@media print {
  .con_rooms .box_txt .wrp_txt .img p {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rooms .box_txt .wrp_txt .img p {
    height: 260px;
  }
}
.con_rooms .box_txt .wrp_txt .det {
  background: #6aafbf;
  color: #FFF;
  z-index: 10;
  padding: 50px 25px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rooms .box_txt .wrp_txt .det {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_txt .wrp_txt .det {
    padding: 1.5em 1em 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_txt .wrp_txt .det {
    width: 41.71875%;
  }
}
@media print {
  .con_rooms .box_txt .wrp_txt .det {
    width: 41.71875%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_rooms .box_txt .wrp_txt .det {
    padding: 35px 20px 20px;
  }
}
@media print {
  .con_rooms .box_txt .wrp_txt .det {
    padding: 35px 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_img {
    width: 62.70833%;
    position: absolute;
    top: 0;
    left: 8.22917%;
    right: inherit;
    z-index: -1;
  }
}
@media print {
  .con_rooms .box_img {
    width: 62.70833%;
    position: absolute;
    top: 0;
    left: 8.22917%;
    right: inherit;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rooms .box_img {
    height: 0;
    padding-bottom: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_img {
    overflow: hidden;
  }
  .con_rooms .box_img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}

/* -----------------------------------------------------------
	.con_cuisine
----------------------------------------------------------- */
.con_cuisine {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_cuisine {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_cuisine .box_img {
    height: 0;
    padding-bottom: 55%;
  }
}

/* -----------------------------------------------------------
	.con_package
----------------------------------------------------------- */
.con_package {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package {
    margin-top: 3em;
  }
}
.con_package .box_pac {
  background: #f9f9f9;
  margin-top: 40px;
  padding-top: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac {
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac {
    padding-bottom: 1em;
  }
}
.con_package .box_pac .inner {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_pac {
    width: 68.18182%;
    float: left;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_pac {
    width: 68.18182%;
    float: left;
  }
}
.con_package .box_pac .inner .wrp_pac li:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_pac li:not(:first-child) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li:not(:first-child) {
    margin-top: 0.5em;
  }
}
.con_package .box_pac .inner .wrp_pac li a {
  display: block;
  text-decoration: none;
  background: #fff;
  -webkit-transition: background 450ms, color 450ms;
  transition: background 450ms, color 450ms;
  position: relative;
}
.con_package .box_pac .inner .wrp_pac li a:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  position: absolute;
  color: #7ec7d8;
  border: 1px solid #7ec7d8;
  border-radius: 2em;
  padding: .5em;
  -webkit-transition: color 450ms, border-color 450ms, -webkit-transform 450ms;
  transition: color 450ms, border-color 450ms, -webkit-transform 450ms;
  transition: color 450ms, border-color 450ms, transform 450ms;
  transition: color 450ms, border-color 450ms, transform 450ms, -webkit-transform 450ms;
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_pac li a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2em;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_pac li a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_pac li a:after {
    font-size: 86%;
    right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a:after {
    font-size: 72%;
    right: 30%;
    top: inherit;
    bottom: .5em;
    letter-spacing: normal;
    padding: .3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_pac li a {
    display: table;
    width: 100%;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_pac li a {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a {
    overflow: hidden;
    letter-spacing: -.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_pac li a:hover {
    background: #0086a2;
    color: #FFF;
  }
  .con_package .box_pac .inner .wrp_pac li a:hover:after {
    color: #FFF;
    border-color: #FFF;
    -webkit-transform: translate(0.5em, -50%);
    transform: translate(0.5em, -50%);
  }
}
@media print {
  .con_package .box_pac .inner .wrp_pac li a:hover {
    background: #0086a2;
    color: #FFF;
  }
  .con_package .box_pac .inner .wrp_pac li a:hover:after {
    color: #FFF;
    border-color: #FFF;
    -webkit-transform: translate(0.5em, -50%);
    transform: translate(0.5em, -50%);
  }
}
.con_package .box_pac .inner .wrp_pac li a > * {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_pac li a > * {
    display: table-cell;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_pac li a > * {
    display: table-cell;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a > * {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
}
.con_package .box_pac .inner .wrp_pac li a .img {
  width: 31.46667%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1100px) {
  .con_package .box_pac .inner .wrp_pac li a .img {
    height: 170px;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_pac li a .img {
    height: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_pac li a .img {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a .img {
    height: 7em;
  }
}
.con_package .box_pac .inner .wrp_pac li a .det {
  width: 68.53333%;
  padding: 0.5em 6em 0.5em 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_pac li a .det {
    padding: 1em 4em 1em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a .det {
    padding: 1em 1em 2em 1em;
  }
}
.con_package .box_pac .inner .wrp_pac li a .det .sst {
  font-size: 108%;
  line-height: 1.7;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_pac li a .det .sst {
    height: calc(1.6 * 2em) !important;
    line-height: 1.6;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a .det .sst {
    font-size: 86%;
    height: calc(1.6 * 2em) !important;
    line-height: 1.6;
  }
  .con_package .box_pac .inner .wrp_pac li a .det .sst:after {
    content: '…';
    width: 1em;
    height: 1em;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 .5em .5em .8em;
    line-height: 1.6;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    background-image: -svg-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    background-size: 100%;
    background-image: -owg-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, white), to(white));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  }
}
.con_package .box_pac .inner .wrp_pac li a .det .price {
  text-align: right;
  font-size: 93%;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_pac li a .det .price {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a .det .price {
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a .det .price {
    font-size: 72%;
  }
}
.con_package .box_pac .inner .wrp_pac li a .det .price em {
  letter-spacing: .08em;
  font-size: 177%;
  font-family: "Lusitana", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_pac li a .det .price em {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_pac li a .det .price em {
    font-size: 160%;
    letter-spacing: .01em;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_lnk {
    width: 27.27273%;
    float: right;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_lnk {
    width: 27.27273%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_lnk {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_lnk p {
    margin-top: 1px;
  }
}
.con_package .box_pac .inner .wrp_lnk p > a,
.con_package .box_pac .inner .wrp_lnk p > span {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: rgba(126, 199, 216, 0.6);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_lnk p > a,
  .con_package .box_pac .inner .wrp_lnk p > span {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_lnk p > a:hover:before,
  .con_package .box_pac .inner .wrp_lnk p > span:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
  .con_package .box_pac .inner .wrp_lnk p > a:hover img,
  .con_package .box_pac .inner .wrp_lnk p > span:hover img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
  }
}
@media print {
  .con_package .box_pac .inner .wrp_lnk p > a:hover:before,
  .con_package .box_pac .inner .wrp_lnk p > span:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
  .con_package .box_pac .inner .wrp_lnk p > a:hover img,
  .con_package .box_pac .inner .wrp_lnk p > span:hover img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
  }
}
.con_package .box_pac .inner .wrp_lnk p > a:before,
.con_package .box_pac .inner .wrp_lnk p > span:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(126, 199, 216, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 450ms;
  transition: opacity 450ms;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_lnk p > a:before,
  .con_package .box_pac .inner .wrp_lnk p > span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
}
.con_package .box_pac .inner .wrp_lnk p > a img,
.con_package .box_pac .inner .wrp_lnk p > span img {
  display: block;
  -webkit-transition: filter 450ms;
  -webkit-transition: -webkit-filter 450ms;
  transition: -webkit-filter 450ms;
  transition: filter 450ms;
  transition: filter 450ms, -webkit-filter 450ms;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_lnk p > a img,
  .con_package .box_pac .inner .wrp_lnk p > span img {
    width: 100%;
  }
}
.con_package .box_pac .inner .wrp_lnk p > a em,
.con_package .box_pac .inner .wrp_lnk p > span em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  z-index: 10;
  letter-spacing: .15em;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5), 0 0 0.5em rgba(0, 0, 0, 0.5);
}
.con_package .box_pac .inner .wrp_lnk p > a em:before, .con_package .box_pac .inner .wrp_lnk p > a em:after,
.con_package .box_pac .inner .wrp_lnk p > span em:before,
.con_package .box_pac .inner .wrp_lnk p > span em:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.con_package .box_pac .inner .wrp_lnk p > a em:after,
.con_package .box_pac .inner .wrp_lnk p > span em:after {
  content: "";
  margin-left: .5em;
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .inner .wrp_lnk p > a em:after,
  .con_package .box_pac .inner .wrp_lnk p > span em:after {
    display: block;
    line-height: 1;
    margin: .5em auto 0;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_lnk p > a em:after,
  .con_package .box_pac .inner .wrp_lnk p > span em:after {
    display: block;
    line-height: 1;
    margin: .5em auto 0;
  }
}
@media only screen and (min-width: 1100px) {
  .con_package .box_pac .inner .wrp_lnk p > a em,
  .con_package .box_pac .inner .wrp_lnk p > span em {
    font-size: 129%;
  }
}
@media print {
  .con_package .box_pac .inner .wrp_lnk p > a em,
  .con_package .box_pac .inner .wrp_lnk p > span em {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_pac .inner .wrp_lnk p > a em,
  .con_package .box_pac .inner .wrp_lnk p > span em {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .inner .wrp_lnk p > a em,
  .con_package .box_pac .inner .wrp_lnk p > span em {
    font-size: 108%;
  }
}
.con_package .box_pac .btn {
  clear: both;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .btn {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .btn {
    width: 325px;
  }
}
@media print {
  .con_package .box_pac .btn {
    width: 325px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .btn {
    width: 90%;
  }
}
.con_package .box_pac .btn a, .con_package .box_pac .btn span {
  display: block;
  text-decoration: none;
  background: #0086a2;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 115%;
  letter-spacing: .05em;
  padding: .7em 1em .8em;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
.ie .con_package .box_pac .btn a, .ie .con_package .box_pac .btn span {
  padding: .9em 1em .6em;
}
.con_package .box_pac .btn a:after, .con_package .box_pac .btn span:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  font-size: 94%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .btn a, .con_package .box_pac .btn span {
    font-size: 100%;
  }
}
.con_package .box_pac .btn a:hover, .con_package .box_pac .btn span:hover {
  background: #009bbc;
}
.con_package .box_pac .btn a:hover:after, .con_package .box_pac .btn span:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
@media only screen and (min-width: 768px) {
  .con_package .box_pac .btn {
    bottom: -25px;
  }
}
@media print {
  .con_package .box_pac .btn {
    bottom: -25px;
  }
}
.con_package .box_sty {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_sty {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_sty {
    margin-top: 2em;
  }
}
.con_package .box_sty .wrp_sty {
  letter-spacing: -.5em;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .con_package .box_sty .wrp_sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .con_package .box_sty .wrp_sty {
    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: 1099px) {
  .con_package .box_sty .wrp_sty {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_sty .wrp_sty {
    margin-top: 1em;
  }
}
.con_package .box_sty .wrp_sty li {
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .con_package .box_sty .wrp_sty li {
    display: inline-block;
    vertical-align: top;
    width: 31.45455%;
  }
  .con_package .box_sty .wrp_sty li:not(:first-child) {
    margin-left: 2.72727%;
  }
}
@media print {
  .con_package .box_sty .wrp_sty li {
    display: inline-block;
    vertical-align: top;
    width: 31.45455%;
  }
  .con_package .box_sty .wrp_sty li:not(:first-child) {
    margin-left: 2.72727%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_sty .wrp_sty li:not(:first-child) {
    margin-top: .5em;
  }
}
.con_package .box_sty .wrp_sty li a {
  display: block;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_package .box_sty .wrp_sty li a {
    letter-spacing: -.5em;
    background: rgba(0, 134, 162, 0.1);
    position: relative;
  }
  .con_package .box_sty .wrp_sty li a > * {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_sty .wrp_sty li a .img {
    width: 30%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 25%;
  }
  .con_package .box_sty .wrp_sty li a .img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .con_package .box_sty .wrp_sty li a .txt {
    font-size: 122%;
    margin-top: .5em;
  }
}
@media print {
  .con_package .box_sty .wrp_sty li a .txt {
    font-size: 122%;
    margin-top: .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_package .box_sty .wrp_sty li a .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_sty .wrp_sty li a .txt {
    width: 70%;
    padding: .5em 1em .5em 1em;
  }
}
.con_package .box_sty .wrp_sty li a .txt:before, .con_package .box_sty .wrp_sty li a .txt:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.con_package .box_sty .wrp_sty li a .txt:after {
  content: "";
  margin-left: .5em;
  display: block;
  margin: .5em auto 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_package .box_sty .wrp_sty li a .txt:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .8em;
    line-height: 1;
    margin: 0;
    font-size: 129%;
  }
}
.con_package .box_sty .wrp_sty li a .txt span {
  font-size: 83%;
}

/* -----------------------------------------------------------
	.con_event
----------------------------------------------------------- */
.con_event {
  padding: 120px 0 60px;
  margin-top: 55px;
  border-top: 2px solid #7ec7d8;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event {
    padding: 55px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_event {
    padding: 2em 0 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_event {
    margin-top: 1em;
  }
}
.con_event:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 22.13542%;
  background: #f9f9f9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event:before {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_event:before {
    padding-bottom: 34%;
  }
}
.con_event .box_eve {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .box_eve {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_event .box_eve {
    letter-spacing: -.5em;
  }
  .con_event .box_eve > * {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media print {
  .con_event .box_eve {
    letter-spacing: -.5em;
  }
  .con_event .box_eve > * {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .con_event .box_eve li {
    width: 22.5%;
  }
  .con_event .box_eve li:not(:first-child) {
    margin-left: 3.25%;
  }
}
@media print {
  .con_event .box_eve li {
    width: 22.5%;
  }
  .con_event .box_eve li:not(:first-child) {
    margin-left: 3.25%;
  }
}
.con_event .box_eve li a {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.con_event .box_eve li a:hover .wrp_img:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_event .box_eve li a:hover .wrp_img:after {
  -webkit-transform: translate(0.5em, -50%);
  transform: translate(0.5em, -50%);
}
.con_event .box_eve li a .wrp_txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a .wrp_txt {
    width: 70%;
  }
}
.con_event .box_eve li a .wrp_txt .date {
  font-size: 122%;
  font-family: "游明朝 Demibold", "My Yu Mincho Demibold", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, serif;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_event .box_eve li a .wrp_txt .date {
    font-size: 115%;
  }
}
@media print {
  .con_event .box_eve li a .wrp_txt .date {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .box_eve li a .wrp_txt .date {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a .wrp_txt .date {
    font-size: 93%;
  }
}
.con_event .box_eve li a .wrp_txt .date span {
  font-size: 89%;
}
.con_event .box_eve li a .wrp_txt .date br {
  display: none !important;
}
.con_event .box_eve li a .wrp_txt .date:after {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #4ea4d4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF4EA4D4', endColorstr='#FFC9EED7');
  background-image: -svg-linear-gradient(left, #4ea4d4 0%, #c9eed7 100%);
  background-size: 100%;
  background-image: -owg-linear-gradient(left, #4ea4d4 0%, #c9eed7 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#4ea4d4), to(#c9eed7));
  background-image: linear-gradient(left, #4ea4d4 0%, #c9eed7 100%);
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .box_eve li a .wrp_txt .date:after {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a .wrp_txt .date:after {
    margin-top: 0.5em;
  }
}
.con_event .box_eve li a .wrp_txt .txt {
  font-size: 115%;
  max-width: 280px;
  margin: .8em auto 0;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_event .box_eve li a .wrp_txt .txt {
    width: 100%;
    font-size: 108%;
  }
}
@media print {
  .con_event .box_eve li a .wrp_txt .txt {
    width: 100%;
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .box_eve li a .wrp_txt .txt {
    margin-top: .5em;
    width: 100%;
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a .wrp_txt .txt {
    margin-top: .3em;
    font-size: 93%;
  }
}
.con_event .box_eve li a .wrp_txt .txt br {
  display: none !important;
}
.con_event .box_eve li a .wrp_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 1em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .box_eve li a .wrp_img {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a .wrp_img {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_event .box_eve li a .wrp_img {
    height: 0;
    padding-bottom: 52.77778%;
  }
}
@media print {
  .con_event .box_eve li a .wrp_img {
    height: 0;
    padding-bottom: 52.77778%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .box_eve li a .wrp_img {
    height: 0;
    padding-bottom: 58.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a .wrp_img {
    width: 30%;
    height: 0;
    padding-bottom: 35%;
  }
}
.con_event .box_eve li a .wrp_img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(106, 175, 191, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.con_event .box_eve li a .wrp_img:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  color: #FFF;
  border: 1px solid #FFF;
  padding: .5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  width: 1.8em;
  line-height: 1.8;
  font-size: 93%;
  border-radius: 1.8em;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5), 0 0 0 rgba(0, 0, 0, 0.5), 0 0 0 rgba(0, 0, 0, 0.5), 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
@media only screen and (max-width: 1099px) {
  .con_event .box_eve li a .wrp_img:after {
    font-size: 72%;
    width: 1.5em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_eve li a .wrp_img:after {
    width: 1.2em;
    line-height: 1.2;
  }
}
.con_event .btn {
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  .con_event .btn {
    width: 248px;
  }
}
@media print {
  .con_event .btn {
    width: 248px;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .btn {
    width: 90%;
  }
}
.con_event .btn a, .con_event .btn span {
  display: block;
  text-decoration: none;
  background: #6aafbf;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 115%;
  letter-spacing: .05em;
  padding: .7em 1em .8em;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
.ie .con_event .btn a, .ie .con_event .btn span {
  padding: .9em 1em .6em;
}
.con_event .btn a:after, .con_event .btn span:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  font-size: 94%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .con_event .btn a, .con_event .btn span {
    font-size: 100%;
  }
}
.con_event .btn a:hover, .con_event .btn span:hover {
  background: #7cb9c7;
}
.con_event .btn a:hover:after, .con_event .btn span:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .btn {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .btn {
    margin: 1em auto 0;
  }
}
.con_event .box_bn {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_event .box_bn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_event .box_bn {
    margin-top: 1.5em;
  }
}
.con_event .box_bn p {
  display: inline-block;
  max-width: 830px;
  width: 90%;
}
.con_event .box_bn p a {
  display: block;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .inner {
    overflow: hidden;
  }
}
@media print {
  .con_news .inner {
    overflow: hidden;
  }
}
.con_news .box_new {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_new {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_new {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_new {
    width: 62.72727%;
    float: left;
  }
}
@media print {
  .con_news .box_new {
    width: 62.72727%;
    float: left;
  }
}
.con_news .box_new ul {
  border-top: 1px solid #d2d2d2;
}
.con_news .box_new ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding: 1.3em 1em 1.3em 0;
  letter-spacing: -.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_new ul li a {
    padding: 1em 1em 1em 0;
  }
}
.con_news .box_new ul li a:before, .con_news .box_new ul li a:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.con_news .box_new ul li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 143%;
  color: #545454;
}
.con_news .box_new ul li a:hover:before {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_news .box_new ul li a:hover .info em {
  color: #0086a2;
}
.con_news .box_new ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  background: #0086a2;
  position: absolute;
  bottom: -1px;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: width 400ms, opacity 400ms;
  transition: width 400ms, opacity 400ms;
}
.con_news .box_new ul li a > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_news .box_new ul li a .wrp_img {
  position: relative;
  overflow: hidden;
  width: 20.74074%;
}
@media only screen and (min-width: 1100px) {
  .con_news .box_new ul li a .wrp_img {
    height: 100px;
  }
}
@media print {
  .con_news .box_new ul li a .wrp_img {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_new ul li a .wrp_img {
    height: 0;
    padding-bottom: 14.81481%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_new ul li a .wrp_img {
    width: 25.18519%;
    height: 0;
    padding-bottom: 20.74074%;
  }
}
.con_news .box_new ul li a .wrp_img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: inherit;
}
.con_news .box_new ul li a .wrp_txt {
  width: 74.07407%;
  margin-left: 5.18519%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_new ul li a .wrp_txt {
    width: 71.11111%;
    margin-left: 3.7037%;
  }
}
.con_news .box_new ul li a .wrp_txt .info {
  font-size: 129%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, serif;
}
@media only screen and (max-width: 767px) {
  .con_news .box_new ul li a .wrp_txt .info {
    font-size: 115%;
  }
}
.con_news .box_new ul li a .wrp_txt .info > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.con_news .box_new ul li a .wrp_txt .info span {
  font-family: "Lusitana", serif;
  font-size: 89%;
  letter-spacing: .05em;
  padding-right: .3em;
}
.con_news .box_new ul li a .wrp_txt .info em {
  padding-left: .3em;
  font-size: 78%;
  color: #b7ae18;
  font-family: "Noto Sans JP Light", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.con_news .box_new ul li a .wrp_txt .txt {
  font-size: 115%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .con_news .box_new ul li a .wrp_txt .txt {
    font-size: 100%;
  }
}
.con_news .box_new .temp_lnk1 {
  margin-top: 1em;
  text-align: right;
}
.con_news .box_sns {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_sns {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_sns {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_sns {
    float: right;
    width: 31.81818%;
  }
}
@media print {
  .con_news .box_sns {
    float: right;
    width: 31.81818%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_sns #obj_fb .fb-page {
    height: 400px !important;
    overflow: hidden;
  }
}
.con_news .box_sns .btn_sns {
  margin-top: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_sns .btn_sns {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_sns .btn_sns {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_sns .btn_sns {
    display: block;
    width: 90%;
    margin: .5em auto 0;
  }
}
.con_news .box_sns .btn_sns a {
  border: 1px solid #62aad7;
  color: #62aad7;
  text-align: center;
  padding: 1em 0;
  font-size: 115%;
  display: block;
  text-decoration: none;
  letter-spacing: .05em;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_sns .btn_sns a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_sns .btn_sns a {
    font-size: 100%;
    padding: .8em;
  }
}
.con_news .box_sns .btn_sns a i {
  font-size: 163%;
  display: inline-block;
  vertical-align: middle;
  padding-left: .5em;
}
.con_news .box_sns .btn_sns.fb a {
  border-color: #4764ad;
  color: #4764ad;
}
.con_news .box_sns .btn_sns.fb a:hover {
  background: #4764ad;
  color: #FFF;
}
.con_news .box_sns .btn_sns.tw a {
  border-color: #62aad7;
  color: #62aad7;
}
.con_news .box_sns .btn_sns.tw a:hover {
  background: #62aad7;
  color: #FFF;
}
.con_news .box_ins {
  clear: both;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_ins {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins {
    padding-top: 2.5em;
  }
}
.con_news .box_ins h3 {
  text-align: center;
}
.con_news .box_ins h3 > * {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins h3 span {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
.con_news .box_ins h3 em {
  font-size: 108%;
  padding-left: .8em;
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins h3 em {
    padding: 0;
  }
}
.con_news .box_ins #obj_ins {
  margin-top: 1.5625%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins #obj_ins {
    margin-top: 1em;
  }
}
.con_news .box_ins #obj_ins .img {
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 768px) {
  .con_news .box_ins #obj_ins .img {
    width: 15.5%;
    margin-left: 2.25%;
  }
}
@media print {
  .con_news .box_ins #obj_ins .img {
    width: 15.5%;
    margin-left: 2.25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_ins #obj_ins .img {
    width: 22.54545%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins #obj_ins .img {
    width: 32%;
    margin-left: 2%;
  }
}
.con_news .box_ins #obj_ins .img.short a img {
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_news .box_ins #obj_ins .img a {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.con_news .box_ins #obj_ins .img a img {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: inherit;
}
.con_news .box_ins ul {
  overflow: hidden;
}
.con_news .box_ins ul li {
  float: left;
  overflow: hidden;
  margin-top: 2.72727%;
}
@media only screen and (min-width: 768px) {
  .con_news .box_ins ul li {
    width: 22.54545%;
    margin-left: 3.27273%;
  }
  .con_news .box_ins ul li:nth-child(4n+1) {
    margin-left: 0;
  }
  .con_news .box_ins ul li:nth-child(9) {
    display: none;
  }
}
@media print {
  .con_news .box_ins ul li {
    width: 22.54545%;
    margin-left: 3.27273%;
  }
  .con_news .box_ins ul li:nth-child(4n+1) {
    margin-left: 0;
  }
  .con_news .box_ins ul li:nth-child(9) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins ul li {
    width: 32%;
    margin-left: 2%;
  }
  .con_news .box_ins ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.con_news .box_ins ul li.short a img {
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_news .box_ins ul li a {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.con_news .box_ins ul li a img {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: inherit;
}
.con_news .box_ins .btn {
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .con_news .box_ins .btn {
    width: 323px;
  }
}
@media print {
  .con_news .box_ins .btn {
    width: 323px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins .btn {
    width: 90%;
  }
}
.con_news .box_ins .btn a, .con_news .box_ins .btn span {
  display: block;
  text-decoration: none;
  background: #7ec7d8;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 115%;
  letter-spacing: .05em;
  padding: .7em 1em .8em;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
.ie .con_news .box_ins .btn a, .ie .con_news .box_ins .btn span {
  padding: .9em 1em .6em;
}
.con_news .box_ins .btn a:after, .con_news .box_ins .btn span:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  font-size: 94%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins .btn a, .con_news .box_ins .btn span {
    font-size: 100%;
  }
}
.con_news .box_ins .btn a:hover, .con_news .box_ins .btn span:hover {
  background: #92d0de;
}
.con_news .box_ins .btn a:hover:after, .con_news .box_ins .btn span:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news .box_ins .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_ins .btn {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	.con_pickup
----------------------------------------------------------- */
.con_pickup {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pickup {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
    margin-top: 3em;
  }
}
.con_pickup .box_pic {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  text-align: center;
  letter-spacing: -.5em;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pickup .box_pic {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pic {
    margin-top: 1em;
  }
}
.con_pickup .box_pic li {
  letter-spacing: normal;
}
@media only screen and (min-width: 1100px) {
  .con_pickup .box_pic li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .con_pickup .box_pic li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_pickup .box_pic li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .con_pickup .box_pic li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pickup .box_pic li {
    width: 46.54545%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2.90909%;
    margin-bottom: 2.90909%;
  }
  .con_pickup .box_pic li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pic li {
    margin-bottom: .5em;
  }
}
.con_pickup .box_pic li a {
  display: block;
  text-decoration: none;
  display: table;
}
.con_pickup .box_pic li a:hover .wrp_txt:before {
  width: 100%;
}
.con_pickup .box_pic li a:hover .wrp_img:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_pickup .box_pic li a:hover .wrp_img em:after {
  -webkit-transform: translateX(0.4em);
  transform: translateX(0.4em);
}
.con_pickup .box_pic li a > * {
  display: table-cell;
  vertical-align: middle;
}
.con_pickup .box_pic li a .wrp_txt {
  border-bottom: 1px solid #7ec7d8;
  font-size: 108%;
  position: relative;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_pickup .box_pic li a .wrp_txt {
    font-size: 100%;
  }
}
@media print {
  .con_pickup .box_pic li a .wrp_txt {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pickup .box_pic li a .wrp_txt {
    padding: .5em;
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pic li a .wrp_txt {
    font-size: 86%;
  }
}
.con_pickup .box_pic li a .wrp_txt:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  background: #0086a2;
  -webkit-transition: width 400ms;
  transition: width 400ms;
}
.con_pickup .box_pic li a .wrp_img {
  width: 64.84375%;
  position: relative;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_pickup .box_pic li a .wrp_img {
    overflow: hidden;
  }
  .con_pickup .box_pic li a .wrp_img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media print {
  .con_pickup .box_pic li a .wrp_img {
    overflow: hidden;
  }
  .con_pickup .box_pic li a .wrp_img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  .con_pickup .box_pic li a .wrp_img {
    overflow: hidden;
  }
  .con_pickup .box_pic li a .wrp_img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pic li a .wrp_img {
    overflow: hidden;
  }
  .con_pickup .box_pic li a .wrp_img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.con_pickup .box_pic li a .wrp_img:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(106, 175, 191, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  z-index: 10;
}
.con_pickup .box_pic li a .wrp_img em {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #FFF;
  letter-spacing: .15em;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.2), 0 0 1em rgba(0, 0, 0, 0.2), 0 0 1em rgba(0, 0, 0, 0.2);
  font-size: 143%;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_pickup .box_pic li a .wrp_img em {
    font-size: 122%;
  }
}
@media print {
  .con_pickup .box_pic li a .wrp_img em {
    font-size: 122%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pickup .box_pic li a .wrp_img em {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pic li a .wrp_img em {
    font-size: 108%;
  }
}
.con_pickup .box_pic li a .wrp_img em:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  display: block;
  margin: .5em auto 0;
  width: 1.8em;
  line-height: 1.8;
  border: 1px solid #FFF;
  border-radius: 2em;
  font-size: 86%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
@media only screen and (min-width: 1100px) and (max-width: 1373.66667px) {
  .con_pickup .box_pic li a .wrp_img em:after {
    font-size: 72%;
  }
}
@media print {
  .con_pickup .box_pic li a .wrp_img em:after {
    font-size: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pic li a .wrp_img em:after {
    font-size: 72%;
  }
}

/* -----------------------------------------------------------
	#modal
----------------------------------------------------------- */
#modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: rgba(206, 226, 231, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.60417% 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  left: -100%;
  -webkit-transition: opacity 300ms ease-out, left 10ms ease-out;
  -webkit-transition-delay: 0s, 300ms;
  -webkit-transition: opacity 300ms ease-out, left 10ms ease-out 300ms;
  transition: opacity 300ms ease-out, left 10ms ease-out 300ms;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #modal {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  #modal {
    padding: 2em 0;
  }
}
#modal.active {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
#modal .con_modal {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
#modal .con_modal > * {
  position: relative;
  z-index: 1;
}
#modal .con_modal .box_menu {
  display: table;
  margin: 0 auto;
}
#modal .con_modal .box_menu video {
  width: 100%;
  vertical-align: top;
}
#modal .con_modal .btn {
  cursor: pointer;
  width: 123px;
  background: #6aafbf;
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 129%;
  margin: 0 auto;
  font-weight: normal;
  letter-spacing: .08em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  padding: .5em;
}
@media only screen and (max-width: 767px) {
  #modal .con_modal .btn {
    width: 50%;
    padding: .6em;
    font-size: 115%;
  }
}
#modal .con_modal .btn img {
  margin-right: .5em;
  vertical-align: -.2em;
}
@media only screen and (max-width: 767px) {
  #modal .con_modal .btn img {
    width: 1em;
    vertical-align: -.1em;
    height: 1em;
  }
}

.box_aten {
  text-align: center;
  line-height: 1.85;
  padding: 2em;
  position: relative;
  border: 3px double #2E0E01;
  width: 70%;
  margin: 2% auto;
  background: #fff;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_aten {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_aten {
    width: 90%;
  }
}
.box_aten .tit {
  font-size: 143%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_aten .tit {
    font-size: 129%;
    line-height: 1.5em;
  }
}
.box_aten .tit:not(:first-child) {
  margin-top: 3em;
}
.box_aten .txt {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .box_aten .txt {
    font-size: 100%;
  }
}
.box_aten .con_link {
  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: 1099px) {
  .box_aten .con_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box_aten a {
  margin: 0 0.5em;
  font-size: 108%;
  padding: 1em 0 0;
  display: block;
  font-weight: bolder;
  color: #6B0000;
}
.box_aten a i {
  font-size: 30px;
  margin-right: 0.25em;
}
.box_aten a .ic_01 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.box_aten .txt_goto {
  margin-top: 0.5em;
  margin-left: -50%;
}
@media only screen and (max-width: 1099px) {
  .box_aten .txt_goto {
    margin-left: auto;
  }
}

.txt_goto a {
  color: #fff;
  font-size: 120%;
  padding: 0.5em;
  padding-right: 1em;
  display: inline-block;
  text-decoration: none;
  background: #B7AE18;
  -webkit-transition: background 400ms, color 400ms;
  transition: background 400ms, color 400ms;
}
.txt_goto a:hover {
  background: #cec31b;
}
.txt_goto a::after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  font-size: 94%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  vertical-align: -1px;
  font-family: "ic" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.txt_goto a:hover::after {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
