@charset "utf-8";

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

  施設・サービス
  /service/

***************************************************************************/
/*--------------------------------------------------------------------------
インデックス
--------------------------------------------------------------------------*/
/*-----------------------------------
  タイトル
-----------------------------------*/
.titleBlock.index {
  background: url(../img/service/bg_title.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  height: 320px;
  display: flex;
}

.titleBlock.index::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.titleBlock.index h1,
.titleBlock.index p {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.titleBlock.index p {
  margin: 16px 0 0 0;
}

/*-----------------------------------
  ページ内リンク
-----------------------------------*/
nav.lwrCommonNaviInpage {
  background: #EBF6FF;
  border-radius: 12px;
  padding: 24px;
}
nav.lwrCommonNaviInpage ul {
  gap: 12px;
  font-size: 1.5rem;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #C1DAE8;
}
nav.lwrCommonNaviInpage ul + ul {
  border: none;
  margin: 0;
  padding: 0;
}

nav.lwrCommonNaviInpage ul li {
  width: calc((100% / 3) - 8px);
  background-color: #ffffff;
}

nav.lwrCommonNaviInpage ul.otherPage li {
  background-image: url(../img/arrow_blue-circle-right.png);
}

nav.lwrCommonNaviInpage ul li a {
  padding: 18px 50px 18px 60px;
}

nav.lwrCommonNaviInpage ul li.lounge a {
  background: url(../img/service/icon-lounge.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.business a {
  background: url(../img/service/icon-business.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.delivery a {
  background: url(../img/service/icon-delivery.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.atm a {
  background: url(../img/service/icon-atm.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.information a {
  background: url(../img/service/icon-information.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.kids a {
  background: url(../img/service/icon-kids.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.care a {
  background: url(../img/service/icon-care.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.other a {
  background: url(../img/service/icon-other.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.ohenro a {
  background: url(../img/service/icon-ohenro.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.cycle a {
  background: url(../img/service/icon-cycle.svg) no-repeat 9px center;
  background-size: 42px;
}
nav.lwrCommonNaviInpage ul li.inbound a {
  background: url(../img/service/icon-inbound.svg) no-repeat 9px center;
  background-size: 42px;
}

@media screen and (max-width: 1205px) {
  nav.lwrCommonNaviInpage ul li {
    width: calc((100% / 3) - 11px);
  }
}
@media screen and (max-width: 910px) {
  nav.lwrCommonNaviInpage ul li {
    width: calc((100% / 2) - 8px);
  }
}

/*-----------------------------------
  リスト
-----------------------------------*/
.service .indexListBlock h2 {
  border: none;
  margin: 64px 0 30px;
  padding: 0 0 0 62px;
}
.service .indexListBlock#lounge h2 {
  background: url(../img/service/icon-lounge.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#business h2 {
  background: url(../img/service/icon-business.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#delivery h2 {
  background: url(../img/service/icon-delivery.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#atm h2 {
  background: url(../img/service/icon-atm.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#information h2 {
  background: url(../img/service/icon-information.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#kids h2 {
  background: url(../img/service/icon-kids.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#care h2 {
  background: url(../img/service/icon-care.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#other h2 {
  background: url(../img/service/icon-other.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#ohenro h2 {
  background: url(../img/service/icon-ohenro.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#cycle h2 {
  background: url(../img/service/icon-cycle.svg) no-repeat left center;
  background-size: 50px;
}
.service .indexListBlock#inbound h2 {
  background: url(../img/service/icon-inbound.svg) no-repeat left center;
  background-size: 50px;
}

.indexListBlock ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 28px 24px;
}

.indexListBlock ul li {
  width: calc((100% / 3) - 16px);
  border-radius: 12px;
}

.indexListBlock ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: 2px solid #9DD4EF;
  box-sizing: border-box;
  border-radius: 12px;
  transition: 0.3s;
}

.indexListBlock ul li:hover,
.indexListBlock ul li a:hover {
  border-color: #1073E5;
  transition: 0.3s;
}

.indexListBlock ul li figure {
  width: 100%;
  height: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.indexListBlock ul li figure img {
  object-fit: cover;
  transition: 0.3s;
}

.indexListBlock ul li a:hover figure img {
  transform: scale(1.05);
  transition: 0.3s;
}

.indexListBlock ul li .title {
  font-size: 2rem;
  padding: 18px 20px 30px;
  color: #1073E5;
  font-weight: bold;
}

.indexListBlock ul li .detail {
  margin: auto 20px 20px;
  font-weight: bold;
  padding: 0 30px 0 0;
  text-align: right;
  color: #1073E5;
  background: url(../img/arrow_blue-circle-right.png) no-repeat right center;
  background-size: 20px;
}

h2 + .indexListBlock {
  margin-top: 32px;
}
 
/*--------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------*/
.service h2 {
  font-size: 2.6rem;
  margin: 64px 0 10px;
  padding: 0 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #1073E5;
}
.service h2 + p {
  margin-top: 32px;
}

.service h3 {
  margin: 32px 0;
  font-size: 2rem;
  font-weight: bold;
}
.service h3 + table {
  margin-top: -24px;
}

ul.listDot.col5 {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
ul.listDot.col5 li {
  width: calc(100% / 5);
}
p + ul.listDot.col5 li:first-child {
  margin-top: 0;
}

ul.listDot.col5 + ul.listNote {
  font-size: 1.4rem;
  color: #666666;
}

.floormapBlock {
  margin: 80px 0 0;
}
.btnBack {
  margin-top: 48px !important;
}


/*--------------------------------------------------------------------------
タイトル
--------------------------------------------------------------------------*/
.titleBlock {
  margin: 0 0 50px;
  font-weight: bold;
}
.titleBlock.col2 .wrap {
  display: flex;
  justify-content: space-between;
}
.standPage .titleBlock.col2 h1 {
  margin-top: 30px;
}
.titleBlock h1 {
  font-size: 4.2rem;
  line-height: 1.2;
  color: #1073E5;
  font-weight: bold;
}
.titleBlock .kind {
  font-size: 1.5rem;
  margin: 0 0 12px;
}
.titleBlock .floor span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin: 16px 6px 0 0;
  padding: 6px 12px;
  border-radius: 4px;
  background: #1073E5;
  color: #ffffff;
}
.titleBlock .floor span.kind {
  background: none;
  color: #1073E5;
  box-shadow: inset 0 0 0 1px #1073E5;
}
.titleBlock .description {
  font-weight: 400;
  margin: 48px 0 0 0;
}
.titleBlock .descriptionBox {
  font-weight: 400;
  margin: 40px 0 0 0;
}
.titleBlock .description p + p,
.titleBlock .descriptionBox p + p {
  margin-top: 2rem;
}
.titleBlock.col2 .titleBox {
  width: calc(100% - 640px - 65px);
}
.titleBlock.col2 .picBox,
.titleBlock.col2 .serviceSlider {
  width: 640px;
}
.titleBlock.col1 .picBox {
  margin: 48px 0 0 0;
}
.titleBlock.col1 .picBox figure img {
  border-radius: 8px;
}


/*--------------------------------------------------------------------------
スライダー
--------------------------------------------------------------------------*/
.serviceSlider {
  width: 100%;
  position: relative;
}
.serviceSlider-next {
  width: 30px;
  height: 30px;
  background: url(../img/next_btn_sp.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  z-index: 1;
}
.serviceSlider-prev {
  width: 30px;
  height: 30px;
  background: url(../img/prev_btn_sp.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  z-index: 1;
}

.serviceSlider .slider-thumbnail {
  width: 90%;
  margin: 10px auto 0;
  padding: 0 15px;
}

.serviceSlider .slider-thumbnail ul {
  display: flex;
  justify-content: center;
}

.serviceSlider .slider-thumbnail ul li {
  padding: 0 2px;
  opacity: 0.5;
}
.serviceSlider .slider-thumbnail ul li.swiper-slide-thumb-active {
  opacity: 1;
}


/*--------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------*/
table.lwrCommonTable td strong {
  margin-bottom: 8px;
  display: inline-block;
}
.detailinfoBlock table .paymentBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.detailinfoBlock table .paymentBox dt {
  width: 10em;
  font-weight: bold;
}
.detailinfoBlock table .paymentBox dd {
  width: calc(100% - 10em - 10px);
}

.detailinfoBlock table .inTableBox div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
}
.detailinfoBlock table .inTableBox div dt {
  width: 10em;
  font-weight: bold;
}
.detailinfoBlock table .inTableBox div dd {
  width: calc((100% / 4) - 50px);
}

.detailFacilityBlock {
  margin: 32px 0 80px 0;
  display: flex;
  justify-content: space-between;
}

.detailFacilityBlock .txt {
  width: calc(100% - 600px - 20px);
}
.detailFacilityBlock .txt p {
  margin: 0 0 1em;
}
.detailFacilityBlock ul.linkBtn {
  margin: 48px 0;
}
.detailFacilityBlock ul.linkBtn li {
  display: block;
  height: 48px;
  width: 250px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(29, 151, 232, 1) 0%, rgba(11, 108, 206, 1) 100%);
  box-shadow: 0 2px 4px rgba(59, 133, 170, 0.3);
  transition: 0.3s;
}
.detailFacilityBlock ul.linkBtn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: url(../img/arrow_white-circle-right.png) no-repeat right 18px center;
  background-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
.detailFacilityBlock ul.linkBtn li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.detailFacilityBlock .img {
  width: 600px;
  display: flex;
  justify-content: center;
  gap: 0 4px;
}

.relatedLinks {
  margin: 8px;
}
.relatedLinks dt {
  margin: 0 0 16px;
  font-size: 2.2rem;
  font-weight: bold;
}
.relatedLinks a {
  color: #1073E5;
  text-decoration: underline;
}
.relatedLinks a[target="_blank"] span {
  background: url(../img/icon_blank.png) no-repeat right center;
  background-size: 14px;
  padding: 0 24px 0 0;
}
.relatedLinks a:hover {
  text-decoration: none;
}

main.service.standPage .floormapBlock {
  padding: 40px 24px;
}
main.service.standPage .floormapBlock h3 {
  margin: 0 0 24px;
}
main.service.standPage .floormapBlock ul {
  display: flex;
  justify-content: space-between;
  gap: 0 21px;
}
main.service.standPage .floormapBlock ul li {
  width: calc(100% / 3);
}
main.service.standPage .floormapBlock ul li a {
  text-align: left;
  font-weight: bold;
  padding: 18px 16px;
  background: #ffffff url(../img/arrow_blue-circle-right.png) no-repeat right 16px center;
  background-size: 20px;
  display: block;
  border-radius: 6px;
  border: 2px solid #9DD4EF;
  transition: 0.3s;
}
main.service.standPage .floormapBlock ul li a:hover {
  border-color: #1073E5;
  transition: 0.3s;
}