@charset "UTF-8";
/* ============================== custom > listpage */
.bankcode {
  font-size: 2rem;
  margin: 15px 0 18px;
}
@media screen and (max-width: 768px) {
  .bankcode {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

/* 地域から選択する */
.sec_select-area .h3_ttl-style {
  margin-bottom: 25px;
}

ul.list_select-area {
  background: #E1F2F3;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 50px;
  padding: 30px;
}
ul.list_select-area .btn_boxshadow-style {
  flex-basis: calc((100% - 100px) / 3);
}
ul.list_select-area .btn_boxshadow-style a {
  font-size: 2.2rem;
}
ul.list_select-area .btn_boxshadow-style a::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  ul.list_select-area {
    gap: 15px;
    padding: 15px;
  }
  ul.list_select-area .btn_boxshadow-style {
    flex-basis: calc((100% - 15px) / 2);
  }
  ul.list_select-area .btn_boxshadow-style a {
    font-size: 1.8rem;
    padding: 10px;
  }
  ul.list_select-area .btn_boxshadow-style a::after {
    right: 8px;
  }
}

/* エリア名 */
.label_custom-area {
  color: #263F88;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 3.2rem;
}
.label_custom-area::before {
  background: url(/assets/images/custom/icon_map_RD.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -0.07lh;
  vertical-align: middle;
  height: 35px;
  width: 31px;
}
@media screen and (max-width: 768px) {
  .label_custom-area {
    font-size: 2.6rem;
  }
}

/* タブ */
.custom_tabs {
  display: flex;
  margin-top: 20px;
  padding: 0 20px 5px;
  position: relative;
}
.custom_tabs::after {
  background: #DFDFDF;
  border-radius: 9999px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .custom_tabs {
    margin-top: 10px;
    padding: 0 5px 3px;
  }
  .custom_tabs::after {
    height: 3px;
  }
}

.custom_tabs > * {
  background: #F3F3F3;
  border: #919191 solid 1px;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc((100% - 10px - 258px) / 2);
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  height: 75px;
}
.custom_tabs > *:nth-child(2) {
  margin-left: 10px;
}
.custom_tabs > *.is-active {
  background: #32A299;
  border: none;
  color: #fff;
  position: relative;
  z-index: 1;
}
.custom_tabs > *.is-active::after {
  content: url(/assets/images/top/tri_border-radius.svg);
  position: absolute;
  bottom: -22px;
  left: calc(50% - 14px);
}
@media screen and (max-width: 768px) {
  .custom_tabs > * {
    flex-basis: calc((100% - 5px) / 2);
    font-size: 1.7rem;
    line-height: 1.2;
    padding: 3px 0;
    height: auto;
    min-height: 70px;
  }
  .custom_tabs > *:nth-child(2) {
    letter-spacing: -0.1em;
    margin-left: 5px;
  }
}

.custom_tabs > button {
  cursor: pointer;
  opacity: 1;
  transition: all 0.25s ease;
}
.custom_tabs > button:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .custom_tabs > button {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .custom_tabs > button:hover {
    opacity: 1;
  }
}

.msg_no-outside {
  background: none;
  border: none;
  flex-basis: auto;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-left: 43px !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .msg_no-outside {
    flex-shrink: 1;
    font-size: 1.3rem;
    margin-left: 10px !important;
  }
}

.custom_tab-contents {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .custom_tab-contents {
    margin-top: 20px;
  }
}

/* テーブル */
.tbl_custom-style, .tbl_custom-style.spOnly {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.tbl_custom-style th, .tbl_custom-style.spOnly th, .tbl_custom-style td, .tbl_custom-style.spOnly td {
  border-bottom: #919191 solid 1px;
  border-left: #919191 solid 1px;
}
.tbl_custom-style thead th, .tbl_custom-style.spOnly thead th {
  background: #F8F8E6;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 17px 30px;
  text-align: center;
}
.tbl_custom-style thead th:last-of-type {
  border-right: #919191 solid 1px;
}
.tbl_custom-style thead tr:first-of-type th {
  border-top: #919191 solid 1px;
}
.tbl_custom-style thead tr:first-of-type th:first-child {
  border-top-left-radius: 10px;
}
.tbl_custom-style thead tr:first-of-type th:last-child {
  border-top-right-radius: 10px;
}
.tbl_custom-style thead tr:nth-of-type(2) th {
  padding: 15px 30px;
}
.tbl_custom-style tbody td, .tbl_custom-style.spOnly tbody td {
  font-size: 2rem;
}
.tbl_custom-style tbody td:first-child {
  font-weight: bold;
}
.tbl_custom-style tbody td:last-child {
  border-right: #919191 solid 1px;
}

.tbl_custom-style.spOnly th, .tbl_custom-style.spOnly td {
  line-height: 1.4;
}
.tbl_custom-style.spOnly thead th {
  background: #f0f0be;
  padding: 10px;
}
.tbl_custom-style.spOnly tbody th {
  background: #F8F8E6;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 10px;
}
.tbl_custom-style.spOnly tbody td {
  background: #fff;
  font-size: 1.5rem;
  padding: 10px 15px;
}
.tbl_custom-style.spOnly + .tbl_custom-style.spOnly {
  margin-top: 20px;
}

/* タブ表示切替 */
.tab-contents_warpper {
  display: none;
}
.tab-contents_warpper.is-active {
  display: block;
}

.tbl_type-custom.pcOnly tbody td {
  padding: 30px 12px 30px 28px;
}
.tbl_type-custom.pcOnly tbody td:nth-child(1) {
  width: 18.3870967742%;
}
.tbl_type-custom.pcOnly tbody td:nth-child(2) {
  padding-left: 12px;
  text-align: center;
  width: 8.8709677419%;
}
.tbl_type-custom.pcOnly tbody td:nth-child(4), .tbl_type-custom.pcOnly tbody td:nth-child(5) {
  width: 21.7741935484%;
}

.tbl_type-custom.spOnly colgroup col:first-child {
  width: calc(1em + 20px);
}
.tbl_type-custom.spOnly colgroup col:nth-child(2) {
  width: 16.4179104478%;
}

.custom_opentime {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.custom_opentime dt {
  flex: 0 0 4em;
  font-weight: bold;
}
.custom_opentime dd {
  flex-basis: calc(100% - 4em - 20px);
  line-height: 1.2;
  margin-left: 20px;
}

.tbl_type-outside.pcOnly tbody td {
  padding: 40px 38px;
}
.tbl_type-outside.pcOnly tbody td:nth-child(1) {
  width: 21.6129032258%;
}
.tbl_type-outside.pcOnly tbody td:nth-child(2), .tbl_type-outside.pcOnly tbody td:nth-child(3) {
  color: #F89523;
  text-align: center;
  width: 8.8709677419%;
}
.tbl_type-outside.pcOnly tbody td:nth-child(5), .tbl_type-outside.pcOnly tbody td:nth-child(6) {
  padding: 40px 20px;
  text-align: center;
  width: 20.1612903226%;
}

.tbl_type-outside.spOnly colgroup col:first-child {
  width: calc(1em + 20px);
}
.tbl_type-outside.spOnly colgroup col:nth-child(2) {
  width: 17.9104477612%;
}
.tbl_type-outside.spOnly colgroup col:nth-child(4) {
  width: 28.6567164179%;
}
.tbl_type-outside.spOnly tbody tr:first-child > * {
  padding: 5px 10px;
}
.tbl_type-outside.spOnly tbody tr:first-child th {
  font-size: 1.4rem;
}
.tbl_type-outside.spOnly tbody tr:first-child td {
  color: #F89523;
  text-align: center;
}

/* ============================== custom > child page */
.ttl-custom_child .code {
  color: #333;
  display: inline-block;
  font-size: 2rem;
  position: relative;
  top: 3px;
}
.ttl-custom_child .code::before {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .ttl-custom_child .code {
    align-self: flex-end;
    order: 4;
    font-size: 1.7rem;
    margin-top: 10px;
    top: 0;
    text-indent: -0.5em;
  }
}

.custom-child_layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .custom-child_layout {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.photo_custom {
  flex: 0 0 250px;
}
@media screen and (max-width: 768px) {
  .photo_custom:not(:has(img)) {
    display: none;
  }
}

.cc-layout_inner {
  flex-basis: calc(100% - 250px - 100px);
}
.cc-layout_inner h3 {
  color: #263F88;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.tbl_custom_child-style {
  /* 営業時間 */
  /* 地図埋め込み */
}
.tbl_custom_child-style th, .tbl_custom_child-style td {
  font-size: 2rem;
  line-height: 1.3;
  padding: 30px;
}
.tbl_custom_child-style th {
  background: #F8F8E6;
  text-align: center;
  width: 22.4719101124%;
  max-width: 200px;
}
.tbl_custom_child-style:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tbl_custom_child-style {
    margin-top: 10px;
  }
  .tbl_custom_child-style th, .tbl_custom_child-style td {
    font-size: 1.7rem;
  }
  .tbl_custom_child-style th {
    padding: 15px;
    width: 100%;
    max-width: 100%;
  }
  .tbl_custom_child-style td {
    padding: 20px 15px;
  }
}
.tbl_custom_child-style .custom_opentime dt {
  flex-basis: 9em;
}
.tbl_custom_child-style .custom_opentime dd {
  flex-basis: calc(100% - 9em - 20px);
}
.tbl_custom_child-style .custom_opentime dt:nth-of-type(2),
.tbl_custom_child-style .custom_opentime dd:nth-of-type(2) {
  margin-top: 8px;
}
.tbl_custom_child-style .map-iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
}
.tbl_custom_child-style .map-iframe iframe {
  height: 100%;
  width: 100%;
}

.custom_child_btn-set {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .custom_child_btn-set {
    justify-content: center;
  }
  .custom_child_btn-set .btn_ico-print {
    display: none;
  }
}

/* ============================== custom > child page > for print */
@page {
  size: 210mm 297mm;
  margin: 10mm;
}
@media print {
  body:not(.custom-parent) {
    padding-top: 0;
  }
  body:not(.custom-parent) header,
  body:not(.custom-parent) .breadcrumbs,
  body:not(.custom-parent) h1,
  body:not(.custom-parent) footer,
  body:not(.custom-parent) .custom_child_btn-set {
    display: none;
  }
  body:not(.custom-parent) main {
    padding-bottom: 0;
  }
  body:not(.custom-parent) .m_wrapper {
    margin: 0;
    padding: 0;
    height: 277mm;
    max-width: 100%;
    width: 100%;
  }
  body:not(.custom-parent) .ttl-custom_child {
    font-size: 15pt;
  }
  body:not(.custom-parent) .ttl-custom_child .code {
    font-size: 13pt;
  }
  body:not(.custom-parent) .h3_ttl-style2 {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  body:not(.custom-parent) .h3_ttl-style2::before,
  body:not(.custom-parent) .h3_ttl-style2::after {
    height: 7px;
  }
  body:not(.custom-parent) .h3_ttl-style2::before > span::before,
  body:not(.custom-parent) .h3_ttl-style2::after > span::before {
    height: 18px;
    width: 19px;
  }
  body:not(.custom-parent) .h3_ttl-style2::before {
    bottom: 7px;
  }
  body:not(.custom-parent) .custom-child_layout {
    flex-direction: column;
    align-items: center;
  }
  body:not(.custom-parent) .photo_custom {
    flex-basis: auto;
    max-width: 180px;
  }
  body:not(.custom-parent) .cc-layout_inner {
    margin: 5px auto 0;
    width: 100%;
  }
  body:not(.custom-parent) .cc-layout_inner h3 {
    font-size: 15pt;
  }
  body:not(.custom-parent) .tbl_custom_child-style th,
  body:not(.custom-parent) .tbl_custom_child-style td {
    font-size: 14pt;
    padding: 15px 20px;
  }
  body:not(.custom-parent) .tbl_custom_child-style .custom_opentime dt {
    font-size: 13pt;
  }
  body:not(.custom-parent) .tbl_custom_child-style:nth-of-type(2) {
    margin-top: 15px;
  }
}/*# sourceMappingURL=custom.css.map */