@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;
}

@media screen and (max-width: 767px) {
  .titleBlock.index {
    background-image: url(../img/service/bg_title-sp.jpg);
    height: 210px;
    margin-bottom: 32px;
  }
}


/*-----------------------------------
  ページ内リンク
-----------------------------------*/
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;
  background-size: 42px !important;
}

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

@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);
  }
}
@media screen and (max-width: 767px) {
  nav.lwrCommonNaviInpage {
    padding: 16px 12px 8px;
  }
  nav.lwrCommonNaviInpage ul {
    gap: 7px;
    padding: 0 0 13px;
    margin: 0 0 20px;
  }
  nav.lwrCommonNaviInpage ul li {
    width: 100%;
  }
  nav.lwrCommonNaviInpage ul.otherPage li {
    background-size: 18px;
  }
  nav.lwrCommonNaviInpage ul li a {
    padding: 13px 45px 13px 50px;
    background-size: 32px !important;
    background-position: left 12px center;
  }
}

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

.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;
}

@media screen and (max-width: 767px) {
  .service .indexListBlock h2 {
    margin: 32px 0 16px;
    font-size: 2rem;
    background-size: 40px !important;
    padding-left: 48px;
  }
  .indexListBlock ul {
    flex-direction: column;
    gap: 12px 0;
  }
  .indexListBlock ul li {
    width: 100%;
  }
  .indexListBlock ul li figure {
    height: 224px;
  }
  .indexListBlock ul li .title {
    font-size: 1.8rem;
    padding: 15px;
  }
  .indexListBlock ul li .detail {
    margin: auto 15px 15px;
  }
}
 
/*--------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------*/
.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;
}

.colored {
  color: #D90000;
}
.btnBack {
  margin-top: 48px !important;
}

@media screen and (max-width: 767px) {
  .service h2 {
    font-size: 2.3rem;
    margin: 40px 0 24px;
  }
  .service h2 + p {
    margin-top: 24px;
  }
  .service h3 + table {
    margin-top: 0;
  }
  ul.listDot.col5 {
    margin: 16px 0;
    gap: 0;
  }
  ul.listDot.col5 li {
    width: 100%;
  }
  .floormapBlock {
    margin: 40px 0 0;
  }
  .btnBack {
    margin: 32px 0 0;
  }
}


/*--------------------------------------------------------------------------
タイトル
--------------------------------------------------------------------------*/
.titleBlock {
  margin: 0 0 50px;
  font-weight: bold;
}
.titleBlock.col2 .wrap {
  display: flex;
  justify-content: space-between;
}
.titleBlock.col2 {
  margin-top: 40px;
}
.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;
}
.titleBlock ul.linkBtn {
  margin: 48px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px 0;
  flex-direction: column;
}
.titleBlock ul.linkBtn li {
  display: block;
  height: 48px;
  width: 280px;
  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;
}
.titleBlock 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;
}
.titleBlock ul.linkBtn li:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .titleBlock.col2 {
    margin-top: 0;
  }
  .titleBlock.col2 .wrap {
    flex-direction: column;
  }
  .titleBlock.col2 .wrap {
    width: 100%;
  }
  .titleBlock.col2 .titleBox {
    width: 100%;
    margin: 34px 0 24px;
    padding: 0 15px;
  }
  .titleBlock .description {
    margin: 32px 0 0 0;
    padding: 0 20px;
  }
  .titleBlock.col2 .picBox, .titleBlock.col2 .serviceSlider {
    width: 100%;
  }
  .titleBlock h1 {
    font-size: 2.7rem;
  }
  .titleBlock .kind {
    font-size: 1.4rem;
  }
  .titleBlock .floor span {
    margin: 10px 6px 0 0;
  }
  .titleBlock ul {
    padding: 0 20px;
  }
  .titleBlock ul.listNote,
  .titleBlock ul.swiper-wrapper {
    padding: 0;
  }
  .titleBlock ul.linkBtn {
    margin: 24px 0 12px;
  }
}


/*--------------------------------------------------------------------------
スライダー
--------------------------------------------------------------------------*/
.serviceSlider {
  width: 100vw;
  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 {
  width: 70px !important;
  cursor: pointer;
  padding: 0 2px;
  opacity: 0.5;
}
.serviceSlider .slider-thumbnail ul li.swiper-slide-thumb-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .serviceSlider .slider-thumbnail ul li {
    width: 25% !important;
  }
}


/*--------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------*/
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);
}
@media screen and (max-width: 767px) {
  .detailinfoBlock table .paymentBox,
  .detailinfoBlock table .inTableBox div {
    flex-direction: column;
    gap: 0;
  }
  .detailinfoBlock table .paymentBox dt,
  .detailinfoBlock table .paymentBox dd {
    width: 100%;
  }
  .detailinfoBlock table .paymentBox dt {
    margin: 16px 0 4px;
  }
  .detailinfoBlock table .paymentBox dt:first-child {
    margin-top: 0;
  }
}

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

.detailFacilityBlock .txt {
  width: calc(100% - 600px - 20px);
}
.detailFacilityBlock.pic1 .txt {
  width: calc(100% - 320px - 20px);
}
.detailFacilityBlock .txt p {
  margin: 0 0 1em;
}
.detailinfoBlock table td a {
  color: #1073E5;
  text-decoration: underline;
}
.titleBox .description a[target="_blank"],
.detailFacilityBlock .txt p a[target="_blank"],
.detailinfoBlock table td a[target="_blank"] {
  background: url(../img/icon_blank.png) no-repeat right center;
  background-size: 20px;
  padding: 0 24px 0 0;
  color: #1073E5;
  text-decoration: underline;
}
.titleBox .description a[target="_blank"]:hover,
.detailFacilityBlock .txt p a[target="_blank"]:hover,
.detailinfoBlock table td a:hover,
.detailinfoBlock table td a[target="_blank"]:hover {
  text-decoration: none;
}
.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;
}
.detailFacilityBlock.pic1 .img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .detailFacilityBlock {
    flex-direction: column;
    margin: 24px 0 40px 0;
  }
  .detailFacilityBlock .txt,
  .detailFacilityBlock.pic1 .txt,
  .detailFacilityBlock .img,
  .detailFacilityBlock.pic1 .img,
  .detailFacilityBlock ul.linkBtn li {
    width: 100%;
  }
  .detailFacilityBlock .img {
    flex-direction: column;
    gap: 4px 0;
  }
  .detailFacilityBlock ul.linkBtn {
    margin: 12px 0 24px;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  main.service.standPage .floormapBlock {
    padding: 20px 20px 24px;
  }
  main.service.standPage .floormapBlock ul {
    gap: 0 8px;
  }
  main.service.standPage .floormapBlock ul li a {
    padding: 12px;
  }
}