@charset "utf-8";

body.single #header:before {
  display: none;
}

section {
  font-weight: 400;
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
  .container {
    padding: 0 20px;
  }
}

/*
house_mv
***************************/

@media (max-width: 991px) {
  .house_mv {
    display: flex;
    flex-flow: column;
  }
  .house_head {
    order: 2;
  }
  .sliderHouse {
    order: 1;
  }
}

/*
house_head
***************************/
.house_head {
  min-width: 1145px;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.house_head .house_head_name h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #01729f;
}

.house_head_right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.house_head_access_city {
  font-size: 15px;
  line-height: 1;
  padding: 10px 8px 10px 8px;
  margin-top: 2px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}

.house_head_access_time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding-left: 20px;
  background: url(/img/fac/i-access01.svg) no-repeat left top 5px;
}

.house_head_contact {
  width: 268px;
}

.house_head_contact_tel a {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #01729f;
  margin: 0px -2px 10px 0;
  padding-left: 32px;
  position: relative;
  display: block;
  text-align: right;
}

.house_head_contact_tel a.num:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(/img/i-tel-blue.svg) no-repeat center center;
  background-size: cover;
}

.house_head_contact_tel_txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  width: 100%;
}

.house_head_contact_tel_365 {
  font-size: 14px;
  font-weight: 500;
  background: #f0f7f9;
  border-radius: 4px 0 0 4px;
  padding: 3px 7px;
  text-align: center;
}

.house_head_contact_tel_free {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #01729f;
  border-radius: 0 4px 4px 0;
  padding: 3px 7px;
  text-align: center;
}

.sp-tel-txt {
  display: none;
}

@media (max-width: 991px) {
  .house_mv {
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
  }
  .house_head {
    min-width: initial;
    width: 100%;
    padding: 0px 20px 0px 20px;
    flex-flow: column;
    gap: 20px;
  }
  .house_head .house_head_name h1 {
    font-size: 32px;
  }
  .house_head_dot {
    display: none;
  }
  .house_head_right {
    flex-flow: column;
    width: 100%;
    gap: 5px;
  }

  .house_head_contact {
    justify-content: space-between;
  }

  .house_head_access,
  .house_head_contact {
    max-width: 410px;
    width: 100%;
  }
  .house_head_access_city {
    font-size: 16px;
    background: #f7f7f7;
    border-radius: 6px;
  }
  .house_head_access_time {
    font-size: 14px;
  }
  .house_head_access_time {
    background: url(/img/fac/i-access01.svg) no-repeat left center;
  }

  .house_head_contact {
    width: 100%;
    padding: 3px 0 0 0;
  }
  .house_head_contact_tel,
  .house_head_contact .sp,
  .house_head_contact_tel_txt02 {
    display: inline-block !important;
  }
  .house_head_contact_tel a {
    display: inline-block;
    font-size: 22px;
    color: #000;
    text-align: left;
    padding-left: 23px;
    margin: 0 -2px 0 0;
  }
  .house_head_contact_tel a.num:before {
    width: 21px;
    height: 21px;
    background-size: cover;
    top: 2px;
    left: 0;
  }

  .house_head_contact_tel_365 {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    display: block;
    padding: 0 0 1px 0;
    border-radius: 0;
    background: none;
    line-height: 1;
  }

  .house_head_contact_tel_365 span {
    font-size: 15px;
    font-weight: 500;
    color: #01729f;
    line-height: 1;
  }

  .house_head_contact_tel {
    width: 100%;
  }

  .sp-tel-txt {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    vertical-align: 2px;
  }
  .sp-tel-txt .txt-blue {
    font-size: 14px;
    font-weight: 500;
    color: #01729f;
  }
  .house_head_contact .pc {
    display: none;
  }
}

@media (max-width: 415px) {
  .house_head_contact_tel a {
    font-size: 20px;
    padding-left: 22px;
  }
  .house_head_contact_tel a.num:before {
    width: 17px;
    height: 17px;
    top: 3px;
  }
}

@media (max-width: 396px) {
  .sp-tel-txt,
  .sp-tel-txt .txt-blue {
    font-size: 3.2vw;
  }
}

@media (max-width: 391px) {
  .house_head_contact {
    justify-content: flex-start;
  }
  .house_head_contact_tel {
    /*width:140px;*/
  }
  .house_head_contact_tel a {
    font-size: 21px;
    padding-left: 22px;
  }
  .house_head_contact_tel a.num:before {
    width: 17px;
    height: 17px;
    top: 3px;
  }
  .house_head_contact_tel_365,
  .house_head_contact_tel_365 span {
    font-size: 13px;
  }
}
@media (max-width: 376px) {
  .house_head_contact_tel {
    /*width:130px;*/
  }
  .house_head_contact_tel a {
    font-size: 5.6vw;
    padding-left: 22px;
  }
  .house_head_contact_tel_365,
  .house_head_contact_tel_365 span {
    font-size: 12px;
  }
}
/*
slider
***************************/

.sliderHouse {
  max-width: 100%;
  margin: 0 auto;
}
.sliderHouse .sliderHouse.w300 {
  max-width: 300px;
}
.sliderHouse .slick-slide {
  margin: 0 10px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
}

.slider_sliderHouseThumb img {
  width: 880px;
  height: 460px;
  object-fit: cover;
  border-radius: 20px;
}
.slider_sliderHouseThumb {
  max-width: 880px;
  margin: 0 auto;
}

.slider_sliderHouseThumb .slick-slide {
  width: 880px !important;
}

.slider_sliderHouseThumb .slick-list {
  padding: 0;
  overflow: visible;
}

.slider_sliderHouseThumb .slick-track {
  display: flex;
  justify-content: center;
}

.sliderHouseThumb {
  max-width: 525px;
  margin: 20px auto;
}
.sliderHouseThumb img {
  opacity: 0.5;
  border-radius: 6px;
}
.sliderHouseThumb .slick-current img {
  opacity: 1;
}

.sliderHouse .sliderHouseThumb .slick-slide {
  cursor: pointer;
  margin: 0 5px;
}
.sliderHouse .sliderHouseThumb .slick-slide img {
  width: 100%;
  height: 87px;
  object-fit: cover;
}
.sliderHouseThumb .slick-slide:hover {
  opacity: 1;
}

.sliderHouseThumb .slick-prev,
.sliderHouseThumb .slick-next {
  width: 53px;
  height: 53px;
}
.sliderHouseThumb .slick-prev {
  left: -74px;
}
.sliderHouseThumb .slick-next {
  right: -74px;
}

.sliderHouseThumb .slick-prev:before {
  display: block;
  content: "";
  background: url(../img/slider-btn-left02.svg) no-repeat center center;
  background-size: cover;
  border-radius: 53px;
  width: 53px;
  height: 53px;
  opacity: 1;
  transition: all 0.2s ease;
}
.sliderHouseThumb .slick-next:before {
  display: block;
  content: "";
  background: url(../img/slider-btn-right02.svg) no-repeat center center;
  background-size: cover;
  border-radius: 53px;
  width: 53px;
  height: 53px;
  opacity: 1;
  transition: all 0.2s ease;
}

.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  width: 10px;
}
.slick-dots li button:before {
  font-size: 8px;
  color: #f0f7f9;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #01729f;
  opacity: 1;
}

.tbl_house_info02 {
  transition: all 0.2s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  .sliderHouse {
    max-width: initial;
    width: 100%;
  }
  .sliderHouse .slick-dots {
    bottom: 15px;
  }
  .sliderHouse .slick-slide {
    margin: 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 15px;
  }
  .slider_sliderHouseThumb .slick-slide {
    width: 100%;
  }
  .sliderHouse .slick-slide img {
    border-radius: 0;
  }
  .slider_sliderHouseThumb img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 0;
    margin-right: 0;
  }
  .sliderHouseThumb {
    max-width: 290px;
    width: 100%;
  }
  .slick-slide {
    margin: 0;
  }
  .sliderHouseThumb .slick-slide {
    margin: 0 2.5px;
  }
  .sliderHouseThumb img {
    border-radius: 6px !important;
  }

  .sliderHouseThumb .slick-prev,
  .sliderHouseThumb .slick-next {
    width: 27px;
    height: 27px;
  }
  .sliderHouseThumb .slick-prev:before,
  .sliderHouseThumb .slick-next:before {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-size: cover;
  }

  .sliderHouseThumb .slick-prev {
    left: -37px;
  }
  .sliderHouseThumb .slick-next {
    right: -37px;
  }

  .sliderHouse .sliderHouseThumb .slick-slide img {
    height: 47px;
  }
}

/*
house_info
******************************/
section#house_info {
  padding-top: 0;
}

#house_info .container {
  max-width: 940px;
  margin: 0 auto;
}

#house_info .tbl_house_info {
  margin-top: 60px;
}
#house_info table {
  border-collapse: separate;
  border-spacing: 5px;
}
#house_info table th,
#house_info table td {
  font-size: 16px;
  padding: 17px 22px 19px 22px;
  border-radius: 4px;
}

#house_info table th {
  width: 130px;
  padding: 17px 5px 19px 5px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #01729f;
  vertical-align: middle;
}
#house_info table th span {
  font-size: 12px;
}
#house_info table td {
  background: #f7f7f7;
}

#house_info table {
  margin-bottom: -5px;
}

#house_info table ul {
  margin: 5px 0;
}

#house_info table ul li + li {
  margin-top: 12px;
}

.btn_more_house {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #01729f;
  border-radius: 4px;
  margin: 5px auto 0 auto;
  padding: 15px 15px 17px 15px;
  width: calc(100% - 10px);
  transition: all 0.2s ease;
  position: relative;
}
.btn_more_house:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/img/fac/i-plus.svg) no-repeat center center;
  margin-left: 10px;
}

.btn_more_house.active:after {
  background: url(/img/fac/i-minus.svg) no-repeat center center;
}

.btn_more_house:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media (max-width: 767px) {
  #house_info .container {
    padding: 0 18px;
  }
  #house_info .tbl_house_info {
    margin-top: -15px;
  }
  #house_info table.tbl_house_info th,
  #house_info table.tbl_house_info td {
    display: block;
    width: 100%;
  }
  #house_info table th {
    vertical-align: middle;
  }
  #house_info table th,
  #house_info table td {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 12px 10px 14px 10px;
  }

  #house_info table.tbl_house_info td {
    margin-top: 4px;
  }
  #house_info table.tbl_house_info ul {
    margin-left: 12px;
  }
  #house_info table.tbl_house_info ul li {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
  #house_info table.tbl_house_info ul li + li {
    margin-top: 2px;
  }

  #house_info table.tbl_house_info02 tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    width: 100%;
  }
  #house_info table.tbl_house_info02 tr td:first-child {
    order: 1;
  }
  #house_info table.tbl_house_info02 tr td:nth-child(2) {
    order: 2;
  }
  #house_info table.tbl_house_info02 tr td:nth-child(3) {
    order: 3;
  }
  #house_info table.tbl_house_info02 tr td:nth-child(4) {
    order: 4;
  }
  #house_info table.tbl_house_info02 th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
  }

  #house_info table {
    margin-bottom: 0;
  }

  #house_info table.tbl_house_info02 tr + tr {
    margin-top: 4px;
  }

  #house_info table.tbl_house_info02 th br {
    display: none;
  }

  #house_info table.tbl_house_info02 td {
    font-size: 16px;
  }

  ul.txt-access li + li {
    margin-top: 0;
  }

  .btn_more_house {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 8px);
    font-size: 14px;
    height: 40px;
  }

  .btn_more_house:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-size: cover;
    margin-left: 8px;
  }
}

/*
house_access
******************************/
#house_access {
  position: relative;
}
#house_access:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0f7f9;
  border-radius: 200px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#house_access .container {
  max-width: 880px;
  margin: 0 auto;
}

#house_access .card {
  background: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 40px 30px 30px 30px;
}

#house_access .card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #01729f;
  text-align: center;
  margin-bottom: 30px;
}

#house_access .card table + h3 {
  margin-top: 50px;
}

#house_access table {
  border-collapse: separate;
  border-spacing: 5px;
}
#house_access table th,
#house_access table td {
  font-size: 16px;
  padding: 17px 22px 19px 22px;
  border-radius: 4px;
}

#house_access table th {
  width: 130px;
  padding: 17px 5px 19px 5px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #01729f;
  vertical-align: middle;
}
#house_access table th span {
  font-size: 12px;
}
#house_access table td {
  background: #f7f7f7;
}

#house_access .g_map {
  padding: 5px;
  margin-top: 15px;
}
#house_access .g_map iframe {
  width: 100%;
  height: 330px;
  border-radius: 12px;
}

ul.txt-access {
  margin: 7px 0;
}
ul.txt-access li {
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-left: 15px;
  position: relative;
}

/* ul.txt-access li:before{
  display:block;
  content:"";
  width:4px;
  height:4px;
  background: #01729F;
  border-radius: 10px;
  position: absolute;
  top:12px;
  left:0;
} */

ul.txt-access li + li {
  margin-top: 10px;
}

.txt-access-root {
  max-width: 400px;
  text-align: left;
}
.txt-access-root-blue {
  font-weight: 600;
  color: #01729f;
  max-width: 200px;
}

@media (max-width: 767px) {
  #house_access:before {
    border-radius: 100px 0 0 0;
  }
  #house_access .card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #house_access .card {
    background: none;
    padding: 0;
  }
  #house_access table th,
  #house_access table td {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    padding: 12px 10px 14px 10px;
  }
  #house_access table td {
    background: #fff;
  }
  ul.txt-access {
    width: 99%;
    margin: 0;
  }
  ul.txt-access li {
    width: 100%;
    gap: 5px;
    align-items: flex-end;
  }
  ul.txt-access li:before {
    left: 5px;
  }
  .txt-access-root {
    font-size: 14px;
    line-height: 1.6;
    max-width: 205px;
  }
  .txt-access-root-blue {
    font-size: 14px;
    line-height: 1.6;
    max-width: 82px;
  }
  #house_access .g_map iframe {
    height: 533px;
  }
}

/*
house_other
******************************/

#house_other {
  background: #f0f7f9;
}

@media (max-width: 767px) {
}

/*
house_detail_txt
******************************/
#house_detail_txt {
  position: relative;
}
#house_detail_txt:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fffcef;
  border-radius: 0 0 200px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#house_detail_txt .container {
  max-width: 880px;
  margin: 0 auto;
}

#house_detail_txt p {
  line-height: 2;
}

#house_detail_txt strong {
  font-weight: 600;
  color: #01729f;
}

.house_detail_txt_box strong {
  color: #01729f;
  font-weight: bold;
}

.house_detail_txt_box a {
  color: #01729f;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #house_detail_txt:before {
    border-radius: 0 0 100px 0;
  }
}

/*
house_faq
******************************/
#house_faq {
  background: #fffcef;
}
#house_faq .container {
  max-width: 860px;
  margin: 0 auto;
}

#house_faq .ttl-box p {
  font-size: 22px;
  font-weight: 500;
}

ul.faq-list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  counter-reset: faq; /* カウンターをリスト全体でリセット */
}

.faq_num::before {
  content: "Q" counter(faq); /* カウンターを表示 */
}

.faq_q {
  padding: 20px 35px 20px 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  counter-increment: faq; /* カウンターをインクリメント */
  cursor: pointer;
  display: flex;
  gap: 12px;
  position: relative;
  transition: all 0.2s ease;
}
.faq_q:hover {
  border: 1px solid #01729f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.faq_q:after {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background: url(/img/fac/i-faq-close.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
}
.faq_q.active:after {
  background: url(/img/fac/i-faq-open.svg) no-repeat center center;
}
.faq_num {
  font-size: 16px;
  font-weight: bold;
  font-family: "Oswald", "ヒラギノ角ゴPro W3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  display: block;
  background: #01729f;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq_ttl {
  font-size: 20px;
  font-weight: 500;
  width: calc(100% - 48px);
}

.faq_a {
  display: none;
  padding: 20px;
  color: #211e1c;
  background: #f0f7f9;
  border-radius: 10px;
  margin-top: 20px;
}

.faq_a,
.faq_a p {
  line-height: 1.7;
}

.faq_a a {
  color: #01729f;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .faq_q {
    padding: 15px 35px 15px 15px;
  }
  .faq_num {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .faq_ttl {
    font-size: 16px;
    width: calc(100% - 40px);
  }
  .faq_a p {
    font-size: 14px;
  }
  .faq_q:after {
    right: 17px;
  }
  #house_faq .ttl-box p {
    font-size: 16px;
  }
}

/*
house_other
*******************************/
#house_other .container {
  padding: 0 20px;
}
.hall {
  background: none;
  padding: 0;
  margin-bottom: 60px;
}

.hall-area {
  max-width: 1120px;
  margin: 0 auto;
}

.hall-wrap {
  display: initial;
  max-width: initial;
  width: initial;
  padding: 0;
}

p.hall-box__title {
  position: static;
  font-size: 22px;
  color: #fff;
  background: #01729f;
  text-align: center;
  margin: 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
}
.hall-wrap-slider .slick-slide {
  margin: 0 10px;
}

.hall-wrap-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.hall-box__bg {
  margin: 0;
  padding: 0;
}

.kitami-shi .slick-track {
  margin-left: 0;
}

.hall-list {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #f0f7f9;
  transition: all 0.2s ease;
}

.hall-list:hover {
  cursor: pointer;
  border: 2px solid #01729f;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
}

.hall-list:hover p.hall-box__title {
  border-radius: 8px 8px 0 0;
}

.hall-box__nav {
  background: none;
  padding: 0 20px 20px 20px;
  margin: 0;
}

.hall-box__nav a {
  font-size: 16px;
  font-weight: 500;
  color: #01729f;
  background: url(../img/arrow01_blue.svg) no-repeat center right 17px;
  border: 1px solid #01729f;
  border-radius: 10px;
  padding: 6px 6px 8px 6px;
}
.hall-box__nav a::before,
.hall-box__nav a::after {
  display: none;
}

.hall .slick-prev {
  left: -73px;
  width: 53px;
  height: 53px;
}
.hall .slick-next {
  right: -73px;
  width: 53px;
  height: 53px;
}

.hall .slick-prev:before {
  display: block;
  content: "";
  background: url(../img/slider-btn-left02.svg) no-repeat center center;
  width: 53px;
  height: 53px;
  opacity: 1;
  transition: all 0.2s ease;
}
.hall .slick-next:before {
  display: block;
  content: "";
  background: url(../img/slider-btn-right02.svg) no-repeat center center;
  width: 53px;
  height: 53px;
  opacity: 1;
  transition: all 0.2s ease;
}

.hall .slick-prev:hover:before,
.hall .slick-next:hover:before {
  opacity: 0.9;
}

p.hall-box__address {
  background: transparent url("/img/top/icon_hall_01.svg") no-repeat top 5px
    left 1px;
  background-size: 12px auto;
  padding: 0px 0px 0 20px;
  margin-bottom: 0px;
}

p.hall-box__access {
  background: transparent url("/img/fac/i-access01.svg") no-repeat top 5px left
    0px;
  background-size: 14px auto;
  padding: 0px 0px 0 20px;
  margin-bottom: 14px;
}

p.hall-box__title {
  font-family: "ヒラギノ角ゴPro W3", "Noto Sans JP", sans-serif;
}

.hall_bottom {
  padding: 15px 20px 20px 20px;
}

.hall a.btn_plan_detail {
  text-align: center;
}
.hall-box__image img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1350px) {
  .hall .slick-prev {
    left: -67px;
  }
  .hall .slick-next {
    right: -67px;
  }
  .hall .slick-prev,
  .hall .slick-next,
  .hall .slick-prev:before,
  .hall .slick-next:before {
    width: 45px;
    height: 45px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .hall-wrap {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }

  .hall-list {
    flex: 0 0 auto;
    width: 266px;
    scroll-snap-align: start;
    box-sizing: border-box;
  }

  .hall-list.single-list {
    width: 100%;
  }

  .hall-wrap::-webkit-scrollbar {
    height: 8px;
  }

  .hall-wrap::-webkit-scrollbar-thumb {
    background: #01729f;
    border-radius: 10px;
  }

  .hall-wrap::-webkit-scrollbar-track {
    background: #f0f7f9;
  }

  .hall-list {
    width: 266px;
  }
  .hall-box__image {
    font-size: 0;
  }
  .hall-box__image img {
    width: 100%;
    height: 175px;
    object-fit: cover;
  }
  p.hall-box__address {
    background: transparent url("/img/top/icon_hall_01.svg") no-repeat top 4px
      left 0px;
  }

  p.hall-box__address,
  p.hall-box__access {
    font-size: 14px;
    padding-left: 17px;
    background-size: 11px auto;
  }
  p.hall-box__access {
    margin-bottom: 10px;
  }

  .hall_bottom {
    padding: 12px 15px 15px 15px;
  }
}

@media (max-width: 991px) {
  #service_index {
    padding-bottom: 0 !important;
  }
  .container {
    padding: 0 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.txt-access li {
    width: 100%;
  }
  .txt-access-root {
    max-width: 350px;
  }
  .house_head_access_city {
    font-size: 18px;
  }
  .house_head_access_time,
  .sp-tel-txt,
  .sp-tel-txt .txt-blue {
    font-size: 16px;
  }
  .house_head_contact_tel a {
    font-size: 30px;
    padding-left: 33px;
  }
  .house_head_access,
  .house_head_contact {
    max-width: 460px;
  }
  .house_head_contact_tel a.num:before {
    width: 28px;
    height: 28px;
  }
  .house_head_access_time {
    padding-left: 33px;
    background: url(/img/fac/i-access01.svg) no-repeat left 3px center;
    background-size: 21px auto;
  }
}

@media (max-width: 767px) {
  .l-plan .plan-option::before {
    top: -35px;
  }
}

/*
cremation
******************************/
.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.cremation__table {
  padding-bottom: 0;
}

.cremation__table .container {
  max-width: 880px;
  margin: 0 auto;
}

.cremation__table h3 {
  font-size: 22px;
  padding-bottom: 16px;
}

.ttl-box span {
  font-size: 30px;
  position: relative;
  left: -15px;
}

.table {
  border-radius: 4px;
  overflow: hidden;
}

.table_th,
.table_td > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.table_th {
  background: #01729f;
}

.table_td > div > div {
  background: #f7f7f7;
}

.table_th > div,
.table_td > div > div {
  text-align: center;
  padding: 10px;
  font-size: 15px;
  display: grid;
  place-content: center;
}

.table_th > div {
  color: white;
  font-weight: bold;
}
.table_th > div:not(:last-child),
.table_td > div > div:not(:last-child) {
  border-right: 1px solid white;
}

.table_td > div:not(:last-child) {
  border-bottom: 1px solid white;
}

.table_td > div > .table_fee {
  font-weight: bold;
  font-size: 19px;
  display: block;
}

.table_td > div > .table_fee span {
  font-weight: bold;
  font-size: 0.8em;
  left: 1px;
  position: relative;
}

.cremation__table .container > .cremation__table:not(:last-child) {
  padding-bottom: 40px;
}

.table--type2 .table_th,
.table--type2 .table_td > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .ttl-box h2 span {
    font-size: 24px;
    left: auto;
  }

  .table_wrapper {
    overflow-x: auto;
    width: calc(100% - 0.3rem);
    margin: 0 auto 0.8rem;
  }

  .table_wrapper .table {
    min-width: 600px;
  }

  .table-wrapper::-webkit-scrollbar {
    height: 0.4rem;
  }

  .table-wrapper::-webkit-scrollbar-track {
    background: #eee;
  }

  .table-wrapper::-webkit-scrollbar-thumb {
    background: #999;
  }
}
