@charset "UTF-8";

.p-location {
  background: url("../../../images/post/location/bg_ptn.png")repeat;
  background-size: 200px;
}

.p-category {
  max-width: 890px;
  margin: 0 auto 80px;
  padding: 0 30px;
  font-family: "Zen Kaku Gothic New", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.6rem;
}

.p-location-map {
    padding: 0 30px;
    max-width: 1100px;
    margin: 0 auto 50px;
    height: 400px;
}

.p-location-map iframe {
  width: 100%;
  height: 100%;
}

.p-area {
    display: flex;
    margin: 40px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-area .box {
    text-align: center;
}

.p-area .box a {
    display: block;
    transition: .3s;
}

.p-area .box figcaption {
  padding: 10px 0 0;
  line-height: 1;
}

.p-category__all {
    width: 85px;
}

.p-category__all a {
  display: block;
  background: #fff;
  text-align: center;
  color: #000;
  border: solid 1px #000;
  min-height: 40px;
  text-decoration: none;
  padding: 6px 0;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .p-area .box {
      max-width: 150px;
      width: 19%;
  }

  .p-category__all a:hover {
    background: #000;
    color: #fff;
  }

  .p-area .box a:hover {
    opacity: .8;
  }
}

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

  .p-area {
    margin: 20px auto 0;
  }

  .p-area .box {
    width: 48%;
    margin-bottom: 20px;
  }

  .p-area .box:nth-child(n + 5) {
    margin-bottom: 0;
  }

  .p-location-map {
      margin: 0 auto 40px;
      padding: 0 20px;
      height: 280px;
  }


}


/* single */

.p-single {
  padding: 160px 0 120px;
}

.p-single-ttl {
    font-size: 1.8rem;
    margin: 0 auto 40px;
    max-width: 800px;
}

.p-single-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-single-thum {
  margin: 0 auto 80px;
}

.p-single-thum img {
  width: 100%;
}

.p-concept {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 auto 80px;
  max-width: 800px;
}

.p-concept p + p {
  padding: 30px 0 0;
}

.p-sec-head {
    text-align: center;
    margin: 0 0 40px;
    color: #B21920;
    font-size: 3.2rem;
    line-height: 1.5;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: normal;
}

.p-gallery {
  margin: 60px auto 80px;
}

.p-gallery-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.p-gallery-col .pic {
    width: 48%;
    max-width: 420px;
}

.p-gallery-col .pic a {
  display: block;
}

.p-gallery-pic {
  margin: 0 0 40px;
}

.p-gallery-pic img {
  width: 100%;
}

.p-tourlist-col .pic {
    margin-bottom: 40px;
}

.p-tourlist-col .pic a {
  display: block;
}


.p-detail {
    margin: 0 auto 80px;
    background: #F2F1EE;
    border-radius: 5px;
    padding: 80px 40px;
    max-width: 800px;
}



.p-table {
    width: 100%;
    font-size: 1.5rem;
}

.p-table tr {
    border-bottom: solid 1px #CCCCCC;
}

.p-table th {
  text-align: left;
  width: 150px;
  vertical-align: top;
  padding: 20px 0;
}

.p-table td {
  padding: 20px 0;
}


.p-layout {
  margin: 0 auto 200px;
  text-align: center;
}

.p-musulim {
  margin: 0 auto 200px;
  text-align: center;
}

.p-access {
    max-width: 800px;
    margin: 0 auto 200px;
}

.p-map {
    margin: 40px auto;
    height: 300px;
}

.p-map iframe {
  width: 100%;
  height: 100%;
}

.p-tourlist {
    margin: 0 0 200px;
}

.p-tourlist-slider {
  position: relative;
}

.p-tourlist-slider .box {
  margin: 0 5px;
  max-width: 300px;
}

#location_single .slick-prev {
  width: 35px;
  height: 5px;
  background: url("../../../images/post/location/ico_slider_prev.svg") no-repeat center;
  background-size: 35px;
  position: absolute;
  z-index: 5;
  bottom: -40px;
  top: inherit;
  left: 50%;
  transform: translateX(-100px); /* 中央から左に50px */
}

#location_single .slick-next {
  width: 35px;
  height: 5px;
  background: url("../../../images/post/location/ico_slider_next.svg") no-repeat center;
  background-size: 35px;
  position: absolute;
  z-index: 5;
  bottom: -40px;
  top: inherit;
  right: 50%;
  transform: translateX(100px); /* 中央から右に50px */
}


#location_single .slick-prev:before,
#location_single .slick-next:before {
  display: none;
}

.slider-counter {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 20px 0 0;
  background: url("../../../images/post/location/ico_slash.svg")no-repeat;
  background-size: 15px;
  background-position: center top 15px;
}

.slider-counter .current {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  line-height: 1;
}

.slider-counter .total {
  display: inline-block;
  font-size: 1.2rem;
  padding: 20px 0 0;
  vertical-align: middle;
  margin: 0 7px;
  line-height: 1;
}

.p-facility,
.p-other {
  margin: 0 auto 200px;
}

.p-facility-slider,
.p-other-slider {
  margin: 80px auto 0;
}

.p-facility-slider .box,
.p-other-slider .box {
  margin: 0 10px;
  max-width: 600px;
}

.p-slider .box {
  margin: 0 10px;
  max-width: 600px;
}

@media screen and (min-width: 768px){
  .p-tourlist-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-tourlist-col .pic {
      width: 48%;
      max-width: 420px;
      margin-bottom: 40px;
  }

  .p-access-other {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-access-other .pic {
      width: 48%;
      max-width: 420px;
  }
}

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

  .p-single {
    padding: 100px 0;
  }

  .p-single-content {
    padding: 0 20px;
  }

  .p-single-ttl {
      font-size: 1.6rem;
  }

  .p-single-thum {
    margin: 0 auto 60px;
  }

  .p-concept {
    font-size: 1.3rem;
    margin: 0 auto 60px;
  }

  .p-sec-head {
    font-size: 2.2rem;
  }

  .p-gallery-col {
      margin: 0 0 20px;
  }

  .p-gallery-pic {
    margin: 0 0 20px;
  }

  .p-detail {
    padding: 60px 20px 40px;
    margin: 0 auto 80px;
  }

  .p-layout {
    margin: 0 auto 160px;
    text-align: center;
  }

  .p-musulim {
    margin: 0 auto 160px;
    text-align: center;
  }


  .p-table {
      font-size: 1.2rem;
  }

  .p-table th {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
  }

  .p-table td {
    display: block;
    padding: 0 0 20px;
  }

  .p-access {
    margin: 0 auto 160px;
  }

  .p-map {
    margin: 30px auto;
  }

  .p-access-other .pic {
    margin: 0 auto;
    text-align: center;
  }

  .p-access-other .pic + .pic {
    margin: 20px 0 0;
  }

  .p-access .p-table {
    max-width: 295px;
    margin: 0 auto;
  }

  .p-tourlist {
      margin: 0 0 160px;
  }

  .p-facility {
    margin: 0 auto 160px;
  }

  .p-other {
    margin: 0 auto 160px;
  }

  .p-facility-slider,
  .p-other-slider {
    margin: 60px auto 0;
  }

  .p-facility-slider .box,
  .p-other-slider .box,
  .p-slider .box {
    margin: 0 5px;
    max-width: 300px;
  }

  .p-tourlist-col .pic {
      margin-bottom: 20px;
  }

  .lg-toolbar {
    padding: 10px;
  }

  .lity-close {
    right: 20px;
    top: 20px;
  }

  /* .lity-close {
    right: 0;
    top: 170px;
  }

  .lg-toolbar .lg-icon {
      float: inherit;
      position: absolute;
      right: 0;
      top: 180px;
  } */
}
