@charset "utf-8";
/***************************************************************************

  ページヘッダ

***************************************************************************/
.pageHeadImg {
  background-image: url("../images/lower/list/head_bg.png");
  /*background-position: left 0px bottom -30px;*/
}
/***************************************************************************

  コンテンツ

***************************************************************************/
.selectTxt {
  text-align: center;
  font-size: 1.2em;
  color: #183665;
  margin-bottom: 54px;
}
/** ブランドを選択タブ **/
.listTabBox {
  border-bottom: solid 2px #163468;
  margin-bottom: 40px;
}
.listTab {
  max-width: 1060px;
  /*display: flex;
  align-items: flex-end;
  justify-content: space-between;*/
  /*display: table;*/
  margin: 0 auto;
  letter-spacing: -.4em;
}
.listTab li {
  letter-spacing: normal;
  display: inline-block;
  width: calc(98%/5);
  background-color: #ededed;
  border-bottom: solid 2px #163468;
  font-size: 1.2em;
  font-weight: 400;
  /*padding: 4px 0;*/
  cursor: pointer;
  height: 76px;
  margin: 0 2px -2px 2px;
  position: relative;
}
.listTab li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #183665;
}
.listTab li span.hotelOthertab {
	width: 100%;
}
.listTab li.active {
  background-color: #fff;
  border: solid 2px #163468;
  border-bottom: none;
  height: 78px;
}
.tab.active span {
  margin-top: -1px;
}
img.h_logo {
  width: 158px;
}
img.logo_fuga {
  width: 88px;
}
img.logo_tensui {
  width: 114px;
  margin-top: 4px;
}
@media screen and (max-width: 1060px) {
  .listTab {
    padding: 0 2%;
  }
  .listTab li {
    width: calc(94%/5);
  }
}
@media screen and (max-width: 767px) {
  .selectTxt {
    margin-bottom: 40px;
  }
  .selectTxt .sp {
    display: block;
    font-size: .75em;
  }
  .listTabBoxWrap {
    height: 54px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .listTabBox {
    border-bottom: none;
    height: 80px;
    overflow-x: scroll;
    white-space: nowrap;
    background-image: url("../images/lower/list/tabBg_sp.png");
    background-size: 100% 2px;
    background-position: 0px 48px;
    background-repeat: no-repeat;
  }
  .listTab li {
    width: 132px;
    height: 48px;
  }
  .listTab li.active {
    height: 50px;
  }
  img.logo_fuga {
    width: 56px;
  }
  img.logo_tensui {
    width: 72px;
    margin-top: 0;
  }
}
/***************************************************************************

  ブランドパーツ共通

***************************************************************************/
.brandCntWrap {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.brandWrap h3, .brandListWrap h3 {
  font-size: 1.6em;
  color: #183665;
  letter-spacing: .05em;
  margin-bottom: 30px;
}
.brandListWrap h3 {
  margin-bottom: 40px;
}
.brandBtn {
  margin: 0 auto 80px auto;
}
.brandBtn a {
  color: #fff;
}
.selectCate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 1px #183665;
  border-right: none;
  font-size: 1.2em;
  margin-bottom: 40px;
}
.selectCate li {
  width: calc(100%/2);
  border-right: solid 1px #183665;
}
.selectCate li span {
  display: block;
  padding: 2px;
  cursor: pointer;
}
.facilityTab.active span {
  background-color: #183665;
  color: #fff;
}
.categoryList {
  margin: 0 auto 70px auto;
  letter-spacing: -.4em;
}
.categoryList input[type=radio] {
  display: none;
}
.selectRadioBtn {
  letter-spacing: normal;
  display: inline-block;
  width: 140px;
  margin: 0 10px 20px 10px;
  border: solid 1px #183665;
  padding: 6px;
  cursor: pointer;
}
.selectArea {
  max-width: 820px;
}
.selectScene {
  max-width: 600px;
}
.categoryList input[type=radio]:checked + label {
  background-color: #183665;
  color: #fff;
}
/*.selectArea, .selectScene {
  margin: 0 auto 70px auto;
  letter-spacing: -.4em;
}

.selectArea li, .selectScene li {
  letter-spacing: normal;
  display: inline-block;
  width: 140px;
  margin: 0 10px 20px 10px;
  border: solid 1px #183665;
}
.selectArea li span, .selectScene li span {
  display: block;
  padding: 6px;
  cursor: pointer;
}*/
@media screen and (max-width: 1060px) {
  .brandCntWrap {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .brandWrap h3, .brandListWrap h3 {
    font-size: 1.4em;
  }
  .brandBtn {
    margin-bottom: 60px;
  }
  .brandListWrap h3 {
    margin-bottom: 20px;
  }
  .selectCate {
    margin-bottom: 30px;
  }
  .selectArea, .selectScene {
    margin-bottom: 40px;
  }
  .selectArea li, .selectScene li {
    margin: 0 6px 12px 6px;
  }
  .selectArea li {
    width: 100px;
  }
  .selectScene li {
    width: 156px;
  }
}
/***************************************************************************

  施設一覧

***************************************************************************/
.hotelList {
  text-align: left;
  margin-bottom: 140px;
}
.hotelList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hotelList:after {
  content: "";
  display: block;
  width: calc(100% / 3);
}
.hotelList .list_item {
  width: calc(96%/3);
  margin-bottom: 50px;
}
.hotelList .list_item figure {
  margin: 0 0 20px 0;
  padding: 0;
}
.hotelList .areaName {
  font-size: .86em;
  color: #0075ba;
  margin-bottom: 10px;
}
.hotelList .hotelName {
  position: relative;
  height: 6em;
}
.hotelList .hotelName h4 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
.hotelList .hotelName h4 span {
  display: block;
  font-size: .75em;
  font-weight: 400;
}
.hotelList .hotelCopy {
  color: #000;
  margin-bottom: 30px;
}
.hotelList .hotelLink {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 2px 20px 0 50px;
  background-color: #183665;
  display: inline-block;
  position: relative;
}
.hotelList .hotelLink:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: center -212px;
  background-size: 20px;
}
.hotelList .list_item {
  opacity: 1;
  transition: 0.3s;
}
.hotelList .list_item:hover {
  opacity: 0.7;
}
.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}
.brandList, .categoryList {
  display: none;
}
.show {
  display: block;
}
.brandHide {
  display: none;
}
@media screen and (max-width: 1060px) {
  .hotelList .list_item {
    width: calc(96%/2);
  }
}
@media screen and (max-width: 767px) {
  .hotelList .list_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .hotelList .list_item figure img {
    width: 100%;
  }
  .hotelList .areaName {
    margin-bottom: 0;
  }
	.hotelList:after {
		display: none;
	}
}
/***************************************************************************

  ブランドの特徴 モーダル

***************************************************************************/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal__bg {
  background: rgba(35, 24, 21, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}
body.modal-open {
  height: 100vh;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
body.modal-open::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.modal__content {
  background: transparent;
  left: 50%;
  padding: 50px 0 100px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0,0,0);
  width: 100%;
  max-width: 1180px;
  height: 90vh;
  color: #fff;
  overflow: auto;
  text-align: center;
}
.modal__content .swiper-wrapper {
  /*letter-spacing: -.4em;
	margin-bottom: 50px;*/
}
.modal__content .swiper-slide {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  /*letter-spacing: -.4em;*/
}
.modal__content .swiper-slide {
  /*letter-spacing: normal;
  display: inline-block;*/
  /*width: calc(100%/3);*/
  /*width: 386px;*/
}
.swiper-container {
  text-align: center;
  margin-bottom: 40px;
	
}
@media(min-width: 992px) {
  .swiper-wrapper {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .swiper-slide {
    width: calc(100%/3);
    padding: 0;
  }
  .swiper-button-prev, .swiper-button-next, .swiper-pagination {
    display: none;
  }
}
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #00405e url(/common/images/portal/prev_arw.svg) no-repeat;
  background-size: 10px auto;
  background-position: 13px 12px;
  border-radius: 50px;
	transform:translate3d(0,0,150px);
}
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #00405e url(/common/images/portal/next_arw.svg) no-repeat;
  background-size: 10px auto;
  background-position: 16px 12px;
  border-radius: 50px;
	transform:translate3d(0,0,150px);
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.modal__content h2 {
  font-size: 2em;
  margin-bottom: 50px;
}
.modal__content p {
  font-size: 1.2em;
  margin-bottom: 90px;
	padding: 0 10px;
}
.modal__content .js-modal-close {
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 50px 10px 30px;
  position: relative;
}
.modal__content .js-modal-close:before {
  content: '';
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__content .js-modal-close:after {
  content: '';
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg);
}
/***************************************************************************

  ブランド個別

***************************************************************************/
/** ゆとりろ **/
.brandWrap img.h_logo {
  width: 194px;
  margin-bottom: 54px;
}
.brandWrap img.logo_fuga {
  width: 140px;
  margin-bottom: 23px;
}
.brandWrap img.logo_tensui {
  width: 140px;
  margin-bottom: 29px;
}
.brandWrap p.logo_other {
  font-size: 2em;
  margin-bottom: 48px;
}