@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    background: #fffaf3;
    color: #555251;
    font-size: 1.05vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}


.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
  font-family: "Oswald", sans-serif;
}
.serif {
  font-family: "Zen Old Mincho", serif;  
}
img {
  width: 100%;
}
p {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}


.inner {
  width: 75%;
  margin: 0 auto;
}
.inner-wide {
  width: 85%;
  margin: 0 auto;
}
.inner-mini {
    width: 64%;
    margin: 0 auto;
}
.l-sec {
  padding-top: 120px;
}

.slide-menu-wrap {
    width: 80%;
    margin: 8% auto 0;
}
.slide-menu-logo {
    width: 68%;
    text-align: center;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.slide-menu-logo img {
    width:60%;
  margin: 0 auto;
}
.slide-menu-gnav {
    width:50%;
}
.slide-menu-gnav a {
text-decoration: none;
}
.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}
.slide-menu-wrap dt {
    font-size: 2em;
    font-weight: 400;
  padding-bottom:0.2em;
}
.slide-menu-wrap dd {
    font-size: 0.9em;
    padding-bottom: 0.3em;
    font-weight: 500;
}
.slide-menu-wrap dl {
padding-bottom: 1.2em;
}


.sec-leadcopy {
font-size: 48px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
}
.sec-leadcopy.center {
text-align: center;
}

.sec-leadcopy span {
    font-size: 28px;
    display: block;
    padding-top: 15px;
}



.reverse {
  flex-direction: row-reverse;
}

.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec-title-mark {
    width: 6vw;
    margin: 0 auto;
}
section#store {
    background: #fff;
    padding-bottom: 12vw;
}



footer {
    text-align: center;
  background: url("../images/home/bg-r01.png") repeat;
  background-size: 180px 180px;
  position: relative;
  display: flex;
  align-items: center;
}
.foot-logo {
    width: 25%;
    margin: 0 auto;
    padding-top: 10vw;
    padding-bottom: 3vw;
}.foot-address-name {
    font-size: 0.95em;
    font-weight: 600;
      padding-top: 3em;
}.foot-address {
    font-size: 0.84em;
    padding-top: 0.5em;
    line-height: 1.6em;
}.copyright {
    font-size: 0.84em;
    padding-top: 2em;
}
footer p {
    font-size: 15px;
    line-height: 1.7;
    padding-top: 6px;
}
.fukushima {
    width: 12vw;
    margin: 0 auto;
    padding-top: 24px;
}
.news-bnr a {
  width: 80%;
  margin: 160px auto 0;
  padding: 60px 180px;
  background: #683250;
  display: block;
}
.btn a {
  display: inline-block;
  padding: 10px 0 8px;
  margin-top: 24px;
  border: #DF1337 solid 2px;
  border-radius: 40px;
  width: 120px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.btn a:hover {
  transition: .4s;
  color: #fff;
  background: #DF1337;
}
.btn-form {
    text-align: center;
  margin-bottom: 60px;
}
.btn-form a {
  display: inline-block;
  padding: 14px 0 12px;
  margin: 24px auto 0;
  border: #DF1337 solid 2px;
  border-radius: 40px;
  width: 220px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  
}


.btn-form a:hover {
  transition: .4s;
  color: #fff;
  background: #DF1337;
}
.info-txt p {
  padding-bottom: 1em;
}
.item-tmb {
  overflow: hidden;
  border-radius: 7px;
}
.item-title {
    text-align: center;
    padding-top: 1.5em;
    font-weight: 600;
}
.modal-content .item-title {
    text-align: center;
    padding-top: 1.6em;
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: 1.2em;
}
.modal-body {
    padding-bottom: 3em;
}
.modal-body table {
    width: 82%;
    margin: 0 auto;
   border-bottom: #cacaca solid 1px;
}
.modal-body td {
    font-size: 0.95em;
    line-height: 1.5;
    padding: 10px;
    border-top: #cacaca solid 1px;
}
.modal-body th {
    font-size: 0.95em;
    line-height: 1.5;
    padding: 10px;
    border-top: #cacaca solid 1px;
  font-weight: 400;
  width: 6em;
}
.custom-modal {
 opacity: 0;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.98);
  transition: .8s;
  pointer-events: none;
}
.is-open.custom-modal {
 opacity: 1;
pointer-events: all;
  transition: .8s;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 0px;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.close-modal {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 36px;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-open {
    overflow: hidden;
    height: 100vh;
}

a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}
.item-image {
  overflow: hidden;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2.5);
}
.scroll-infinity__item > img {
  width: 100%;
}
.sec-title-en {
 font-size: 2.4em;
    text-align: center;
    padding-bottom: 2.5em;
    font-weight: 400;
}



.modaal-content-container {
  padding: 0;
}
.modaal-container {
  width: 48%;
  color: #DF1337;
  border-radius: 20px;
  overflow: hidden;
}
.modaal-container .item-title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
.modaal-container p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.modaal-container table {
  width: 80%;
  margin: 40px auto;
}
.modaal-overlay {
  background: rgb(241,137,0)!important;;
background: linear-gradient(0deg, rgba(241,137,0,1) 0%, rgba(241,137,0,1) 13%, rgba(230,0,55,1) 58%, rgba(230,0,55,1) 100%)!important;;
  opacity: 0.9;
}
.modaal-container th {
  padding: 18px 10px;
  width: 10em;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td {
  padding: 18px 10px;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td a {
  text-decoration: underline;
}
.modaal-content-container .item-tmb {
  margin-bottom: 60px;
}
.map {
  width: 80%;
  margin: 0 auto 36px;
}
.map iframe {
  border: 0;
  width: 100%;
}
.modaal-container .item-cat {
  font-size: 14px;
  text-align: center;
}
.close {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  cursor: pointer;
}
.modaal-wrapper .modaal-close {
  display: none;
}


.btn-plan a {
    display: block;
    width: 13em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    line-height: 1em;
    border-radius: 40px;
    color: #DF1337;
    font-weight: 900;
}
.btn-plan a:hover {
 background: #0e1c66;
color: #ffea11;
  transition: .4s;
}

.item-copy {
    text-align: center;
    padding: 18px 0;
    font-size: 21px;
    line-height: 1.5;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.sec-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
    display: inline-block;
    line-height: 1.6;
    margin-top: 16px;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}

.tab-link ul{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 2em 0 5em;
}

.items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item {
width: calc(20% - 1.8%);
  margin-bottom: 3em;
}

.tab-link li a.select {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: #000;
}
.tab-link li a{
    margin: 3px;
}
.tab-link li a{
  display: block;
  cursor: pointer;
      padding: 8px 25px;
    border: #000 solid 1px;
    border-radius: 99px;
    font-size: 15px;
}
.tab-link li a:hover {
   color: #fff;
    background: #000;
}
	.modaal-content-container {
    padding: 0;
}

.mv-wrap {
    width: 100%;
    margin: 0;
}
.modaal-container p{
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.modaal-close {
right: 30px;
    top: 32px;
    width: 60px;
    height: 60px;
}
.modaal-close:after, .modaal-close:before {
    left: 23px;
    width: 2px;
    height: 38px;
}
.modaal-overlay {
    background: #152b51f7!important;
    opacity: 1!important;
}
.modaal-container {
    max-width: 900px;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.modaal-container {
    max-width: 1000px;
}
.modaal-container .close {
  display: none;
}
video {
    width: 100%;
}
.modaal-close:focus, .modaal-close:hover {
    outline: 0;
    background: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #fff;
}
.modal-content .item-tmb {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.coution {
    display: flex;
  justify-content: center; /* 親要素内で中央寄せ */
  padding-top: 60px;
}
.coution ul {
  text-align: left; /* テキストを左寄せ */
  display: inline-block; /* テキストの幅を内容に合わせる */
}
.coution li {
    font-size: 1em;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}
.items-title {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 1.7em;
}
.start {
    font-size: 0.8em;
    text-align: center;
    padding-top: 0.8em;
}
.page-title {
    width: 40%;
    margin: 0 auto;
    padding-top: 2vw;
}.req th {
    vertical-align: middle;
}.cp-title {
    width: 40vw;
    margin: 0 auto 60px;
}
footer {
    text-align: center;
    background: #fff;
}
.inner {
    width: 70%;
    margin: 0 auto;
}
.content {
    width: 100%;
}
  img {
    width: 100%;
  }

  .req table {
    width: 100%;
    border-spacing: 0px;
  }
  .req th {
    text-align: left;
    font-weight: 400;
    width: 8em;
    padding: 24px;
    border-bottom: #505050 solid 1px;
    line-height: 1.8;
}
  .req td {
    padding: 24px;
    border-bottom: #505050 solid 1px;
    line-height: 1.8;
}
    .req .last th {
    border-bottom: none;
}
  .req .last td {
    border-bottom: none;
}
 .req td .sup {
    font-size: 15px;
}
   .req td a {
    text-decoration: underline;
}
  .req td strong {
    font-size: 22px;
}
  
  .content {
    width: 100%;
}
  .leadcopy {
    font-size: 76px;
    text-align: center;
    padding: 20px 0 10px;
    font-weight: 900;
    line-height: 1;
}
  .rule li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
    padding-bottom: 6px;
}
.sec-title-jp {
    font-weight: 700;
    text-align: center;
    background: #16937b;
    color: #fff;
    margin-bottom: 60px;
    padding: 0.7em;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    border-radius: 5px;
}
#req .sec-title-jp {
    font-size: 35px;
    font-weight: 900;
    color: #000;
    background: none;
    font-feature-settings: "palt";
}
.sec-row.flex {
    justify-content: flex-start;
    width: 100%;
    border-bottom: #16937b solid 1px;
    color: #16937b;
}
.sec-subtitle-jp {
font-weight: 700;
    width: 18%;
    padding: 1.2em;
    font-size: 1.1em;
    line-height: 1.5;
   
}
section#rule .sec-inner {
    border-top: #16937b solid 1px;
}
.txt-wrap {
    padding: 1.2em;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.7;
    width: 82%;
}
.txt-wrap strong {
    padding-bottom: 0.5em;
    display: block;
    font-size: 1.1em;
    line-height: 1.5;
}
.aside-facility {
    padding: 1.8em;
    background: #f1e8db;
    margin-bottom: 1em;
    border-radius: 1em;
    margin-top: 1em;
    font-size: 0.92em;
}
.aside-facility-title {
    font-weight: 600;
    font-size: 1.14em;
}
.aside-facility p.sup {
    padding-bottom: 1em;
    font-weight: 600;
}


.btn-wrap a {
    display: block;
    width: 360px;
  padding: 10px 0;
    margin: 0 auto;
    border: #000 solid 2px;
    border-radius: 999px;
  transition: .4s;
}
 .btn-wrap a:hover {
background: #000;
   color: #fff;
  transition: .4s;
} 
  
.conf-check {
    padding-top: 60px;
	text-align: center;
}
.conf-check label {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
    padding-top: 8px;
}
 .btn-wrap {
    text-align: center;
    padding-top: 80px;
    font-weight: 600;
}




   .conf-check p a {
     text-decoration: underline;
   }
  
#form {

    padding-bottom: 160px;
}
  #form p {
    font-size: 0.9em;
    line-height: 2;
    padding-bottom: 24px;
}

.select::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #6c6c6c;
    content: "";
    position: absolute;
    right: 10px;
    top: 25px;
    width: 0;
  pointer-events: none;
}
  .select {
    position: relative;
    display: inline-block;
}
  section#rule {
    padding-bottom: 6em;
}
  #form .inner {
padding: 4vw 6vw;
    background: #ffffff;
    border-radius: 30px;
}
  #form .sec-subtitle {
font-size: 28px;
    color: #16937b;
    text-align: center;
    width: 100%;
    font-weight: 800;
}
  .contact-wrap {
    font-size: 0.9vw;
    line-height: 1.8;
    padding: 40px;
    margin-top: 46px;
    background: #ede8f1;
}
  .contact-wrap-title {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
}
.schedule-item-data {
    border-bottom: #16937b dotted 2px;
}
.schedule-item-data img {
    width: 10em;
    margin-bottom: 1.3em;
}
  .btn-wrap {
    text-align: center;
    padding-top: 50px;
    font-weight: 600;
}
  
  input.form100 {
    width: 100%;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 6px;
}
    input.form50 {
    width: 50%;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 10px;
       margin-bottom: 6px;
}
    input.form30 {
    width: 30%;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 10px;
       margin-bottom:6px;
}
    input.form20 {
    width: 20em;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 10px;
       margin-bottom:6px;
}
    input.form-xs {
    width: 8em;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 10px;
       margin-bottom: 6px;
}
  textarea.form100 {
    width: 100%;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 12px;
     margin-bottom: 8px;
}
  select {
    border: #d5d5d5 solid 2px!important;
    background: #f0f0f0!important;
    border-radius: 6px!important;
    padding: 12px 30px 12px 12px!important;
    margin-bottom: 8px;
}
  #form dt {
    padding-top: 20px;
    font-size: 1.05em;
    padding-bottom: 10px;
            line-height: 1.8;
}
   #form dt .sup {
    font-size: 13px;
}
  
  span.red {
    color: #f11;
}

 .btn-wrap button {
    background: #ffe02e;
    padding: 16px 60px 18px;
    border-radius: 50px;
    font-size: 1.2em;
    color: #16937b;
    letter-spacing: 0.06em;
    border: none;
    transition: .4s;
	 line-height: 1em;
	 pointer-events:auto;
}

    .btn-wrap.disable1.disable2.disable3 button {
    background: #cbcbcb;
    color: #fff;
    transition: .4s;
    pointer-events: none;
}
   .btn-wrap.disable1.disable2 button {
    background: #cbcbcb;
    color: #fff;
    transition: .4s;
    pointer-events: none;
}
   .btn-wrap.disable1.disable3 button {
    background: #cbcbcb;
    color: #fff;
    transition: .4s;
    pointer-events: none;
}
   .btn-wrap.disable2.disable3 button {
    background: #cbcbcb;
    color: #fff;
    transition: .4s;
    pointer-events: none;
}
   .btn-wrap.disable1 button {
    background: #cbcbcb;
    color: #fff;
    transition: .4s;
    pointer-events: none;
}
.btn-wrap.disable2 button {
    background: #cbcbcb;
    color: #fff;
    transition: .4s;
    pointer-events: none;
}
.btn-wrap.disable3 button {
    background: #cbcbcb;
    color: #fff;
    transition: .4s;
    pointer-events: none;
}

 .btn-wrap button:hover {
    background: #16937b;
    color: #fff;
    transition: .4s;
}

.fadein {
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 1s;
  opacity: 0;
}
  @keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dd-txt {
    font-size: 1.05em;
    padding-top: 2em;
    padding-bottom: 1em;
}

#form dl {
    border-bottom: #cecece solid 1px;
    padding-bottom: 30px;
}
#form dl.noborder {
    border-bottom: none;
    padding-bottom: 20px;
}
.etc-member {
    padding: 2em;
    background: #f0f0f0;
    border-radius: 1em;
    margin-top: 1em;
}
.etc-member input.form100 {
    border: #d1cdcd solid 2px;
    background: #ffffff;
}

 #form .etc-member dl {
    border-bottom: none;
    padding-bottom: 0px;
}
.etc-member-items.flex {
    justify-content: flex-start;
    gap: 2em;
}
input.form-xs {
    width: 8em;
	margin-right: 0.3em;
}
.form-subtitle {
    font-weight: 600;
    font-size: 1.2em;
}
#form .etc-member dt {
    padding-top: 20px;
    font-size: 0.95em;
    padding-bottom: 6px;
    line-height: 1.8;
}


.etc-member input.form-xs {
    border: #d1cdcd solid 2px;
    background: #ffffff;
}
.etc-member select {
    border: #d1cdcd solid 2px!important;
    background: #ffffff!important;
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.gallery-item {
    border-radius: 10px;
    overflow: hidden;
}
.location {
    font-size: 1.1em;
    padding-top: 1em;
    text-align: center;
    line-height: 1.7;
    color: #16937b;
    padding-bottom: 3em;
}

.location a {
text-decoration: underline;
}
.address {
    font-size: 0.84em;
}
section.schedule {
    padding-top: 5em;
}


.schedule-item {
    width: 50%;
}
span.coution2 {
    --ink: #ffbb40;
    --h: .34em;
    box-shadow: inset 0 calc(-1 * var(--h)) 0 0 var(--ink);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 800;
}
.schedule-timeline-time {
    width: 15%;
    font-size: 1.1em;
}
.schedule-items.flex {
    gap: 2em;
}
.schedule-item {
    width: 50%;
}
span.marker {
    --ink: #ffbb40;
    --h: .34em;
    box-shadow: inset 0 calc(-1 * var(--h)) 0 0 var(--ink);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: 800;
}
.rule li a {
   text-decoration: underline;
}
.sec-row.flex.price {
    position: relative;
}
.free {
    background: #fff924;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 800;
    display: inline-block;
}
.schedule-timeline.flex {
    justify-content: flex-start;
    background: #fff;
    padding: 1em 1em;
    font-size: 1.05em;
    font-weight: 500;
    color: #16937b;
    line-height: 1.4;
    border-bottom: #16937b dotted 2px;
}
.schedule-timeline-detail {
    width: 85%;
}
.schedule-timeline-detail .sup {
font-size: 0.85em;
}
.schedule-timeline.flex.odd {
    background: #fffaf3;
}
.sec-head {
    padding-bottom: 4em;
}
.sec-title-ico {
   text-align: center;
    margin: 0 auto;
}
.sec-title-ico img {
    height: 6em;
}
.sec-title {
    font-size: 1.6em;
    text-align: center;
    font-weight: 900;
    color: #16937b;
    padding-top: 0.2em;
}

/* ラベル全体をクリック可能に */
.custom-checkbox .checkbox-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-left: 34px;
    cursor: pointer;
    line-height: 1.4;
    user-select: none;
	font-size: 1.14em;
}

/* ネイティブのチェックは見えなくする（でもフォーカス/クリックは拾う） */
.custom-checkbox .checkbox-label input[type="checkbox"] {
  position: absolute;
  inset: 0;           /* ラベル全体に広げてクリック範囲を確保 */
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* 見た目の四角い箱 */
.custom-checkbox .checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 43%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #999;
    border-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
}

/* チェックマーク（✔） */
.custom-checkbox .checkbox-label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 44%;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: translateY(-60%) rotate(45deg);
    opacity: 0;
    transition: opacity .2s;
}

/* チェック状態のスタイル（:has は現行の主要ブラウザで利用可） */
.custom-checkbox .checkbox-label:has(input[type="checkbox"]:checked)::before {
  background: #0078d7;
  border-color: #0078d7;
}
.custom-checkbox .checkbox-label:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}

/* キーボードフォーカスの可視化 */
.custom-checkbox .checkbox-label:has(input[type="checkbox"]:focus-visible)::before {
  box-shadow: 0 0 0 3px rgba(0, 120, 215, .3);
}

/* 無効状態（必要なら） */
.custom-checkbox .checkbox-label:has(input[type="checkbox"]:disabled) {
  opacity: .6;
  cursor: not-allowed;
}

.pic-wrap {
    width: 84%;
    margin: 0 auto;
}
#form p.error_messe {
    color: #ff2f2f;
    padding-bottom: 10px;
}
h4 {
    padding-bottom: 30px;
}

.form-back input {
    background: #ffe02e;
    padding: 16px 60px 18px;
    border-radius: 50px;
    font-size: 1.2em;
    color: #16937b;
    letter-spacing: 0.06em;
    border: none;
    transition: .4s;
    line-height: 1em;
    pointer-events: auto;
}
.form-back input:hover {
    background: #16937b;
    color: #fff;
    transition: .4s;
}


.form-back {
    padding-top: 60px;
}
.doui-txt {
    font-size: 0.9em;
}



@media screen and (max-width:1600px) {
	body {
    font-size: 1.11vw;
}.inner {
    width: 75%;
}
} 



@media screen and (max-width:1000px) {
.page-title {
    width: 60%;
    margin: 0 auto;
    padding-top: 2vw;
}
	.pic-wrap {
    width: 94%;
    margin: 0 auto;
}
	.inner {
    width: 88%;
    margin: 0 auto;
}
	body {
    font-size: 1.15vw;
}
	
}

@media screen and (max-width:650px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
}  
.sec-title-ico img {
    height: 70px;
}.sec-title {
    font-size: 18px;
}.schedule-items.flex {
    gap: 2em;
    display: block;
}
	.schedule-item-data {
    text-align: center;
}.schedule-item-data img {
    width: 100px;
}.schedule-item {
    width: 100%;
    margin-bottom: 30px;
}.l-sec {
    padding-top: 60px;
}section#rule {
    padding-bottom: 40px;
}.sec-head {
    padding-bottom: 30px;
}
	.sec-subtitle-jp {
    font-weight: 700;
    width: 20%;
    padding: 1em 0.5em;
    font-size: 15px;
    line-height: 1.5;
}.txt-wrap {
    padding: 1em 0.5em;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    font-size: 14px;
    width: 80%;
}.txt-wrap strong {
    padding-bottom: 0.3em;
    display: block;
    font-size: 15px;
    line-height: 1.5;
}.rule li {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    padding-bottom: 6px;
}#form .inner {
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 20px;
}.etc-member-items.flex {
    display: block;
}.doui-txt {
    font-size: 14px;
}.conf-check label {
    font-size: 16px;
}
}

@media screen and (max-width:500px) {
.page-title {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}
.location {
    font-size: 14px;
}
.schedule-timeline-time {
    width: 15%;
    font-size: 14px;
}.schedule-timeline.flex {
  font-size: 14px;
	line-height: 1.4;
}.schedule-timeline-detail .sup {
    font-size: 11px;
}.sec-subtitle-jp {
    font-weight: 600;
    width: 20%;
    padding: 1em 0.2em;
    font-size: 13px;
    line-height: 1.4;
}.txt-wrap {
    padding: 1em 0.2em;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.4;
    font-size: 12px;
    width: 72%;
}.txt-wrap strong {
    padding-bottom: 0.3em;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}.inner {
    width: 90%;
    margin: 0 auto;
}#form p {
    font-size: 13px;
    line-height: 1.8;
    padding-bottom: 24px;
}#form dt {
    padding-top: 20px;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.8;
}input.form100 {
    width: 100%;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 6px 8px;
    margin-bottom: 6px;
    box-sizing: border-box;
}input.form20 {
    width: 100%;
    border: #d5d5d5 solid 2px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 6px 8px;
    margin-bottom: 6px;
}#form dl {
    border-bottom: #cecece solid 1px;
    padding-bottom: 20px;
}select {
    border: #d5d5d5 solid 2px!important;
    background: #f0f0f0!important;
    border-radius: 6px!important;
    padding: 6px 30px 6px 10px!important;
    margin-bottom: 8px;
}input.form-xs {
    padding: 8px;
}#form .inner {
    padding: 15px;
    background: #ffffff;
    border-radius: 15px;
}.etc-member {
    padding: 15px;
    background: #f0f0f0;
    border-radius: 12px;
    margin-top: 15px;
}.form-subtitle {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}#form .etc-member dt {
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 6px;
    line-height: 1.8;
}.doui-txt {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}.btn-wrap {
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}.btn-wrap button {
    font-size: 16px;

}.pic-wrap {
    width: 100%;
    margin: 0 auto;
}
	.free {
    padding: 10px 15px;
}
}





