@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: "Noto Sans JP";
  color: #111;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
main {
  overflow: hidden;
}

span.asterisk {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}

a.fix-btn {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    right: 50px;
    bottom: 50px;
    width: 162px;
  }
}

header {
  padding: 10% 0 0 0;
}
@media screen and (min-width: 768px) {
  header {
    padding-top: 60px;
  }
}
header p {
  width: 60%;
  margin: 0 auto;
  max-width: 326px;
}

main h1 {
  font-size: 1.3em;
  font-weight: 500;
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main h1 {
    font-size: 30px;
    line-height: 1.5em;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
main p.txt01 {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: justify;
}
main p.txt01 span.red {
  color: #ff0000;
}
main p.txt02 {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  text-align: justify;
  color: #ff0000;
}

div.table-wrap {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}

table.holiday-table {
  width: 100%;
  margin-top: 10%;
  table-layout: fixed;
  font-size: 0.9em;
  /**/
}
@media screen and (min-width: 768px) {
  table.holiday-table {
    font-size: 20px;
    margin-top: 60px;
  }
}
table.holiday-table thead th {
  width: 50%;
  font-weight: 500;
  padding: 2% 0 2% 5%;
}
@media screen and (min-width: 768px) {
  table.holiday-table thead th {
    padding: 10px 0 10px 20px;
  }
}
table.holiday-table thead th.area-head {
  text-align: left;
  background: #ececec;
}
table.holiday-table thead th.holiday-head {
  text-align: left;
  background: #f7d7d7;
  border-left: solid 5px #FFF;
  border-bottom: solid 5px #FFF;
}
table.holiday-table tbody {
  font-size: 0.9em;
}
table.holiday-table tbody th {
  text-align: left;
  line-height: 1.4em;
  font-weight: 400;
}
table.holiday-table tbody td {
  font-size: 0.9em;
  letter-spacing: -0.02em;
  background: #f7ece8;
  padding: 2% 0 2% 5%;
  border-left: solid 5px #FFF;
  border-bottom: solid 5px #FFF;
}
@media screen and (min-width: 768px) {
  table.holiday-table tbody td {
    letter-spacing: 0.02em;
    padding: 10px 0 10px 20px;
  }
}

.footer {
  text-align: center;
  border-top: 1px solid #808080;
  padding-block: 58px 100px;
  margin-top: 78px;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 50px 100px;
    margin-top: 50px;
  }
}
.footer__logo {
  display: inline-block;
  width: 439px;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 323px;
  }
}
.footer-sitemap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  list-style: none;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .footer-sitemap {
    flex-direction: column;
    gap: 1em;
  }
}
.footer-sitemap__item {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.footer-sitemap__item a {
  color: #000;
  transition: opacity 0.3s;
}
.footer-sitemap__item a:hover {
  opacity: 0.7;
}
.footer .copy {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .footer .copy {
    padding-top: 30px;
  }
}
.footer .copy small {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

button {
  all: unset;
  cursor: pointer;
  width: 30%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 8%;
  text-align: center;
  border: solid 2px #666;
  border-radius: 20px;
  transition: all 0.4s;
}
button:hover {
  background: #666;
  color: #FFF;
  transition: all 0.4s;
}
button span {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */