@charset "UTF-8";
/* Scss Document */
section#search-lead p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#search-lead p {
    text-align: left;
  }
}
section#search-lead .img-wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#search-lead {
    padding: 0 20px;
  }
}

#hall-information h1.h1 {
  margin-bottom: 0;
}
#hall-information h3.h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #hall-information h3.h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #hall-information .mv-wrap {
    padding: 20px;
  }
}
#hall-information .mv-wrap .mv img {
  width: 100%;
}
#hall-information .mv-wrap .mv-lead {
  width: 100%;
}
#hall-information .mv-wrap .mv-lead h2.h2 {
  text-align: left;
}
#hall-information .mv-wrap .mv-lead .lead-text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #hall-information .access-wrap {
    display: block;
    padding: 20px;
  }
}
#hall-information .access-table div[class^="col"] {
  border: solid 1px #ccc;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #hall-information .access-table div[class^="col"] {
    padding: 10px;
    border: none;
  }
}
#hall-information .access-table .access-table-title {
  width: 100%;
  font-weight: bold;
  /*text-align: right;*/
}
@media screen and (max-width: 767px) {
  #hall-information .access-table .access-table-title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #hall-information .facility-wrap {
    display: block;
    padding: 0 20px;
  }
}
#hall-information #facility .gallery-wrap .amenity-wrap {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
  background-color: #F0F7F6;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #hall-information #facility .gallery-wrap .amenity-wrap {
    padding: 20px;
    margin-top: 20px;
  }
}
#hall-information #facility .gallery-wrap .amenity-wrap > span:last-child {
  display: none;
}
#hall-information #facility .gallery-wrap .slick-slide {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #hall-information #facility .gallery-wrap .slick-slide {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #hall-information #facility .gallery-wrap .slick-slide {
    height: 320px;
  }
}
@media screen and (max-width: 575px) {
  #hall-information #facility .gallery-wrap .slick-slide {
    height: 210px;
  }
}
#hall-information #facility .gallery-wrap .slick-slide .img-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
}
#hall-information #facility .gallery-wrap .slick-slide .img-item img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#hall-information #facility .barrier-free-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#hall-information #facility .barrier-free-item .icon {
  flex: 0 0 90px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #hall-information #facility .barrier-free-item .icon {
    flex: 1 1 100%;
    text-align: center;
  }
}
#hall-information #facility .barrier-free-item .icon img {
  width: 100%;
  max-width: 80px;
}
#hall-information #facility .barrier-free-item .text {
  flex: 1 0 150px;
}
@media screen and (max-width: 575px) {
  #hall-information #facility .barrier-free-item .text {
    flex: 1 1 auto;
    text-align: center;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #hall-information #facility .slider-wrap {
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
#hall-information #facility .slider-wrap .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #009D85;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #hall-information #facility .slider-wrap .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
#hall-information #facility .slider-wrap .slick-arrow.slick-prev {
  left: -60px;
}
@media screen and (max-width: 767px) {
  #hall-information #facility .slider-wrap .slick-arrow.slick-prev {
    left: -17.5px;
  }
}
#hall-information #facility .slider-wrap .slick-arrow.slick-prev:before {
  content: "＜";
}
#hall-information #facility .slider-wrap .slick-arrow.slick-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  #hall-information #facility .slider-wrap .slick-arrow.slick-next {
    right: -17.5px;
  }
}
#hall-information #facility .slider-wrap .slick-arrow.slick-next:before {
  content: "＞";
}

@media screen and (max-width: 767px) {
  #search-index #area-map {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #search-index .hall-list {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  #search-index .hall-list .negative-margin {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 992px) {
  #search-index .hall-list .negative-margin {
    margin: 0 -25px;
  }
}
#search-index .hall-list .negative-margin > div[class^="col"] {
  padding: 20px 25px;
}
@media screen and (max-width: 991px) {
  #search-index .hall-list .negative-margin > div[class^="col"] {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  #search-index .hall-list .negative-margin > div[class^="col"] {
    padding: 0 0 20px 0;
  }
}
#search-index .hall-list .hall-list-item {
  padding: 30px;
  background-color: #F0F7F6;
  border-radius: 5px;
  height: 100%;
}
#search-index .hall-list .hall-list-item.cat_crematorium {
  background-color: rgba(51, 51, 51, 0.05);
}
#search-index .hall-list .hall-list-item.cat_crematorium h3.h3-02 {
  color: #333;
}
#search-index .hall-list .hall-list-item.cat_crematorium .btn01:after {
  background-color: #FABE00;
}
@media screen and (max-width: 767px) {
  #search-index .hall-list .hall-list-item {
    padding: 30px 20px;
  }
}
#search-index .hall-list .hall-list-item .tag_crematorium {
  display: inline-block;
  background-color: #FABE00;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
}
#search-index .hall-list .hall-list-item h3.h3-02 {
  text-align: left;
  font-size: 1.75rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #search-index .hall-list .hall-list-item h3.h3-02 {
    font-size: 1.5rem;
  }
}
#search-index .hall-list .hall-list-item .img-wrap {
  display: block;
  margin: 15px 30px 15px 0;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #search-index .hall-list .hall-list-item .img-wrap {
    margin: 15px 0;
  }
}
#search-index .hall-list .hall-list-item .hall-address {
  margin-bottom: 5px;
  padding-bottom: 8px;
}
#search-index .hall-list .hall-list-item .hall-address .zipcode {
  display: block;
}
#search-index .hall-list .hall-list-item .near-station {
  border-top: solid 1px #bbb;
  padding-top: 8px;
}
#search-index .hall-list .hall-list-item .btn01 {
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
}
#search-index .hall-list .hall-list-item .btn01:after {
  top: 10px;
}
@media screen and (max-width: 767px) {
  #search-index #crematorium {
    padding: 0 20px;
  }
}
#search-index #crematorium .img-wrap {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
#search-index #crematorium .img-wrap img {
  width: 100%;
}
#search-index #crematorium .hall-index-tel {
  color: #333;
  text-decoration: none;
  cursor: default;
}
#search-index #crematorium .info-table div[class^="col"] {
  border: solid 1px #ccc;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #search-index #crematorium .info-table div[class^="col"] {
    padding: 10px;
    border: none;
  }
}
#search-index #crematorium .info-table .info-table-title {
  width: 100%;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #search-index #crematorium .info-table .info-table-title {
    text-align: left;
  }
}

.google-map {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .google-map {
    height: 350px;
  }
}

.map-hall-name {
  font-weight: bold;
  font-size: 0.875rem;
}

.map-address {
  font-size: 0.75rem;
}

/*--------------------------------------
会館設備 SmartPhoto キャプションフォントサイズ調整
--------------------------------------*/
.smartphoto-header .smartphoto-caption strong {
    font-size: 1rem;
}.smartphoto-header .smartphoto-caption {
    font-size: 0.875rem;
	line-height: 200%;
	top: 1rem;
	min-height: 100vh;
    white-space: initial;
}

.smartphoto{
	background-color:rgb(0 0 0 / 90%) !important;
}

@media (min-width: 320px) and (max-width: 559px) {
    .smartphoto-caption {
        top: 3em;
    }
}