/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  font-size: 16px; }
body {
  margin: 0;
  padding: 0;
  letter-spacing: .025em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #0A3287;
  background: #000; }
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto; }
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0; }
li {
  list-style: none; }
dd {
  margin: 0; }
object,
embed {
  vertical-align: top; }
a {
  color: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none; }
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
:focus {
  outline: none; }
.pc {
  display: none; }
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #FFE600;
  background: rgba(0, 0, 0, 0.9); }
.header__text {
    color: #FFE600;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    text-align: center; }
.header__logo {
    width: 73px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto; }
.header__menu {
    display: none; }
.header__right {
    display: none; }
.header__insta {
    border-left: 1px solid #FFE600; }
.header__insta a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100px;
      height: 100%; }
.header__instaSP {
    position: absolute;
    top: 30px;
    right: 68px;
    width: 24px; }
.header__telSP {
    position: absolute;
    top: 29px;
    right: 20px;
    width: 18px; }
.menu {
  font-size: 14px;
  padding: 0 0 0 15px; }
.menu__list {
    color: #FFE600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    gap: 10px; }
.menu__item a {
    display: block; }
.menuBtn {
  display: block;
  width: 30px;
  height: 22px;
  padding: 18px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11; }
.menuBtn ._inner {
    display: block;
    width: 30px;
    height: 1px;
    background: #FFE600;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
.menuBtn ._inner::before, .menuBtn ._inner::after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background: #FFE600;
      position: absolute;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
.menuBtn ._inner::before {
      top: -10px;
      -webkit-transition: top .3s ease .3s, -webkit-transform .3s ease;
      transition: top .3s ease .3s, -webkit-transform .3s ease;
      transition: top .3s ease .3s, transform .3s ease;
      transition: top .3s ease .3s, transform .3s ease, -webkit-transform .3s ease; }
.menuBtn ._inner::after {
      bottom: -10px;
      -webkit-transition: bottom .3s ease .3s, -webkit-transform .3s ease;
      transition: bottom .3s ease .3s, -webkit-transform .3s ease;
      transition: bottom .3s ease .3s, transform .3s ease;
      transition: bottom .3s ease .3s, transform .3s ease, -webkit-transform .3s ease; }
.menuBtn.on ._inner {
    background: rgba(255, 255, 255, 0); }
.menuBtn.on ._inner::before {
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top .3s ease, -webkit-transform .3s ease .3s;
      transition: top .3s ease, -webkit-transform .3s ease .3s;
      transition: top .3s ease, transform .3s ease .3s;
      transition: top .3s ease, transform .3s ease .3s, -webkit-transform .3s ease .3s; }
.menuBtn.on ._inner::after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: bottom .3s ease, -webkit-transform .3s ease .3s;
      transition: bottom .3s ease, -webkit-transform .3s ease .3s;
      transition: bottom .3s ease, transform .3s ease .3s;
      transition: bottom .3s ease, transform .3s ease .3s, -webkit-transform .3s ease .3s; }
.spMenu {
  position: fixed;
  top: 71px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: calc(100% - 71px);
  background: rgba(0, 0, 0, 0.9);
  color: #FFE600;
  line-height: 20px;
  overflow: auto;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.spMenu.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.spMenu__item {
    border-bottom: 1px solid #FFE600; }
.spMenu__item a {
      display: block;
      padding: 30px; }
.spMenu__tel {
    margin: 60px auto 0;
    text-align: center; }
.tel > a {
  display: inline-block;
  border: 2px solid;
  border-radius: 100px;
  width: 89.33333vw;
  max-width: 335px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
.tel__text {
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 5px; }
.tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px; }
.tel__number svg {
    width: 27px; }
.tel__number ._num {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 0 6px; }
.tel--blue svg .a {
  stroke: #0A3287; }
.main {
  margin: 635px 0 0;
  position: relative;
  z-index: 1; }
.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 635px; }
.top__catch {
    color: #FFE600;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
.top__catch ._row_1,
    .top__catch ._row_2,
    .top__catch ._row_3 {
      display: block;
      line-height: 1; }
.top__catch ._row_1 {
      font-size: 20px; }
.top__catch ._row_2 {
      font-size: 16px;
      margin: 16px 0 14px; }
.top__catch ._row_3 {
      font-size: 29px; }
.top__catch img {
      display: block;
      width: 200px;
      margin: 24px auto 0; }
.top__scroll {
    width: 40px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 50%;
    margin: 0 0 0 -20px; }
.topSlide {
  height: 100%; }
.topSlide__item {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
.swiper-pagination,
.swiper-container-horizontal > .swiper-pagination-bullets {
  line-height: 10px;
  bottom: 0;
  margin: 0 0 80px; }
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: 1px solid #FFE600;
  opacity: 1; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px; }
.swiper-pagination-bullet-active {
  background: #FFE600; }
.insta {
  color: #FFE600;
  background: rgba(0, 0, 0, 0.95); }
.insta__inner {
    padding: 100px 0; }
.insta__heading {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px; }
.insta__account {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.insta__account img {
      width: 30px;
      margin: 0 10px 0 0; }
.insta__account ._name {
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: 24px; }
.insta__list {
    width: 94.25333%;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.insta__list::after {
      content: '';
      display: block;
      width: 32.81935%; }
.insta__item {
    width: 32.81935%;
    margin: 0.7639% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 1; }
.insta__item a {
      display: block;
      width: 100%;
      height: 100%; }
.insta__item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.insta__link {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; }
.insta__link a {
      text-align: center;
      display: inline-block;
      border: 2px solid #FFE600;
      border-radius: 100px;
      padding: 18px 30px; }
.about__item {
  padding: 100px 0; }
.about__item--1, .about__item--4 {
    background: #FFE600; }
.about__item--2 {
    background: #fff; }
.about__item--3 {
    color: #FFE600;
    background: #0A3287; }
.about__photoItem {
  width: 73.33333%; }
.about__photoItem img {
    width: 100%; }
.about__photoImage {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.about__photoItem.swiper-slide-active .about__photoImage {
  -webkit-transform: scale(1);
          transform: scale(1); }
.about__textArea {
  width: 89.33333%;
  margin: 40px auto 0; }
.about__heading {
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.3333;
  letter-spacing: 0;
  margin: 0; }
.about__text {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0; }
.about__btn {
  margin: 40px 0 0;
  text-align: center; }
.rep {
  color: #FFE600;
  background: #0A3287;
  position: relative; }
.rep__inner {
    width: 89.33333%;
    padding: 100px 0;
    margin: auto; }
.rep__heading {
    font-size: 8vw;
    font-weight: 900;
    line-height: 1.2666666667;
    letter-spacing: 0;
    margin: 0; }
.rep__text {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0; }
.rep__photo {
    margin: 20px 0;
    text-align: center; }
.rep__btn {
    margin: 40px 0 0;
    text-align: center; }
.section__inner {
  padding: 100px 0; }
.section__heading {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  text-align: center; }
.section__heading ._ja {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 5px 0 0; }
.schedule {
  background: #FFE600; }
.schedule__note {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin: 5px 0 0; }
.schedule__calWrap {
    margin: 40px auto 0;
    width: 100%;
    max-width: 1010px;
    overflow: auto; }
.cal {
  color: #FFE600;
  width: calc(10.66667% + 1010px);
  border-collapse: separate;
  border-spacing: 5px;
  margin: -5px 0 0 -5px;
  padding: 0 5.33333%; }
.cal__th {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    background: #0A3287;
    border-radius: 10px; }
.cal__td {
    position: relative;
    width: 16.25%; }
.calData {
  border-radius: 10px;
  background: #0A3287;
  padding: 0 0 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
.calData:not(.calData--blank)::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/plus_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px; }
.calData--blank {
    background: #DEDEDE;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: default; }
.calData__photo {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 0 10px; }
.calData__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333;
    text-align: center;
    margin: 0; }
.system {
  background: #fff; }
.system__common {
    width: 89.33333%;
    margin: 40px auto 30px; }
.system__priceTableWrap {
    width: 100%;
    margin: 30px auto 20px; }
.system__priceTableHeading {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 20px; }
.system__priceTableBody {
    width: 100%;
    overflow: auto; }
.system__note {
    font-weight: 700;
    font-size: 12px;
    text-align: center; }
.systemItem {
  text-align: center;
  line-height: 1.5;
  margin: 10px auto 0;
  border: 2px solid #0A3287;
  border-radius: 10px;
  background: #FFE600; }
.systemItem__title {
    color: #FFE600;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    background: #0A3287; }
.systemItem__data {
    font-weight: 700;
    padding: 1em; }
.systemItem__text1 {
    font-size: 30px; }
.systemItem__text2 {
    font-size: 12px;
    margin: 10px 0 0; }
.systemItem__text3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 30px; }
.systemItem__text3 ._small {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700;
      font-size: 15px;
      display: inline-block;
      margin: 0 0 0 5px; }
.systemItem__text4 {
    font-size: 12px;
    margin: 10px 0 0; }
.priceTable {
  font-size: 16px;
  font-weight: 700;
  width: calc(10.66667% + 760px);
  padding: 0 5.33333%;
  overflow: hidden;
  border-spacing: 0; }
.priceTable__tbody {
    background: #FFE600; }
.priceTable__th, .priceTable__td {
    text-align: center;
    vertical-align: middle;
    padding: 13px;
    border-bottom: 3px solid #0A3287;
    border-right: 3px solid #0A3287; }
.priceTable__th--bottom, .priceTable__td--bottom {
      background: #FFA700; }
.priceTable__th--top {
    font-size: 18px;
    height: 50px;
    padding: 0 1em;
    background: #FFA700; }
.priceTable__tr:first-child .priceTable__th {
    border-top: 3px solid #0A3287; }
.priceTable__tr:first-child .priceTable__th:first-child {
      border-radius: 10px 0 0 0;
      border-left: 3px solid #0A3287; }
.priceTable__tr:first-child .priceTable__th:last-child {
      border-radius: 0 10px 0 0; }
.priceTable__tr:not(:first-child) .priceTable__th {
    border-left: 3px solid #0A3287; }
.priceTable__tr:last-child .priceTable__th:first-child {
    border-radius: 0 0 0 10px; }
.priceTable__tr:last-child .priceTable__td:last-child {
    border-radius: 0 0 10px 0; }
.priceTable__td ._num {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500; }
.priceTable__td ._small {
    font-size: 15px; }
.priceTable__td ._note {
    font-size: 12px; }
.priceTable__td ._note2 {
    font-size: 14px; }
.footer {
  color: #FFE600;
  text-align: center;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9); }
.footer__inner {
    padding: 100px 0 30px; }
.footer__logo {
    width: 180px;
    margin: auto; }
.footer__name {
    color: #fff;
    font-weight: 700;
    margin: 30px 0 0; }
.footer__name ._small,
    .footer__name ._large {
      display: block; }
.footer__name ._small {
      font-size: 18px; }
.footer__name ._large {
      font-size: 30px; }
.footer__address {
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 20px 0 30px; }
.footer__address ._zip {
      display: block; }
.footer__btn {
    margin: 30px auto 50px; }
.footer__pin {
    width: 30px;
    margin: auto; }
.footer__toMap {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0; }
.footer__copyright {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 100px 0 0; }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s, z-index 0s linear .3s;
  transition: opacity .3s ease 0s, z-index 0s linear .3s; }
.modal.show {
    opacity: 1;
    z-index: 99;
    -webkit-transition: opacity .3s ease .01s, z-index 0s linear 0s;
    transition: opacity .3s ease .01s, z-index 0s linear 0s; }
.modal__inner {
    overflow: auto;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
.modal__item {
    width: 89.33333%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
.modal__close {
    text-indent: -9999px;
    position: absolute;
    top: 30px;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/close_sp.svg);
    background-repeat: no-repeat;
    background-size: contain; }
.prof {
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 20px 0;
  pointer-events: none; }
.prof.show {
    opacity: 1;
    pointer-events: auto; }
.prof__photo {
    border-radius: 10px;
    overflow: hidden; }
.prof__data {
    margin: 10px 0 0; }
.prof__name {
    color: #FFE600;
    font-size: 24px; }
.prof__from {
    color: #FFE600;
    font-size: 16px; }
.prof__prof {
    margin: 10px 0; }
.prof__subHeading {
    color: #FFE600;
    font-size: 14px;
    font-weight: 400; }
@media print,screen and (min-width: 600px) {
    .pc {
      display: inline; }
  .sp {
    display: none; }
  .anchor {
    margin: -100px 0 0;
    padding: 100px 0 0;
    position: absolute; }
    .wrapper {
      min-width: 1160px; }
    .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 1160px;
      height: 100px; }
    .header__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 799px;
      height: 100%;
      padding: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .header__text {
        color: #fff;
        position: absolute;
        left: 157px; }
      .header__logo {
        display: block;
        width: 127px;
        height: auto;
        margin: 0; }
      .header__menu {
        display: block; }
      .header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin: 0 0 0 auto; }
    .header__tel {
      color: #FFE600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 260px;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-left: 1px solid #FFE600; }
      .header__instaSP {
        display: none; }
      .header__telSP {
        display: none; }
    .menuBtn {
      display: none; }
    .tel > a {
      width: 300px;
      border: 3px solid;
      border-radius: 0;
      padding: 11px 0; }
    .tel__text {
      margin: 0 0 6px; }
    .main {
      margin: max(900px, 100vh) 0 0; }
    .top {
      position: absolute;
      min-width: 1160px;
      height: 100vh;
      min-height: 900px; }
        .top__catch ._row_1 {
          font-size: 33px; }
        .top__catch ._row_2 {
          font-size: 30px;
          margin: 21px 0 17px; }
        .top__catch ._row_3 {
          font-size: 49px; }
        .top__catch img {
          margin: 25px auto 0;
          width: 360px; }
      .insta__inner {
        padding: 140px 0; }
      .insta__heading {
        font-size: 40px;
        margin: 0 0 20px; }
        .insta__account img {
          width: 50px; }
        .insta__account ._name {
          font-size: 30px; }
      .insta__list {
        width: 906px;
        margin: 60px auto 80px; }
        .insta__list::after {
          width: 300px; }
      .insta__item {
        width: 300px;
        margin: 3px 0 0; }
        .insta__link a {
          padding: 28px 42px; }
    .about__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      position: relative; }
      .about__item--1, .about__item--3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
  .about__photos {
    width: 43.92387%;
    margin: 0; }
    .about__photos .swiper-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .about__photos .swiper-slide {
      height: auto; }
    .about__photoItem {
      width: 50%; }
    .about__photoImage {
      -webkit-transform: none;
              transform: none; }
    .about__textArea {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      margin: 0; }
  .about__textAreaInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
    height: 100%;
    margin: auto; }
  .about__textAreaInnerInner {
    width: 500px; }
    .about__textAreaInnerInner--l {
      margin: 0 auto 0 0; }
    .about__textAreaInnerInner--r {
      margin: 0 0 0 auto; }
    .about__heading {
      font-size: 34px;
      line-height: 1.2777777778;
      width: 500px; }
    .about__text {
      font-size: 16px;
      line-height: 1.875;
      width: 500px;
      margin: 20px 0 0; }
    .about__btn {
      margin: 50px 0 0;
      text-align: left; }
      .rep__inner {
        text-align: center;
        width: 1000px;
        padding: 160px 0 105px; }
      .rep__heading {
        font-size: 36px; }
      .rep__text {
        font-size: 16px;
        line-height: 1.875;
        margin: 40px; }
      .rep__btn {
        margin: 60px 0 0; }
    .section__inner {
      width: 1000px;
      padding: 140px 0 200px;
      margin: auto; }
    .section__heading {
      font-size: 60px;
      line-height: 1.483333; }
      .section__heading ._ja {
        margin: 10px 0 0; }
      .schedule__calWrap {
        width: 1010px; }
    .cal {
      width: 1010px;
      padding: 0; }
      .system__common {
        width: 1000px;
        margin: 100px auto 0; }
      .system__priceTableWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 1000px;
        margin: 20px auto; }
      .system__priceTableHeading {
        color: #FFE600;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 240px;
        background: #0A3287;
        margin: 0;
        border-radius: 10px 0 0 10px; }
      .system__priceTableBody {
        width: 760px; }
      .system__note {
        font-size: 14px;
        text-align: right; }
    .systemItem {
      margin: 20px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 140px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 3px solid #0A3287; }
      .systemItem__title {
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 240px; }
      .systemItem__data {
        width: 760px;
        padding: 14px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .systemItem__text1 {
        font-size: 50px; }
      .systemItem__text2 {
        font-size: 14px; }
      .systemItem__text4 {
        font-size: 18px; }
    .priceTable {
      width: 760px;
      padding: 0;
      border-radius: 0 10px 10px 0; }
        .priceTable__tr:first-child .priceTable__th:first-child {
          border-radius: 0; }
      .priceTable__tr:last-child .priceTable__th:first-child {
        border-radius: 0; }
      .footer__inner {
        padding: 200px 0 40px; }
      .footer__logo {
        width: 200px; }
      .footer__address {
        font-size: 18px; }
        .footer__address ._zip {
          display: inline-block;
          margin: 0 .4em 0 0; }
      .footer__pin {
        width: 50px; }
      .footer__copyright {
        margin: 116px 0 0; }
    .modal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .modal__inner {
        width: 850px;
        height: 522px;
        margin: auto; }
      .modal__item {
        width: 100%;
        height: 480px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
      .modal__close {
        color: #FFE600;
        font-size: 16px;
        text-indent: 0;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        height: auto;
        top: auto;
        left: auto;
        right: 20px;
        bottom: -42px; }
        .modal__close::after {
          content: '';
          display: inline-block;
          width: 20px;
          height: 20px;
          background-image: url(../img/close.svg);
          background-repeat: no-repeat;
          background-size: contain;
          margin: 0 0 0 10px; }
    .prof {
      padding: 0; }
      .prof__photo {
        width: 360px; }
      .prof__data {
        overflow: auto;
        background: #0A3287;
        border-radius: 10px;
        width: 480px;
        height: 480px;
        padding: 30px 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0; }
      .prof__subHeading {
        margin: 20px 0 0; } }
@media print,screen and (min-width: 1366px) {
    .header__left {
      width: auto;
      padding: 15px 0 15px 100px; }
      .header__text {
        left: 267px; }
    .menu {
      padding: 0 0 0 40px; }
      .menu__list {
        gap: 15px; } }
@media (min-height: 900px) {
    .top {
      position: fixed; } }

/*# sourceMappingURL=style.css.map */
