@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/*************************************
* CSSリセット
*************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #222;
  outline: none; }

a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table a {
    color: #0784c8; }

input, select {
  vertical-align: middle;
  border-radius: 0; }
  @media (max-width: 599px) {
    input, select {
      font-size: 16px !important; } }

select {
  padding: 10px;
  border: 1px #CCC solid;
  background: #FFF;
  border-radius: 3px;
  outline: none;
  font-size: 1.8rem; }

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 1px 5px;
  line-height: 30px;
  height: auto;
  vertical-align: middle;
  border: 1px solid #d4d4d7;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
  box-sizing: border-box; }

input:not([type="checkbox"]), textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%; }

input[type="submit"], input[type="reset"], input[type="button"], p.readon a, button[type="submit"] {
  vertical-align: middle;
  padding: 10px 20px !important;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 40px;
  background-color: #474747; }
  @media (max-width: 1023px) {
    input[type="submit"], input[type="reset"], input[type="button"], p.readon a, button[type="submit"] {
      font-size: calc(12px + 6 * (100vw - 320px)/703) !important;
      margin-top: calc(20px + 20 * (100vw - 320px)/703) !important; } }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

img {
  line-height: 1;
  vertical-align: top; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  line-height: 1.8;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  letter-spacing: 1px;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px; }
  @media (min-width: 1024px) {
    body {
      min-width: 1024px;
      padding-top: 100px; } }
  @media (max-width: 1023px) {
    body {
      padding-top: 65px; } }
  @media (max-width: 599px) {
    body {
      font-size: 1.4rem; } }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

h1, h2 {
  font-weight: normal;
  line-height: 1; }

h3, h4 {
  font-weight: normal;
  font-weight: normal; }

/*************************************
* レイアウト
*************************************/
.st-Wrapper {
  position: relative; }

.st-Container {
  position: relative;
  z-index: 1; }

.st-Container_Inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto; }

/*************************************
* Header
*************************************/
.st-Header {
  width: 100%;
  z-index: 999;
  color: #000;
  height: 100px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
  @media (max-width: 1023px) {
    .st-Header {
      height: 65px; } }
  .st-Header a {
    color: #000; }
  .st-Header .st-Header_Inner {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .st-Header .st-Header_MainNav_Reservation {
    background-image: -moz-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
    background-image: -webkit-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
    background-image: -ms-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
    color: #fff;
    padding: 0 40px;
    text-align: center; }
    .st-Header .st-Header_MainNav_Reservation i {
      margin-right: 0.5em; }
    .st-Header .st-Header_MainNav_Reservation::after {
      display: none !important; }
  .st-Header .st-Header_Left {
    margin-left: 3%; }
  .st-Header .st-Header_Logo img {
    height: 29px; }
  @media (min-width: 1024px) {
    .st-Header .st-Header_Left {
      max-width: 229px;
      margin-right: 20px; }
    .st-Header .st-Header_Right {
      display: flex;
      align-items: center; }
    .st-Header .st-Header_MainNav {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap; }
      .st-Header .st-Header_MainNav li {
        margin-left: 30px; }
        .st-Header .st-Header_MainNav li:first-child {
          margin-left: 0; }
        .st-Header .st-Header_MainNav li a {
          display: block;
          line-height: 100px;
          white-space: nowrap;
          font-size: 1.8rem;
          position: relative; }
          .st-Header .st-Header_MainNav li a::after {
            content: "";
            display: block;
            width: 0;
            height: 1px;
            background-color: #222;
            position: absolute;
            left: 50%;
            bottom: 10px;
            transition: 0.3s;
            transform: translateX(-50%); }
          .st-Header .st-Header_MainNav li a:hover::after {
            width: 100%; }
    .st-Header .menu-trigger {
      display: none; } }
  @media (max-width: 1023px) {
    .st-Header .st-Header_Logo img {
      height: 20px; }
    .st-Header .st-Header_MainNav_Wrap {
      -webkit-overflow-scrolling: touch;
      display: none;
      margin-top: 0;
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      overflow-y: scroll;
      z-index: 999;
      background: rgba(0, 0, 0, 0.9); }
    .st-Header .st-Header_MainNav {
      width: 90%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .st-Header .st-Header_MainNav > li > a {
        line-height: 1;
        display: block;
        padding: 20px 0;
        font-size: 1.6rem;
        border-bottom: 1px solid #8b8b8b;
        position: relative;
        color: #fff; }
        .st-Header .st-Header_MainNav > li > a::after {
          position: absolute;
          top: 50%;
          right: 10px;
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-top: 1px solid #8b8b8b;
          border-right: 1px solid #8b8b8b;
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
    .st-Header .menu-trigger {
      position: absolute;
      width: 30px;
      height: 25px;
      right: 20px;
      top: 0;
      z-index: 999;
      margin: auto;
      bottom: 0; }
      .st-Header .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }
        .st-Header .menu-trigger span:nth-of-type(1) {
          top: 0; }
        .st-Header .menu-trigger span:nth-of-type(2) {
          top: 50%;
          transform: translateY(-50%); }
        .st-Header .menu-trigger span:nth-of-type(3) {
          bottom: 0; }
      .st-Header .menu-trigger.active span {
        background: #fff; }
        .st-Header .menu-trigger.active span:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-45deg);
          -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg); }
        .st-Header .menu-trigger.active span:nth-of-type(2) {
          opacity: 0; }
        .st-Header .menu-trigger.active span:nth-of-type(3) {
          -webkit-transform: translateY(-13px) rotate(45deg);
          -ms-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg); } }
  .st-Header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
    @media (min-width: 1024px) {
      .st-Header.fixed {
        height: 100px; } }
    .st-Header.fixed .menu-trigger:not(.active) span {
      background: #222; }
    @media (max-width: 1023px) {
      .st-Header.fixed .st-Header_MainNav > li > a {
        color: #fff; } }

/*************************************
* Main
*************************************/
.st-Main {
  width: 90%;
  margin: 0 auto calc(50px + 50 * (100vw - 320px)/703); }
  @media (min-width: 1024px) {
    .st-Main {
      max-width: 1000px;
      margin-bottom: 100px; } }

/*************************************
* Side
*************************************/
/*************************************
* st-Bnr
*************************************/
/*************************************
* Footer
*************************************/
.st-Footer {
  padding: 70px 0;
  background: #0c3d8e;
  color: #fff;
  position: relative; }
  @media (max-width: 1023px) {
    .st-Footer {
      padding: 40px 0 0; } }
  .st-Footer .st-Container_Inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .st-Footer .st-Container_Inner {
        padding-bottom: 20px;
        display: block; } }

.st-Footer_Logo img {
  height: 29px; }

@media (max-width: 1023px) {
  .st-Footer_Logo {
    margin-bottom: 40px;
    text-align: center; }
    .st-Footer_Logo img {
      max-height: calc(15px + 15 * (100vw - 320px)/703); } }

.st-Footer_Nav {
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  flex-wrap: wrap; }
  .st-Footer_Nav li {
    line-height: 1;
    margin-bottom: 10px; }
    .st-Footer_Nav li:not(:last-child) {
      border-right: 1px solid #fff;
      padding-right: 10px;
      margin-right: 10px; }
  .st-Footer_Nav a {
    color: #fff; }

.st-Copyright {
  text-align: right;
  margin-top: 30px;
  font-size: 1.2rem; }
  @media (max-width: 1023px) {
    .st-Copyright {
      font-size: 1rem;
      text-align: center; } }

#page-top {
  z-index: 1;
  position: fixed;
  bottom: 70px;
  right: 40px;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background: #2c2c2c; }
  @media (max-width: 599px) {
    #page-top {
      bottom: 20px;
      right: 20px;
      width: 35px;
      height: 35px; } }
  #page-top::after {
    position: absolute;
    margin: auto;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (max-width: 599px) {
      #page-top::after {
        width: 15px;
        height: 15px; } }

/*************************************
* 共通
*************************************/
.sp-view {
  display: none; }

@media (max-width: 599px) {
  .pc-view {
    display: none; }
  .sp-view {
    display: block; } }

.op a:hover,
a.op:hover {
  opacity: 0.7; }

.font-blue {
  color: #0c3d8e; }

.sw-TxtWrap {
  margin-bottom: 70px; }
  .sw-TxtWrap:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .sw-TxtWrap {
      margin-bottom: calc(35px + 35 * (100vw - 320px)/703); } }

.sw-Button-01 {
  max-width: 575px;
  width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  line-height: 100px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
  background-color: #a88c2d;
  box-shadow: 0px 7px 0px 0px #785b17;
  font-weight: bold; }
  @media (max-width: 1023px) {
    .sw-Button-01 {
      font-size: calc(13px + 13 * (100vw - 320px)/703);
      line-height: calc(50px + 50 * (100vw - 320px)/703); } }
  @media (max-width: 599px) {
    .sw-Button-01 {
      width: 100%; } }

.sw-Table-01 {
  width: 100%;
  border-top: 1px solid #cecece; }
  .sw-Table-01 th, .sw-Table-01 td {
    padding: 20px;
    border-bottom: 1px solid #cecece; }
    @media (max-width: 599px) {
      .sw-Table-01 th, .sw-Table-01 td {
        width: 100%;
        display: block;
        padding: 10px; } }
  .sw-Table-01 th {
    text-align: center;
    background: #eee; }

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1; }

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%; }

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%; }

.sw-Button-01:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s; }

.sw-Button-01:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s; }

@-webkit-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-ms-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

.wpcf7-form p {
  margin-bottom: 1em; }

div.confirm, .submit {
  text-align: center; }

.require {
  color: red; }

.monthly-calendar .calendar-title {
  display: none; }

.monthly-calendar .calendar-caption {
  font-size: 2rem;
  margin-bottom: 40px;
  padding-bottom: 20px; }
  @media (max-width: 1023px) {
    .monthly-calendar .calendar-caption {
      font-size: calc(16px + 4 * (100vw - 320px)/703);
      padding-bottom: calc(10px + 10 * (100vw - 320px)/703);
      margin-bottom: calc(20px + 20 * (100vw - 320px)/703); } }

.monthly-calendar table th {
  font-size: 1.4rem;
  padding: 0 0 5px; }

.monthly-calendar table td {
  border: 1px solid #ccc; }

.monthly-calendar table .calendar-mark {
  font-size: 1.8rem; }

.monthly-calendar .monthly-prev-next {
  font-size: 1.4rem;
  margin-top: 20px; }

.mtssb-daily-action button {
  padding: 7px 10px;
  background: #474747;
  color: #fff;
  border-radius: 3px; }

.day-calendar table {
  margin: 0 auto;
  width: 100% !important; }
  .day-calendar table .mtssb-timetable-name {
    display: none; }
  .day-calendar table .mtssb-timetable-date {
    font-size: 2rem;
    margin-bottom: 40px;
    padding-bottom: 20px; }
    @media (max-width: 1023px) {
      .day-calendar table .mtssb-timetable-date {
        font-size: calc(16px + 4 * (100vw - 320px)/703);
        padding-bottom: calc(10px + 10 * (100vw - 320px)/703);
        margin-bottom: calc(20px + 20 * (100vw - 320px)/703); } }
  .day-calendar table th, .day-calendar table td {
    font-size: 1.8rem;
    padding: 5px; }
    @media (max-width: 1023px) {
      .day-calendar table th, .day-calendar table td {
        font-size: calc(12px + 6 * (100vw - 320px)/703); } }
  .day-calendar table th.day-left {
    background: #eee; }
  .day-calendar table .calendar-time-mark, .day-calendar table .calendar-mark {
    font-size: 1.8rem; }

.content-form table {
  border-collapse: collapse !important;
  border-top: 1px solid #cecece;
  margin-bottom: 10px !important; }
  .content-form table th {
    text-align: center;
    background: #eee;
    vertical-align: middle; }
  .content-form table th, .content-form table td {
    padding: 15px;
    font-size: 1.6rem;
    border: none;
    border-bottom: 1px solid #cecece; }
    @media (max-width: 1023px) {
      .content-form table th, .content-form table td {
        display: block;
        width: 100%;
        font-size: calc(12px + 4 * (100vw - 320px)/703);
        padding: calc(5px + 10 * (100vw - 320px)/703); } }
  .content-form table .input-number {
    float: none;
    margin-right: 0;
    text-align: left; }
  .content-form table .content-text.fat {
    width: 100%; }
  .content-form table #mts-postcode-button {
    display: none; }

.content-form legend {
  font-size: 2rem !important;
  color: #0c3d8e; }
  @media (max-width: 1023px) {
    .content-form legend {
      font-size: calc(12px + 8 * (100vw - 320px)/703) !important; } }

.content-form .booking-seimei {
  width: 3em !important; }

.content-form input, .content-form textarea {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 1.6rem !important; }
  .content-form input:last-of-type, .content-form textarea:last-of-type {
    margin-bottom: 0; }

.content-form select {
  font-size: 1.6rem !important;
  padding: 10px !important; }

.content-form button {
  padding: 7px 10px !important;
  background: #474747;
  color: #fff;
  border-radius: 3px; }

/*************************************
* TOP
*************************************/
#body-top {
  background: #eeeeee;
  position: relative; }
  #body-top::before {
    content: "";
    height: calc(100vh - 100px);
    width: 100%;
    background: url(../img/index/kv_top.png) center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 100px; }
    @media (max-width: 1023px) {
      #body-top::before {
        top: 65px;
        height: calc(70vh - 65px); } }

.tp-Hero {
  text-align: center;
  line-height: 1;
  height: calc(100vh - 260px);
  position: relative; }
  @media (max-width: 1023px) {
    .tp-Hero {
      height: calc(70vh - 65px); } }
  .tp-Hero .tp-Hero_Text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .tp-Hero .tp-Hero_Text h1 {
      color: #fff;
      font-size: 6.2rem;
      margin-bottom: 40px;
      font-weight: bold;
      line-height: 1.2; }
      @media (max-width: 1023px) {
        .tp-Hero .tp-Hero_Text h1 {
          margin-bottom: calc(15px + 15 * (100vw - 320px)/703);
          font-size: calc(28px + 28 * (100vw - 320px)/703); } }
    .tp-Hero .tp-Hero_Text .tp-Hero_Text-en {
      font-size: 4rem;
      line-height: 1.2;
      font-weight: bold;
      color: #ead68e;
      margin-bottom: 40px; }
      @media (min-width: 600px) {
        .tp-Hero .tp-Hero_Text .tp-Hero_Text-en {
          background: linear-gradient(45deg, #ead68e 0%, #a5712c 85%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      @media (max-width: 1023px) {
        .tp-Hero .tp-Hero_Text .tp-Hero_Text-en {
          font-size: calc(20px + 20 * (100vw - 320px)/703);
          margin-bottom: calc(15px + 15 * (100vw - 320px)/703); } }
    .tp-Hero .tp-Hero_Text .tp-Hero_Text-read {
      font-size: 2rem;
      color: #fff;
      line-height: 1.8; }
      @media (max-width: 1023px) {
        .tp-Hero .tp-Hero_Text .tp-Hero_Text-read {
          font-size: calc(10px + 10 * (100vw - 320px)/703); } }
    @media (max-width: 1023px) {
      .tp-Hero .tp-Hero_Text .kv_img01 {
        max-width: calc(93px / 2); }
      .tp-Hero .tp-Hero_Text .kv_logo {
        max-width: calc(253px / 2); } }

.tp-Section {
  position: relative;
  padding-bottom: 100px; }
  @media (max-width: 1023px) {
    .tp-Section {
      padding-bottom: 9.26vw; } }

.tp-H2Title-01, .mtssb-timetable-date, .calendar-caption {
  margin-bottom: 55px;
  font-weight: bold;
  font-size: 3.4rem;
  position: relative;
  text-align: center;
  padding-bottom: 30px; }
  @media (max-width: 1023px) {
    .tp-H2Title-01, .mtssb-timetable-date, .calendar-caption {
      font-size: calc(17px + 17 * (100vw - 320px)/703);
      margin-bottom: 5.69vw;
      padding-bottom: 2.78vw; } }
  .tp-H2Title-01 span, .mtssb-timetable-date span, .calendar-caption span {
    color: #0c3d8e; }
  .tp-H2Title-01::after, .mtssb-timetable-date::after, .calendar-caption::after {
    content: "";
    background-image: -moz-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
    background-image: -webkit-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
    background-image: -ms-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 12%;
    height: 4px; }
    @media (max-width: 1023px) {
      .tp-H2Title-01::after, .mtssb-timetable-date::after, .calendar-caption::after {
        height: 0.37vw; } }

.sw-H1Title,
.tp-H2Title-02 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  background-image: -moz-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
  background-image: -webkit-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
  background-image: -ms-linear-gradient(0deg, #0bbafb 0%, #0c3d8e 100%);
  color: #fff;
  padding: 40px 5%; }
  @media (max-width: 1023px) {
    .sw-H1Title,
    .tp-H2Title-02 {
      font-size: calc(19px + 19 * (100vw - 320px)/703);
      padding: calc(20px + 20 * (100vw - 320px)/703) 5%;
      margin-bottom: 6.48vw; } }

.tp-H3Title-01 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid #0c3d8e;
  padding: 0 0 15px; }
  @media (max-width: 1023px) {
    .tp-H3Title-01 {
      font-size: calc(16px + 8 * (100vw - 320px)/703);
      margin-bottom: calc(15px + 15 * (100vw - 320px)/703);
      padding-bottom: calc(7px + 8 * (100vw - 320px)/703); } }

.tp-Plan {
  padding-bottom: 50px; }
  @media (max-width: 1023px) {
    .tp-Plan {
      margin-top: calc(-80px + -80 * (100vw - 320px)/703);
      padding-bottom: calc(25px + 25 * (100vw - 320px)/703); } }
  .tp-Plan .st-Container_Inner {
    margin-bottom: 45px;
    background: #fff;
    text-align: center;
    padding: 70px 3% 80px; }
    @media (max-width: 1023px) {
      .tp-Plan .st-Container_Inner {
        padding: calc(35px + 35 * (100vw - 320px)/703) 5% calc(40px + 40 * (100vw - 320px)/703);
        margin-bottom: calc(25px + 20 * (100vw - 320px)/703); } }
  .tp-Plan .sw-Columns-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .tp-Plan .sw-Columns-1 li {
      position: relative;
      margin-bottom: 50px;
      width: 30%;
      max-width: 220px; }
      @media (max-width: 1023px) {
        .tp-Plan .sw-Columns-1 li {
          margin-bottom: 4.63vw; } }
      .tp-Plan .sw-Columns-1 li:not(:nth-child(3n+3)) {
        margin-right: 5%; }
      .tp-Plan .sw-Columns-1 li .sw-Columns_Txt {
        line-height: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
      .tp-Plan .sw-Columns-1 li h3 {
        font-weight: bold;
        font-size: 3.2rem;
        color: #fff; }
        @media (max-width: 1023px) {
          .tp-Plan .sw-Columns-1 li h3 {
            font-size: calc(16px + 16 * (100vw - 320px)/703); } }
      .tp-Plan .sw-Columns-1 li i {
        color: #c3a45b;
        font-size: 5rem;
        margin-top: 15px; }
        @media (max-width: 1023px) {
          .tp-Plan .sw-Columns-1 li i {
            font-size: calc(25px + 25 * (100vw - 320px)/703);
            margin-top: calc(7px + 15 * (100vw - 320px)/703); } }
  .tp-Plan .sw-Columns-2 {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .tp-Plan .sw-Columns-2 {
        margin-top: 4.63vw; } }
    .tp-Plan .sw-Columns-2 li {
      padding: 20px 10px;
      border-radius: 5px;
      position: relative;
      width: calc(100% / 6 - 17px);
      max-width: 140px;
      background: #333333; }
      @media (max-width: 1023px) {
        .tp-Plan .sw-Columns-2 li {
          width: 30%;
          max-width: 100%;
          margin-bottom: 5%;
          padding: calc(10px + 10 * (100vw - 320px)/703) calc(5px + 5 * (100vw - 320px)/703); } }
      .tp-Plan .sw-Columns-2 li .sw-Columns_Txt {
        line-height: 1;
        text-align: center; }
      .tp-Plan .sw-Columns-2 li h3 {
        line-height: 1.2;
        color: #fff; }
        @media (max-width: 1023px) {
          .tp-Plan .sw-Columns-2 li h3 {
            font-size: calc(9px + 9 * (100vw - 320px)/703); } }
        .tp-Plan .sw-Columns-2 li h3 span {
          display: block;
          font-weight: bold; }
      .tp-Plan .sw-Columns-2 li i {
        color: #c3a45b;
        font-size: 3.5rem;
        margin-bottom: 10px; }
        @media (max-width: 1023px) {
          .tp-Plan .sw-Columns-2 li i {
            font-size: calc(17px + 17 * (100vw - 320px)/703); } }

.tp-Price {
  background: #fff; }
  .tp-Price .tp-Price_Txt-01 span {
    font-size: 3.6rem;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .tp-Price .tp-Price_Txt-01 span {
        font-size: calc(18px + 18 * (100vw - 320px)/703); } }
  .tp-Price .tp-Price_Figure {
    margin-top: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #0c3d8e; }
    @media (max-width: 1023px) {
      .tp-Price .tp-Price_Figure {
        margin-top: 5.8vw; } }
  .tp-Price .tp-Price_Figure_Txt {
    border: 1px solid #0c3d8e;
    padding: 10px 40px;
    line-height: 1.5; }
    @media (max-width: 1023px) {
      .tp-Price .tp-Price_Figure_Txt {
        padding: calc(5px + 5 * (100vw - 320px)/703) calc(20px + 20 * (100vw - 320px)/703); } }
  .tp-Price .tp-Price_Figure_Pls {
    padding: 0 20px; }

.flow-Wrap {
  display: flex;
  text-align: center;
  margin-bottom: 70px;
  background: #fff; }
  @media (max-width: 1023px) {
    .flow-Wrap {
      margin-bottom: 6.5vw; } }
  @media (max-width: 599px) {
    .flow-Wrap {
      background: none;
      display: block; } }
  .flow-Wrap .flow-Item {
    width: calc(100% /3);
    border-right: 2px solid #eeeeee; }
    @media (max-width: 599px) {
      .flow-Wrap .flow-Item {
        width: 100%;
        border: none;
        margin-bottom: 5%; } }
  .flow-Wrap .flow-Ttl-1 {
    background: #333333;
    color: #d3b160;
    font-size: 2rem;
    font-weight: bold;
    line-height: 50px;
    position: relative; }
    @media (max-width: 1023px) {
      .flow-Wrap .flow-Ttl-1 {
        font-size: calc(14px + 6 * (100vw - 320px)/703); } }
    .flow-Wrap .flow-Ttl-1::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 18px;
      border-color: transparent transparent transparent #eeeeee;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 599px) {
        .flow-Wrap .flow-Ttl-1::before {
          display: none; } }
    .flow-Wrap .flow-Ttl-1::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 18px;
      border-color: transparent transparent transparent #333;
      position: absolute;
      left: -2px;
      top: 0; }
      @media (max-width: 599px) {
        .flow-Wrap .flow-Ttl-1::after {
          display: none; } }
  .flow-Wrap .flow-Image {
    position: relative; }
  .flow-Wrap .flow-Ttl-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .flow-Wrap .flow-Ttl-2 {
        font-size: calc(16px + 8 * (100vw - 320px)/703); } }
  .flow-Wrap .flow-Txt {
    padding: 20px;
    font-size: 1.6rem; }
    @media (max-width: 1023px) {
      .flow-Wrap .flow-Txt {
        font-size: calc(14px + 2 * (100vw - 320px)/703); } }
    @media (max-width: 599px) {
      .flow-Wrap .flow-Txt {
        background: #fff; } }
  .flow-Wrap .flow-Item:last-child {
    border-right: none; }
  .flow-Wrap .flow-Item:first-child *::after, .flow-Wrap .flow-Item:first-child *::before {
    display: none; }

.tp-Company {
  background: #fff; }

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