@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  font-family: "Noto Sans SC", sans-serif;
  display: block;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: white;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Vertical rhythm
     ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * 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: inherit; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=bbuttontn][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted Text;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.nav-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 24px 40px;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .nav-section {
    padding: 24px 8px;
    gap: 8px;
  }
}
.nav-section .nav-home {
  border-bottom: 2px solid #000;
}
.nav-section .nav-reserve {
  color: white;
  background: #000;
  padding: 10px 28px;
  border-radius: 10px;
}

.top-section {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-section {
    flex-direction: column;
  }
}
.top-section .top-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-section .top-image {
    width: 100%;
  }
}
.top-section .text-box {
  position: absolute;
  top: 200px;
  right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50vw;
  height: 200px;
  background: white;
}
@media screen and (max-width: 767px) {
  .top-section .text-box {
    position: initial;
    margin: 0 auto;
    width: 100%;
  }
}
.top-section .text-box .top-title {
  color: #000;
  font-size: calc(32px + 10 * (100vw - 678px) / 1440);
  font-weight: bold;
  padding: 60px 0px;
}
.top-section .sub-txt-box {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  margin: 380px 0px 0px calc(80px + 80 * (100vw - 678px) / 1440);
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-section .sub-txt-box {
    padding: 0px 20px;
    margin: 0px;
  }
}
.top-section .sub-txt-box .top-sub-txt01 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-section .sub-txt-box .top-sub-txt01 {
    font-size: 24px;
  }
}
.top-section .sub-txt-box .top-sub-txt02 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-left: calc(80px + 40 * (100vw - 678px) / 1440);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-section .sub-txt-box .top-sub-txt02 {
    margin-left: 0px;
    text-align: center;
  }
}
.top-section .sub-txt-box .top-btn {
  width: 180px;
  color: white;
  text-align: center;
  background: #000;
  padding: 24px 32px;
  border-radius: 10px;
}

.top-txt {
  padding: 0px 20px;
  margin: 80px auto;
  text-align: center;
  color: #000;
  font-size: 20px;
}

.about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  background-color: #91aed9;
  padding: 60px 0px;
}
.about-section .about-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about-section .about-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
  max-width: 860px;
  margin-top: 60px;
  padding: 0px 20px;
}
.about-section .about-grid .about-item {
  margin: 0 auto;
  max-width: 250px;
  height: 250px;
}
.about-section .hover {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.about-section .hover .hover-img {
  margin: 0;
  padding: 0;
}
.about-section .hover-img img {
  width: 100%;
  height: 100%;
}
.about-section .hover .hover-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.about-section .hover .hover-text .about-after-text {
  padding: 0px 20px;
}
.about-section .hover:hover .hover-text {
  opacity: 1;
}

.about-text-area {
  max-width: 800px;
  padding: 0 40px;
  margin: 80px auto 50px auto;
}
.about-text-area .about-txt {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.introduction-section {
  position: relative;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .introduction-section {
    height: 100vh;
  }
}
.introduction-section .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #000;
}
.introduction-section .swiper .swiper-wrapper {
  transition-timing-function: ease-in;
}
.introduction-section .swiper .swiper-wrapper .slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-image {
  width: 300px;
  height: 400px;
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-image-full {
  width: auto;
  height: 80%;
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .introduction-section .swiper .swiper-wrapper .slider-items .slider-image-full {
    height: 80%;
    max-height: 250px;
  }
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 100px;
}
@media screen and (max-width: 767px) {
  .introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box {
    padding: 0px 40px;
  }
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box .slider-title {
  text-align: center;
  margin-top: 32px;
  font-weight: bold;
  font-size: 32px;
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box .slider-txt {
  margin-top: 10px;
  text-align: start;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box .slider-txt {
    font-size: 16px;
    line-height: 1.2rem;
  }
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 100px;
}
@media screen and (max-width: 767px) {
  .introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box-left {
    padding: 0px 40px;
  }
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-txt-box-left .slider-title {
  text-align: center;
  margin-top: 32px;
  font-weight: bold;
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-teapack {
  font-weight: bold;
}
.introduction-section .swiper .swiper-wrapper .slider-items .slider-btn {
  width: 180px;
  color: white;
  text-align: center;
  background: #000;
  padding: 24px 32px;
  border-radius: 10px;
  margin-top: 20px;
}
.introduction-section .swiper .swiper-button-prev,
.introduction-section .swiper .swiper-button-next {
  color: #000;
}

.explanation-section {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 120px 40px 80px 40px;
}
@media screen and (max-width: 767px) {
  .explanation-section {
    flex-wrap: wrap;
    padding: 60px 20px 40px 20px;
  }
}
.explanation-section .explanation-container {
  max-width: 100%;
}
.explanation-section .explanation-container .image-box {
  display: flex;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .explanation-section .explanation-container .image-box {
    display: block;
    width: 100%;
  }
}
.explanation-section .explanation-container .image-box .explanation-image {
  width: 59%;
  margin: 0 2%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .explanation-section .explanation-container .image-box .explanation-image {
    width: 100%;
  }
}
.explanation-section .explanation-container .explanation-box {
  padding: 40px;
  background: #0c131f;
  position: relative;
}
.explanation-section .explanation-container .explanation-box .explanation-txt {
  padding-top: 12px;
  line-height: 1.2rem;
}
.explanation-section .explanation-container .explanation-box .explanation-btn {
  width: 180px;
  color: #000;
  text-align: center;
  background: white;
  padding: 24px 32px;
  border-radius: 10px;
  bottom: 50px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .explanation-section .explanation-container .explanation-box .explanation-btn {
    bottom: 30px;
  }
}

.oath-section {
  width: 100vw;
  padding: 80px 0px;
  background: #0c131f;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
}
.oath-section .oath-box-first {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .oath-section .oath-box-first {
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
    margin-top: 120px;
  }
  .oath-section .oath-box-first .oath-margin-sp {
    margin-top: 32px;
  }
}
.oath-section .oath-box {
  display: flex;
  justify-content: space-around;
  text-align: start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .oath-section .oath-box {
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
    margin-top: 120px;
  }
  .oath-section .oath-box .oath-margin-sp {
    margin-top: 32px;
  }
}
.oath-section .oath-box .oath-items {
  width: 40%;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .oath-section .oath-box .oath-items {
    width: 100%;
    padding: 0px;
  }
}
.oath-section .oath-box .oath-items .oath-team {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-260-sp-80 {
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .mb-260-sp-80 {
    margin-bottom: 80px;
  }
}

.p-20-0 {
  padding: 20px 0px;
}

/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  background: rgb(255, 0, 0);
  color: #fff;
  transition: 0.3s0;
  z-index: 9999;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgba(255, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

.buy {
  display: flex;
  background-color: #91aed9;
  margin: 30px 0;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .buy {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .buy .container:nth-child(2) {
    margin-top: 100px;
  }
}
.buy .container {
  width: 48%;
  padding: 0 1%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .buy .container {
    width: 98%;
  }
}
.buy .container .image {
  width: auto;
  max-width: 250px;
  height: auto;
}
.buy .container .text-box .title {
  text-align: center;
  margin-top: 32px;
  font-weight: bold;
  font-size: 32px;
  color: #EFF3F9;
}
.buy .container .btn {
  width: 180px;
  color: white;
  text-align: center;
  background: #000;
  padding: 24px 32px;
  border-radius: 10px;
  margin-top: 20px;
}

.btn {
  width: 180px;
  color: white;
  text-align: center;
  background: #000;
  padding: 24px 32px;
  border-radius: 10px;
  margin-top: 20px;
}

.must {
  display: inline-block;
  padding: 3.5px 12px;
  color: gray;
  opacity: 0.6;
  font-size: 14px;
  font-weight: normal;
  border-radius: 8px;
  margin-left: 8px;
}

.conform_section {
  display: flex;
  justify-content: center;
  color: #5d5d5d;
}
.conform_section .conform_title {
  text-align: start;
  margin-top: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.conform_section .conform_container {
  width: 100%;
  max-width: 800px;
  padding: 0px 40px;
}
.conform_section .conform_name {
  margin-top: 48px;
  font-weight: bold;
}
.conform_section .conform_name-area {
  margin-top: 16px;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  min-height: 32px;
  padding: 8px;
  color: #1b1b1b;
}
.conform_section .conform_mail {
  margin-top: 16px;
  font-weight: bold;
}
.conform_section .conform_mail-area {
  margin-top: 16px;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  min-height: 32px;
  padding: 8px;
  color: #1b1b1b;
}
.conform_section .conform_number {
  margin-top: 16px;
  font-weight: bold;
}
.conform_section .conform_number-area {
  margin-top: 16px;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  min-height: 32px;
  padding: 8px;
  color: #1b1b1b;
}
.conform_section .conform_contents_text {
  margin-top: 16px;
  font-weight: bold;
}
.conform_section .conform_contents-area {
  margin-top: 16px;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  min-height: 140px;
  padding: 8px;
  color: #1b1b1b;
}
.conform_section .conform_check-area {
  margin-top: 16px;
}
.conform_section .contact-check {
  color: #0597ba;
}
.conform_section .contact-check:hover {
  text-decoration: underline;
}
.conform_section .conform_button-area {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 88px;
}
.conform_section .conform_button-area .conform_btn_contact7 {
  width: 100%;
  max-width: 140px;
  padding: 20px 0px;
  border-radius: 8px;
  background: gray;
  color: white;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

#wpcf7-f15-o1-ve-your-email,
#wpcf7-f15-o1-ve-tel-905,
.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  color: red;
}

.check-agree {
  padding-right: 8px;
}

.wpcf7-list-item {
  margin: 0px;
}

.wpcf7-list-item,
#label-check {
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */

.conform_btn_contact7 {
	    width: 100%;
    max-width: 140px;
    padding: 20px 0px;
    border-radius: 8px;
    color: white;
    text-align: center;
    background: #91aed9 !important;
} 
.wpcf7-response-output {
	display: block !important;
}