@charset "utf-8";

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

  ヘッダ

***************************************************************************/
#header p {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 34vw;
}

#header p.headerScroll {
  top: 76%;
  width: 50px;
}

.bgimg-slider {
  background-position: center top;
}

#header p img {
  width: 100%;
}

#header p.headerScroll img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.topNews {
  position: absolute;
  width: 944px;
  height: 54px;
  bottom: 0;
  left: 50%;
  margin-left: -472px;
  background-color: #fff;
  display: flex;
  align-items: center;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  /*padding-top: 14px;*/
}

.topNews h2 {
  width: 88px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-right: solid 1px #bbbbbb;
}

.topNewsWrap {
  width: 856px;
  flex: 1;
  /*display: inline-block;
  vertical-align: bottom;*/
  position: relative;
  padding-left: 24px;
  margin-top: 4px;
}

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

.topNewsWrap a:hover {
  opacity: 0.5;
}

.topNewsWrap span {
  margin-right: 20px;
}

.topNewsLi {
  max-width: 620px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.btnTopNews {
  position: absolute;
  top: -4px;
  right: 20px;
}

.btnTopNews a {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

.btnTopNews a {
  display: flex;
  align-items: center;
}

.btnTopNews a:after {
  content: '';
  width: 34px;
  height: 12px;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: center -420px;
  background-size: 34px;
  margin-left: 18px;
}

@media screen and (max-width: 944px) {
  .topNews {
    position: absolute;
    width: 96%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .topNewsLi {
    max-width: 60vw;
  }

  .btnTopNews {
    /*right: 20px;*/
  }

  .btnTopNews a {
    /*font-size: 2vw;*/
  }
}

@media screen and (max-width: 885px) {
  #header p {
    /*top: 100px;
	right: 5vw;
	width: 15vw;*/
  }
}

@media screen and (max-width: 767px) {
  #header p {
    /*top: 80px;*/
    width: 70vw;
  }

  #header p.headerScroll {
    top: initial;
    bottom: 15%;
    width: 60px;
  }

  .topNewsWrap {
    padding-left: 10px;
  }

  .topNewsWrap span {
    margin-right: 10px;
  }

  /*.topNews {
    padding-top: 16px;
  }*/

  .topNews h2 {
    /*font-size: 3vw;
    width: 36vw;
    padding-top: 4px;*/
    font-size: 12px;
    width: 60px;
    padding-top: 4px;
  }

  .topNewsLi {
    max-width: 50vw;
    /*margin-top: -2px;*/
  }

  .btnTopNews {
    top: 0;
  }

  /*
  .topNewsLi a {
    font-size: 3vw;
  }*/

  .btnTopNews {
    right: 10px;
  }

  .btnTopNews a {
    /*font-size: 3vw;*/
    font-size: 12px;
  }

  .btnTopNews a:after {
    width: 14px;
    height: 10px;
    background-position: -20px -421px;
    margin-left: 10px;
  }
}

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

  オンライン宿泊予約

***************************************************************************/
section.reserveArea {
  background-color: #faf4e4;
  background-image: url("../images/bg.png");
  background-size: 60px;
  overflow: visible;
}

section.reserveArea .wrap {
  max-width: 1130px;
  overflow: visible;
}

#tripla-hotel-picker-multiselect .multiselect--above .multiselect__content-wrapper {
  bottom: inherit !important;
  top: 100% !important;
}

.dropdown-selector-container-ed6e73 .dropdown-dropdown-1449fa.dropdown-up-224494 {
  bottom: auto !important;
  top: 42px !important;
}

.reserve {
  width: 100%;
  position: relative;
  z-index: 101;
  padding: 28px 0;
  text-align: center;
  overflow: visible;
}

.reserve .button {
  letter-spacing: 1em;
  background: #917629;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.reserve__heading {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.reserve__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reserve__item {
  margin-bottom: 16px;
  margin-right: 10px;
}

.reserve__item--area {
  width: 100%;
  margin-right: 0;
}

.reserve__label {
  color: #A27C17;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.reserve__unit {
  padding: 0 0.2em 0 0.5em;
}

.reserve__check-wrap {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  line-height: 20px;
}

.reserve__input {
  position: relative;
  -webkit-box-shadow: none inset;
  box-shadow: none inset;
  outline: none;
  background: #F8F8F8;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  font-size: 1.4rem;
  height: 42px;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserve__input:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.reserve__input--md {
  width: 100px;
}

.reserve__input--sm {
  width: 50px;
}

.reserve__select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none inset;
  box-shadow: none inset;
  outline: none;
  background: url(../images/portal/icon_select.svg) no-repeat center right 8px, #F8F8F8;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  font-size: 1.4rem;
  height: 42px;
  min-width: 70px;
  padding: 0 30px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserve__select--lg {
  width: 100%;
}

.reserve__select:focus {
  outline: none;
}

.reserve__select::-ms-expand {
  display: none;
}

.reserve__select:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.reserve__check {
  opacity: 0;
  position: absolute;
  vertical-align: middle;
}

.reserve__check + label:before,
.reserve__check + label:after {
  display: block;
  content: "";
  position: absolute;
}

.reserve__check + label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #C1C1C1;
  background: #FFFFFF;
}

.reserve__check:checked + label:after {
  top: 2px;
  left: 6px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #C7AB5F;
  border-bottom: 3px solid #C7AB5F;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#calid2 td {
  padding: 10px 0 !important;
  font-size: 1.4rem !important;
}

#calid2_screen {
  width: 90vw;
}

@media screen and (min-width: 1095px) {
  .reserve {
    padding: 36px 0;
  }

  .reserve__heading {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .reserve__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reserve__detail {
    width: 760px;
    border-right: 1px solid #D8D8D8;
  }

  .reserve__submit {
    width: calc(100% - 810px);
  }

  .reserve__submit .button {
    margin: 0 0 0 auto;
  }

  .reserve__item {
    position: relative;
    margin: 8px 30px 8px 0;
  }

  .reserve__item--area {
    margin-right: 60px;
    width: auto;
  }

  .reserve__item--date {
    margin-right: 50px;
  }

  .reserve__label {
    margin-bottom: 5px;
  }

  .reserve__unit {
    padding: 0 0.3em 0 0.6em;
  }

  #calid2_screen {
    width: 400px;
  }
}

@media screen and (max-width: 992px) {
  .reserve {
    text-align: left;
  }
}

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

  バナーエリア

***************************************************************************/
section.bannerArea .wrap {
  padding: 50px 0 90px 0;
  overflow: hidden;
}

.bannerAreaSwiper {
  width: 100%;
  position: relative;
}

.bannerAreaSwiper .swiper-wrapper {
  width: 100%;
}

.bannerAreaSwiper li.swiper-slide {
  width: 25%;
  display: inline-block;
  padding: 0 6px;
}

.bannerAreaSwiper li.swiper-slide a {
  width: 100%;
  display: block;
}

.bannerAreaSwiper li.swiper-slide img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
}

.bannerAreaSwiper li.swiper-slide img:hover {
  opacity: 0.5;
}

.bannerAreaSwiper .swiper-pagination {
  text-align: center;
  bottom: -40px !important;
}

.bannerAreaSwiper .swiper-pagination-bullets {
  width: 100%;
  margin: 0 0 0;
}

.bannerAreaSwiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 100%;
  background: #4d4d4d;
  opacity: 1;
  margin: 0 3px !important;
}

.bannerAreaSwiper .swiper-pagination-bullet-active {
  background: #afafaf;
}

.bannerAreaSwiper .bnrslider_btn_prev {
  display: none;
}

.bannerAreaSwiper .bnrslider_btn_next {
  display: none;
}

@media screen and (max-width: 767px) {
  section.bannerArea .wrap {
    padding: 30px 0 60px 0;
  }

  .bannerAreaSwiper li.swiper-slide {
    width: initial;
    display: inline-block;
    padding: 0 6px;
  }

  .bannerAreaSwiper .bnrslider_btn_prev {
    width: 30px;
    height: 30px;
    background: rgba(22, 53, 103, 1) url(/common/images/lower/list_of_hotels/sw_prev.svg) no-repeat center center;
    background-size: 6px auto;
    border-radius: 100%;
    position: absolute;
    left: calc(11.5% - 15px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    z-index: 100;
    display: block;
  }

  .bannerAreaSwiper .bnrslider_btn_next {
    width: 30px;
    height: 30px;
    background: rgba(22, 53, 103, 1) url(/common/images/lower/list_of_hotels/sw_next.svg) no-repeat center center;
    background-size: 6px auto;
    border-radius: 100%;
    position: absolute;
    right: calc(11.5% - 15px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    z-index: 100;
    display: block;
  }
}

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

  NEW OPEN

***************************************************************************/
section.newOpenArea {
  background-color: #ba9f67;
  background-image: url("../images/bg.png");
  background-size: 60px;
}

section.newOpenArea .wrap {
  max-width: 948px;
  padding: 70px 0 26px 0;
}

.newOpenArea h2 {
  text-align: center;
  font-size: 2.2em;
  color: #fff;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.4;
  margin-bottom: 50px;
}

.newOpenArea h2 span {
  display: block;
  font-size: .46em;
  letter-spacing: 0;
  position: relative;
}

.newOpenArea h2 span:after {
  position: absolute;
  content: '';
  width: 82px;
  height: 1px;
  bottom: -14px;
  left: 50%;
  margin-left: -41px;
  background-color: #fff;
}

.newOpenLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  letter-spacing: .1em;
}

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

.newOpenLink a {
  color: #fff;
}

.newOpenLink li {
  width: calc(96% / 3);
  margin-bottom: 50px;
  opacity: 1;
  transition: 0.3s;
}

.newOpenLink li:hover {
  opacity: 0.6;
}

.newOpenLink li figure {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

.newOpenLink li img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.newOpenLink li p {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 10px;
}

.newOpenLink li h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
}

.newOpenLink li h3 span {
  font-size: .8em;
  display: block;
}

.newOpenLinkTxt {
  width: 278px;
  border-bottom: solid 3px #fff;
  padding: 0 0 2px 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

.newOpenLinkTxt:before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: center -296px;
  background-size: 28px;
  margin-right: 22px;
}

.newOpenLinkTxt:after {
  content: '';
  width: 34px;
  height: 12px;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: center -480px;
  background-size: 34px;
  margin-left: 18px;
}

@media screen and (max-width: 948px) {
  section.newOpenArea .wrap {
    padding: 35px 4% 30px 4%;
  }

  .newOpenLink li p {
    font-size: 2.6vw;
    margin-bottom: 10px;
  }

  .newOpenLink li h3 {
    font-size: 2vw;
    margin-bottom: 20px;
  }

  .newOpenLinkTxt {
    width: 96%;
    font-size: 1.8vw;
  }

  .newOpenLinkTxt:before {
    margin-right: 10px;
  }

  .newOpenLinkTxt:after {
    margin-left: 9px;
  }
}

@media screen and (max-width: 767px) {
  .newOpenLink {
    flex-wrap: wrap;
  }

  .newOpenLink li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }

  .newOpenLink li p {
    font-size: 6vw;
  }

  .newOpenLink li h3 {
    font-size: 5vw;
  }

  .newOpenLinkTxt {
    width: 80%;
    font-size: 5vw;
    padding-bottom: 4px;
  }

  .newOpenLinkTxt:before {
    margin-right: 20px;
  }

  .newOpenLinkTxt:after {
    margin-left: 18px;
  }
}

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

  Relo Hotels＆Resortsとは

***************************************************************************/
section.aboutArea {
  background-color: #f8f1df;
  background-image: url("../images/bg.png");
  background-size: 60px;
}

section.aboutArea .wrap {
  max-width: 1440px;
  padding: 70px 0 0 0;
  text-align: center;
}

.aboutArea h2 {
  font-size: 2.2em;
  color: #1e3466;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  margin-bottom: 14px;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  border-bottom: solid 6px #1e3466;
  border-top: solid 6px #1e3466;
}

.aboutArea h2 span {
  display: block;
  font-size: .46em;
  letter-spacing: 0;
}

.aboutArea h3 {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 80px 0;
}

.aboutTitleEn {
  font-size: 1.1em;
  letter-spacing: .1em;
  color: #1e3466;
  font-weight: 700;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 40px;
}

.aboutTitleEn:after {
  position: absolute;
  content: '';
  width: 82px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  margin-left: -41px;
  background-color: #1e3466;
}

.aboutArea p {
  letter-spacing: .1em;
}

.aboutBox {
  text-align: left;
  display: flex;
  align-items: center;
  background-size: 208px;
  background-repeat: no-repeat;
}

.aboutBox.sc {
  flex-direction: row-reverse;
}

.aboutBoxImg img {
  max-width: 100%;
}

.aboutBoxImg,
.aboutBoxTxt {
  width: 50%;
}

.aboutBoxTxt {
  padding: 0 174px 0 106px;
}

.aboutBoxTxt h4 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.aboutBoxTxt p {
  margin-bottom: 24px;
}

.sc .aboutBoxTxt {
  padding: 0 30px 0 200px;
}

.aboutBeauty {
  background-image: url("../images/portal/about_bg01.png");
  background-position: top 26px right 70px;
}

.aboutFood {
  background-image: url("../images/portal/about_bg02.png");
  background-position: top 70px left 50px;
}

.aboutHeart {
  background-image: url("../images/portal/about_bg03.png");
  background-position: top 70px right 70px;
}

.aboutBoxBtn a {
  color: #fff;
}

@media screen and (max-width: 1439px) {
  .aboutBoxTxt {
    padding: 0 50px 0 30px;
  }

  .sc .aboutBoxTxt {
    padding: 0 30px;
  }

  .aboutBox {
    background-size: 15vw;
  }
}

@media screen and (max-width: 1199px) {
  .aboutBoxTxt p {
    font-size: 1.3vw;
    margin-bottom: 10px;
  }

  .aboutBoxTxt h4 {
    font-size: 1.6vw;
    margin-bottom: 10px;
  }

  .aboutBoxBtn a {
    font-size: 1.5vw;
  }

  .aboutBoxBtn.button {
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  section.aboutArea .wrap {
    padding-bottom: 20px;
  }

  .aboutAreaTxtBox {
    padding: 0 4%;
  }

  .aboutArea h2 {
    font-size: 2em;
    padding: 10px 0;
  }

  .aboutArea h3 {
    padding: 80px 4% 40px 4%;
  }

  .aboutAreaTxtBox p {
    font-size: 4vw;
  }

  .aboutBox {
    flex-wrap: wrap;
    background-size: 140px;
  }

  .aboutBoxImg,
  .aboutBoxTxt {
    width: 100%;
  }

  .aboutBoxImg {
    margin-bottom: 30px;
  }

  .aboutBoxTxt {
    margin-bottom: 40px;
    padding: 0 4%;
  }

  .sc .aboutBoxTxt {
    padding: 0 4%;
  }

  .aboutBoxTxt h4 {
    font-size: 5vw;
    margin-bottom: 20px;
  }

  .aboutBoxTxt p {
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .aboutBoxBtn.button {
    height: 42px;
  }

  .aboutBeauty,
  .aboutFood,
  .aboutHeart {
    background-position: bottom 60vw right -10px;
  }

  .aboutBoxBtn a {
    font-size: 1.8rem;
  }
}

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

  NEWS

***************************************************************************/
section.newsArea .wrap {
  padding: 70px 0 66px 0;
  max-width: 100%;
}

.newsArea h2 {
  text-align: center;
  font-size: 2.2em;
  color: #163468;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1.4;
  margin-bottom: 60px;
}

.newsArea h2 span {
  display: block;
  font-size: .46em;
  letter-spacing: 0;
  position: relative;
}

.newsArea h2 span:after {
  position: absolute;
  content: '';
  width: 82px;
  height: 1px;
  bottom: -14px;
  left: 50%;
  margin-left: -41px;
  background-color: #163468;
}

.newsTabBox {
  border-bottom: solid 2px #163468;
  margin-bottom: 40px;
}

.newsTab {
  max-width: 1060px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
}

.newsTab li {
  width: calc(98%/4);
  background-color: #ededed;
  border-bottom: solid 2px #163468;
  font-size: 1.2em;
  font-weight: 600;
  /*padding: 4px 0;*/
  cursor: pointer;
  height: 42px;
  margin-bottom: -2px;
  position: relative;
}

.newsTab li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.tab.active {
  background-color: #fff;
  border: solid 2px #163468;
  border-bottom: none;
  height: 44px;
}

.tab.active span {
  margin-top: -1px;
}

.noNews {
  font-size: 2.0rem;
  text-align: center;
}

.newsList {
  max-width: 1060px;
  margin: 0 auto 40px auto;
  display: none;
}

.newsList.show {
  display: block;
}

.newsList figure {
  width: 180px;
  padding: 0;
  margin: 0;
}

.newsList figure img {
  width: 100%;
}

.newsList li a {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #cbccd1;
  padding-bottom: 14px;
  margin-bottom: 14px;
  opacity: 1;
  transition: 0.3s;
}

.newsList li a:hover {
  opacity: 0.5;
}

.newsList li:last-child a {
  border: none;
}

.newsLiTxt {
  flex: 1;
  padding-left: 18px;
}

.newsDate {
  color: #adadad !important;
  margin-bottom: 2px;
}

.newsTi {
  color: #2f2725 !important;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 4px;
}

.newsCat {
  color: #fff !important;
  background-color: #163468;
  display: inline-block;
  font-size: .86em;
  padding: 1px 20px 0 20px;
}

.newsCat.imp {
  background-color: #b50215;
}

.newsCat.inf {
  background-color: #baa066;
}

.newsCat.media {
  background-color: #5aa449;
}

.newsListBtn {
  max-width: 270px;
  margin: 0 auto 110px auto;
}

.newsListBtn a {
  color: #fff;
}

.newsUnderBnr {
  max-width: 1060px;
  margin: 0 auto;
}

.newsUnderBnr img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}

.newsUnderBnr img:hover {
  opacity: 0.5;
}

.nwsSpBr {
  display: none;
}

@media screen and (max-width: 1070px) {

  .newsTab,
  .newsList,
  .newsUnderBnr {
    padding: 0 2%;
  }
}

@media screen and (max-width: 930px) {
  .newsTab li {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {

  section.newsArea .wrap {
    padding: 40px 0 30px 0;
  }

  .newsTab,
  .newsList,
  .newsUnderBnr {
    padding: 0 4%;
  }

  .newsTabBox {
    border-bottom: none;
    margin-bottom: 10%;
  }

  .newsTab {
    flex-wrap: wrap;
  }

  .tab.active {
    background-color: #163468;
    border: solid 2px #163468;
    color: #fff;

  }

  .newsTab li {
    width: calc(98%/2);
    background-color: #fff;
    color: #163468;
    border: solid 2px #163468;
    font-size: 2.8vw;
    line-height: 1.4;
    margin: 0 0 2%;
    height: 44px;
  }

  .newsList figure {
    width: 148px;
    height: 125px;
    position: relative;
    overflow: hidden;
  }

  .newsList figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }

  .newsUnderBnr img.sp {
    display: block;
    margin: 0 auto;
  }

  .newsCat {
    padding: 0 10px;
  }

  .newsListBtn {
    margin: 0 auto 60px auto;
  }
}

@media screen and (max-width: 600px) {
  .newsTab li {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 470px) {
  .nwsSpBr {
    display: block;
  }
  .newsTab li {
    font-size: 3.4vw;
  }
}

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

  旅を見つける

***************************************************************************/
section.findArea {
  background-color: #f8f1df;
  background-image: url(../images/bg.png);
  background-size: 60px;
}

section.findArea .wrap {
  padding: 70px 0 66px 0;
}

.findArea h2 {
  text-align: center;
  font-size: 2.2em;
  color: #163468;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  margin-bottom: 30px;
}

.findArea h2 span {
  display: block;
  font-size: .46em;
  letter-spacing: 0;
  position: relative;
}

.findArea h2 span:after {
  position: absolute;
  content: '';
  width: 82px;
  height: 1px;
  bottom: -14px;
  left: 50%;
  margin-left: -41px;
  background-color: #163468;
}

.findArea h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 40px;
}

.findWrap {
  position: relative;
  height: 724px;
  margin-bottom: 46px;
  width: 100%
}

.findWrap li {
  position: absolute;
}

.findImg {
  position: relative;
  overflow: hidden;
}

.findWrap li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
}

.findWrap li a img:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.findWrap li:nth-child(1) {
  top: 0;
  left: 0;
}

.findWrap li:nth-child(2) {
  top: 0;
  right: 0;
}

.findWrap li:nth-child(3) {
  top: 230px;
  right: 0;
}

.findWrap li:nth-child(4) {
  bottom: 0;
  left: 0;
}

.findWrap li:nth-child(5) {
  bottom: 0;
  right: 0;
}

.findWrap li:nth-child(1) .findImg {
  width: 710px;
  height: 438px;
}

.findWrap li:nth-child(2) .findImg,
.findWrap li:nth-child(3) .findImg {
  width: 340px;
  height: 208px;
}

.findWrap li:nth-child(4) .findImg,
.findWrap li:nth-child(5) .findImg {
  width: 526px;
  height: 263px;
}

.findBox {
  position: relative;
}

.findTxt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 140px;
  /*padding: 56px 20px 0 20px;*/
  background: -moz-linear-gradient(top, rgba(22, 52, 104, 0) 0%, rgba(22, 52, 104, 0) 9%, rgba(22, 52, 104, 1) 99%, rgba(22, 52, 104, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(22, 52, 104, 0) 0%, rgba(22, 52, 104, 0) 9%, rgba(22, 52, 104, 1) 99%, rgba(22, 52, 104, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(22, 52, 104, 0) 0%, rgba(22, 52, 104, 0) 9%, rgba(22, 52, 104, 1) 99%, rgba(22, 52, 104, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00163468', endColorstr='#163468', GradientType=0);
  /* IE6-9 */
  pointer-events: none;
}

.findTxtBox {
  position: absolute;
  bottom: 10px;
  left: 20px;
  padding-right: 20px;
}

.findTitle {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: .1em;
}

.findCat {
  color: #163468;
  background-color: #fff;
  border-radius: 50px;
  padding: 1px 20px 0px 20px;
  font-size: .86em;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 4px;
  display: inline-block;
}

.findBtn {
  max-width: 270px;
  margin: 0 auto;
}

.findBtn a {
  color: #fff;
}

@media screen and (max-width: 1070px) {
  section.findArea .wrap {
    padding: 35px 4% 30px 4%;
  }

  .findWrap {
    position: static;
    height: auto;
    margin-bottom: 26px;
  }

  .findWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .findWrap li {
    position: static;
    width: calc(98% / 2);
    margin-bottom: 20px;
  }

  .findWrap li:first-child {
    width: 100%;
  }

  .findWrap li img {
    position: static;
    transform: none;
  }

  .findWrap li:nth-child(1) .findImg,
  .findWrap li:nth-child(2) .findImg,
  .findWrap li:nth-child(3) .findImg,
  .findWrap li:nth-child(4) .findImg,
  .findWrap li:nth-child(5) .findImg {
    width: 100%;
    height: auto;
  }

  .findWrap li a img:hover {
    transform: translate(0, 0) scale(1.05);
  }
}

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

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

  施設一覧・こだわりから見つける

***************************************************************************/
section.findFromArea .wrap {
  padding: 56px 0 66px 0;
}

.findFromWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.findFromWrap h2 {
  font-size: 3.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.findFromBox {
  background-color: #64c3d9;
  border-radius: 24px;
  width: 100%;
  padding: 55px 50px 50px 360px;
  color: #fff;
  position: relative;
  text-align: left;
}

.findFromImg {
  width: 251px;
  position: absolute;
  left: 85px;
  top: -18px;
}

.findFromBox img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

.findFromBox p {
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  margin-bottom: 28px;
  font-weight: 400;
  line-height: 1.75;
}

.findFromBtn {
  max-width: 270px;
  margin: 0 0;
}

.findFromBtn a {
  color: #fff;
}

@media screen and (max-width: 1070px) {
  section.findFromArea .wrap {
    padding: 25px 4% 30px 4%;
  }

  .findFromImg {
    margin-bottom: 25px;
  }

  .findFromWrap h2 {
    font-size: 3vw;
  }

  .findFromBox p {
    font-size: 2vw;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .findFromBox {
    width: 100%;
    padding: 11vw 4vw;
    border-radius: 43px;
    margin-bottom: 30px;
    text-align: center;
  }

  .findFromImg {
    width: 251px;
    position: static;
    width: 100%;
    padding-left: 28%;
    margin-bottom: 8vw;
  }

  .findFromBox.kodawariFind {
    margin-bottom: 0;
  }

  .findFromWrap h2 {
    font-size: 6vw;
    margin: 0 0 6vw;
  }

  .findFromBox p {
    font-size: 4vw;
    margin: 0 0 5vw;
  }

  .findFromBtn {
    max-width: 270px;
    margin: 0 auto;
  }
}

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

  こだわりから見つける moreArea

***************************************************************************/
section.moreArea {
  background-image: url(../images/portal/kodawari_bg.png);
  background-repeat: no-repeat;
  background-position: right 30%;
  background-size: contain;
}

section.moreArea .wrap {
  padding: 70px 0 66px 0;
}

.moreArea h2 {
  text-align: center;
  font-size: 2.2em;
  color: #163468;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 30px;
}

.moreArea h2 span {
  display: block;
  font-size: .46em;
  letter-spacing: 0;
  position: relative;
}

.moreArea h2 span:after {
  position: absolute;
  content: '';
  width: 82px;
  height: 1px;
  bottom: -14px;
  left: 50%;
  margin-left: -41px;
  background-color: #163468;
}

.moreArea h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 40px;
}

.moreArea {
  padding: 90px 0;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .moreArea {
    padding: 50px 0;
  }

  section.moreArea {
    background-position: right 55%;
    background-size: 700px;
  }
}

@media screen and (max-width: 550px) {
  .moreArea h2 {
    font-size: 6vw;
  }

  .moreArea h3 {
    font-size: 5vw;
  }
}

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

  moreArea スライダー

***************************************************************************/
.moreAreaswiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 86px;
}

.moreAreaswiper .swiper-slide {
  display: inline-block;
}

.moreAreaswiper .swiper-slide .sildeImg {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transform: skewX(-15deg) !important;
  height: 18vw;
}

.moreAreaswiper .swiper-slide .sildeImg img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(15deg) scale(1.25);
  transition: 0.6s;
  display: block;
}

.moreAreaswiper .swiper-slide p {
  /*z-index: 10;*/
  font-size: 1.4em;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2f2725;
  line-height: 1;
  margin-top: 36px;
  margin-left: -3em;
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffef00 50%);
}

.moreBtn {
  max-width: 270px;
  margin: 0 auto;
}

.moreBtn a {
  color: #fff;
}

.moreAreaswiper .swiper-slide a:hover img {
  transform: translate(-50%, -50%) skewX(15deg) scale(1.35);
}

.ptlslider_btn_prev {
  content: '';
  width: 58px;
  height: 58px;
  position: absolute;
  left: 24px;
  top: 40%;
  z-index: 30;
  transform: translate(0, -40%);
  background: #00405e url(/common/images/portal/prev_arw.svg) no-repeat 20% center;
  background-size: 17px 31px;
  background-position: 17px 13px;
  border-radius: 50px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

.ptlslider_btn_prev:hover {
  opacity: 0.6;
}

.ptlslider_btn_next {
  content: '';
  width: 58px;
  height: 58px;
  position: absolute;
  right: 24px;
  top: 40%;
  z-index: 30;
  transform: translate(0, -40%);
  background: #00405e url(/common/images/portal/next_arw.svg) no-repeat 80% center;
  background-size: 17px 31px;
  background-position: 21px 13px;
  border-radius: 50px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

.ptlslider_btn_next:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .moreAreaswiper .swiper-slide p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .moreAreaswiper .swiper-slide .sildeImg {
    height: 50vw;
  }

  .moreAreaswiper .swiper-slide p {
    font-size: 5vw;
    margin-left: -1em;
  }

  .ptlslider_btn_prev {
    width: 40px;
    height: 40px;
    left: 8px;
    top: 38%;
    background-size: 8px 14px;
    background-position: 15px 13px;
  }

  .ptlslider_btn_next {
    width: 40px;
    height: 40px;
    right: 8px;
    top: 38%;
    background-size: 8px 14px;
    background-position: 17px 13px;
  }
}

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

  フッタ

***************************************************************************/
@media screen and (max-width: 767px) {
  footer .wrap {
    padding: 40px 4% 22vw;
  }
}

@media screen and (max-width: 767px) {}

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

  ヘッダ以下共通

***************************************************************************/
/*h2.ptlCmnH2 {
	font-size: 200%;
	position: relative;
	letter-spacing: 0.2em;
	margin: 0 0 1em;
	padding: 0 0 0.4em;
	display: block;
	font-weight: 600;
}

h2.ptlCmnH2:after {
	content: '';
	width: 0.8em;
	height: 1px;
	background: #000;
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

a.ptlToList {
	font-size: 169%;
	font-weight: 400;
	color: #fff;
	background: #00405e;
	padding: 0.3em 1.3em;
	border: solid 1px #00405e;
	transition: 0.5s;
}

a.ptlToList:hover {
	color: #00405e;
	background: #fff;
}

a.ptlToList i {
	position: relative;
	padding: 0 0.5em 0 0;
}

a.ptlToList i:after {
	content: '▲';
	position: absolute;
	font-size: 0.5em;
	transform: rotate(90deg);
	top: 0;
	bottom: 0;
	right: 0;
}

a.portal2colBox {
	width: 49%;
	display: block;
	background: #fff;
	color: #2f2725;
	opacity: 1;
	transition: 0.3s;
}

a.portal2colBox:hover {
	opacity: 0.8;
}

a.portal2colBox dl {
	width: 100%;
}

a.portal2colBox dl dt img {
	width: 100%;
}

a.portal2colBox dl dd {
	width: 100%;
	background: #fff;
	padding: 28px 25px;
	text-align: center;
}

a.portal2colBox dl dd strong {
	font-size: 200%;
	position: relative;
	letter-spacing: 0.2em;
	margin: 0 0 0.6em;
	padding: 0 0 0.4em;
	font-weight: 600;
	display: block;
}

a.portal2colBox dl dd strong:after {
	content: '';
	width: 0.8em;
	height: 1px;
	background: #000;
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

a.portal2colBox dl dd p {
	letter-spacing: 0.075em;
	text-align: left;
	margin: 0 0 1.5em;
}

span.toDetBtn {
	font-size: 119%;
	letter-spacing: 0.1em;
	border: solid 1px #000;
	background: #fff;
	padding: 0.2em 1.3em;
	transition: 0.8s;
}

a:hover span.toDetBtn {
	color: #fff;
	background: #000;
}

span.toDetBtn i {
	position: relative;
	padding: 0 0.4em 0 0;
}

span.toDetBtn i:after {
	content: '▲';
	position: absolute;
	font-size: 0.5em;
	transform: rotate(90deg);
	top: 0;
	bottom: 0;
	right: 0;
}*/
/**ここから下は必要なら使う**/
/*.ampList li,
.strList li,
.redSqrList li,
.bmaruList li,
.wmaruList li {
	position: relative;
	font-size: 18px;
	padding: 0 0 0 1em;
	display: block;
	margin: 0 0 0;
}

.ampList li:before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.strList li:before {
	content: '★';
	position: absolute;
	left: 0;
	top: 0;
}

.redSqrList li:before {
	content: '■';
	color: #f00;
	position: absolute;
	left: 0;
	top: 0;
}

.wmaruList li:before {
	content: '○';
	position: absolute;
	left: 0;
	top: 0;
}

.bmaruList li:before {
	content: '●';
	position: absolute;
	left: 0;
	top: 0;
}

ol {
	margin: 0 0 0 1em;
	padding-left: 1em;
	list-style: decimal;
}

ol li {
	margin: 0 0 0;
	line-height: 1.6;
}



@media screen and (max-width: 767px) {
a.portal2colBox {
	width: 100%;
}
a.portal2colBox {
	margin-bottom: 20px;
}

a.portal2colBox dl dd span i {
	padding: 0 0.6em 0 0;
}

a.ptlToList {
	font-size: 150%;
}
}*/
/***************************************************************************

  copyArea

***************************************************************************/
/*.copyArea {
	padding: 80px 0;
	background: rgba(0, 64, 94, 0.85);
}

.copyArea .wrap {
	text-align: center;
	color: #fff;
}

.copyArea h2 {
	font-size: 219%;
	letter-spacing: 0.075em;
	margin: 0 0 0.8em;
	font-weight: 600;
}

.copyArea p {
	font-size: 144%;
	letter-spacing: 0.075em;
	font-weight: 500;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
.copyArea {
	padding: 40px 0;
}
}
@media screen and (max-width: 550px) {
.copyArea h2 {
	font-size: 5.5vw;
}
.copyArea p {
	font-size: 4vw;
}
}*/
/***************************************************************************

  infoArea

***************************************************************************/
/*.infoArea {
	padding: 80px 0;
}

.infoArea .wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
.infoArea {
	padding: 40px 0;
}
.infoArea .wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
}*/
/***************************************************************************

  facilityArea

***************************************************************************/
/*.facilityArea {
	padding: 60px 0;
	background: rgba(255, 255, 255, 0.74);
	text-align: center;
}

@media screen and (max-width: 767px) {
.facilityArea {
	padding: 40px 0;
}
}*/
/***************************************************************************

  userArea

***************************************************************************/
/*.userArea {
	padding: 70px 0;
}

.userArea .userArea2col {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.useareaAnk {
	transition: 0.3s;
	opacity: 1;
	display: block;
}
.useareaAnk:hover {
	opacity: 0.8;
}
.cmnPicTxt {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 45px;
	background: #fff;
	color: #2f2725;
}

.cmnPicTxt dt {
	width: 50%;
}

.cmnPicTxt dt img {
	width: 100%;
}

.cmnPtSt {
	font-size: 200%;
	display: inline-block;
	margin: 0 0 12px;
	padding: 0 0 8px;
	position: relative;
	letter-spacing: 0.2em;
}

.cmnPtSt:after {
	content: '';
	width: 1.3em;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cmnPicTxt dd {
	padding: 1.5em 1em 1.5em 40px;
	width: 50%;
	text-align: left;
	line-height: 2;
	letter-spacing: 0.075em;
}
.cmnPicTxt dd p{
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
.userArea {
	padding: 40px 0;
}

.userArea .userArea2col {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cmnPicTxt {
	width: 100%;
	display: block;
	margin: 0 0 40px;
}

.cmnPicTxt dt {
	width: 100%;
	margin-bottom: 15px;
}

.cmnPicTxt dt img {
	width: 100%;
}
.cmnPtSt:after {
	content: '';
	width: 1.3em;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.cmnPicTxt dd {
	padding: 0 4% 4%;
	width: 100%;
	font-size: 106%;
	text-align: center;
}
}*/
/***************************************************************************

  companyArea

***************************************************************************/
/*.companyArea {
	padding: 70px 0;
	text-align: center;
	background: #fff url(/common/images/portal/companyarea_bg.jpg) no-repeat center top;
	background-size: cover;
}

.companyArea h2 {
	font-size: 200%;
	letter-spacing: 0.2em;
	margin: 0 0 0.6em;
	display: block;
	font-weight: 600;
	color: #fff;
}

a.toCompany {
	font-size: 119%;
	letter-spacing: 0.1em;
	border: solid 1px #fff;
	background: transparent;
	padding: 0.2em 1.3em;
	transition: 0.8s;
	color: #fff;
}

a.toCompany:hover {
	background: rgba(0, 0, 0, 0.5);
}

a.toCompany span i {
	position: relative;
	padding: 0 0.4em 0 0;
}

a.toCompany span i:after {
	content: '▲';
	position: absolute;
	font-size: 0.5em;
	transform: rotate(90deg);
	top: 0;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
.companyArea {
	padding: 40px 0;
}
}*/
/***************************************************************************

  moreArea

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

  facilityArea スライダー

***************************************************************************/
/*.facilityAreaswiper {
	margin: 0 0 50px;
	position: relative;
	overflow: hidden;
}

.facilityAreaswiper .swiper-slide {
	display: inline-block;
	width: 25vw;
}

.facilityAreaswiper .swiper-slide a dl dt {
	width: 100%;
	position: relative;
	margin: 0 0 15px;
}
.facilityAreaswiper .swiper-slide a dl dt img {
	width: 100%;
}
.facilityAreaswiper .swiper-slide a dl dt span {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 119%;
	padding: 0.3em 0.7em;
	line-height: 1;
	letter-spacing: 0.2em;
}
.kanto {
	background: #2d91a0;
}
.chubuhokuriku {
	background: #de8985;
}
.kinki {
	background: #d8b700;
}
.tohoku {
	background: #3f9338;
}

.hokkaido {
	background: #255f9f;
}

.chugokushikoku {
	background: #809829;
}

.kyushuokinawa {
	background: #000000;
}

.kaigai {
	background: #662d88;
}

.facilityAreaswiper .swiper-slide a dl dd {
	font-size: 112%;
	letter-spacing: 0.08em;
	font-weight: 600;
}

.facilityAreaswiper .swiper-slide a {
	display: block;
	color: #2f2725;
	transition: 0.3s;
	opacity: 1;
}
.facilityAreaswiper .swiper-slide a:hover{
	opacity: 0.7;
}

.ptlslider_btn_prev {
	content: '';
	width: 31px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 30;
	transform: translate(0, -50%);
	background: #00405e url(/common/images/portal/prev_arw.svg) no-repeat 20% center;
	background-size: 17px 31px;
	border: none;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
}

.ptlslider_btn_prev:hover {
	opacity: 0.6;
}

.ptlslider_btn_next {
	content: '';
	width: 31px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 30;
	transform: translate(0, -50%);
	background: #00405e url(/common/images/portal/next_arw.svg) no-repeat 80% center;
	background-size: 17px 31px;
	border: none;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
}

.ptlslider_btn_next:hover {
	opacity: 0.6;
}*/
