@charset "utf-8";

/***************************************************************************

  ページヘッダ

***************************************************************************/
.pageHeadImg {
  background-image: url("../images/lower/special/head_bg.jpg");
  background-size: cover;
}

.pageHeadImg h2 {
  z-index: 1;
}

.spcLower {
  position: relative;
}

.spcLower:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 32%);
  display: block;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .pageHeadImg {
    background-position: left 0px bottom 0;
  }
}

/***************************************************************************

  スライダー

***************************************************************************/
.spcSliderBox {
  width: 100%;
  overflow: hidden;
  padding: 5vw 0 0;
}

.specialTopswiper {
  width: 100%;
  margin-bottom: 220px;
  background: #baa066;
  width: 100%;
  position: relative;
}

.swiper-pagination {
  position: absolute !important;
  bottom: calc(-135px - 2.7rem) !important;
  z-index: 50 !important;
  width: 100% !important;
  height: 12px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 12px !important;
  background: #fff !important;
  z-index: 50 !important;
  border: solid 1px #163567 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  border: solid 2px #163567 !important;
  background: #163567 !important;
  z-index: 50 !important;
}

.spc_slider_btn_prev {
  width: 54px;
  height: 54px;
  position: absolute;
  background: url(/common/images/lower/special/spc_prv.svg);
  left: 19vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 50;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

.spc_slider_btn_next {
  width: 54px;
  height: 54px;
  position: absolute;
  background: url(/common/images/lower/special/spc_nxt.svg);
  right: 19vw;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 50;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

.spc_slider_btn_prev:hover,
.spc_slider_btn_next:hover {
  opacity: 0.7;
}

.swiper-wrapper {
  text-align: center;
}

.swiper-slide {
  transform: scale(0.75) !important;
  transition: 0.3s;
}

.swiper-slide img {
  transform: scale(1) !important;
  transition: 0.4s;
  border-radius: 20px;
  text-align: center;
}

.swiper-slide p {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  position: absolute;
}

.swiper-slide-active p {
  z-index: 500;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #163567;
  visibility: visible;
  opacity: 1;
  width: 100vw !important;
  margin: 0 -25vw !important;
}

.swiper-slide-active {
  transform: scale(1.2) !important;
  padding: 10px;
  border: solid 3px #163567;
  background: #fff;
  border-radius: 30px;
  z-index: 40;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 80%);
}

.swiper-slide-active img {
  display: block;
  transform: scale(1.0) !important;
}

@media screen and (max-width: 1130px) {
  .specialTopswiper {
    margin-bottom: 20vw;
  }

  .swiper-pagination {
    bottom: -14vw !important;
  }

  .swiper-slide-active p {
    bottom: -7.2vw;
    font-size: 2.3vw;
  }
}

@media screen and (max-width: 767px) {
  .spcSliderBox {
    padding: 7vw 0 0;
  }

  .specialTopswiper {
    margin-bottom: 30vw;
  }

  .swiper-pagination {
    bottom: -21vw !important;
  }

  .spc_slider_btn_prev {
    width: 9vw;
    height: 9vw;
    background: url(/common/images/lower/special/spc_prv.svg);
    background-size: 9vw 9vw;
    left: 1vw;
  }

  .spc_slider_btn_next {
    width: 9vw;
    height: 9vw;
    background: url(/common/images/lower/special/spc_nxt.svg);
    background-size: 9vw 9vw;
    right: 1vw;
  }

  .swiper-slide {
    transform: scale(0.75) !important;
  }

  .swiper-slide img {
    border-radius: 10px;
  }

  .swiper-slide-active p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9vw;
    font-size: 2.2vw;
    margin: 0 calc(50% - 50vw) !important;
  }

  .swiper-slide-active {
    transform: scale(1.2) !important;
    padding: 5px;
    border: solid 2px #163567;
    background: #fff;
    border-radius: 15px;
    z-index: 40;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 80%);
  }

  .swiper-slide-active img {
    display: block;
    transform: scale(1.0) !important;
  }
}

/***************************************************************************

  コンテンツ

***************************************************************************/
section.specialBlock {
  padding-top: 0;
  width: 100%;
}

section.specialBlock .wrap {
  width: 100%;
  max-width: 1060px;
}

.specialBlock .spcInf {
  max-width: 900px;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  margin: 0 auto 40px;
  margin: 0 auto 40px;
  text-align: center;
}

.spbPtlTtlWrap {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.spbPtlTtl {
  color: #163567;
  margin: 0 0 10px;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 30px;
  display: inline-block;
  line-height: 1.2em;
}

.spbPtlTtl:before {
  content: '';
  width: 22px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/common/images/lower/special/bs_icn.svg) no-repeat;
  background-size: contain;
}

.spbPtlTtl:after {
  content: '';
  width: 22px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/common/images/lower/special/ns_icn.svg) no-repeat;
  background-size: contain;
}

.specialTag {
  width: 100%;
  margin-bottom: 75px;
}

.specialTag ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.specialTag ul li {
  display: block;
  margin: 0 8px 20px;
}

.specialTag ul li a {
  display: block;
  font-size: 1.6rem;
  background: #183665;
  color: #fff;
  padding: 5px 1em 4px;
  min-width: 11em;
  text-align: center;
  border-radius: 50px;
  border: solid 1px #183665;
  opacity: 1;
  transition: 0.3s;
}

.specialTag ul li a.specialTagOn {
  background: #fff;
  color: #183665;
  border: solid 1px #183665;
  transition: 0.3s;
}

.specialTag ul li a:hover {
  opacity: 0.7;
}

.specialList {
  width: 100%;
  margin-bottom: 100px;
}

.specialList ul {
  width: 100%;
}

.specialList ul li {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}

.specialList ul li:nth-child(2n) {
  float: right;
}

.specialList ul li a {
  width: 100%;
  position: relative;
  display: flex;
}

.specialList ul li a span {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.specialList ul li a span:before {
  content: " ";
  display: block;
  padding-top: 82%;
}

.specialList ul li a span:after {
  content: '';
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

.specialList ul li a span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  width: auto;
  max-width: inherit;
  height: 100%;
  transition: 0.5s;
}

.specialList ul li a:hover span img {
  transform: translate(-50%, -50%) scale(1.06);
  -webkit-transform: translate(-50%, -50%) scale(1).06;
  -ms-transform: translate(-50%, -50%) scale(1.06);
}

.specialList ul li a div.specialListBox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 30px 0 20px;
  color: #fff;
}

.specialList ul li a div.specialListBox strong {
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  display: block;
}

.specialList ul li a div.specialListCmt {
  /*
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  */
}

.specialList ul li a div p {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
  line-height: 1.7;
  width: 100%;
  height: 55px;
  overflow: hidden;

}

/*
.specialList ul li a div p:before,
.specialList ul li a div p:after {
  background: #fff20d;
  position: absolute;
}
.specialList ul li a div p:before {
  content: "...";
  top: 21px;
  right: 0;
}
.specialList ul li a div p:after {
  content: "";
  height: 100%;
  width: 100%;
}
*/
.specialList ul li a div.specialListBox i {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  background: #fff;
  color: #183665;
  padding: 4px 2.2em 4px;
  border: solid 1px #fff;
  transition: 0.5s;
}

.specialList ul li a:hover div.specialListBox i {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
}


@media screen and (max-width: 767px) {
  .spbPtlTtl {
    margin: 0 0 1vw;
    font-size: 6vw;
    padding: 0 5.5vw;
  }

  .spbPtlTtl:before {
    content: '';
    width: 4vw;
    height: 7vw;
  }

  .spbPtlTtl:after {
    content: '';
    width: 4vw;
    height: 7vw;
  }

  .specialList {
    margin-bottom: 30px;
  }

  .specialList ul {
    width: 100%;
  }

  .specialList ul li {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }

  .specialList ul li:nth-child(2n) {
    float: none;
  }

  .specialTag ul li a {
    font-size: 1.3rem;
  }

  .specialTag ul li {
    margin: 0 5px 15px;
  }
}

@media screen and (max-width: 500px) {
  .specialTag {
    margin-bottom: 30px;
  }

  .specialTag ul li a {
    font-size: 3.5vw;
  }

  .specialList ul li a div.specialListBox strong {
    font-size: 4vw;
  }

  .specialList ul li a div p {
    font-size: 3vw;
    height: 3.4em;
  }
}

/*****************************************
  ページネーション
*****************************************/
.page_navi {
  width: 100%;
  display: inline-block;
  text-align: center;
  clear: both;
  font-size: 1.8rem;
  margin: 0 0 120px;
  padding: 10px 0 !important;
  list-style: none !important;
}

.page_navi li {
  display: inline;
  list-style: none !important;
  background: none !important;
  line-height: 1em;
  padding: 0 !important;
  margin: 0 4px !important;
  clear: none;
}

.page_navi li.current span {
  font-weight: 600;
  display: inline-block;
  padding: 7px 11px 6px;
  background: #183665;
  border-radius: 2em;
  border: solid 1px #183665;
  color: #fff;
}

.page_navi li a {
  color: #231815;
  padding: 7px 11px 6px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 2em;
  border: solid 1px #183665;
  opacity: 1;
  font-weight: bold;
}

.page_navi li a:hover {
  opacity: 0.7;
}

.page_navi li.page_nums span {
  color: #fff;
  padding: 7px 11px 6px;
  background: #f3f3f3;
  display: inline-block;
  border: solid 1px #333333;
}

@media screen and (max-width: 767px) {
  .page_navi {
    margin: 0 0 40px;
  }
}



/***************************************************************************

  記事ページ

***************************************************************************/
section.specialArtBlock {
  width: 100%;
  margin: 0 auto 0;
}

section.specialArtBlock .wrap {
  width: 100%;
  max-width: 1060px;
  padding: 0 0 50px;
  margin: 0 auto 40px;
}

.specialArtTtlBlock {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.icatchBlock {
  width: 100%;
  text-align: center;
  background: url(/common/images/lower/special/ic_bg.svg) repeat-x left top;
  background-size: 90% 90%;
}

.icatchBlock .icatchWrap {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 30px;
}

.icatchBlock .icatchWrap img {
  width: 100%;
  margin: 0 0 0;
  border-radius: 30px;
}

.tagArea {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tagArea a {
  display: inline-block;
  font-size: 1.6rem;
  color: #231815 !important;
  margin: 0 10px 10px 0;
  padding: 5px 1em 5px;
  border-radius: 2em;
  background: #dadbdb;
  transition: 0.3s;
  opacity: 1;
}

.tagArea a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}

.specialArtBlock h2.artTitle {
  font-size: 3.3rem;
  font-weight: 700;
  margin: 0 0 25px;
  letter-spacing: 0.075em;
  color: #231815;
  text-align: right;
}

.specialArtBlock h3 {
  font-size: 2.3rem;
  font-weight: 500;
  padding: 30px 0 30px;
  letter-spacing: 0.075em;
}

.specialArtBlock h2 + h3 {
  padding: 0 0 30px;
}
.newsArtBlock h3 + h3 {
  padding: 0 0 30px;
}

.specialArtBlock p {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 0 2em;
  letter-spacing: 0.075em;
}

.specialArtBlock img {
  max-width: 100%;
  height: auto;
  margin: 10px 0 0;
}

.specialArtBlock ul {
  margin: 0 0 2em;
  padding-left: 1em;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.specialArtBlock ul li {
  margin: 0 0 10px;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
}

.specialArtBlock ul li:before {
  content: '■';
  position: absolute;
  left: 0;
  top: 0.35em;
  font-size: 1rem;
  vertical-align: middle;
}

.specialArtBlock ol {
  margin: 0 0 2em 1.2em;
  padding-left: 1em;
  list-style: decimal;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.specialArtBlock ol li {
  margin: 0 0 10px;
  line-height: 1.5;
}

.specialArtBlock a {
  text-decoration: none;
  color: #0080cb;
  transition: 0.3s;
}

.specialArtBlock a:visited {
  text-decoration: none;
  color: #0080cb;
}

.specialArtBlock a:hover {
  text-decoration: underline;
  color: #0080cb;
}

@media screen and (max-width: 1080px) {
  section.specialArtBlock .wrap {
    padding: 0 4% 20px;
  }

  .icatchBlock .icatchWrap img {
    width: 92%;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 767px) {
  section.specialArtBlock {
    width: 100%;
  }

  section.specialArtBlock .wrap {
    width: 100%;
    padding: 0 4% 20px;
    margin: 0 0 20px;
  }

  .icatchBlock .icatchWrap img {
    width: 92%;
    margin: 0 auto 0;
    border-radius: 10px;
  }

  .specialArtBlock h2.artTitle {
    font-size: 2.1rem;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
    padding: 0 4%;
  }

  .specialArtBlock h3 {
    font-size: 2.0rem;
    padding: 20px 0 20px;
  }

  .specialArtBlock h2 + h3 {
    padding: 0 0 20px;
  }

  .newsArtBlock h3 + h3 {
    padding: 0 0 20px;
  }

  .specialArtBlock p {
    font-size: 1.6rem;
  }

  .specialArtBlock img {
    margin: 5px 0 0;
  }

  .specialArtBlock ul {
    font-size: 1.6rem;
  }

  .specialArtBlock ol {
    font-size: 1.6rem;
  }
}

/***************************************************************************

  施設一覧

***************************************************************************/
.relativeFacilityBlock {
  width: 100%;
  margin: 100px 0 0;
}

.relativeFacilityBlock p.rfbCopy {
  margin-bottom: 1em;
}

.hotelList {
  text-align: left;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hotelList:after {
  content: "";
  display: block;
  width: calc(96% / 3);
}

.hotelList a {
  text-decoration: none !important;
}

.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;
  font-size: 1.4rem;
  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;
  }
}

/*****************************************
  次の記事 前の記事
*****************************************/
.specialprvnxtBox {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.prvnxtwrap {
  width: 100%;
  float: left;
  margin: 0 auto 50px;
}

.prvnxt {
  width: 100%;
  float: left;
}

.prvnxt ul {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 0;
}

.prvnxt ul li {
  position: static;
  padding: 0;
  margin: 0;
}

.prvnxt ul .prv {
  float: left;
}

.prvnxt ul .prv a {
  padding: 0 0 0 1em;
  color: #231815;
  position: relative;
  z-index: 5;
}

.prvnxt ul .prv a:before {
  content: '<';
  position: absolute;
  left: 0;
}

.prvnxt ul .next {
  float: right;
}

.prvnxt ul .next a {
  padding: 0 1em 0 0;
  color: #231815;
  position: relative;
  z-index: 5;
}

.prvnxt ul .next a:before {
  content: '>';
  position: absolute;
  right: 0;
}

.prvnxt a {
  opacity: 1;
  transition: 0.3s;
}

.prvnxt a:hover {
  opacity: 0.5;
}

.DettoList {
  width: 100%;
  float: left;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  margin: -1.6em 0 3em;
}

.DettoList a {
  opacity: 1;
  color: #2f2725;
  transition: 0.3s;
}

.DettoList a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 500px) {
  .specialprvnxtBox {
    padding: 0 4%;
  }

  .prvnxt ul {
    width: 100%;
    font-size: 12px;
  }

  .DettoList {
    font-size: 12px;
  }
}
