@charset "UTF-8";
/* ▼▼▼ 一覧ページ
====================================================== */
.page_ttl .ttl_head:before {
  content: "FACILITY＆SERVICE";
}

section {
  padding-top: 32px;
}
@media screen and (min-width: 769px) {
  section:not(#facility) {
    padding-top: 60px;
  }
  section#facility {
    padding-top: 80px;
  }
}

.contents_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.contents_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  text-align: center;
  border: 1px solid #C1C1C1;
  height: 45px;
  padding: 5px 15px 5px 5px;
  line-height: 1.4;
  position: relative;
}
.contents_list li a:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #716F6F;
  border-bottom: 1px solid #716F6F;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 40%;
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .contents_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 810px;
    margin: auto;
  }
  .contents_list li a {
    font-size: 15px;
    height: 65px;
  }
  .contents_list li a:hover {
    color: #fff;
    background-color: #969696;
    border-color: #969696;
  }
  .contents_list li a:hover::after {
    border-color: #fff;
    top: 45%;
  }
}

.contents_ttl {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}
.contents_ttl::before {
  content: "";
  display: inline-block;
  margin-right: 0.6em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .contents_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#facility .contents_ttl::before {
  background-image: url(../img/service/icon_facility.png);
  width: 38px;
  height: 25px;
}

#children .contents_ttl::before {
  background-image: url(../img/service/icon_family.png);
  width: 37px;
  height: 33px;
}

#disability .contents_ttl::before {
  background-image: url(../img/service/icon_handicapped.png);
  width: 34px;
  height: 38px;
}

#pointcard .contents_ttl::before {
  background-image: url(../img/service/icon_payment.png);
  width: 42px;
  height: 28px;
}

.acc_box {
  border: 1px solid #C1C1C1;
  padding: 15px 20px;
}
.acc_box:not(:last-child) {
  margin-bottom: 16px;
}
.acc_box .acc_head {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
.acc_box .acc_head span {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.acc_box .acc_head span:before, .acc_box .acc_head span:after {
  content: "";
  background-color: #716F6F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.acc_box .acc_head span:before {
  width: 100%;
  height: 2px;
}
.acc_box .acc_head span:after {
  width: 2px;
  height: 100%;
}
.acc_box .acc_head.ttl.bg span {
  right: 10px;
}
.acc_box .acc_head.open span::after {
  background-color: transparent;
}
.acc_box .content {
  display: none;
  padding: 30px 0 10px;
}
.acc_box .content .ttl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin: 16px 0 12px;
}
.acc_box .content .ttl.bg {
  background-color: #EFEFEF;
  border: none;
  padding: 6px 15px;
  margin: 15px 0 12px;
}
.acc_box .content .ttl.bg:not(:first-of-type) {
  margin: 40px 0 15px;
}
.acc_box .content .ttl.open_hour {
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  cursor: pointer;
}
.acc_box .content .ttl.open_hour span {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.acc_box .content .ttl.open_hour span:before, .acc_box .content .ttl.open_hour span:after {
  content: "";
  background-color: #716F6F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.acc_box .content .ttl.open_hour span:before {
  width: 100%;
  height: 2px;
}
.acc_box .content .ttl.open_hour span:after {
  width: 2px;
  height: 100%;
}
.acc_box .content .ttl.open_hour.open span::after {
  background-color: transparent;
}
.acc_box .content .img {
  margin: 20px auto 10px;
  max-width: 570px;
  position: relative;
}
.acc_box .content .img.grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 7px;
}
.acc_box .content .img.grid.spot_wrap {
  grid-template-columns: none;
}
@media screen and (min-width: 769px) {
  .acc_box .content .img.grid.spot_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .acc_box .content .img.grid.spot_wrap .spot {
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .acc_box .content .img.grid_pc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    max-width: none;
  }
  .acc_box .content .img.grid_pc .map_pin {
    margin-top: 0;
  }
}
.acc_box .content .img .pin {
  width: 22px;
  height: 32px;
  background: url(../img/shopguide/floormap/pin.svg) no-repeat center bottom/contain;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  position: absolute;
}
.acc_box .content p {
  color: #505050;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.acc_box .content p.kome {
  font-size: 12px;
  margin-top: 1em;
}
.acc_box .content p + p {
  margin-top: 10px;
}
.acc_box .content p > small {
  font-size: 0.75em;
  color: #151515;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .acc_box .content p > small {
    font-size: 0.8em;
  }
}
.acc_box .content .sub_ttl {
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  line-height: 1.4;
  margin: 15px 0;
}
.acc_box .content .sub_ttl.pink {
  color: #D41265;
  margin-bottom: 5px;
}
.acc_box .content table {
  width: 100%;
  margin: 25px 0 10px;
}
.acc_box .content table tr:first-child th,
.acc_box .content table tr:first-child td {
  padding-top: 0;
}
.acc_box .content table th,
.acc_box .content table td {
  border-bottom: 1px solid #CCC;
  padding: 16px 0;
}
.acc_box .content table th {
  color: #505050;
  font-weight: 500;
  vertical-align: top;
  width: 30%;
}
@media screen and (min-width: 769px) {
  .acc_box .content table th {
    width: 20%;
  }
}
.acc_box .content table td {
  color: #272727;
  text-align: right;
}
.acc_box .content table td p.open_time {
  color: #272727;
  letter-spacing: 0;
  line-height: 1.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.acc_box .content table td span.cate {
  display: inline-block;
  min-width: 7em;
  text-align: left;
}
.acc_box .content table td span.time {
  display: inline-block;
  min-width: 8em;
  text-align: right;
}
.acc_box .content table td small {
  font-size: 85%;
}
.acc_box .content table.inner-table-wrap {
  padding-top: 0;
  margin-top: 10px;
}
.acc_box .content table.inner-table-wrap th {
  width: 20%;
}
.acc_box .content table .inner-table {
  margin-top: 0;
}
.acc_box .content table .inner-table tr td {
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  text-align: start;
  width: 50%;
  line-height: 1.6;
}
.acc_box .content table .inner-table tr td:first-child {
  padding-right: 10px;
}
.acc_box .content table .inner-table tr:last-of-type td {
  border-bottom: none;
  padding: 15px 5px 0 0;
}
.acc_box .content ol,
.acc_box .content ul {
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #505050;
}
.acc_box .content ol.info_flex,
.acc_box .content ul.info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.acc_box .content ol.info_flex li,
.acc_box .content ul.info_flex li {
  width: calc(50% - 20px);
}
.acc_box .content ol.info_flex li:not(:last-child),
.acc_box .content ul.info_flex li:not(:last-child) {
  margin-bottom: 15px;
}
.acc_box .content ol.info_flex li img,
.acc_box .content ul.info_flex li img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.acc_box .content ol.info_flex li .sm_txt,
.acc_box .content ul.info_flex li .sm_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .acc_box .content ol.info_flex,
  .acc_box .content ul.info_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .acc_box .content ol.info_flex li,
  .acc_box .content ul.info_flex li {
    width: calc(20% - 30px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .acc_box .content ol.info_flex li:last-of-type,
  .acc_box .content ul.info_flex li:last-of-type {
    margin-right: 0;
  }
  .acc_box .content ol.info_flex li:not(:last-child),
  .acc_box .content ul.info_flex li:not(:last-child) {
    margin-bottom: 0;
  }
  .acc_box .content ol.info_flex li img,
  .acc_box .content ul.info_flex li img {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .acc_box .content ol.info_flex li .sm_txt,
  .acc_box .content ul.info_flex li .sm_txt {
    font-size: 15px;
  }
}
.acc_box .content .flex {
  gap: 8px;
}
.acc_box .content .flex .img {
  width: 40%;
  margin: 0;
}
.acc_box .content .flex .txt {
  width: 60%;
}
.acc_box .content.wester .txt_red {
  font-size: 20px;
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #BC2245;
}
.acc_box .content.wester .txt_red span {
  font-size: 14px;
  display: block;
  text-align: center;
}
.acc_box .content.wester .img_wrap {
  width: 245px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  .acc_box .content.wester .img_wrap {
    width: 280px;
  }
}
.acc_box .content.wester .merit_list {
  padding: 0;
  text-indent: 0;
}
.acc_box .content.wester .merit_list li {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 15px 0 25px 120px;
  position: relative;
}
.acc_box .content.wester .merit_list li .bg_pink {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 5px 10px;
  background: #DD7B98;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  line-height: 1;
}
.acc_box .content.wester .merit_list li .merit_head {
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}
.acc_box .content.wester .merit_list li .kome {
  font-size: 10px;
  margin-top: 0;
}
.acc_box .content.wester .merit_list li:not(:last-of-type) {
  margin-bottom: 12px;
}
.acc_box .content.wester .merit_list .merit01 {
  padding-bottom: 15px;
}
.acc_box .content.wester .merit_list .merit01::before {
  content: "";
  background: url(../img/service/icon_merit01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 75px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acc_box .content.wester .merit_list .merit02::before {
  content: "";
  background: url(../img/service/icon_merit02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 58px;
  height: 59px;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acc_box .content.wester .merit_list .merit03::before {
  content: "";
  background: url(../img/service/icon_merit03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 80px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acc_box .content.wester .btn_wrap {
  max-width: 265px;
  margin: 30px auto 0;
}
.acc_box .content.wester .btn_wrap a.btn {
  max-width: 100%;
}
.acc_box .content .img .map_pin {
  margin: 20px auto 0;
  overflow: hidden;
}
.acc_box .content .img .map_pin > img {
  -webkit-transform: scale(1.055);
          transform: scale(1.055);
}
.acc_box .content .img .map_pin.map_pin_mini {
  padding: 20px 0;
}
.acc_box .content .img .map_pin.map_pin_mini > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.acc_box .content .jwc_wrap {
  max-width: 750px;
  margin: 50px auto 0;
}
.acc_box .content .jwc_wrap .jwc_head {
  background: #D41265;
  padding: 2px 0;
  margin: 0 0 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .acc_box {
    padding: 20px 23px;
  }
  .acc_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .acc_box .acc_head {
    font-size: 18px;
  }
  .acc_box .content .ttl {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .acc_box .content .ttl.bg {
    padding: 8px 20px;
    margin: 15px 0;
  }
  .acc_box .content .ttl.bg:not(:first-of-type) {
    margin: 40px 0 15px;
  }
  .acc_box .content .sub_ttl {
    font-size: 17px;
  }
  .acc_box .content .sub_ttl:not(:first-child) {
    margin: 25px 0 10px;
  }
  .acc_box .content .sub_ttl br {
    display: none;
  }
  .acc_box .content .img.grid {
    max-width: none;
    gap: 30px 20px;
    margin-top: 0;
  }
  .acc_box .content .img.grid.spot_wrap .spot {
    max-width: none;
  }
  .acc_box .content .img.img_card {
    max-width: 500px;
  }
  .acc_box .content .img.width {
    text-align: center;
  }
  .acc_box .content .img.width img {
    max-width: 600px;
  }
  .acc_box .content .img .map_pin {
    text-align: center;
  }
  .acc_box .content table td .open_time {
    max-width: 40%;
    margin-left: auto;
  }
  .acc_box .content table .inner-table tr td {
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.6;
  }
  .acc_box .content .jwc_wrap .img.img_card {
    margin: 10px auto;
  }
  .acc_box .content.wester {
    max-width: 515px;
    margin: auto;
  }
  .acc_box .content.wester .merit_list li {
    padding: 20px 0 25px 120px;
  }
  .acc_box .content.wester .merit_list li.merit01 {
    padding-bottom: 25px;
  }
  .acc_box .content.wester .merit_list li.merit01::before {
    left: 30px;
  }
  .acc_box .content.wester .merit_list li.merit02::before {
    left: 40px;
  }
  .acc_box .content.wester .merit_list li.merit03::before {
    left: 35px;
  }
  .acc_box .content.wester .merit_list li .merit_head {
    letter-spacing: 0.025em;
  }
  .acc_box .content.wester .merit_list li .kome {
    font-size: 12px;
  }
}

/*
 明石個別style
-----------------------------------*/
.akashi .acc_box .content .img .map_pin > img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (min-width: 769px) {
  .akashi .acc_box .content .img .map_pin > img {
    -webkit-transform: none;
            transform: none;
  }
}
.akashi .acc_box .content .img .map_pin.map_pin_mini {
  padding: 0;
  max-height: 120px;
}
.akashi .acc_box .content .img .map_pin.map_pin_mini > img {
  -webkit-transform: scale(1.15) translate(4px, -20%);
          transform: scale(1.15) translate(4px, -20%);
}
@media screen and (min-width: 769px) {
  .akashi .acc_box .content .img .map_pin.map_pin_mini {
    max-height: 200px;
  }
  .akashi .acc_box .content .img .map_pin.map_pin_mini > img {
    -webkit-transform: scale(1.05) translate(4px, -25%);
            transform: scale(1.05) translate(4px, -25%);
  }
}
.akashi .acc_box .content .img .map_pin.map_pin_large > img {
  -webkit-transform: scale(1.17);
          transform: scale(1.17);
}
@media screen and (min-width: 769px) {
  .akashi .acc_box .content .img .map_pin.map_pin_large > img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

/* サービス 各設備マップのピン位置 */
.pin_info {
  top: 55%;
  left: 64.5%;
}

.pin_wifi1 {
  top: 57%;
  left: 30%;
}

.pin_wifi2 {
  top: 56%;
  left: 71.5%;
}

.pin_wifi3 {
  top: 53%;
  left: 23.5%;
}

.pin_wifi4 {
  top: 55%;
  left: 22%;
}

.pin_wifi5 {
  top: 46%;
  left: 66%;
}

.pin_wifi6 {
  top: 57%;
  left: 50%;
}

.pin_atm1 {
  top: 45%;
  left: 84%;
}

.pin_atm2 {
  top: 70%;
  left: 22%;
}

.pin_smoking1 {
  top: 51%;
  left: 86.5%;
}

.pin_smoking2 {
  top: 63%;
  left: 88%;
}

.pin_aed1 {
  top: 56%;
  left: 68%;
}

.pin_aed2 {
  top: 52%;
  left: 27.5%;
}

.pin_aed3 {
  top: 54%;
  left: 25.7%;
}

.pin_aed4 {
  top: 55%;
  left: 43.7%;
}

.pin_aed5 {
  top: 66%;
  left: 52%;
}

.pin_exchange {
  top: 45%;
  left: 82%;
}

.pin_icoca1 {
  top: 55%;
  left: 66%;
}

.pin_icoca2 {
  top: 62%;
  left: 73%;
}

.pin_nursing1 {
  top: 55%;
  left: 95.3%;
}

.pin_nursing2 {
  top: 50%;
  left: 95%;
}

.pin_nursing3 {
  top: 71%;
  left: 79%;
}

.pin_multipurpose1 {
  top: 55%;
  left: 96%;
}

.pin_multipurpose2 {
  top: 57%;
  left: 95%;
}

.pin_multipurpose3 {
  top: 52%;
  left: 72%;
}

.pin_multipurpose4 {
  top: 79%;
  left: 90.5%;
}

.pin_multipurpose5 {
  top: 58%;
  left: 82%;
}

.pin_multipurpose6 {
  top: 65%;
  left: 47%;
}

.pin_kidspark {
  top: 53%;
  left: 13.5%;
}

.pin_babycar1 {
  top: 44%;
  left: 64.5%;
}

.pin_babycar2 {
  top: 68%;
  left: 82.5%;
}

.pin_babycar3 {
  top: 51%;
  left: 62%;
}

.pin_wheel {
  top: 56%;
  left: 64.5%;
}

.akashi .pin_atm {
  top: 89%;
  left: 71%;
}
.akashi .pin_smoking {
  top: 15%;
  left: 88.8%;
}
.akashi .pin_aed1 {
  top: 51%;
  left: 40%;
}
.akashi .pin_aed2 {
  top: 21%;
  left: 47%;
}
.akashi .pin_aed3 {
  top: 93%;
  left: 81.2%;
}
.akashi .pin_photo {
  top: 94%;
  left: 71%;
}
.akashi .pin_gift {
  top: 51%;
  left: 37%;
}
.akashi .pin_nursing1 {
  top: 11%;
  left: 88.8%;
}
.akashi .pin_nursing2 {
  top: 38%;
  left: 10%;
}
.akashi .pin_nursing3 {
  top: 89%;
  left: 81%;
}
.akashi .pin_multipurpose1 {
  top: 8%;
  left: 84%;
}
.akashi .pin_multipurpose2 {
  top: 39%;
  left: 7.3%;
}
.akashi .pin_multipurpose3 {
  top: 89%;
  left: 78.5%;
}
.akashi .pin_babycar1 {
  top: 51%;
  left: 37%;
}
.akashi .pin_babycar2 {
  top: 30%;
  left: 41%;
}
.akashi .pin_wheel {
  top: 51%;
  left: 37%;
}