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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_use .box_use, .con_cont {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1140px) {
  .con_use .box_use, .con_cont {
    width: 95%;
  }
}
@media print {
  .con_use .box_use, .con_cont {
    width: 95%;
  }
}
.ie8 .con_use .box_use, .con_use .ie8 .box_use, .ie8 .con_cont {
  width: 95%;
}

.con_use .box_tab:after {
  content: "";
  display: table;
  clear: both;
}

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

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  padding: 90px 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .con_main {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.con_main .box_slide .slide {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide img {
    width: 100%;
  }
}
.con_main .slick-arrow.slick-prev {
  left: auto;
  right: 50%;
  margin-right: 325px;
}
.con_main .slick-arrow.slick-next {
  right: auto;
  left: 50%;
  margin-left: 325px;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  background: url(../images/home/bg_intr.jpg) no-repeat center top/cover;
  text-align: center;
  padding: 60px 0;
  border-top: 1px solid #e1e1cc;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 1.5em 0;
  }
}
.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;
  color: #987010;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro h2 {
    font-size: 243%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h2 {
    font-size: 129%;
    line-height: 1.25;
  }
}
.con_intro h2 strong {
  font-weight: normal;
}
.con_intro h2 em {
  font-size: 76%;
}
.con_intro h2:before, .con_intro h2:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #987010;
  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;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    font-size: 100%;
    margin-top: 15px;
    padding: 0 6%;
  }
}

.c_pri {
  color: #6d730c;
}

.c_cor {
  color: #04666f;
}

.con_use {
  background: url(../images/home/bg_select.jpg) no-repeat center bottom/100% auto;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 767px) {
  .con_use {
    padding: 1.5em 0 3em;
  }
}
.con_use .box_use {
  background: #fff;
  padding-bottom: 1em;
}
.con_use h3 {
  font-weight: normal;
  text-align: center;
  font-feature-settings: "palt";
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_use h3 {
    width: 95%;
    margin: auto;
    padding-bottom: 1em;
  }
}
.con_use h3:before {
  content: "";
  width: 1060px;
  height: 23px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/home/bg_shadow.png) no-repeat center top/100% auto;
}
@media only screen and (max-width: 1024px) {
  .con_use h3:before {
    width: 92.98246%;
  }
}
.con_use h3 .en {
  display: block;
  font-family: "Pinyon Script", cursive;
  color: #987010;
  font-size: 215%;
  line-height: 1;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_use h3 .en {
    font-size: 200%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_use h3 .en {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use h3 .en {
    font-size: 143%;
  }
}
.con_use h3 .jp {
  font-size: 265%;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: .1em;
  line-height: 1.3;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_use h3 .jp {
    font-size: 250%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_use h3 .jp {
    font-size: 236%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use h3 .jp {
    font-size: 158%;
  }
}
.con_use .box_tab {
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .con_use .box_tab {
    margin: 1.5em auto;
  }
}
.con_use .box_tab li {
  width: 47.89474%;
  background: #011b34;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_use .box_tab li:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #2872b7;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.con_use .box_tab li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 13px 0 13px;
  border-color: #2872b7 transparent transparent transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_use .box_tab li:after {
    border-width: 15px 7px 0 7px;
  }
}
.con_use .box_tab li .photo {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .con_use .box_tab li .photo {
    overflow: hidden;
  }
  .con_use .box_tab li .photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media print {
  .con_use .box_tab li .photo {
    overflow: hidden;
  }
  .con_use .box_tab li .photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.ie8 .con_use .box_tab li .photo {
  overflow: hidden;
}
.ie8 .con_use .box_tab li .photo img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 767px) {
  .con_use .box_tab li .photo {
    overflow: hidden;
  }
  .con_use .box_tab li .photo img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.con_use .box_tab li .st {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  line-height: 1.25;
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_use .box_tab li .st {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_use .box_tab li .st {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use .box_tab li .st {
    font-size: 86%;
    padding: 0.5em 0.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_use .box_tab li .st em {
  font-size: 114%;
}
.con_use .box_tab li.tab01 {
  float: left;
}
.con_use .box_tab li.tab02 {
  float: right;
}
.con_use .box_tab li:hover, .con_use .box_tab li.active {
  background: #063f74;
}
.con_use .box_tab li:hover:before, .con_use .box_tab li:hover:after, .con_use .box_tab li.active:before, .con_use .box_tab li.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_use .box_tab li:hover .photo img, .con_use .box_tab li.active .photo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.con_use #panel_member {
  display: none;
}
.con_use #panel_member.open {
  min-height: 5px;
  border-top: 5px solid #dcd2b8;
}
.con_use #panel_member .box_resort {
  display: none;
  background: #063f74;
  padding: 50px 3.50877%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort {
    padding: 1.5em 1em;
  }
}
.con_use #panel_member .box_resort h4 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #FFF;
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_use #panel_member .box_resort h4 {
    font-size: 186%;
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort h4 {
    font-size: 143%;
    margin-bottom: 0.5em;
    line-height: 1.25;
  }
}
.con_use #panel_member .box_resort h4 em {
  font-size: 133%;
  color: #dcd2b8;
}
@media only screen and (min-width: 1025px) {
  .con_use #panel_member .box_resort .use_det {
    margin-left: 18.86792%;
  }
}
@media print {
  .con_use #panel_member .box_resort .use_det {
    margin-left: 18.86792%;
  }
}
.ie8 .con_use #panel_member .box_resort .use_det {
  margin-left: 18.86792%;
}
.con_use #panel_member .box_resort .use_det li {
  font-feature-settings: 'palt';
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.25;
  margin-bottom: 0.5em;
  color: #dcd2b8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_use #panel_member .box_resort .use_det li {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort .use_det li {
    font-size: 115%;
    padding-left: 0.6em;
    text-indent: -0.6em;
  }
}
.con_use #panel_member .box_resort .use_det li:before {
  content: "●";
  font-size: 50%;
  color: #e8b005;
  margin-right: 0.3em;
  vertical-align: middle;
}
.con_use #panel_member .box_resort .use_det li .trial {
  margin: 0 0.5em;
  color: #333333;
  font-size: 91%;
  border: 1px solid #cccccc;
  padding: 0.2em 1.5em 0.2em 1em;
  text-decoration: none;
  position: relative;
}
.con_use #panel_member .box_resort .use_det li .trial:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 8px;
  top: 50%;
  color: #cccccc;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_use #panel_member .box_resort .use_det li .trial:hover:after {
  right: 4px;
}
.con_use #panel_member .box_resort .st {
  font-size: 158%;
  text-align: center;
  margin: 40px auto 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_use #panel_member .box_resort .st {
    font-size: 143%;
    margin: 4% auto 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort .st {
    font-size: 115%;
    margin: 2.5em auto 0.5em;
  }
}
.con_use #panel_member .box_resort .st span:before, .con_use #panel_member .box_resort .st span:after {
  content: "";
  width: 23px;
  height: 2px;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
}
.con_use #panel_member .box_resort .st span:before {
  margin-right: 0.5em;
}
.con_use #panel_member .box_resort .st span:after {
  margin-left: 0.5em;
}
.con_use #panel_member .box_resort .link_list {
  letter-spacing: -.4em;
  text-align: center;
}
.con_use #panel_member .box_resort .link_list li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 48.11321%;
}
.con_use #panel_member .box_resort .link_list li:nth-child(2) {
  margin-left: 3.77358%;
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort .link_list li {
    display: block;
    width: 100%;
  }
  .con_use #panel_member .box_resort .link_list li:nth-child(2) {
    margin: 2.5em auto 0;
  }
}
.con_use #panel_member .box_resort .link_list li .txt {
  font-size: 129%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-bottom: 0.8em;
  line-height: 1.6;
  color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_use #panel_member .box_resort .link_list li .txt {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort .link_list li .txt {
    font-size: 100%;
  }
}
.con_use #panel_member .box_resort .link_list li .btn_mem a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #063f74;
  width: 100%;
  background: #011b34;
  font-size: 143%;
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort .link_list li .btn_mem a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.con_use #panel_member .box_resort .link_list li .btn_mem a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_use #panel_member .box_resort .link_list li .btn_mem a:hover:after {
  right: 8px;
}
.con_use #panel_member .box_resort .link_list li .btn_mem a:hover {
  background: #05325c;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_use #panel_member .box_resort .link_list li .btn_mem a {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_use #panel_member .box_resort .link_list li .btn_mem a {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_use #panel_member .box_resort .link_list li .btn_mem a {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use #panel_member .box_resort .link_list li .btn_mem a {
    font-size: 100%;
  }
}
.con_use #panel_member .box_resort .link_list li .btn_mem a:hover {
  background: #010e1b;
}
.con_use #panel_member .box_resort .link_list li .btn_mem.c_pri a {
  background: #6d730c;
}
.con_use #panel_member .box_resort .link_list li .btn_mem.c_pri a:hover {
  background: #575c0a;
}
.con_use #panel_member .box_resort .link_list li .btn_mem.c_cor a {
  background: #04666f;
}
.con_use #panel_member .box_resort .link_list li .btn_mem.c_cor a:hover {
  background: #034f56;
}
.con_use .btn_mem_det {
  width: 800px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 880px) {
  .con_use .btn_mem_det {
    width: 90%;
    margin-top: 1em;
  }
}
.con_use .btn_mem_det a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #063f74;
  width: 100%;
  background: #011b34;
  font-size: 143%;
}
@media only screen and (max-width: 767px) {
  .con_use .btn_mem_det a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.con_use .btn_mem_det a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_use .btn_mem_det a:hover:after {
  right: 8px;
}
.con_use .btn_mem_det a:hover {
  background: #05325c;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_use .btn_mem_det a {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_use .btn_mem_det a {
    font-size: 115%;
    padding: 1em;
    line-height: 1.25;
  }
}
.con_use .btn_mem_det a:hover {
  background: #010e1b;
}

.con_cont {
  margin: 50px auto;
  border: 1px solid #cccccc;
  padding: 2.60417% 2.08333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_cont {
    margin-top: 1em;
    padding: 1em;
  }
}
.con_cont .st {
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  line-height: 1.7;
  text-align: center;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cont .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cont .st {
    font-size: 115%;
    text-align: left;
  }
}
.con_cont ul {
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_cont ul {
    margin-top: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_cont ul li {
    width: 48.11321%;
    float: left;
  }
  .con_cont ul li:nth-child(2) {
    margin-left: 3.77358%;
  }
}
@media print {
  .con_cont ul li {
    width: 48.11321%;
    float: left;
  }
  .con_cont ul li:nth-child(2) {
    margin-left: 3.77358%;
  }
}
.ie8 .con_cont ul li {
  width: 48.11321%;
  float: left;
}
.ie8 .con_cont ul li:nth-child(2) {
  margin-left: 3.77358%;
}
@media only screen and (max-width: 767px) {
  .con_cont ul li:first-child {
    margin-bottom: 1em;
  }
}
.con_cont ul li a {
  display: block;
}

/* -----------------------------------------------------------
	.con_list
----------------------------------------------------------- */
.con_list {
  margin-top: 60px;
}
.con_list .panel {
  padding: 20px 0;
}
.con_list .box_title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_list .box_title {
    margin-bottom: 20px;
    padding: 0 2.5%;
  }
}
.con_list .box_title .txt {
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_list .box_tab {
    padding: 0 2.5%;
  }
}
.con_list .box_tab ul {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.con_list .box_tab ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
}
.con_list .box_tab ul li a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #767676;
}
@media only screen and (max-width: 767px) {
  .con_list .box_tab ul li a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.con_list .box_tab ul li a:hover {
  background: #333333;
}
.con_list .box_tab ul li.active a {
  background: #333333;
}
.con_list .box_tab .box_select {
  display: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_list .box_tab .box_select {
    display: block;
    margin-bottom: 20px;
  }
  .con_list .box_tab .box_select:after {
    content: "\f0dd";
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    font-family: "FontAwesome";
    font-size: 115%;
  }
}
.con_list .box_tab .box_select select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 115%;
  padding: 0.5em;
}
.con_list .wrp_list {
  display: none;
}
.con_list .wrp_list.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .con_inner {
    width: 100%;
    padding: 0 2.5%;
    border-top: 1px solid #cccccc;
  }
}
.con_list .wrp_list.gmap .box_select {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .box_select {
    padding: 10px 0;
  }
}
.con_list .wrp_list.gmap .box_select > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
}
.con_list .wrp_list.gmap .box_select .btn_submit {
  color: #fff;
  font-size: 93%;
  padding: 0 1em;
  background: #333333;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  margin-right: 5px;
}
.con_list .wrp_list.gmap .box_select .btn_submit:hover {
  background: #1a1a1a;
}
.con_list .wrp_list.gmap .box_select select {
  padding: 0 0.5em;
}
.con_list .wrp_list.gmap .wrp_gmap {
  position: relative;
}
.con_list .wrp_list.gmap .wrp_gmap #map {
  background: #ccc;
  height: 500px;
  min-height: 500px;
  position: relative;
  z-index: 1;
  transition: 0.4s height;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .wrp_gmap #map {
    height: 320px;
    min-height: 320px;
  }
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  left: 50%;
  height: 100%;
  top: 0;
  margin-left: 290px;
  width: 270px;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
    min-height: 500px;
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
    min-height: 500px;
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
  min-height: 500px;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1140px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
@media print {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
.ie8 .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
  left: auto;
  margin-left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel {
    position: relative;
    width: 100%;
  }
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel {
  display: none;
}
@media only screen and (min-width: 768px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel {
    width: 100%;
  }
}
@media print {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel {
    width: 100%;
  }
}
.ie8 .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel {
  width: 100%;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .img img {
    width: 100%;
  }
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .name {
  font-size: 122%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-top: 15px;
  letter-spacing: -0.1ex;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .name {
    font-size: 143%;
  }
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel address {
  font-size: 93%;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel address {
    font-size: 115%;
  }
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .txt_tel {
  font-family: "Times New Roman", serif;
  font-size: 143%;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .txt_tel a {
  text-decoration: none;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .note {
  color: #d63e3e;
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .price {
  display: none;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .price > * {
  display: table-cell;
  vertical-align: middle;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .price dt span {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  background: #120702;
  width: 50px;
  text-align: center;
  line-height: 1.2;
  padding: 0.65em 0;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .price dt span {
    font-size: 100%;
    padding: 0.65em;
    width: auto;
    white-space: nowrap;
  }
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .price dd {
  font-size: 193%;
  color: #5d1010;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: -0.18ex;
  padding-left: 5px;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .price dd em {
  font-size: 75%;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .price dd strong {
  font-weight: normal;
  font-size: 163%;
  font-family: "Times New Roman", serif;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .btns li {
  margin-top: 10px;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .btns li:first-child {
  margin-top: 0;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .btns li a {
  min-width: 0;
  width: 100%;
  font-size: 115%;
}
@media only screen and (min-width: 768px) {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .btns li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print {
  .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .btns li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ie8 .con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .btns li a {
  padding-left: 15px;
  padding-right: 15px;
}
.con_list .wrp_list.gmap .wrp_gmap .wrp_hotel .box_hotel .btns .red {
  display: none;
}
.con_list .wrp_list .box_list {
  overflow: hidden;
  border: 1px solid #ccc;
}
.con_list .wrp_list .box_list .box_east, .con_list .wrp_list .box_list .box_west {
  width: 50%;
  float: left;
  padding: 3em;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list .box_list .box_east, .con_list .wrp_list .box_list .box_west {
    float: none;
    width: 100%;
    padding: 1em;
  }
}
.con_list .wrp_list .box_list .box_east .st_mid_skew, .con_list .wrp_list .box_list .box_west .st_mid_skew {
  margin-bottom: 1em;
}
.con_list .wrp_list .box_list .box_east ul li, .con_list .wrp_list .box_list .box_west ul li {
  padding: 0.2em 0;
}
.con_list .wrp_list .box_list .box_east ul li a, .con_list .wrp_list .box_list .box_west ul li a {
  text-decoration: none;
}
.con_list .wrp_list .box_list .box_east ul li a:hover, .con_list .wrp_list .box_list .box_west ul li a:hover {
  text-decoration: underline;
}
.con_list .wrp_list .box_list .box_east ul li a:before, .con_list .wrp_list .box_list .box_west ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.3em;
}
.con_list .wrp_list .box_list .box_east ul li a .note, .con_list .wrp_list .box_list .box_west ul li a .note {
  color: #d63e3e;
  font-weight: bold;
}
.con_list .wrp_list .box_list .box_west {
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_list .wrp_list .box_list .box_west {
    border-left: none;
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 50px;
  border-top: 1px solid #dfd1b3;
  background: url(../images/common/bg_texture01.jpg) 0 0 repeat-x;
  background-size: auto 100%;
  padding-top: 40px;
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 50px;
  }
}
.con_news:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #fffcf4;
}
.con_news .con_inner .st_high_border {
  border-bottom: 1px solid #cfc6ad;
}
.con_news .box_tab {
  margin-bottom: 20px;
}
.con_news .box_tab ul {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_news .box_tab ul {
    display: none;
  }
}
.con_news .box_tab ul li {
  padding-left: 1px;
  float: left;
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .con_news .box_tab ul li:nth-child(4n+1) {
    clear: both;
  }
}
@media print {
  .con_news .box_tab ul li:nth-child(4n+1) {
    clear: both;
  }
}
.ie8 .con_news .box_tab ul li:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .con_news .box_tab ul li {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_tab ul li {
    width: 50%;
  }
  .con_news .box_tab ul li:nth-child(odd) {
    clear: both;
  }
}
.con_news .box_tab ul li a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #b09d94;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_tab ul li a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.con_news .box_tab ul li a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_news .box_tab ul li a:hover:after {
  right: 8px;
}
.con_news .box_tab ul li a:hover {
  background: #a59085;
}
.con_news .box_tab ul li a:after {
  content: "\f103";
}
.con_news .box_tab ul li a:hover {
  background: #4e3427;
}
.con_news .box_tab ul li a:hover:after {
  right: 12px;
  top: 60%;
}
.con_news .box_tab ul li.active a {
  background: #4e3427;
}
.con_news .box_tab .box_select {
  display: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_news .box_tab .box_select {
    display: block;
  }
  .con_news .box_tab .box_select:after {
    content: "\f0dd";
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    font-family: "FontAwesome";
    font-size: 115%;
  }
}
.con_news .box_tab .box_select select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 115%;
  padding: 0.5em;
}
.con_news .wrp_news {
  overflow: hidden;
  margin-left: -2%;
  display: none;
}
.con_news .wrp_news:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_news .wrp_news {
    margin-left: 0;
  }
}
.con_news .wrp_news .box_news {
  float: left;
  width: 23%;
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .con_news .wrp_news .box_news {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .con_news .wrp_news .box_news:first-child {
    margin-top: 0;
  }
}
.con_news .wrp_news .box_news a {
  display: block;
  text-decoration: none;
}
.con_news .wrp_news .box_news a:hover .title {
  text-decoration: underline;
}
.con_news .wrp_news .box_news .img {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfc6ad;
}
.con_news .wrp_news .box_news .img img {
  width: 100%;
}
.con_news .wrp_news .box_news .info {
  margin-top: 15px;
}
.con_news .wrp_news .box_news .info li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: 5px;
}
.con_news .wrp_news .box_news .info li.date {
  font-size: 108%;
  font-family: "Times New Roman", serif;
}
.con_news .wrp_news .box_news .info li.cate {
  color: #fff;
  font-size: 79%;
  padding: 0.5em;
  background: #4e3427;
}
.con_news .wrp_news .box_news .info li.hotel {
  font-size: 79%;
  padding: 0.5em;
  border: 1px solid #cfc6ad;
}
.con_news .wrp_news .box_news .title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #4e3427;
  font-size: 129%;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_news .wrp_news .box_news .title {
    font-size: 115%;
  }
}
.con_news .wrp_news .box_news .txt {
  font-size: 93%;
  margin-top: 10px;
}
.con_news .btn_basic {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_news .btn_basic {
    margin-top: 30px;
  }
}

#contents .con_contact {
  margin-top: 0;
}

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