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

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
#htlSide-A {
  top: 2040px;
}

.wrp_narrow {
  margin-top: 55px;
}

.con_main {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
.con_main:before {
  content: '';
  width: 1920px;
  height: 883px;
  background: url(../images/common/bg02.jpg) repeat left top;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -950px;
  z-index: -1;
}
.con_main h2 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 160px;
}
.con_main .box_slide {
  position: relative;
  width: 100%;
  height: 740px;
}
.con_main .box_slide:before {
  content: '';
  background: url(../images/common/ic_leaf.png) no-repeat;
  width: 292px;
  height: 236px;
  position: absolute;
  left: 22px;
  top: -22px;
  z-index: 1;
}
.con_main .box_slide #slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 715px;
  overflow: hidden;
}
.con_main .box_slide #slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.con_main .box_slide #slide img:first-child {
  display: block;
}
.con_main .box_slide #thum {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
}
.con_main .box_slide #thum li {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin: 0 .2em;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_main .box_slide #thum li.sel {
  background-color: #567f4f;
}

.con_bnr {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.con_bnr > p a {
  display: block;
}

.con_intr {
  margin-top: 75px;
}

.con_poi {
  overflow: hidden;
  margin-top: 120px;
}
.con_poi li {
  float: left;
}

.con_rkbn {
  background: #f1f9ff;
  padding: 40px 0 60px;
  margin-top: 95px;
}
.con_rkbn h3 {
  font-size: 150%;
  text-align: center;
}
.con_rkbn ul {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.con_rkbn ul li {
  margin-top: 10px;
}
.con_rkbn ul li a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  display: block;
  text-align: center;
}
.con_rkbn ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.con_plan {
  margin-top: 60px;
  padding: 60px 70px 0;
  background: url(../images/common/bg01.jpg) repeat 0 0;
}
.con_plan .main_title > * {
  color: #fff;
}
.con_plan .main_title .en:before, .con_plan .main_title .en:after {
  background: #fff;
}
.con_plan .main_title .en i {
  border-color: #fff;
}
.con_plan .main_title .jp {
  font-size: 213%;
}
.con_plan .box_plan {
  overflow: hidden;
  margin-top: 40px;
}
.con_plan .box_plan li {
  float: left;
  width: 250px;
  margin-right: 30px;
}
.con_plan .box_plan li:last-child {
  margin-right: 0;
}
.con_plan .box_plan li a {
  display: block;
  text-decoration: none;
  background: #fff;
}
.con_plan .box_plan li a:hover .photo img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.con_plan .box_plan li a .photo {
  overflow: hidden;
  position: relative;
}
.con_plan .box_plan li a .photo img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.65s ease-out;
  -o-transition: -o-transform 0.65s ease-out;
  -webkit-transition: -webkit-transform 0.65s ease-out;
  transition: transform 0.65s ease-out;
}
.con_plan .box_plan li a .plan_det {
  padding: 25px 15px 20px;
}
.con_plan .box_plan li a .plan_det .st {
  font-size: 94%;
  line-height: 1.6;
  margin-bottom: 0.4em;
  color: #2a2922;
  letter-spacing: 0.06em;
}
.con_plan .box_plan li a .plan_det .txt_price {
  text-align: center;
  line-height: 1;
  color: #2a2922;
}
.con_plan .box_plan li a .plan_det .txt_price span {
  font-size: 125%;
  margin-left: 0.8em;
  letter-spacing: 0;
}
.con_plan .box_plan li a .plan_det .txt_price span em {
  font-family: 'Montserrat', Verdana, Helvetica, Arial, sans-serif;
  font-size: 130%;
}
.con_plan .btn_plan {
  position: relative;
  bottom: -35px;
  width: 330px;
  margin: 20px auto 0;
}

.con_room {
  margin-top: 150px;
}
.con_room .box_txt {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.con_room .box_txt .txt {
  margin-right: 75px;
}
.con_room .box_room .b_base {
  width: 330px;
  margin: 0 auto;
  position: relative;
  top: -30px;
}

.con_fac {
  margin-top: 130px;
}
.con_fac .box_txt {
  width: 870px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.con_fac .box_txt .st {
  line-height: 1.6;
  font-size: 188%;
}
.con_fac .box_txt .txt {
  width: 430px;
}
.con_fac .box_fac {
  position: relative;
}
.con_fac .box_fac .pho {
  margin-top: 55px;
}
.con_fac .box_fac .b_base {
  width: 330px;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.con_fac .box_fac .ic {
  position: absolute;
  right: 10px;
  bottom: -65px;
}
.con_fac .box_bre {
  margin-top: 60px;
}
.con_fac .box_bre a {
  width: 650px;
  margin: 0 auto;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.con_fac .box_bre a:hover .pho img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.con_fac .box_bre a:hover .btn_bre i {
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.con_fac .box_bre a .pho {
  overflow: hidden;
  margin-right: 40px;
}
.con_fac .box_bre a .pho img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.65s ease-out;
  -o-transition: -o-transform 0.65s ease-out;
  -webkit-transition: -webkit-transform 0.65s ease-out;
  transition: transform 0.65s ease-out;
}
.con_fac .box_bre a .btn_bre {
  position: relative;
  vertical-align: middle;
  font-size: 150%;
  color: #2a2922;
}
.con_fac .box_bre a .btn_bre i {
  display: inline-block;
  width: 26px;
  height: 26px;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  background: #112b62;
  color: #fff;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  margin-left: .4em;
  font-size: 17%;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.65s ease-out;
  -o-transition: -o-transform 0.65s ease-out;
  -webkit-transition: -webkit-transform 0.65s ease-out;
  transition: transform 0.65s ease-out;
}
.con_fac .box_bre a .btn_bre span {
  font-size: 67%;
  color: #013292;
  letter-spacing: 0.075em;
  display: block;
  line-height: 1;
}

.con_acc {
  margin-top: 85px;
  position: relative;
  padding-top: 80px;
}
.con_acc:before {
  content: '';
  width: 480px;
  height: 455px;
  background: #f1f9ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.con_acc .pho {
  text-align: center;
  margin-top: 55px;
}
.con_acc .box_txt {
  width: 870px;
  margin: 10px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.con_acc .box_txt .st {
  line-height: 1.6;
  font-size: 188%;
}
.con_acc .box_txt .txt {
  width: 540px;
}
.con_acc .box_rail {
  margin-top: 60px;
}
.con_acc .box_rail .sub_title {
  text-align: center;
  margin-bottom: 45px;
}
.con_acc .box_rail .box_info {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0;
  margin-top: 75px;
}
.con_acc .box_rail .box_info .st {
  line-height: 1;
  font-size: 125%;
  margin-bottom: 35px;
  font-weight: 600;
}
.con_acc .box_car {
  margin-top: 60px;
}
.con_acc .box_car .sub_title {
  text-align: center;
  margin-bottom: 45px;
}
.con_acc .box_car .box_info {
  background: #f4f4f4;
  padding: 50px 40px;
  margin-top: 75px;
}
.con_acc .box_car .box_info .st {
  line-height: 1;
  font-size: 125%;
  margin-bottom: 35px;
  font-weight: 600;
  text-align: center;
}
.con_acc .box_car .box_info .box_det {
  overflow: hidden;
}
.con_acc .box_car .box_info .box_det .boxs {
  width: 395px;
  float: left;
}
.con_acc .box_car .box_info .box_det .boxs .txt {
  line-height: 1.4;
}
.con_acc .box_car .box_info .box_det .boxs .tbl_basic {
  width: 100%;
  margin-top: 35px;
}
.con_acc .box_car .box_info .box_det .boxs .tbl_basic tr th {
  width: 120px;
}
.con_acc .box_car .box_info .box_det .boxs ul {
  margin-top: 35px;
}
.con_acc .box_car .box_info .box_det .boxs ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 94%;
  line-height: 1.4;
}
.con_acc .box_car .box_info .box_det .img {
  float: right;
}
