@charset "UTF-8";
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
:root {
  --base-font: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font01:"Zen Maru Gothic", sans-serif;
  --font02:"Roboto", sans-serif;
  --font03:"Zen Kaku Gothic New", sans-serif;
  --font04:"Shippori Mincho", serif;
  --base-color: #4D4D4D;
  --color1:#4D4D4D;
  --color2:#666;
  --color3:#0FA2FF;
  --color4:#89C600;
  --color5:#fff;
  --white:#fff;
  --color6:#8BC664;
  --color7:#ECF8FF;
  --color8:#16AEFF;
  --color9:#8bc6642b;
}

.reserve-tabs {
  width: 900px;
  max-width: 100%;
  margin: 0px auto 200px;
  --pill-bg: #fff;
  --pill-border: rgb(204, 60, 168);
  --pill-active: rgb(204, 60, 168);
  --pill-text: #333;
  --panel-bg: #fff;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  /* タブボタン行（flex） */
  /* コンテンツ */
}
.reserve-tabs h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: var(--color3);
  margin-bottom: 25px;
}
.reserve-tabs > input[type=radio] {
  display: none;
}
.reserve-tabs .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
  margin-bottom: 30px;
}
.reserve-tabs .tab-buttons label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--pill-text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
.reserve-tabs .tab-buttons label:hover {
  background: rgb(230, 199, 243);
}
.reserve-tabs .tab-contents {
  position: relative;
  width: 100%;
}
.reserve-tabs .reserve-content {
  max-width: 100%;
  height: 210px;
  display: none;
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  background: var(--panel-bg);
  overflow: hidden;
  -webkit-animation: fade 0.25s ease;
          animation: fade 0.25s ease;
}
.reserve-tabs .reserve-content iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}
.reserve-tabs #tab1:checked ~ .tab-buttons label[for=tab1] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab1:checked ~ .tab-contents #content1 {
  display: block;
}
.reserve-tabs #tab2:checked ~ .tab-buttons label[for=tab2] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab2:checked ~ .tab-contents #content2 {
  display: block;
}
.reserve-tabs #tab3:checked ~ .tab-buttons label[for=tab3] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab3:checked ~ .tab-contents #content3 {
  display: block;
}
.reserve-tabs #tab4:checked ~ .tab-buttons label[for=tab4] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab4:checked ~ .tab-contents #content4 {
  display: block;
}
.reserve-tabs #tab5:checked ~ .tab-buttons label[for=tab5] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab5:checked ~ .tab-contents #content5 {
  display: block;
}
.reserve-tabs #tab6:checked ~ .tab-buttons label[for=tab6] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab6:checked ~ .tab-contents #content6 {
  display: block;
}
.reserve-tabs #tab7:checked ~ .tab-buttons label[for=tab7] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab7:checked ~ .tab-contents #content7 {
  display: block;
}
.reserve-tabs #tab8:checked ~ .tab-buttons label[for=tab8] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab8:checked ~ .tab-contents #content8 {
  display: block;
}
.reserve-tabs #tab9:checked ~ .tab-buttons label[for=tab9] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab9:checked ~ .tab-contents #content9 {
  display: block;
}
.reserve-tabs #tab10:checked ~ .tab-buttons label[for=tab10] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab10:checked ~ .tab-contents #content10 {
  display: block;
}
.reserve-tabs #tab11:checked ~ .tab-buttons label[for=tab11] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab11:checked ~ .tab-contents #content11 {
  display: block;
}
.reserve-tabs #tab12:checked ~ .tab-buttons label[for=tab12] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab12:checked ~ .tab-contents #content12 {
  display: block;
}
.reserve-tabs #tab13:checked ~ .tab-buttons label[for=tab13] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab13:checked ~ .tab-contents #content13 {
  display: block;
}
.reserve-tabs #tab14:checked ~ .tab-buttons label[for=tab14] {
  background: var(--pill-active);
  color: #fff;
  border-color: var(--pill-active);
  font-weight: 600;
}
.reserve-tabs #tab14:checked ~ .tab-contents #content14 {
  display: block;
}
@media (max-width: 768px) {
  .reserve-tabs {
    margin: -10px auto 80px;
  }
  .reserve-tabs h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .reserve-tabs .tab-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 4px;
    padding-inline: 2rem;
    margin-bottom: 10px;
  }
  .reserve-tabs .tab-buttons label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .reserve-tabs .reserve-content iframe {
    height: 560px;
  }
}

/* フェード */
@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=index-yoyaku.css.map */