@charset "UTF-8";
@media screen and (max-width: 750px) {
  header {
    /*ナビゲーションレイアウト スマホ用*/
  }
  header #mainNav h1 .logo {
    height: 50px;
    width: 140px;
    padding-top: 50px;
    margin: 7px 7px 0 15px;
    background-position: left center;
  }
  header #mainNav h1 .titleE {
    padding-left: 160px;
  }
  header #mainNav p {
    line-height: normal;
    height: 100%;
  }
  header #mainNav ul li {
    padding: 10px 0;
  }
  header #mainNav ul li a {
    padding: 20px 0;
  }
  header #mainNav ul li:last-of-type {
    padding: 0;
  }
  header #mainNav ul li:last-of-type a {
    width: 100%;
  }
  header #mainNav label {
    padding: 12px 12px;
    width: 62px;
    height: 62px;
    background: #686659;
    /* グレー */
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  header #mainNav label span {
    display: block;
    width: 22px;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    position: absolute;
    transition: 0.2s transform;
  }
  header #mainNav label span:before,
  header #mainNav label span:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header #mainNav label span:before {
    top: -9px;
  }
  header #mainNav label span:after {
    top: 9px;
  }
  header #switch:checked ~ label span {
    transform: rotate(-45deg);
  }
  header #switch:checked ~ label span:before {
    top: 0;
  }
  header #switch:checked ~ label span:after {
    transform: rotate(270deg);
    top: 0;
    margin-top: 0;
  }
  header #switch:checked ~ #NavWrap {
    display: block;
    top: 60px;
  }
  header #NavWrap {
    padding-top: 0;
    position: fixed;
    top: -120%;
    right: 0px;
    width: 100%;
    background: rgba(0, 48, 63, 0.95);
    /* 透明度を少し下げるとデバッグしやすいです */
    transition: all 0.4s;
    padding: 0;
    box-sizing: border-box;
    z-index: 10000;
    /* ★ label(9999) より大きな数字に変更 */
  }
  header #NavWrap ul {
    display: inherit;
    padding-top: 20px;
  }
  header #NavWrap ul li a {
    color: var(--base01);
    text-align: center;
    position: relative;
    z-index: 10001;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    /* タップ領域を広げる */
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  /*ナビゲーションここまで*/
  h2 {
    font-size: 16px;
    text-align: center;
    top: 0;
    white-space: nowrap;
  }
  h2 .titleE {
    font-size: 28px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .option h3,
  .flow h3 {
    font-size: 18px;
    padding: 0 20px;
    position: absolute;
    top: -17px;
    left: 50%;
    /* 親の左端から50%の位置へ移動 */
    transform: translateX(-50%);
    /* 自分の幅の半分だけ左に戻す */
    white-space: nowrap;
  }
  .option h4,
  .flow h4 {
    color: var(--main);
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 2px;
  }
  .option h4 span,
  .flow h4 span {
    font-size: 75%;
  }
  .colon {
    grid-template-columns: 1fr 2.5fr;
  }
  .colon dd {
    position: relative;
    padding-bottom: 12px;
  }
  .colon dd::before {
    content: "：";
    display: block;
    padding-right: 5px;
    position: absolute;
    left: -15px;
  }
  .inner {
    width: 100%;
    padding: 120px 15px 40px;
  }
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  main .firstBox {
    padding-top: 200px;
    position: relative;
  }
  main .firstBox::before {
    height: 600px;
    background-image: url("../images/top_sp.jpg");
    background-size: cover;
  }
  main .firstBox::after {
    width: 100%;
    height: 100svh;
    background-image: radial-gradient(circle, var(--base01) 20px, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 95%);
    z-index: 2;
    top: -60px;
  }
  main .firstBox > div:first-of-type {
    padding: 0;
    height: 400px;
  }
  main .firstBox > div:first-of-type p {
    font-size: 14px;
    padding: 30px 0;
    margin-top: 20px;
    line-height: 1.8em;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
  }
  main .firstBox > div:first-of-type h1 {
    font-size: 20px;
    padding: 0;
  }
  main .firstBox > div:first-of-type h1 .titleE {
    color: var(--main);
    font-size: 35px;
    text-shadow: 1px 1px 3px white;
  }
  main .firstBox > div:last-of-type {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 300px;
    margin-bottom: 0;
    background-position: center bottom 50px;
    background-size: 80% auto;
    display: inherit;
  }
  main .firstBox > div:last-of-type p {
    text-align: center;
  }
  main section p.readTxt {
    font-size: 14px;
  }
  main section .venue p.readTxt {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  main .plan > .inner > h2 + p {
    text-align: center;
    padding-bottom: 40px;
  }
  main .plan .coverBox {
    display: block;
  }
  main .plan .coverBox .inBox {
    padding: 20px;
    margin-bottom: 30px;
  }
  main .plan .coverBox .inBox h3 {
    padding-bottom: 40px;
  }
  main .plan .coverBox + p {
    padding: 20px 0 40px;
  }
  main .plan .lastBox {
    width: 100%;
    margin: 0 auto;
    border: 1px solid var(--base03);
    padding: 20px;
  }
  main .plan .lastBox .colon {
    grid-template-columns: 1fr 3fr;
  }
  main .plan .lastBox .colon dt {
    padding-right: 20px;
    white-space: nowrap;
  }
  main .plan .lastBox .colon dd::before {
    left: -20px;
  }
  main .plan .option ul {
    width: 100%;
    padding-bottom: 10px;
    display: inherit;
  }
  main .plan .option ul li {
    text-align: left;
    background-position: left top;
    background-size: 150px auto;
    padding-top: 20px;
    padding-left: 180px;
    height: 150px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  main .plan .option .op02 > div:nth-of-type(1) {
    padding-left: 0;
    padding-right: 0;
    background-position: right top;
    background-size: 150px;
  }
  main .plan .option .op02 > div:nth-of-type(1) p:not(.price) {
    padding-right: 170px;
  }
  main .plan .option .op02 > div:nth-of-type(2) {
    background-position: right bottom 60px;
    background-size: 150px;
    padding-left: 0;
    padding-right: 0;
  }
  main .plan .option .op02 > div dl {
    display: block;
    padding-top: 40px;
  }
  main .plan .option .op02 > div dl dt {
    font-size: 18px;
    padding-bottom: 10px;
  }
  main .plan .option .op02 > div dl dd {
    padding-bottom: 40px;
    padding-right: 170px;
  }
  main .plan .option .op03 > div {
    padding-left: 0;
    padding-bottom: 220px;
    background-position: left bottom;
  }
  main .plan .option .op03 > div::before {
    top: inherit;
    bottom: 50px;
    left: 150px;
  }
  main .plan .option .op03 > div::after {
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0;
  }
  main .about h2 {
    font-size: 20px;
    padding: 0 10px;
  }
  main .about ul {
    display: block;
  }
  main .about ul li {
    margin-top: 30px;
  }
  main .about ul li h3 {
    background-position: center bottom 15px;
    padding-bottom: 300px;
  }
  main .flow > div {
    padding: 40px 15px 15px;
  }
  main .flow .read {
    text-align: center;
    padding-bottom: 30px;
    font-size: 15px;
    color: var(--sub02);
  }
  main .flow .step dt {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 115px;
    position: relative;
  }
  main .flow .step dt span {
    display: block;
    width: auto;
    font-size: 20px;
    padding-right: 10px;
  }
  main .flow .step dt span::before {
    content: "STEP ";
  }
  main .flow .step dt::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
  }
  main .flow .step dt::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid var(--main);
    position: absolute;
    left: 5px;
  }
  main .flow .step dd {
    height: auto;
    padding: 30px 0 0 0;
    margin-bottom: 40px;
  }
  main .venue ul {
    width: 100%;
    list-style-type: none;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  main .venue ul img {
    display: none;
  }
  main .venue ul li {
    height: 150px;
    background-position: center center;
  }
  main .venue ul li:nth-child(1) {
    background-image: url("../images/img19.jpg");
    grid-column: 1/3;
  }
  main .venue ul li:nth-child(2) {
    background-image: url("../images/img20.jpg");
  }
  main .venue ul li:nth-child(3) {
    background-image: url("../images/img21.jpg");
  }
  main .venue ul li:nth-child(4) {
    background-image: url("../images/img22.jpg");
  }
  main .venue ul li:nth-child(5) {
    background-image: url("../images/img23.jpg");
  }
  main .venue ul li:nth-child(6) {
    background-image: url("../images/img24.jpg");
    grid-column: 1/3;
  }
  main .faq {
    padding-left: 10px;
    padding-right: 10px;
  }
  main .faq dt {
    font-size: 17px;
    padding-bottom: 25px;
    padding-left: 60px;
    position: relative;
  }
  main .faq dt span {
    margin-right: 15px;
    position: absolute;
    left: 0;
  }
  main .faq dd {
    padding-bottom: 20px;
    padding-left: 65px;
    margin-bottom: 15px;
    position: relative;
  }
  main .faq dd::before {
    left: 30px;
    width: 25px;
    margin-right: 10px;
  }
  footer {
    padding-top: 60px;
  }
  footer .footer > div.access {
    padding: 20px;
  }
  footer .footer > div.access h1 {
    text-align: center;
  }
  footer .footer > div.access h1 img {
    width: 200px;
    height: auto;
  }
  footer .footer > div.access ul {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  footer .footer > div.access .map .mapInner {
    width: 100%;
  }
  footer .footer > div.access .map .mapInner iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  footer .footer > div > div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display: block;
  }
  footer .footer > div > div h2 {
    color: var(--base01);
    top: 100px;
  }
  footer .footer > div > div h2 + div {
    padding-top: 80px;
  }
  footer .footer > div > div .tel {
    font-size: 25px;
  }
  footer .footer > div.contact > div {
    padding: 30px 0 60px;
    grid-template-columns: 1fr 1fr;
  }
  footer .footer > div.contact > div h2 {
    top: 0;
  }
  footer .footer > div.contact > div p {
    text-align: center;
  }
  footer .footer > div.contact > div div:not(.reserve) {
    padding-top: 80px;
    padding-bottom: 15px;
  }
  footer .footer > div.contact > div .btn {
    margin: 0 auto 10px;
  }
  footer .footer > div.contact > div .kome {
    color: var(--base01);
  }
}/*# sourceMappingURL=respo.css.map */