@charset "UTF-8";
.page_navi {
  margin-bottom: 30px;
}

.hotel_copy {
  margin-bottom: 55px;
}

.hotel_cont:not(:last-child) {
  margin-bottom: 60px;
}

.hotel_cont .mainImage {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hotel_cont .mainImage a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hotel_cont .mainImage:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.hotel_cont .hotel_address {
  margin-bottom: 23px;
}

.hotel_cont .hotel_address .hotel_name {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  background: url("../img/stay/icon_hotel.png") no-repeat left top;
  -webkit-background-size: 21px;
  background-size: 21px;
  padding-left: 30px;
  display: inline;
}

.hotel_cont .hotel_address .hotel_name:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 10px;
  background: #ffec01;
  bottom: 0;
  z-index: -1;
  display: block;
  left: 25px;
}

.hotel_cont .hotel_address .no_line:before {
  display: none;
}

.hotel_cont .hotel_address .hotel_catch {
  margin-left: 30px;
  font-weight: bold;
  font-size: 20px;
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.hotel_cont .hotel_address .hotel_catch .line_yellow {
  position: relative;
}

.hotel_cont .hotel_address .hotel_catch .line_yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #ffec01;
  bottom: 0;
  z-index: -1;
  display: block;
  left: 0;
}

.hotel_cont .hotel_address .hotel_tel {
  color: #e60012;
  background: url("../img/common/icon_tel.png") no-repeat left top;
  -webkit-background-size: 22px;
  background-size: 22px;
  height: 18px;
  line-height: 18px;
  padding-left: 28px;
  font-weight: bold;
  font-size: 18px;
}

.hotel_cont .hotel_bar {
  background: url("/assets/img/common/arrow_white_open.png") no-repeat 95% center;
  -webkit-background-size: 9px;
  background-size: 9px;
  background-color: #e60012;
  text-align: center;
  height: 66px;
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
}

.hotel_cont .hotel_bar.open {
  background: url("/assets/img/common/arrow_white_close.png") no-repeat 95% center;
  -webkit-background-size: 9px;
  background-size: 9px;
  background-color: #e60012;
}

.hotel_cont .hotel_toggle {
  display: none;
}

.hotel_cont .catch {
  margin-bottom: 40px;
}

.hotel_cont .catch li {
  float: left;
}

.hotel_cont .catch li:not(:last-child) {
  margin-right: 17px;
}

.hotel_cont .lead {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hotel_cont .point {
  margin-bottom: 40px;
}

.hotel_cont .point ul:not(:last-child) {
  margin-bottom: 10px;
}

.hotel_cont .point li {
  width: 335px;
  background: no-repeat left center;
  min-height: 52px;
  -webkit-background-size: 76px;
  background-size: 76px;
  display: table-cell;
  vertical-align: middle;
  padding: 7px 0 10px;
  padding-right: 20px;
}

.hotel_cont .point li .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0 10px 83px;
  letter-spacing: -0.02em;
}

.hotel_cont .point li .text {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 83px;
}

.hotel_cont .point li:nth-child(3n) {
  padding-right: 0;
}

.hotel_cont .sub_contents:not(:last-child) {
  margin-bottom: 25px;
}

.hotel_cont .sub_contents h4 {
  font-size: 18px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
}

.hotel_cont .sub_contents h4:before {
  content: '';
  display: block;
  width: 30px;
  border-top: 6px solid #ffec01;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.hotel_cont .sub_contents li {
  width: 312px;
  float: left;
  margin: 0 20px 10px 0px;
}

.hotel_cont .sub_contents li img {
  width: 100%;
}

.hotel_cont .sub_contents li:nth-child(3n) {
  margin-right: 0px;
}

.hotel_cont .sub_contents li:nth-child(3n+1) {
  clear: left;
}

.hotel_cont .sub_contents li .img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.hotel_cont .sub_contents li .text {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.hotel_cont .sub_contents li .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  letter-spacing: -0.02em;
}

.hotel_cont .sub_contents li .more_btn {
  width: 135px;
}

.hotel_cont .sub_contents li .more_btn a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 14px 0;
  border-radius: 5px;
  overflow: hidden;
}

.hotel_cont .sub_contents li .more_btn a:hover {
  text-decoration: none;
}

.hotel_cont .sub_contents .bnr_terrace {
  text-align: center;
  margin-bottom: 40px;
}

.hotel_cont .sub_contents .copyright {
  font-size: 10px;
}

@media all and (-ms-high-contrast: none) {
  .hotel_cont .sub_contents li .more_btn a {
    font-family: Verdana,"ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
    font-size: 12px;
  }
}

.highlandresort .point .point1 {
  background-image: url("../img/stay/highlandresort/item_tokuten1.png");
}

.highlandresort .point .point2 {
  background-image: url("../img/stay/highlandresort/item_tokuten2.png");
}

.highlandresort .point .point3 {
  background-image: url("../img/stay/highlandresort/item_tokuten3.png");
}

.highlandresort .point .point4 {
  background-image: url("../img/stay/highlandresort/item_tokuten4.png");
}

.highlandresort .point .point5 {
  background-image: url("../img/stay/highlandresort/item_tokuten5.png");
}

.highlandresort .point .point6 {
  background-image: url("../img/stay/highlandresort/item_tokuten6.png");
}

.stationhotle .point .point1, .mountfuji .point .point1, .camp_pica .point .point1, .stationinn .point .point1 {
  background-image: url("../img/stay/mtfuji/item_point1.png");
}

.stationhotle .point .point2, .mountfuji .point .point2, .camp_pica .point .point2, .stationinn .point .point2 {
  background-image: url("../img/stay/mtfuji/item_point2.png");
}

.stationhotle .point .point3, .mountfuji .point .point3, .camp_pica .point .point3, .stationinn .point .point3 {
  background-image: url("../img/stay/mtfuji/item_point3.png");
}

.stationhotle .point .point4, .mountfuji .point .point4, .camp_pica .point .point4, .stationinn .point .point4 {
  background-image: url("../img/stay/mtfuji/item_point4.png");
}

.stationhotle .point .point5, .mountfuji .point .point5, .camp_pica .point .point5, .stationinn .point .point5 {
  background-image: url("../img/stay/mtfuji/item_point5.png");
}

.stationhotle .point .point6, .mountfuji .point .point6, .camp_pica .point .point6, .stationinn .point .point6 {
  background-image: url("../img/stay/mtfuji/item_point6.png");
}

.mountfuji .lead {
  margin-bottom: 40px;
}

.stationinn .title span {
  color: #f00;
}

.camp_pica .lead {
  margin-bottom: 50px;
}

.camp_pica .lead .pica_copy {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}

.hotel_bus .lead {
  font-size: 20px;
  font-weight: bold;
}

.hotel_bus .btn_bus {
  width: 316px;
}

.hotel_bus .btn_bus a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 17px;
}

.hotel_bus .btn_bus a:hover {
  text-decoration: none;
}

.btn_link {
  width: 100%;
}

.btn_link a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 17px;
}

.btn_link a:hover {
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .hotel_bus .btn_bus a {
    font-family: Verdana,"ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
    font-size: 12px;
  }
}

.outdoor .outdoor_lead {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 50px;
}
