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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
body {
  background: #eeefec;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .seo {
  display: none;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .con_main {
    height: auto;
    min-height: 100vh;
  }
}
.con_main .wrp_main.scene01 {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_main .wrp_main.scene01.active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene01 {
    height: 100vh;
  }
}
.con_main .wrp_main.scene01 .box_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.con_main .wrp_main.scene01 .box_title .name span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em 80px;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 179%;
  background: -moz-linear-gradient(left, rgba(6, 63, 116, 0) 0%, rgba(6, 63, 116, 0) 1%, rgba(6, 63, 116, 0.5) 18%, rgba(6, 63, 116, 0.69) 50%, rgba(6, 63, 116, 0.7) 51%, rgba(6, 63, 116, 0.5) 82%, rgba(6, 63, 116, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(6, 63, 116, 0) 0%, rgba(6, 63, 116, 0) 1%, rgba(6, 63, 116, 0.5) 18%, rgba(6, 63, 116, 0.69) 50%, rgba(6, 63, 116, 0.7) 51%, rgba(6, 63, 116, 0.5) 82%, rgba(6, 63, 116, 0) 100%);
  background: linear-gradient(to right, rgba(6, 63, 116, 0) 0%, rgba(6, 63, 116, 0) 1%, rgba(6, 63, 116, 0.5) 18%, rgba(6, 63, 116, 0.69) 50%, rgba(6, 63, 116, 0.7) 51%, rgba(6, 63, 116, 0.5) 82%, rgba(6, 63, 116, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00063f74', endColorstr='#00063f74',GradientType=1 );
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene01 .box_title .name span {
    font-size: 100%;
  }
}
.con_main .wrp_main.scene01 .box_title .catch {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 10px rgba(0, 0, 0, 0.75);
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 322%;
  color: #fff;
}
.con_main .wrp_main.scene01 .box_title .catch span {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene01 .box_title .catch {
    font-size: 143%;
    margin-top: 10px;
  }
}
.con_main .wrp_main.scene02 {
  background: #eeefec;
  position: absolute;
  height: 100vh;
  padding: 145px 0 40px 0;
  margin: 0 auto;
  z-index: 3;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 {
    height: auto;
    position: relative;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.con_main .wrp_main.scene02:after {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e7e7e6;
}
.con_main .wrp_main.scene02 .attention {
  background: rgba(25, 64, 99, 0.8);
  padding: 7px 0;
  margin-bottom: 10px;
  text-align: center;
}
.con_main .wrp_main.scene02 .attention a {
  color: #fff;
  font-size: 0.9em;
}
.con_main .wrp_main.scene02 .attention a p {
  line-height: 1.6;
}
.con_main .wrp_main.scene02 .con_inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.con_main .wrp_main.scene02 .panel {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_main .wrp_main.scene02 .panel.active {
  opacity: 1;
}
.con_main .wrp_main.scene02 .box {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}
.con_main .wrp_main.scene02 .box.hotel {
  top: 0;
  left: 0;
  height: 100%;
  width: 41%;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box.hotel {
    width: 60%;
    height: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .box.hotel {
    height: 0;
    padding-top: 60%;
  }
}
.con_main .wrp_main.scene02 .box.hotel .title .main {
  font-size: 45px;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box.hotel .title .main {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .box.hotel .title .main {
    font-size: 158%;
  }
}
.con_main .wrp_main.scene02 .box.hotel .slick-arrow {
  z-index: 10;
}
.con_main .wrp_main.scene02 .box.hotel .box_slide {
  height: 100%;
  position: relative;
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slick-list, .con_main .wrp_main.scene02 .box.hotel .box_slide .slick-track {
  height: 100%;
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide01:before {
  background-image: url(../images/home/img_main_hotel01.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide02:before {
  background-image: url(../images/home/img_main_hotel02.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide03:before {
  background-image: url(../images/home/img_main_hotel03.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide04:before {
  background-image: url(../images/home/img_main_hotel04.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide05:before {
  background-image: url(../images/home/img_main_hotel05.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide06:before {
  background-image: url(../images/home/img_main_hotel06.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide07:before {
  background-image: url(../images/home/img_main_hotel07.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide08:before {
  background-image: url(../images/home/img_main_hotel08.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide09:before {
  background-image: url(../images/home/img_main_hotel09.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide10:before {
  background-image: url(../images/home/img_main_hotel10.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide11:before {
  background-image: url(../images/home/img_main_hotel11.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide12:before {
  background-image: url(../images/home/img_main_hotel12.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide13:before {
  background-image: url(../images/home/img_main_hotel13.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide14:before {
  background-image: url(../images/home/img_main_hotel14.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slide15:before {
  background-image: url(../images/home/img_main_hotel15.jpg);
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .slide.slick-active:before {
  -webkit-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .name {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.con_main .wrp_main.scene02 .box.hotel .box_slide .name span {
  display: inline-block;
  font-size: 129%;
  padding: 1.5em 1em 0.7em 1em;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box.hotel .box_slide .name span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .box.hotel .box_slide .name span {
    font-size: 100%;
  }
}
.con_main .wrp_main.scene02 .box.medium {
  width: 30%;
  left: calc(41% + 15px);
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box.medium {
    width: calc(40% - 15px);
    left: auto;
    right: 0;
  }
}
.con_main .wrp_main.scene02 .box.medium .title .main {
  font-size: 35px;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box.medium .title .main {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .box.medium .title .main {
    font-size: 158%;
  }
}
.con_main .wrp_main.scene02 .box.membership {
  top: 0;
  height: 59%;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box.membership {
    height: 35%;
  }
}
.con_main .wrp_main.scene02 .box.membership a:before {
  background-image: url(../images/home/img_main_membership.jpg);
}
.con_main .wrp_main.scene02 .box.tour {
  bottom: 0;
  height: calc(41% - 15px);
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box.tour {
    height: calc(25% - 15px);
    bottom: auto;
    top: calc(35% + 15px);
  }
}
.con_main .wrp_main.scene02 .box.tour a:before {
  background-image: url(../images/home/img_main_tour.jpg);
}
.con_main .wrp_main.scene02 .box a, .con_main .wrp_main.scene02 .box_small a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.con_main .wrp_main.scene02 .box a .title, .con_main .wrp_main.scene02 .box_small a .title {
  padding: 30px 0;
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}
.con_main .wrp_main.scene02 .box a .title span, .con_main .wrp_main.scene02 .box_small a .title span {
  display: block;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.con_main .wrp_main.scene02 .box a .title span.main, .con_main .wrp_main.scene02 .box_small a .title span.main {
  letter-spacing: -.1ex;
}
.con_main .wrp_main.scene02 .box a .title span.sub, .con_main .wrp_main.scene02 .box_small a .title span.sub {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .box a .title span.sub, .con_main .wrp_main.scene02 .box_small a .title span.sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .box a .title span.sub, .con_main .wrp_main.scene02 .box_small a .title span.sub {
    font-size: 93%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .box:not(.hotel), .con_main .wrp_main.scene02 .box_small {
    height: 0 !important;
    padding-top: 60% !important;
  }
}
.con_main .wrp_main.scene02 .box:not(.hotel) a:before, .con_main .wrp_main.scene02 .box_small a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1025px) {
  .con_main .wrp_main.scene02 .box:not(.hotel) a:after, .con_main .wrp_main.scene02 .box_small a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .con_main .wrp_main.scene02 .box:not(.hotel) a:hover:before, .con_main .wrp_main.scene02 .box_small a:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .con_main .wrp_main.scene02 .box:not(.hotel) a:hover:after, .con_main .wrp_main.scene02 .box_small a:hover:after {
    opacity: .3;
  }
}
@media print {
  .con_main .wrp_main.scene02 .box:not(.hotel) a:after, .con_main .wrp_main.scene02 .box_small a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .con_main .wrp_main.scene02 .box:not(.hotel) a:hover:before, .con_main .wrp_main.scene02 .box_small a:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .con_main .wrp_main.scene02 .box:not(.hotel) a:hover:after, .con_main .wrp_main.scene02 .box_small a:hover:after {
    opacity: .3;
  }
}
.ie8 .con_main .wrp_main.scene02 .box:not(.hotel) a:after, .ie8 .con_main .wrp_main.scene02 .box_small a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.ie8 .con_main .wrp_main.scene02 .box:not(.hotel) a:hover:before, .ie8 .con_main .wrp_main.scene02 .box_small a:hover:before {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.ie8 .con_main .wrp_main.scene02 .box:not(.hotel) a:hover:after, .ie8 .con_main .wrp_main.scene02 .box_small a:hover:after {
  opacity: .3;
}
.con_main .wrp_main.scene02 .btn_rsv {
  position: absolute;
  width: calc(28% - 18px);
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .btn_rsv {
    top: calc(60% + 15px);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .btn_rsv {
    position: static;
    margin-top: 10px;
  }
}
.con_main .wrp_main.scene02 .btn_rsv strong {
  display: block;
  font-weight: normal;
  text-decoration: none;
  background: #333333;
  color: #ffecaa;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  position: relative;
}
.con_main .wrp_main.scene02 .btn_rsv strong:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffecaa;
  position: absolute;
  left: 0;
  top: 1px;
}
.con_main .wrp_main.scene02 .btn_rsv strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffecaa;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.con_main .wrp_main.scene02 .wrp_small {
  width: calc(28% - 18px);
  height: calc(100% - 47px);
  right: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .wrp_small {
    width: calc(100% + 15px);
    top: calc(60% + 77px);
    height: calc(30% - 15px);
    overflow: hidden;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .wrp_small {
    position: relative;
    width: 100%;
    top: auto;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
  }
}
.con_main .wrp_main.scene02 .wrp_small .box_small {
  height: calc(50% - 15px);
  width: 100%;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small {
    position: relative;
    float: left;
    width: calc(33.3333333% - 15px);
    margin-left: 15px;
    bottom: auto !important;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small {
    float: none;
    width: 100%;
    height: 0;
    padding-top: 40% !important;
    margin-left: 0;
  }
}
.con_main .wrp_main.scene02 .wrp_small .box_small.dappli {
  bottom: calc(50%);
}
.con_main .wrp_main.scene02 .wrp_small .box_small.dappli a:before {
  background-image: url(../images/home/img_main_dappli.jpg);
}
@media only screen and (min-width: 1025px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dappli img {
    width: 55%;
  }
}
@media print {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dappli img {
    width: 55%;
  }
}
.ie8 .con_main .wrp_main.scene02 .wrp_small .box_small.dappli img {
  width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dappli img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dappli img {
    width: 37%;
  }
}
.con_main .wrp_main.scene02 .wrp_small .box_small.dmypage {
  bottom: 0;
}
.con_main .wrp_main.scene02 .wrp_small .box_small.dmypage a:before {
  background-image: url(../images/home/img_main_dmypage.jpg);
}
@media only screen and (min-width: 1025px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dmypage img {
    width: 55%;
  }
}
@media print {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dmypage img {
    width: 55%;
  }
}
.ie8 .con_main .wrp_main.scene02 .wrp_small .box_small.dmypage img {
  width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dmypage img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small.dmypage img {
    width: 37%;
  }
}
.con_main .wrp_main.scene02 .wrp_small .box_small .title .main {
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small .title .main {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .wrp_main.scene02 .wrp_small .box_small .title .main {
    font-size: 158%;
  }
}
.con_main .wrp_main.scene02 .wrp_small .box_small .title img {
  margin-bottom: .5em;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  background: url(../images/home/bg_intro.jpg);
  text-align: center;
  padding: 30px 0 40px 0;
  border-top: 1px solid #e1e1cc;
}
.con_intro h2 {
  display: inline-block;
  padding: 0 30px;
  font-size: 265%;
  font-weight: normal;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .con_intro h2 {
    font-size: 243%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h2 {
    font-size: 143%;
  }
}
.con_intro h2 strong {
  font-weight: normal;
  color: #987010;
}
.con_intro h2 em {
  font-size: 76%;
}
.con_intro h2:before, .con_intro h2:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_intro h2:before, .con_intro h2:after {
    width: 15px;
  }
}
.con_intro h2:before {
  left: 0;
}
.con_intro h2:after {
  right: 0;
}
.con_intro .txt {
  margin-top: 20px;
  color: #666666;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  line-height: 2;
}
.con_intro .btns {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_intro .btns {
    margin-top: 20px;
  }
}
.con_intro .btns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_intro .btns li {
    display: block;
    margin: 10px 0 0 0;
  }
}
.con_intro .btns li a {
  min-width: 250px;
}

/* -----------------------------------------------------------
	.bg_white
----------------------------------------------------------- */
.bg_white {
  max-width: 1740px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
}
.bg_white.border {
  border-top: 5px solid #dcd2b8;
}
.bg_white:before, .bg_white:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.bg_white:before {
  top: 0;
  left: 0;
  background: url(../images/home/bg_leaf_left.jpg) 0 0 no-repeat;
  width: 291px;
  height: 166px;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .bg_white:before {
    width: 25%;
    height: 0;
    padding-top: 15%;
  }
}
.bg_white:after {
  bottom: 0;
  right: 0;
  background: url(../images/home/bg_leaf_right.jpg) 0 0 no-repeat;
  width: 316px;
  height: 166px;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .bg_white:after {
    width: 25%;
    height: 0;
    padding-top: 13%;
  }
}

/* -----------------------------------------------------------
	.con_member
----------------------------------------------------------- */
.con_member {
  padding: 40px 0 50px 0;
}
.con_member .box_member {
  float: left;
  width: 56.14035%;
}
@media only screen and (max-width: 1024px) {
  .con_member .box_member {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_member {
    width: 95%;
  }
}
.con_member .box_member ul {
  overflow: hidden;
  margin-left: -5%;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .con_member .box_member ul {
    margin-left: -2%;
  }
}
.con_member .box_member ul li {
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_member .box_member ul li {
    width: 48%;
    margin-left: 2%;
  }
}
.con_member .box_member ul li:nth-child(odd) {
  clear: both;
}
.con_member .box_member ul li a {
  text-decoration: none;
  display: block;
}
.con_member .box_member ul li a:hover {
  text-decoration: underline;
}
.con_member .box_member ul li a .img {
  position: relative;
  height: 0;
  padding-top: 64%;
}
.con_member .box_member ul li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}
.con_member .box_member ul li a .txt {
  margin-top: 5px;
}
.con_member .box_membership {
  float: right;
  width: 39.47368%;
}
@media only screen and (max-width: 1024px) {
  .con_member .box_membership {
    float: none;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_member .box_membership {
    width: 100%;
    margin-top: 40px;
  }
}
.con_member .box_membership .btns {
  margin-top: 15px;
  overflow: hidden;
  margin-left: -2%;
}
@media only screen and (max-width: 767px) {
  .con_member .box_membership .btns {
    margin-left: 0;
    margin-top: 0;
  }
}
.con_member .box_membership .btns li {
  float: left;
  width: 31.333333%;
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .con_member .box_membership .btns li {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.con_member .box_membership .btns li a {
  min-width: 0;
  width: 100%;
  font-size: 108%;
  padding-left: 20px;
  padding-right: 20px;
}

/* -----------------------------------------------------------
	.con_hotel
----------------------------------------------------------- */
.con_hotel .box_title {
  padding: 30px 0;
  background: url(../images/common/bg_texture_blue.png);
}
.con_hotel .box_title h2 {
  margin-bottom: 0;
}
.con_hotel .bg_white {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .con_hotel .bg_white {
    padding-top: 30px;
  }
}
.con_hotel .wrp_hotel {
  overflow: hidden;
}
.con_hotel .wrp_hotel.east {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_hotel.east {
    margin-bottom: 30px;
  }
}
.con_hotel .wrp_hotel > div {
  width: 33.333333333%;
  float: left;
  height: 0;
  padding-top: 22.5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_hotel > div {
    width: 50%;
    padding-top: 50%;
  }
}
.con_hotel .wrp_hotel > div a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.con_hotel .wrp_hotel .box_area {
  background: url(../images/home/bg_area.png) 0 0 repeat-x;
  background-size: auto 100%;
  position: relative;
}
.con_hotel .wrp_hotel .box_area h3 {
  font-weight: normal;
  color: #fff;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .con_hotel .wrp_hotel .box_area h3 {
    font-size: 75%;
  }
}
.con_hotel .wrp_hotel .box_area h3 span {
  display: block;
}
.con_hotel .wrp_hotel .box_area h3 span.en01 {
  font-family: "Pinyon Script", cursive;
  font-size: 179%;
  margin-bottom: -0.3em;
}
.con_hotel .wrp_hotel .box_area h3 span.jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 286%;
  letter-spacing: -0.1ex;
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_hotel .box_area h3 span.jp {
    font-size: 229%;
  }
}
.con_hotel .wrp_hotel .box_area h3 span.en02 {
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
}
.con_hotel .wrp_hotel .box_area h3 span.en02 em {
  font-size: 139%;
  font-style: italic;
}
.con_hotel .wrp_hotel .box_hotel a .cate {
  color: #fff;
  padding: 0.5em;
  background: rgba(6, 60, 108, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.con_hotel .wrp_hotel .box_hotel a .name {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.con_hotel .wrp_hotel .box_hotel a .name span {
  display: inline-block;
  font-size: 129%;
  padding: 1.5em 1em 0.7em 1em;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .con_hotel .wrp_hotel .box_hotel a .name span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_hotel .box_hotel a .name span {
    font-size: 100%;
  }
}
.con_hotel .wrp_hotel .box_hotel a .note {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.con_hotel .wrp_hotel .box_hotel a .note span {
  background-color: #fff;
  border: 3px solid #d63e3e;
  color: #d63e3e;
  display: block;
  font-size: 129%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: bold;
  padding: 1em;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .wrp_hotel .box_hotel a .note span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_hotel .box_hotel a .note span {
    font-size: 100%;
  }
}
.con_hotel .wrp_hotel .box_hotel a:before {
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (min-width: 1025px) {
  .con_hotel .wrp_hotel .box_hotel a:after {
    content: "";
    display: block;
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #063c6c;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    top: 0;
    left: 0;
  }
}
@media print {
  .con_hotel .wrp_hotel .box_hotel a:after {
    content: "";
    display: block;
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #063c6c;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    top: 0;
    left: 0;
  }
}
.ie8 .con_hotel .wrp_hotel .box_hotel a:after {
  content: "";
  display: block;
  z-index: 2;
  width: 100%;
  position: absolute;
  height: 100%;
  background: #063c6c;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .con_hotel .wrp_hotel .box_hotel a:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .con_hotel .wrp_hotel .box_hotel a:hover:after {
    opacity: .3;
  }
}
@media print {
  .con_hotel .wrp_hotel .box_hotel a:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .con_hotel .wrp_hotel .box_hotel a:hover:after {
    opacity: .3;
  }
}
.ie8 .con_hotel .wrp_hotel .box_hotel a:hover:before {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.ie8 .con_hotel .wrp_hotel .box_hotel a:hover:after {
  opacity: .3;
}
.con_hotel .wrp_hotel .box_hotel.kamakura a:before {
  background-image: url(../images/home/img_hotel_kamakura.jpg);
}
.con_hotel .wrp_hotel .box_hotel.hakones a:before {
  background-image: url(../images/home/img_hotel_hakones.jpg);
}
.con_hotel .wrp_hotel .box_hotel.yatsugatake a:before {
  background-image: url(../images/home/img_hotel_yatsugatake.jpg);
}
.con_hotel .wrp_hotel .box_hotel.azumino a {
  pointer-events: none;
}
.con_hotel .wrp_hotel .box_hotel.azumino a:before {
  background-image: url(../images/home/img_hotel_azumino.jpg);
}
.con_hotel .wrp_hotel .box_hotel.gero a:before {
  background-image: url(../images/home/img_hotel_gero.jpg);
}
.con_hotel .wrp_hotel .box_hotel.katayamazu a:before {
  background-image: url(../images/home/img_hotel_katayamazu.jpg);
}
.con_hotel .wrp_hotel .box_hotel.dhakone a:before {
  background-image: url(../images/home/img_hotel_dhakone.jpg);
}
.con_hotel .wrp_hotel .box_hotel.arimah a:before {
  background-image: url(../images/home/img_hotel_arimah.jpg);
}
.con_hotel .wrp_hotel .box_hotel.arimas a:before {
  background-image: url(../images/home/img_hotel_arimas.jpg);
}
.con_hotel .wrp_hotel .box_hotel.kyoto a:before {
  background-image: url(../images/home/img_hotel_kyoto.jpg);
}
.con_hotel .wrp_hotel .box_hotel.shiga a:before {
  background-image: url(../images/home/img_hotel_shiga.jpg);
}
.con_hotel .wrp_hotel .box_hotel.shiga_golf a:before {
  background-image: url(../images/home/img_hotel_shiga_golf.jpg);
}
.con_hotel .wrp_hotel .box_hotel.yappon a:before {
  background-image: url(../images/home/img_hotel_yappon.jpg);
}
.con_hotel .wrp_hotel .box_hotel.dshiga a:before {
  background-image: url(../images/home/img_hotel_dshiga.jpg);
}
.con_hotel .wrp_hotel .box_hotel.marine a:before {
  background-image: url(../images/home/img_hotel_marine.jpg);
}
.con_hotel .wrp_hotel .box_hotel.andresort7s a::before {
  background-image: url("../images/home/img_hotel_andresort7s.jpg");
}
.con_hotel .wrp_banner {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_banner {
    margin-top: 30px;
  }
}
.con_hotel .wrp_banner ul {
  overflow: hidden;
  margin-left: -3.5%;
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_banner ul {
    margin-left: 0;
  }
}
.con_hotel .wrp_banner ul li {
  width: 29.833333%;
  margin-left: 3.5%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_hotel .wrp_banner ul li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    float: none;
  }
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  padding: 35px 0;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .con_information h2 {
    margin-bottom: 30px;
  }
}
.con_information .wrp_information {
  overflow: hidden;
  margin-left: -3%;
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_information {
    margin-left: 0;
    margin-top: -40px;
  }
}
.con_information .wrp_information .box_information {
  width: 30.333333%;
  margin-left: 3%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_information .box_information {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 40px;
  }
}
.con_information .wrp_information .box_information h3 {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_information .wrp_information .box_information h3 {
    font-size: 129%;
    margin-bottom: 0;
  }
}
.con_information .wrp_information .box_information > ul > li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  background: url(../images/common/bg_line_dots.png) 0 bottom repeat-x;
}
.con_information .wrp_information .box_information > ul > li a:hover .title {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_information .box_information > ul > li a {
    background: none;
    border-bottom: 1px dotted #666666;
  }
}
.con_information .wrp_information .box_information > ul > li ul {
  overflow: hidden;
  margin-top: -5px;
}
.con_information .wrp_information .box_information > ul > li ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: 5px;
}
.con_information .wrp_information .box_information > ul > li ul li.date {
  font-size: 108%;
  font-family: "Times New Roman", serif;
}
.con_information .wrp_information .box_information > ul > li ul li.cate {
  color: #fff;
  font-size: 79%;
  padding: 0.5em;
  background: #063c6c;
}
.con_information .wrp_information .box_information > ul > li ul li.hotel {
  font-size: 79%;
  padding: 0.5em;
  border: 1px solid #cdcdcd;
}
.con_information .wrp_information .box_information > ul > li .title {
  margin-top: 10px;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 0;
  background: #fff;
}
