@charset "UTF-8";

.cta-contents {
  padding: 0 16px;
  margin-bottom: 0;
}
.cta-data dt {
  color: #fff;
}

.saturday {
  color: #6293d8;
}
.sunday {
  color: #d63b30;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 10px var(--site-padding);
    background: #fff;
  }

  .fixed-nav {
    top: 10%;
    transform: none;
  }

  nav.sp-nav {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
  }

  .s00 {
    background: #fffde7;
    padding-top: 120px;
  }
  .s00_inr {
    max-width: 1100px;
    margin: 0 auto;
  }
  .s00_box01 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin-bottom: 4vw;
  }
  .s00_box01_ttl {
    font-size: 17px;
  }

  .s00_box02 {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 16px;
  }

  h2.s00_box02_ttl {
    color: #3083c3;
    font-size: 28px;
    border-bottom: dotted 4px;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
  }

  .s00_box03 {
    background: #6293d8;
    padding: 0 0 60px;
  }
  .s00_box03_inr {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    grid-gap: 2vw;
  }

  .s00_box03 .inner {
    padding: 0;
  }

  img.s00_img02 {
    width: 90%;
    margin-top: -12vw;
    border: solid 8px #6293d8;
    border-radius: 1em;
  }

  .s00_box03 .cta-contents {
    margin: 0;
    gap: 1vw;
  }

  .s00_box03 a.cta-button {
    height: 60px;
    font-size: 2.2rem;
  }

  section.s01 {
    background: #fffde7;
    padding: 40px 0;
  }
  .s01_inr {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    padding: 0 16px;
  }

  a.s01_box {
    background: #fff;
    text-align: center;
    display: grid;
    grid-template-rows: auto;
    gap: 11px;
    padding: 6px;
    border-radius: 12px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    justify-items: center;
    align-content: center;
  }

  a.s01_box p {
    align-self: center;
    font-weight: bold;
  }

  img.s01_box_img00 {
    width: 50px;
  }

  section.s02 {
    text-align: center;
    background: url(../img/s02_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 40px 0;
  }
  .s02_inr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .s02_box {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 62px 1fr;
    grid-gap: 0 20px;
  }
  .s02_box img {
    width: 100%;
    display: flex;
    align-self: center;
    grid-row: span 2;
  }
  h2.s02_ttl {
    color: #3083c3;
    font-size: 20px;
    margin-bottom: 3vw;
    font-weight: bold;
    line-height: 1;
  }
  h3.s02_box_ttl {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    text-align: left;
  }
  h3.s02_box_ttl.ptn01 {
    color: #4fbaa1;
  }
  h3.s02_box_ttl.ptn02 {
    color: #00b9ef;
  }
  h3.s02_box_ttl.ptn03 {
    color: #f19dae;
  }
  p.s02_box_txt {
    font-size: 14px;
    line-height: 1.4;
    grid-row: 2;
    grid-column: 2;
    text-align: left;
  }

  section.s03,
  section.s05 {
    background: url(../img/s03_bg.jpg);
    text-align: center;
    padding: 40px 16px;
  }
  .s03_inr {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    max-width: 1100px;
    margin: 0 auto;
    grid-gap: 30px 65px;
  }
  .s03_box {
    grid-column: 1;
    grid-row: span 2;
    background: #fff;
    border-radius: 18px;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  img.s03_img00,
  img.s04_img00,
  img.s05_img00 {
    width: 50px;
    margin-bottom: 4px;
  }
  h2.s03_ttl,
  h2.s04_ttl,
  h2.s05_ttl {
    font-size: 23px;
    font-weight: 500;
    color: #3083c3;
    margin-bottom: 40px;
  }
  h3.s03_box_ttl {
    background: #fa8e29;
    color: #fff;
    border-radius: 2em;
    font-weight: bold;
    font-size: 18px;
    padding: 4px;
    margin-bottom: 0.6em;
  }
  p.s03_box_txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 2;
  }

  p.s03_box_txt span {
    font-weight: bold;
  }

  .hours {
    display: flex;
    gap: 40px;
    font-size: 16px;
    line-height: 1.8;
  }

  .hours__col {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
  }

  .hours__col li {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 4px 0;
  }

  .hours__col .day {
    font-weight: bold;
    margin-right: 16px;
  }

  .hours__col .time {
    text-align: right;
  }
  .s03_box_txt02 {
    font-size: 14px;
  }

  section.s04 {
    padding: 40px 0;
    text-align: center;
  }

  .s04_inr img {
    max-width: 260px;
  }

  .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 16px;
  }

  .gallery .item {
    flex: 0 0 calc(50% - 5px);
  }

  .gallery .item img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 2枚以上 → 左寄せ */
  .gallery:has(> .item:nth-child(2)) {
    justify-content: flex-start;
  }

  .s04_box {
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3vw;
    border-radius: 16px;
    text-align: left;
    line-height: 2em;
  }
  .s04_box + .s04_box {
    margin-top: 12px;
  }

  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 10px var(--site-padding);
    background: #fff;
  }

  .fixed-nav {
    top: 10%;
    transform: none;
  }

  .s00 {
    background: #fffde7;
    padding-top: 120px;
  }
  .s00_inr {
    max-width: 1100px;
    margin: 0 auto;
  }
  .s00_box01 {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 4vw;
  }
  .s00_box01_ttl {
    font-size: 23px;
    letter-spacing: 4px;
  }

  .s00_box02 {
    max-width: 1000px;
    margin: 0 auto 3vw;
  }

  h2.s00_box02_ttl {
    color: #3083c3;
    font-size: 28px;
    border-bottom: dotted 4px;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
  }

  .s00_box03 {
    background: #6293d8;
    margin: 0 calc(50% - 50vw);
    padding: 3vw 0;
  }
  .s00_box03_inr {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 38% 1fr;
    align-items: center;
    grid-gap: 2vw;
  }

  .s00_box03 .inner {
    padding: 0;
  }

  img.s00_img02 {
    margin-top: -12vw;
    border: solid 8px #6293d8;
    border-radius: 1em;
  }

  .s00_box03 .cta-contents {
    margin: 0;
    gap: 1vw;
    padding: 0;
  }

  .s00_box03 a.cta-button {
    height: 60px;
    font-size: 2.2rem;
  }

  section.s01 {
    background: #fffde7;
    padding: 3vw 0;
  }
  .s01_inr {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1vw;
  }

  a.s01_box {
    background: #fff;
    text-align: center;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    justify-items: center;
  }

  a.s01_box p {
    align-self: center;
    font-weight: bold;
  }

  section.s02 {
    text-align: center;
    background: url(../img/s02_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 3vw 0;
  }
  .s02_inr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 0 auto;
    grid-gap: 2vw;
  }
  .s02_box {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
  }
  .s02_box img {
    width: 46px;
  }
  h2.s02_ttl {
    color: #3083c3;
    font-size: 28px;
    margin-bottom: 3vw;
    font-weight: bold;
    line-height: 1;
  }
  h3.s02_box_ttl {
    font-weight: bold;
    font-size: 20px;
    margin: 0.6em 0;
  }
  h3.s02_box_ttl.ptn01 {
    color: #4fbaa1;
  }
  h3.s02_box_ttl.ptn02 {
    color: #00b9ef;
  }
  h3.s02_box_ttl.ptn03 {
    color: #f19dae;
  }
  p.s02_box_txt {
    font-size: 14px;
    line-height: 1.4;
  }

  section.s03,
  section.s05 {
    background: url(../img/s03_bg.jpg);
    padding: 3vw 0;
    text-align: center;
  }
  .s03_inr {
    display: grid;
    grid-template-columns: 1fr 50%;
    grid-template-rows: auto auto;
    max-width: 1100px;
    margin: 0 auto;
    grid-gap: 30px 65px;
  }
  .s03_box {
    grid-column: 1;
    grid-row: span 2;
    background: #fff;
    border-radius: 18px;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  img.s03_img00,
  img.s04_img00,
  img.s05_img00 {
    width: 64px;
    margin-bottom: 4px;
  }
  h2.s03_ttl,
  h2.s04_ttl,
  h2.s05_ttl {
    font-size: 23px;
    font-weight: 500;
    color: #3083c3;
    margin-bottom: 3vw;
  }
  h3.s03_box_ttl {
    background: #fa8e29;
    color: #fff;
    border-radius: 2em;
    font-weight: bold;
    font-size: 18px;
    padding: 4px;
    margin-bottom: 0.6em;
  }
  p.s03_box_txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 2;
  }

  p.s03_box_txt span {
    font-weight: bold;
  }

  .hours {
    display: flex;
    gap: 40px;
    font-size: 16px;
    line-height: 1.8;
  }

  .hours__col {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
  }

  .hours__col li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 4px 0;
  }

  .hours__col .day {
    font-weight: bold;
    margin-right: 16px;
    min-width: 3em;
  }

  .hours__col .time {
    text-align: right;
  }
  .s03_box_txt02 {
    font-size: 14px;
  }

  section.s04 {
    padding: 3vw 0;
    text-align: center;
  }

  .s04_inr img {
    max-width: 260px;
  }

  .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }

  .gallery .item {
    flex: 0 0 calc(25% - 7.5px);
  }

  .gallery .item img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 5枚以上 → 左寄せ */
  .gallery:has(> .item:nth-child(5)) {
    justify-content: flex-start;
  }

  .s04_box {
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3vw;
    border-radius: 16px;
    text-align: left;
    line-height: 2em;
  }
  .s04_box + .s04_box {
    margin-top: 12px;
  }

  .pc_none {
    display: none;
  }
}
