@charset "UTF-8";
.mod_main .crematorium .bg_white {
    background: white;
}

.table-pc,.table-sp {
    border-radius: 0.08rem;
    overflow: hidden;
}

.hall .sec_intro {
    max-width: 7.5rem;
    width: 100%;
}

.hall-info__address span:nth-child(3) {
    line-height: 1.3;
    white-space: nowrap;
}

.hap-info__postNum {
    margin-bottom: 0.06rem;
    display: inline-block;
}

.crematorium .sec_mv {
  max-width: 7.5rem;
  width: 100%;
  height: 4.8rem;
  margin: 0 auto;
}

.crematorium .sec_mv .in {
  height: 100%;
}

.crematorium .sec_mv img {
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec_txt .contact {
  padding: 0.6rem 0;
}
._single .mod_contact {
  padding: 0;
}

.hall .mv-wrap {
  padding: 0;
  padding-bottom: 0.4rem;
  padding-top: 0.16rem;
}

.hall-wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.hall-wrap__left {
    max-width: initial;
}

.hall-info__icon {
    padding: 0.08rem;
}


.hall-info__address {
    background: initial;
    padding: 0;
    font-size: 0.17rem;
}

.hall-info__tel {
    margin-right: 0.04rem;
    margin-left: 0.52rem;
}


.sec_txt {
  background: #f3efec;
}

.secTit {
  max-width: 7.5rem;
  font-size: 0.15rem;
  margin: 0 auto;
}

.secTit .title {
  font-size: 0.25rem;
  color: #03888e;
}

.secTit .txt {
  margin-top: 0.06rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka",
    sans-serif;
  font-size: 0.15rem;
  text-align: left;
}

._single .mod_contact {
  margin-top: 0;
}

.crematorium .sec_info {
  background: #f3efec;
  padding: 0.8rem 0;
}

.sec_info .in {
  max-width: 950px;
  width: 100%;
}

.sec_info .in {
  max-width: 10rem;
  width: 100%;
  margin: 0 auto;
}

.facility__wrap {
  width: calc(100% - 0.3rem);
  margin: 0.32rem auto 0.42rem;
  margin-bottom: 0.4rem;
}

.facility__wrap h3 {
  font-size: 0.22rem;
  text-align: left;
  font-family: "hannari";
  margin-bottom: 0.16rem;
}

.table-sp {
  display: none;
}

.br-sp br {
    display: none;
}

.table-pc {
  display: block;
}

.table-pc .tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 0.16rem;
}

.table-pc .tr > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.table-pc .tr > div div:first-child,
.table-sp .tr > div div:first-child {
  background: #bbd4c5;
  font-family: "hannari";
  font-weight: bold;
}

.table-pc .tr > div div:last-child,
.table-sp .tr > div div:last-child {
  background: white;
}

.table-pc .tr > div div {
  padding: 0.15rem;
}

.table-pc .tr:not(:last-child) {
  border-bottom: 1px solid #f3efec;
}

.hall-info__tel {
  font-family: "Oswald", sans-serif;
}

.facility-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.facility-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
  background-color: #fff;
}

.price-table th {
  padding: 0.1rem;
  background: #bbd4c5;
  font-family: "hannari";
  border: none;
}

.price-table td {
  padding: 0.12rem;
  border: none;
}
.price-table th {
  padding: 0.14rem;
  background: #bbd4c5;
  font-family: "hannari";
  border: none;
}

.price-table td {
  padding: 0.16rem 0.06rem;
  border: none;
}
.table-wrapper {
  margin-bottom: 0.56rem;
}

.price-table td {
  border-bottom: 0.03rem solid #f3efec;
}

table-wrapper--type2 {
  margin-bottom: 0;
}

.table-wrapper--type2 h3 {
  font-size: 0.24rem;
  font-family: "hannari";
  margin-bottom: 0.24rem;
}

.sec_access {
  margin-bottom: 1rem;
}

.table-wrapper {
  margin-bottom: 0.56rem;
}

.price-table td {
  border-bottom: 2px solid #f3efec;
}

.table-wrapper--type2 {
  margin-bottom: 0;
}

.table-wrapper--type2 h3 {
  font-size: 0.22rem;
  text-align: left;
  font-family: "hannari";
  margin-bottom: 0.16rem;
}

.sec_access {
  margin-bottom: 1rem;
}

.table-wrapper--type2 .price-table tr th {
    width: 33%;
}


.price-table tr td:not(:last-child),.price-table tr th:not(:last-child) {border-right: 1px solid #f3efec;}



.facility-table td .label {
  margin-right: 1em;
}

/* テーブル全体を囲むコンテナ（スマホでの横スクロール用） */
.table-wrapper {
  overflow-x: auto;
  width: calc(100% - 0.3rem);
  margin: 0 auto 0.8rem;
}

/* バーの高さ */
.table-wrapper::-webkit-scrollbar {
  height: 0.04rem; /* 線の太さ */
}

/* バーの背景（レール） */
.table-wrapper::-webkit-scrollbar-track {
  background: #eee;   /* 薄いグレー */
}

/* バーのつまみ（動く部分） */
.table-wrapper::-webkit-scrollbar-thumb {
  background: #999;   /* 濃いグレー */
}


/* テーブルの基本スタイル */
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.16rem;
  color: #333;
  background-color: #fff;
  min-width: 500px;
  border-radius: 0.06rem; /* ここで角丸のサイズを指定 */
  overflow: hidden;
}

/* ヘッダー（項目名）とデータセルの共通設定 */
.price-table th,
.price-table td {
  text-align: center;
}

.price-table--type2 th,
.price-table--type2 td {
  width: 25%;
}

.table-wrapper--type2 {
  overflow-x: initial;
  margin: auto;
}

._single + .mod_inquiry {
    margin-top: 0;
}

@media(max-width:1365px){
    .hall-info__address {
    font-size: 0.17rem;
    margin-right: 0;
}

  .hall-info__tel {
    margin-right: 0;
    margin-left: 0;
}
    
}

@media (max-width: 640px) {
  .hall-wrap__spbtn01, .hall-wrap__spbtn02 {
    display: none;
}

.hall-wrap__left {
    margin-bottom: 0;
}

  ._single .sec_access .deco.deco01 {
    background-image: none;
}

._single .sec_access {
    padding: 0;
    margin-bottom: 0;
}

  .sec_info .in .mod_title .font_small {
    font-size: 0.21rem;
}

._single section .mod_title.pointDeco .font_small::before {
    bottom: 0.12rem;
}

  .secTit .txt {
    line-height: 1.5;
}

.crematorium .sec_info {
    padding: 0.4rem 0;
}

.hall-wrap {
    margin-bottom: 0;
}

.sec_txt .contact {
    padding: 0.5rem 0 0.56rem;
}

.hall-info__traffic--sp {
    padding: 0;
    padding-left: 0.26rem;
}

.hall-info {
    gap: 0.08rem;
    padding: 0 0 0.4rem;
}
  
  .table-sp {
    display: block;
    font-size: 0.16rem;
    text-align: center;
  }

  .hall .sec_intro {
    max-width: 90%;
    width: 100%;
}

.hall-name {
    font-size: 0.25rem;
    margin-bottom: 0.16rem;
    font-weight: 600;
}

.hap-info__postNum {
    margin-bottom: 0.02rem;
}

  .table-sp .tr > div div {
    padding: 0.12rem;
}

  .table-wrapper--type2 .price-table {
    min-width: auto;
}

.price-table th {
    padding: 0.1rem;
}



  .br-sp br {
    display: block;
}

  ._single section .br-sp.pointDeco span::before {
    top: 0;
    bottom: 0;
}


  .table-pc {
    display: none;
  }
  .crematorium .sec_mv {
    max-width: 100%;
    width: 88%;
    height: auto;
    padding: 0.3rem 0 0.2rem;
  }

  .hall-info__address {
    line-height: 1.4;
    padding: 0;
    padding-left: 0.26rem;
    background: transparent url(/img/house/icon_address.svg) no-repeat 3px      center;
  }

  .secTit .title {
    font-size: 0.2rem;
    line-height: 1.5;
    margin-bottom: 0.12rem;
  }

  .secTit {
    width: 90%;
  }

}
