@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap";
html {
  overflow-y: scroll;
}

body,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  box-shadow: #000 0 0 0;
}

a,
button,
input,
textarea {
  outline: none;
}

x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

main p,
main ul li,
main span,
main dl dt,
main dl dd {
  font-size: revert;
}

main * {
  color: #222;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
b {
  font-weight: bold;
}

.mb30 {
  margin-bottom: 30px;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.is-orange,
.is-orange * {
  color: #f08112;
}

.is-blue,
.is-blue * {
  color: #0468b7;
}

.l-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}

.js-fadeup {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}

.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.js-fadeup-row-child {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}

.marker {
  background: linear-gradient(0deg, rgba(255, 244, 160, 0) 0%, rgba(255, 244, 160, 0) 10%, rgb(255, 244, 160) 11%, rgb(255, 244, 160) 20%, rgba(255, 244, 160, 0) 21%, rgba(255, 244, 160, 0) 100%), linear-gradient(0deg, rgba(255, 244, 160, 0) 0%, rgba(255, 244, 160, 0) 60%, rgb(255, 244, 160) 61%, rgb(255, 244, 160) 70%, rgba(255, 244, 160, 0) 71%, rgba(255, 244, 160, 0) 100%);
}

.cmn-sec__ttl {
  margin-bottom: 5.21vw;
  padding-bottom: 3.26vw;
  border-bottom: 1px solid #0468b7;
  font-size: 6.4vw;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
}
.cmn-sec__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 50vw;
  margin: 0 auto;
  padding: 3.13vw;
  border-radius: 38px;
  color: #fff;
  font-size: 3.73vw;
  line-height: 1.5;
}
.cmn-sec__btn.orange {
  background-color: #f08112;
}
.cmn-sec__table {
  max-width: 100%;
  overflow-x: auto;
}
.cmn-sec__table table {
  min-width: 960px;
}

#footer [class$=_only] > p {
  padding: 0.8em;
  background-color: #fff;
  text-align: center;
}

.about {
  position: relative;
  padding: 7.81vw 0 10.42vw;
  background: linear-gradient(0deg, rgb(232, 243, 250) 0%, rgb(232, 243, 250) 71%, rgba(232, 243, 250, 0.5018382353) 78%, rgb(255, 255, 255) 100%);
}
.about__ttl {
  margin-bottom: 20px;
  text-align: center;
}
.about__ttl .is-small {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.5;
}
.about .is-large {
  display: inline-block;
  font-weight: 700;
  font-size: 8vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.about__txt {
  color: #5c5c5c;
  font-weight: 500;
  font-size: 3.73vw;
  line-height: 2.2;
  text-align: center;
}
.about__txt .is-large {
  font-size: 5.33vw;
}
.about__img {
  max-width: 1180px;
  margin: 0 auto 7.81vw;
}
.about__block {
  margin-bottom: 5.21vw;
}
.about__block-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.33vw;
  padding: 3.91vw 1.95vw 5.21vw;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
}
.about__block-ttl {
  margin-top: 1.95vw;
  margin-bottom: 4.17vw;
  color: #0468b7;
  font-size: 4.8vw;
  line-height: 1.7;
  text-align: center;
}
.about__block-ttl .is-orange {
  border-bottom: 1px solid #f08112;
}
.about__blocktxt {
  padding-left: 1em;
  color: #5c5c5c;
  font-size: 3.73vw;
  line-height: 1.8;
  text-align: left;
  text-indent: -1em;
}

.info {
  margin-top: 4px;
  padding: 10.42vw 0;
  background-color: #f2f2f2;
}
.info__ttl {
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.info__ttl .dots {
  position: relative;
}
.info__ttl .dots::before {
  display: block;
  position: absolute;
  top: -0.8em;
  left: 0;
  content: "・・・";
  color: #0468b7;
  font-size: 5.33vw;
  line-height: 1;
}
.info__ttl .is-small {
  display: block;
  color: #222;
  font-size: 5.33vw;
}
.info__ttl .is-large {
  display: block;
  font-size: 6.4vw;
  letter-spacing: 0.08em;
}
.info__txt {
  position: relative;
  padding-left: 33px;
  font-size: 4vw;
  line-height: 1.8;
}
.info__txt::before {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 19px;
  height: 19px;
  background: url("../img/icon_check.png") no-repeat center/contain;
  content: "";
}
.info__img {
  text-align: center;
}
.info__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5.21vw 0 2.7vw;
  padding: 5.21vw 5%;
  border-radius: 2.6vw;
  background-color: #fff;
}

.service {
  position: relative;
  padding: 5.21vw 0 18.23vw;
}
.service::before, .service::after {
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  content: "";
}
.service::after {
  right: 0;
  border-bottom: 10vw solid #fff;
  border-left: 50vw solid rgba(0, 0, 0, 0);
}
.service::before {
  left: 0;
  border-right: 50vw solid rgba(0, 0, 0, 0);
  border-bottom: 10vw solid #fff;
}
.service__img {
  margin-bottom: 3.9vw;
}
.service__lead {
  margin-bottom: 13.02vw;
  color: #222;
  font-size: 6.4vw;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
}
.service__unit {
  display: flex;
}
.service__unit:not(:last-child) {
  margin-bottom: 7.5vw;
}
.service__unit-ttl {
  margin-bottom: 1.67vw;
  font-size: 5.33vw;
  line-height: 1.2;
}
.service__unit-txt {
  padding-left: 1em;
  color: #222;
  font-size: 3.73vw;
  line-height: 1.75;
  text-indent: -1em;
}
.service__unit-note {
  margin-top: 1.33vw;
  font-size: 3.2vw;
}

.menu {
  padding: 13.02vw 0 18.23vw;
  background-color: #e8f3fa;
}
.menu__block {
  margin-top: 18.23vw;
}
.menu__block-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 56vw;
  margin: 0 auto 3.13vw;
  padding: 10px;
  border: 1px solid #f08112;
  border-radius: 27px;
  background-color: #fff;
  font-size: 4vw;
  line-height: 1.4;
}
.menu__block-img {
  margin-top: 4vw;
}
.menu__block-txt {
  font-size: 3.73vw;
  line-height: 1.8;
  text-align: center;
}
.menu__block-txt.txt-left {
  text-align: left;
}
.menu__block-list {
  display: flex;
  justify-content: space-between;
  margin-top: 11.72vw;
}
.menu__block-item {
  position: relative;
  flex: 0 0 48%;
  padding: 5.21vw 1.56vw;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.menu__block-top {
  position: absolute;
}
.menu__block-head {
  margin-bottom: 2.08vw;
  padding-bottom: 10px;
  font-size: 3.8vw;
  line-height: 1.4;
}
.menu__block-head.is-blue {
  border-bottom: 1px solid #0468b7;
}
.menu__block-head.is-orange {
  border-bottom: 1px solid #f08112;
}
.menu__block-desc {
  margin-bottom: 3.91vw;
  font-size: 3vw;
  line-height: 1.75;
}
.menu__block-inr li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  padding: 0.78vw 2.61vw;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #b1b1b1;
  font-size: 3.6vw;
  line-height: 1.5;
}
.menu__block-inr li.bg01 {
  background-color: #6ccadb;
  color: #fff;
}
.menu__block-inr li.bg02 {
  background-color: #ed9e7b;
  color: #fff;
}
.menu__block-inr li.bg03 {
  background-color: #9fcb7f;
  color: #fff;
}
.menu__block02-ttl {
  margin-bottom: 3.13vw;
  font-size: 5.33vw;
  line-height: 1.4;
  text-align: center;
}
.menu__table table {
  width: 100%;
  border-collapse: collapse;
}
.menu__table table tr:first-child th {
  padding: 10px 15px;
  background-color: #0468b7;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.menu__table table tr:first-child th:not(:first-child) {
  border-left: 1px solid #bdd7e4;
}
.menu__table table tr:first-child th:first-child {
  width: 23.5%;
}
.menu__table table tr:first-child th:nth-child(2) {
  width: 24%;
}
.menu__table table tr:nth-child(2) th {
  border-bottom: 1px solid #0468b7;
}
.menu__table table tr:nth-child(5) td {
  border-bottom: 1px solid #0468b7;
}
.menu__table table tr:last-child td {
  border-bottom: none;
}
.menu__table table tr th,
.menu__table table tr td {
  padding: 10px 15px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}
.menu__table table tr th {
  text-align: center;
}
.menu__table table tr td {
  border-bottom: 1px solid #bdd7e4;
  border-left: 1px solid #bdd7e4;
  color: #0468b7;
  text-align: left;
}
.menu__table table tr td .is-small {
  color: #0468b7;
  font-size: 14px;
}
.menu__table table tr td .img {
  padding-right: 6px;
}
.menu__table table tr td .img img {
  vertical-align: middle;
}
.menu__table02 tr th,
.menu__table02 tr td {
  padding: 8px 7px;
  background-color: #fff;
  color: #0468b7;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}
.menu__table02 tr td {
  text-align: center;
}
.menu__table02 tr .col1 {
  width: 85px;
}
.menu__table02 tr .col2 {
  width: 160px;
}
.menu__table02 tr .col3 {
  width: 262px;
}
.menu__table02 tr .col4 {
  width: 108px;
}
.menu__table02 tr:first-child th {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.menu__table02 tr:first-child:nth-child(3), .menu__table02 tr:first-child:nth-child(4) {
  font-size: 11px;
}
.menu__table02 tr:not(:first-child) th {
  padding: 10px 5px 10px 13px;
}
.menu__table02 tr.bg01 th {
  background-color: #0468b7;
  color: #fff;
  letter-spacing: 0.06em;
}
.menu__table02 tr.bg02 th, .menu__table02 tr.bg02 td {
  background-color: #d4fbff;
}
.menu__table02 tr.bg03 th, .menu__table02 tr.bg03 td {
  background-color: #ffe6d4;
}
.menu__table02 tr.bg04 th, .menu__table02 tr.bg04 td {
  background-color: #f0ffe5;
}
.menu__table02 tr .is-small {
  color: #0468b7;
  font-size: 12px;
}
.menu__table02 tr .border-bottom {
  border-bottom: 1px solid #80b2db;
}
.menu__table02 tr th:not(.border-b-none),
.menu__table02 tr td:not(.border-b-none) {
  border-bottom: 1px solid #adc8d2;
}
.menu__table02 tr th:not(.border-l-none),
.menu__table02 tr td:not(.border-l-none) {
  border-left: 1px solid #adc8d2;
}
.menu__table02-cap {
  display: flex;
  margin-top: 8px;
}
.menu__table02-cap li {
  margin-right: 1em;
  font-size: 14px;
  line-height: 1.2;
}
.menu__table03-note {
  margin-top: 10px;
}
.menu__table03-note li {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.8;
  text-indent: -1em;
}
.menu__table03 tr .col1 {
  width: 185px;
}
.menu__table03 tr .col2 {
  width: 100px;
}
.menu__table03 tr .col3 {
  width: 155px;
}
.menu__table03 tr.bg01 th {
  background-color: #0468b7;
  color: #fff;
  white-space: nowrap;
}
.menu__table03 tr:first-child th {
  letter-spacing: 0.06em;
  text-align: center;
}
.menu__table03 th,
.menu__table03 td {
  padding: 8px 15px;
  background-color: #fff;
  color: #0468b7;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}
.menu__table03 .center {
  text-align: center;
}
.menu__table03 .border-bottom {
  border-bottom: 1px solid #80b2db;
}
.menu__table03 th:not(.border-b-none),
.menu__table03 td:not(.border-b-none) {
  border-bottom: 1px solid #adc8d2;
}
.menu__table03 th:not(.border-l-none),
.menu__table03 td:not(.border-l-none) {
  border-left: 1px solid #adc8d2;
}
.menu .ticket_dl dd {
  padding-left: 1em;
  color: #0468b7;
  text-indent: -1.2em;
}
.menu .ticket_dl dd:before {
  content: "・";
}

.price {
  padding-top: 13.02vw;
}
.price__head {
  position: relative;
  max-width: 850px;
  margin: 10.42vw auto 0;
  padding: 3.13vw 15.1vw;
  border-radius: 47px;
  background-color: #f2f2f2;
}
.price__head-num {
  position: absolute;
  top: -5.21vw;
  left: -5.21vw;
  width: 10rem;
  height: 10rem;
}
.price__head-ttl {
  margin-bottom: 0.3vw;
  font-size: 3.73vw;
  line-height: 1.75;
}
.price__head-list li {
  padding-left: 1em;
  font-size: 3.2vw;
  line-height: 1.8;
  text-indent: -1em;
}
.price__contents {
  padding: 0 0 13.02vw;
}
.price__contents:not(:last-child) {
  border-bottom: 1px solid #0468b7;
}
.price__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40vw;
  max-height: 41px;
  padding: 6px 10px;
  border: 1px solid #0468b7;
  border-radius: 27px;
  font-size: 3.73vw;
  line-height: 1.4;
}
.price__block01-inr {
  margin-top: 5.21vw;
}
.price__block01-list {
  margin-top: 5px;
  margin-left: 3.91vw;
}
.price__block01-list dd ul {
  margin-right: 7.81vw;
}
.price__block01-list dd ul li {
  display: flex;
  justify-content: space-between;
}
.price__block01-list dd ul li span {
  color: #0468b7;
}
.price__block01-list dd ul li.is-ttl {
  flex-grow: 1;
  margin-right: 20px;
  white-space: nowrap;
}
.price__block01-list dd ul li.is-txt {
  white-space: nowrap;
}
.price__block01-list dd .is-note {
  font-size: 1.2rem;
  line-height: 1.8;
}
.price__block01-list dt,
.price__block01-list dd {
  color: #0468b7;
  font-size: 3.73vw;
  line-height: 1.8;
}
.price__block02-table {
  max-width: 100%;
  margin-top: 20px;
  overflow-x: auto;
}
.price__block02-table table {
  min-width: 850px;
}
.price__block02-table table tr .col1 {
  width: 168px;
}
.price__block02-table table tr .col2,
.price__block02-table table tr .col3 {
  width: 219px;
}
.price__block02-table table tr .col4 {
  width: 242px;
}
.price__block02-table table tr.bg01 th {
  background-color: #0468b7;
  color: #fff;
  line-height: 1.4;
}
.price__block02-table table tr th,
.price__block02-table table tr td {
  padding: 8px 20px;
  border-bottom: 1px solid #bdd7e4;
  border-left: 1px solid #bdd7e4;
  background-color: #fff;
  color: #0468b7;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  vertical-align: middle;
}
.price__block02-table table .right {
  border-right: 1px solid #bdd7e4;
  text-align: right;
}
.price__block02-table table .center {
  text-align: center;
}
.price__block02-table table .between .is-box {
  display: flex;
  align-items: center;
}
.price__block02-table table .between .is-small {
  max-width: 46px;
  padding: 2px 10px 4px;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}
.price__block02-table table .between .is-small.bg01 {
  background-color: #a0a0a0;
}
.price__block02-table table .between .is-small.bg02 {
  background-color: #f08112;
}
.price__block02-table table .between .is-price {
  display: inline-block;
  width: calc(100% - 46px);
  color: #0468b7;
  text-align: right;
}
.price__block02 .is-note {
  margin-top: 10px;
}
.price__block02 .is-note li {
  padding-left: 1em;
  font-size: 3vw;
  line-height: 1.8;
  text-indent: -1em;
}

.contact {
  padding: 7.81vw 0;
  background-color: rgb(234, 244, 250);
}
.contact__txt {
  color: #0468b7;
  font-size: 5.33vw;
  line-height: 2;
  text-align: center;
}
.contact__txt .is-large {
  font-size: 6.4vw;
}
.contact__box {
  max-width: 712px;
  margin: 5.21vw auto 0;
}

.form {
  padding: 50px 0 0;
}

.smc_contentsBox {
  width: 95%;
  max-width: 960px;
  margin: auto;
}
.smc_contentsBox .panelBox001,
.smc_contentsBox .panelBox002,
.smc_contentsBox .panelBox003,
.smc_contentsBox .panelBox004,
.smc_contentsBox .panelBox005,
.smc_contentsBox .panelBox006,
.smc_contentsBox .panelBox007,
.smc_contentsBox .panelBox008 {
  display: none;
}
.smc_contentsBox .smc_contents__tabMenu {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
  min-height: 50px;
  margin: 0 auto 70px;
  gap: 4px;
}
.smc_contentsBox .smc_contents__tabMenu-item {
  width: calc((100% - 35px) / 4);
  padding: 10px 5px 10px;
  border-top-right-radius: 10px;
  /* border: 1px, solid, #0468b7 ; */
  border-top-left-radius: 10px;
  background-color: #e8f3fa;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.smc_contentsBox .smc_contents__tabMenu-item.active {
  background-color: #408cca;
  color: #f9f9f9;
}
.smc_contentsBox .smc_contents__tabPanel {
  width: 100%;
  margin: 10px auto 0;
}
.smc_contentsBox .smc_contents__tabPanel-Box h2 {
  position: static !important;
  margin-bottom: 20px !important;
  padding: 10px 0 5px 10px;
  background: linear-gradient(90deg, #0072bc, #7da7d9);
  color: #fff;
  font-weight: bold !important;
  font-size: 18px;
  text-align: left !important;
}
.smc_contentsBox .smc_contents__tabPanel-Box h2::after {
  display: none !important;
}
.smc_contentsBox .smc_contents__tabPanel-Box p {
  margin-bottom: 10px;
  color: #0072bc;
  font-weight: bold !important;
  text-align: center;
}
.smc_contentsBox .smc_contents__tabPanel-Box.show {
  display: block;
}

main {
  position: relative;
}

#cimng_navi {
  z-index: 11;
  width: 100%;
  transition: all 0.4s ease 0s;
}
#cimng_navi .inner {
  padding: 0;
}
#cimng_navi ul {
  display: flex;
  justify-content: center;
}
#cimng_navi ul li {
  width: 20%;
}
#cimng_navi ul li a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.85rem 0;
  border-bottom: 1px solid #0468b7;
  border-left: 1px solid #0468b7;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 248, 248, 0.8) 88%, rgba(201, 201, 201, 0.8) 100%);
  font-weight: 500;
  font-size: 1.32rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  transition: 0.3s;
}
#cimng_navi ul li a > small {
  width: 100%;
  font-size: 0.84em;
}
#cimng_navi ul li a:hover {
  color: rgb(3.1272727273, 81.3090909091, 143.0727272727);
}
#cimng_navi ul li:last-of-type > a {
  border: solid 1px rgba(240, 129, 18, 0.8);
  border-top: none;
  background: rgba(240, 129, 18, 0.8);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
}
@media print, screen and (max-width: 767px) {
  main > .wrap > section {
    margin-top: -30rem;
    padding-top: 30rem;
  }
  main > .wrap > section#menu_ticket {
    margin-top: -30rem;
    padding-top: 20rem;
  }
  .sp-none {
    display: none;
  }
  #footer .pc_only {
    display: none;
  }
  #footer .sp_only {
    display: block;
  }
  .about__img {
    padding: 3vw 2.67%;
  }
  .service__unit {
    flex-direction: column;
  }
  .service__unit-img {
    width: 20vw;
    margin: 0 auto 2vw 0;
  }
  .menu__block-list {
    flex-wrap: wrap;
  }
  .menu__block-item:first-child, .menu__block-item:nth-child(2) {
    margin-bottom: 16vw;
  }
  .menu__block-top {
    top: -10%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
  }
  .menu__block-head {
    white-space: nowrap;
  }
  .menu__table02-cap {
    flex-wrap: wrap;
  }
  .price__block01-img {
    margin: 20px auto;
  }
  .contact__img {
    width: 141px;
    margin: 0 auto 5.21vw;
  }
  .form-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .smc_contentsBox .smc_contents__tabMenu-item {
    width: calc((100% - 35px) / 2);
  }
  .smc_contentsBox .smc_contents__tabMenu-item img {
    width: 30px;
    height: 30px;
  }
  .smc_contentsBox .smc_contents__tabPanel {
    width: 95%;
    margin: 10px auto 0;
  }
  #cimng_navi ul {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -1px;
    border-top: 1px solid #0468b7;
  }
  #cimng_navi ul li {
    width: 50%;
  }
  #cimng_navi ul li a {
    border-radius: inherit;
    font-size: clamp(1.45rem, 3.1vw, 1.75rem);
  }
  #cimng_navi ul li:nth-of-type(odd) > a {
    border-left: none;
  }
  #cimng_navi ul li:last-of-type {
    flex-grow: 1;
  }
  #cimng_navi ul li:last-of-type > a {
    padding: 1.4rem 0;
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 768px) {
  main > .wrap > section#menu_ticket {
    margin-top: -15rem;
    padding-top: 1px;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none;
  }
  .l-contents {
    padding: 0 20px;
  }
  .marker {
    background: linear-gradient(0deg, rgba(255, 244, 160, 0) 0%, rgba(255, 244, 160, 0) 20%, rgb(255, 244, 160) 21%, rgb(255, 244, 160) 34%, rgba(255, 244, 160, 0) 35%, rgba(255, 244, 160, 0) 100%);
  }
  .cmn-sec__ttl {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: clamp(1.76rem, 2.29vw, 3.2rem);
  }
  .cmn-sec__btn {
    max-width: 370px;
    padding: 24px;
    font-size: clamp(1.3rem, 1.43vw, 2rem);
  }
  .about {
    padding: 130px 0 80px;
  }
  .about__ttl .is-small {
    font-size: clamp(1.2rem, 1.29vw, 1.8rem);
  }
  .about .is-large {
    font-size: clamp(2.41rem, 3.14vw, 4.4rem);
  }
  .about__txt {
    font-size: clamp(1.2rem, 1.14vw, 1.6rem);
  }
  .about__txt .is-large {
    font-size: clamp(1.4rem, 1.71vw, 2.4rem);
  }
  .about__img {
    margin: 20px auto 70px;
  }
  .about__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .about__block-item {
    flex: 0 0 31.875%;
    margin-bottom: 20px;
    padding: 30px 15px 40px;
  }
  .about__block-ttl {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: clamp(1.2rem, 1.29vw, 1.8rem);
  }
  .about__blocktxt {
    flex-grow: 1;
    font-size: clamp(1rem, 1vw, 1.4rem);
  }
  .info {
    margin-top: 4px;
    padding: 80px 0 40px;
  }
  .info__ttl .dots::before {
    font-size: clamp(1.4rem, 1.71vw, 2.4rem);
  }
  .info__ttl .is-small {
    font-size: clamp(1.4rem, 1.71vw, 2.4rem);
  }
  .info__ttl .is-large {
    margin-top: 10px;
    font-size: clamp(1.76rem, 2.29vw, 3.2rem);
    letter-spacing: 0.08em;
  }
  .info__txt {
    font-size: clamp(1.2rem, 1.14vw, 1.6rem);
    line-height: 2.5;
  }
  .info__txt::before {
    top: 0.7em;
    width: 19px;
    height: 19px;
  }
  .info__list {
    margin: 40px 0 24px;
    padding: 29px 90px;
  }
  .service {
    padding: 40px 0 140px;
  }
  .service__img {
    margin-bottom: 30px;
  }
  .service__lead {
    margin-bottom: 85px;
    font-size: clamp(1.76rem, 2.29vw, 3.2rem);
  }
  .service__unit {
    align-items: center;
    justify-content: space-between;
  }
  .service__unit:not(:last-child) {
    margin-bottom: 60px;
  }
  .service__unit-img {
    flex: 0 0 170px;
    margin-right: 40px;
  }
  .service__unit-inr {
    flex: 1;
  }
  .service__unit-ttl {
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 1.71vw, 2.4rem);
  }
  .service__unit-txt {
    font-size: clamp(1.2rem, 1.14vw, 1.6rem);
  }
  .service__unit-note {
    margin-top: 5px;
    font-size: 12px;
  }
  .menu {
    padding: 92px 0 140px;
  }
  .menu__block {
    margin-top: 140px;
  }
  .menu__block-ttl {
    max-width: 258px;
    margin: 0 auto 20px;
    padding: 10px;
    font-size: clamp(1.3rem, 1.43vw, 2rem);
  }
  .menu__block-img {
    margin-top: 35px;
  }
  .menu__block-txt {
    font-size: clamp(1.2rem, 1.14vw, 1.6rem);
  }
  .menu__block-list {
    align-items: flex-end;
    margin-top: 90px;
  }
  .menu__block-item {
    flex: 0 0 24%;
    padding: 40px 12px;
  }
  .menu__block-top {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
  }
  .menu__block-head {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: clamp(1.3rem, 1.43vw, 2rem);
  }
  .menu__block-desc {
    margin-bottom: 20px;
    font-size: clamp(1rem, 1vw, 1.4rem);
  }
  .menu__block-inr li {
    margin-bottom: 4px;
    padding: 6px 20px;
    font-size: 1.9rem;
  }
  .menu__block02-ttl {
    margin-bottom: 24px;
    font-size: clamp(1.4rem, 1.71vw, 2.4rem);
  }
  .menu__table table tr:first-child th {
    padding: 13px 15px;
    font-size: 19px;
  }
  .menu__table table tr th,
  .menu__table table tr td {
    padding: 17px 15px;
    font-size: 16px;
  }
  .menu__table02 tr th,
  .menu__table02 tr td {
    padding: 10px 7px;
    font-size: 14px;
  }
  .menu__table02-cap {
    justify-content: flex-end;
  }
  .menu__table03 th,
  .menu__table03 td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .price {
    padding-top: 100px;
  }
  .price__head {
    margin: 80px auto 0;
    padding: 22px 116px;
    border-radius: 47px;
  }
  .price__head-num {
    top: -40px;
    left: -40px;
    width: 132px;
    height: 132px;
  }
  .price__head-ttl {
    margin-bottom: 20px;
    font-size: clamp(1.2rem, 1.29vw, 1.8rem);
  }
  .price__head-list li {
    font-size: clamp(1.2rem, 1.14vw, 1.6rem);
  }
  .price__contents {
    padding: 0 0 96px;
  }
  .price__heading {
    flex: 1;
    max-width: 194px;
    padding: 6px 10px;
    border-radius: 27px;
    font-size: clamp(1.3rem, 1.43vw, 2rem);
  }
  .price__block01-inr {
    display: flex;
    margin-top: 40px;
    padding: 0 55px;
  }
  .price__block01-list {
    margin-top: 5px;
    margin-left: 30px;
  }
  .price__block01-list dd {
    display: flex;
    align-items: flex-end;
  }
  .price__block01-list dd ul {
    margin-right: 60px;
  }
  .price__block01-list dd ul li.is-ttl {
    margin-right: 20px;
  }
  .price__block01-list dt,
  .price__block01-list dd {
    font-size: clamp(1.2rem, 1.14vw, 1.6rem);
  }
  .price__block02 {
    padding: 0 55px;
  }
  .price__block02-table table tr th,
  .price__block02-table table tr td {
    padding: 10px 20px;
    font-size: 16px;
  }
  .price__block02-table table .between .is-small {
    font-size: 1.2rem;
  }
  .price__block02 .is-note li {
    font-size: 1.2rem;
  }
  .contact {
    padding: 60px 0;
  }
  .contact__txt {
    font-size: clamp(1.4rem, 1.71vw, 2.4rem);
  }
  .contact__txt .is-large {
    font-size: clamp(1.76rem, 2.29vw, 3.2rem);
  }
  .contact__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 0;
  }
  .form {
    padding: 100px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .about {
    padding: 76px 0 80px;
  }
}/*# sourceMappingURL=stylesheet.css.map */
