@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : ski.css
 author     : Ability Consultant
 style info : スキー
=================================================================== */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 3210px;
}

@media only screen and (max-width: 1759px) {
  #header .box_main .main_img img {
    object-position: center right;
  }
}

/* -----------------------------------------------------------
	box_intr
----------------------------------------------------------- */
.box_intr {
  position: relative;
  width: 1190px;
  margin-top: 80px;
  padding-bottom: 85px;
  text-align: center;
}
.box_intr .st {
  font-size: 147%;
  font-weight: 400;
}
.box_intr .txt {
  font-size: 94%;
  margin-top: 30px;
  line-height: 1.8;
}
.box_intr .img {
  margin-top: 80px;
}

/* -----------------------------------------------------------
	box_map
----------------------------------------------------------- */
.box_map {
  position: relative;
  padding: 85px 0;
}
.box_map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1760px;
  height: 100%;
  background: #f6f6f6;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.box_map .st {
  text-align: center;
}
.box_map .map {
  margin-top: 23px;
}
.box_map .b_btn {
  margin: 30px auto 0;
}

/* -----------------------------------------------------------
	wrp_info
----------------------------------------------------------- */
.wrp_info {
  width: 900px;
  margin: 85px auto 0;
}
.wrp_info .con_info {
  border: 7px solid #eaeaea;
  padding: 66px 50px 55px;
}
.wrp_info .con_info .box_info {
  text-align: center;
}
.wrp_info .con_info .box_info .st, .wrp_info .con_info .box_info .txt {
  display: inline-block;
  vertical-align: middle;
}
.wrp_info .con_info .box_info .txt {
  font-size: 94%;
  line-height: 1.8;
  margin-left: 56px;
  text-align: left;
}
.wrp_info .con_info table {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  margin-top: 45px;
}
.wrp_info .con_info table tr {
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.8;
}
.wrp_info .con_info table tr th, .wrp_info .con_info table tr td {
  padding: 19px 0;
}
.wrp_info .con_info table tr th {
  width: 155px;
}
.wrp_info .con_info table tr td .txt_s {
  font-size: 80%;
}
.wrp_info .con_info .color_tbl {
  margin-top: 0;
  border-color: #ccc;
}
.wrp_info .con_info .color_tbl tr {
  border-color: #ccc;
}
.wrp_info .con_info .color_tbl tr th, .wrp_info .con_info .color_tbl tr td {
  padding: 12px 16px;
}
.wrp_info .con_info .color_tbl tr th {
  background-color: #eaeaea;
  font-weight: normal;
}
.wrp_info .con_info .color_tbl tr:first-child th {
  background-color: #ddd;
}
.wrp_info .con_info .color_tbl tr:nth-child(3) th:first-child {
  width: 35%;
}
.wrp_info .con_info .note {
  margin-top: 25px;
  font-size: 80%;
}

/* -----------------------------------------------------------
	wrp_enjoy
----------------------------------------------------------- */
.wrp_enjoy {
  width: 900px;
  margin: 90px auto 0;
  padding-top: 80px;
  border-top: 1px dashed #c7c7c7;
}
.wrp_enjoy > .st {
  text-align: center;
  letter-spacing: .15em;
  font-weight: 400;
  margin-bottom: 40px;
}
.wrp_enjoy > .st em {
  color: #fff;
  background: #b7985b;
  padding: 5px 11px;
  line-height: 1;
}
.wrp_enjoy > .st span {
  display: block;
  font-size: 160%;
  margin-top: 14px;
}
.wrp_enjoy .nav {
  letter-spacing: -.4em;
}
.wrp_enjoy .nav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: normal;
  width: 294px;
  margin-left: 9px;
}
.wrp_enjoy .nav li:first-child, .wrp_enjoy .nav li:nth-child(3n+1) {
  margin-left: 0;
}
.wrp_enjoy .nav li:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 11px;
  height: 7px;
  background: url(../images/common/ic_arrow.png) no-repeat center center;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wrp_enjoy .nav li a {
  display: block;
  padding: 15px 0 25px;
  font-size: 94%;
  text-decoration: none;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wrp_enjoy .nav li a span {
  display: block;
  color: #000;
  margin-top: 8px;
}
.wrp_enjoy .nav li:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.wrp_enjoy .con_enjoy {
  position: relative;
  margin-top: 77px;
}
.wrp_enjoy .con_enjoy:before {
  content: '';
  position: absolute;
  top: 3.5%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 983px;
  height: 100%;
  border: 1px dashed #8c8c8c;
  z-index: -1;
}
.wrp_enjoy .con_enjoy .st {
  position: absolute;
  top: .5em;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 180%;
  background: #fff;
  padding: 0 13px;
}
.wrp_enjoy .con_enjoy .box_enjoy {
  display: block;
  padding: 70px 0 0;
}
.wrp_enjoy .con_enjoy .box_enjoy .enjoy {
  margin-bottom: 15px;
  letter-spacing: -.4em;
  border-bottom: 1px solid #eaeaea;
}
.wrp_enjoy .con_enjoy .box_enjoy .enjoy .img, .wrp_enjoy .con_enjoy .box_enjoy .enjoy .box_txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.wrp_enjoy .con_enjoy .box_enjoy .enjoy .img {
  width: 292px;
}
.wrp_enjoy .con_enjoy .box_enjoy .enjoy .box_txt {
  width: 528px;
  margin-left: 44px;
}
.wrp_enjoy .con_enjoy .box_enjoy .enjoy .box_txt .sst {
  position: relative;
  font-size: 120%;
  font-weight: 500;
  letter-spacing: .15em;
  padding-left: 34px;
}
.wrp_enjoy .con_enjoy .box_enjoy .enjoy .box_txt .sst:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 1px;
  background: #000;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrp_enjoy .con_enjoy .box_enjoy .enjoy .box_txt .txt {
  font-size: 94%;
  line-height: 1.8;
  margin-top: 20px;
}
.wrp_enjoy .box_btn {
  margin-top: 50px;
  text-align: center;
  letter-spacing: -.4em;
}
.wrp_enjoy .box_btn .btn_p-w, .wrp_enjoy .box_btn .btn_a-w {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.wrp_enjoy .box_btn .btn_a-w {
  margin-left: 22px;
}
