@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

ul, ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

main {
  overflow-x: hidden;
}

article > * + * {
  margin-top: 0.3em;
}

input, button, textarea, selectfont:inheritimg:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

address {
  font-style: normal;
}

hr {
  height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

:root {
  --height_header: 118px;
  --space_header: 40px;
  --space_xs: 8px;
  --space_sm: 20px;
  --space_md: 42.66px;
  --space_lg: 60px;
  --space_xl: 125px;
  --font_xs: 12.64px;
  --font_sm: 14.22px;
  --font_base: 16px;
  --font_md: 20.35px;
  --font_lg: 25.63px;
  --font_xl: 28.83px;
  --font_title: 32.44px;
  --font_title: 32.44px;
}
@media print, screen and (max-width: 1023px) {
  :root {
    --space_header: 30px;
    --height_header: 95px;
    --space_xs: 7px;
    --space_sm: 16px;
    --space_md: 37.32px;
    --space_lg: 44px;
    --space_xl: 96px;
    --font_xs: 11.06px;
    --font_sm: 12.44px;
    --font_base: 14px;
    --font_md: 17.72px;
    --font_lg: 19.93px;
    --font_xl: 22.43px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --space_header: 20px;
    --height_header: 67px;
    --space_sm: 15px;
    --space_lg: 40px;
    --space_xl: 56px;
    --font_md: 15.75px;
    --font_lg: 17.72px;
    --font_xl: 19.93px;
    --font_title: 22.43px;
  }
}

body {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-size: var(--font_base);
  font-family: "Poppins", YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

span:not([class]) {
  display: inline-block;
}

small {
  font-size: 90%;
}

button {
  border: none;
}

hr {
  border-top: solid 1px #333;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

::-moz-selection {
  background: #dcdcdc;
  color: #fff;
}

::selection {
  background: #dcdcdc;
  color: #fff;
}

.wrap {
  width: 85%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.circle-img {
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.circle-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circle-img_inner {
  width: 70.9%;
  height: 70.9%;
  overflow: hidden;
}
.circle-img img {
  width: 100%;
  height: auto;
}

.square-img {
  position: relative;
}
.square-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.rectangle-img {
  position: relative;
}
.rectangle-img:before {
  content: "";
  display: block;
  padding-top: 61.8%;
}
.rectangle-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.hyphen {
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #333;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.bottom-xl {
  margin-bottom: var(--space_xl);
}
.bottom-lg {
  margin-bottom: var(--space_lg);
}
.bottom-md {
  margin-bottom: var(--space_md);
}
.bottom-sm {
  margin-bottom: var(--space_sm);
}
.bottom-xs {
  margin-bottom: var(--space_xs);
}

.bg-color {
  padding-top: var(--space_lg);
  padding-bottom: var(--space_lg);
}

.paragraph {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.txt-center {
  text-align: center !important;
}
@media print, screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .txt-center-sp {
    text-align: center !important;
  }
}

.txt-left {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  .txt-left-sp {
    text-align: left !important;
  }
}

.inline-center {
  margin-left: auto;
  margin-right: auto;
}

.txt-justify {
  text-align: justify;
  text-justify: inter-character;
}

.color-primary {
  color: #333;
}
.color-gray {
  color: #707070;
}

.red {
  color: #dc3333;
}

.linethrough {
  text-decoration: line-through;
}

.bg-primary {
  background-color: #f3f3f3;
}
.bg-secondary {
  background-color: #dcdcdc;
}
.bg-white {
  background-color: #fff;
}

.strong {
  display: inline-block;
  background-color: #333;
  color: #fff;
  border-radius: 3em;
  padding: 0 1em;
}

.link {
  border-bottom: solid 1px #000;
  margin-bottom: 5px;
}

.underline {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(7%, #333));
  background: linear-gradient(transparent 93%, #333 7%);
  padding-bottom: 4px;
}

.heading {
  font-size: var(--font_xl);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.heading_outer {
  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;
}

.border-round {
  display: inline-block;
  padding: 0 1em;
  border: solid 1px black;
  border-radius: 100vh;
}
.border-round-gray {
  color: #707070;
  border-color: #707070;
}

.bg-round {
  display: inline-block;
  padding: 0 1em;
  border-radius: 100vh;
  background-color: #f3f3f3;
}

.font-xs {
  font-size: var(--font_xs);
  letter-spacing: 0.04em;
}
.font-sm {
  font-size: var(--font_sm);
  letter-spacing: 0.04em;
}
.font-base {
  font-size: var(--font_base);
}
.font-md {
  font-size: var(--font_md);
}
.font-lg {
  font-size: var(--font_lg);
}
.font-xl {
  font-size: var(--font_xl);
}

.eng {
  letter-spacing: 0.1em;
}

.btn-txt {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-icon-arrow {
  width: 3em;
  height: 5px;
  background: center right/cover no-repeat url("../img/ico-arrow-right.svg");
  margin-left: 1em;
}
.btn-icon-st {
  width: 1.2em;
}
.btn-icon-blank {
  width: 1em;
  height: 1em;
  background: center center/contain no-repeat url("../img/ico-blank.svg");
  margin-left: 1em;
}

.btn_outer-center {
  text-align: center;
}
.btn_outer-bk {
  color: #333;
}

.btn-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: var(--space_sm) auto 0;
  background-color: #333;
  color: #fff !important;
  border-radius: 3em;
  padding: 0 1em;
}
.btn-round img {
  width: 1.5em;
  margin-left: 0.5em;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-blog {
  background-image: url("../img/ico-blog.svg");
}
.icon-insta {
  background-image: url("../img/ico-insta.svg");
}
.icon-line {
  background-image: url("../img/ico-line.svg");
}
.icon-arrow {
  background-image: url("../img/ico-arrow-right-st.svg");
}
.icon-calender {
  background-image: url("../img/ico-calender.svg");
}
.icon-tel {
  background-image: url("../img/ico-tel.svg");
}
.icon_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.completed {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: relative;
  padding: var(--space_header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023px) {
  .header {
    padding: var(--space_header) 7.5%;
  }
}
.header .title-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .header .title-logo {
    display: block;
  }
}
.header .title-logo .title {
  width: 220px;
  vertical-align: bottom;
}
@media print, screen and (max-width: 1023px) {
  .header .title-logo .title {
    width: 120px;
  }
}
.header .title-logo .title-s {
  margin-left: 30px;
}
@media print, screen and (max-width: 1023px) {
  .header .title-logo .title-s {
    margin: 20px 0;
  }
}

.nav {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .nav {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nav-item {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nav-item.is-show > .nav-item_link {
  border-color: #333;
}
@media print, screen and (min-width: 768px) {
  .nav-item.is-show .dropdown, .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}
.nav-item > .nav-item_link {
  display: block;
  margin: 1em;
  cursor: pointer;
  border-bottom: solid 2px #fff;
}
@media print, screen and (min-width: 768px) {
  .nav-item > .nav-item_link {
    margin: 0.3em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .nav-item > .nav-item_link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .nav-item > .nav-item_link:hover {
    border-color: #333;
  }
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center .hvr-underline-from-center:focus:before, .hvr-underline-from-center .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .nav-dropdown {
    display: block;
  }
}
.nav-dropdown a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-toggle {
  display: none;
  position: relative;
  width: 3em;
  min-height: 3em;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav-toggle::before {
  width: 15px;
  height: 1px;
}
.nav-toggle::after {
  width: 1px;
  height: 15px;
}
.nav-toggle.is-open::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav-toggle.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 768px) {
  .dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: var(--space_header);
    background: none;
    border-top: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media print, screen and (min-width: 768px) {
  .dropdown-item {
    position: relative;
  }
}
.dropdown-item.has-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  display: block;
}
.dropdown-item.is-show::after, .dropdown-item:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .dropdown-item.is-show .dropdown-child, .dropdown-item:hover .dropdown-child {
    opacity: 1;
    visibility: visible;
  }
}
.dropdown-item a {
  padding: 1em 1.5em;
  display: block;
  background: #333;
  color: #fff;
}
.dropdown-item a:hover {
  background-color: #dcdcdc;
}

.dropdown-child {
  display: none;
  width: 100%;
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .dropdown-child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    padding-left: 15px;
    background: none;
    border-top: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.dropdown-child-item {
  background: rgba(255, 255, 255, 0.3);
}
@media print, screen and (min-width: 768px) {
  .dropdown-child-item {
    background: none;
  }
}
.dropdown-child-item + .dropdown-child-item {
  border-top: 1px solid #fff;
  border-top: none;
}
.dropdown-child-item a {
  display: inline-block;
}
.dropdown-child-item a {
  display: block;
}

.hamburger {
  display: none;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-close {
    display: block;
  }
  .sp-close .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    visibility: hidden;
    -webkit-transition: visibility, background, opacity 0.3s;
    transition: visibility, background, opacity 0.3s;
    overflow-y: auto;
    padding: var(--space_xl) var(--space_lg);
  }
  .sp-close .hamburger {
    cursor: pointer;
    position: fixed;
    top: var(--space_header);
    right: var(--space_header);
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .sp-close .hamburger {
    right: calc(var(--space_header) * 1.5);
  }
}
@media only screen and (max-width: 767px) {
  .sp-close .hamburger span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    top: 14px;
  }
  .sp-close .hamburger span:first-child {
    top: 7px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sp-close .hamburger span:last-child {
    top: 21px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.active .nav {
  opacity: 1;
  background: #fff;
  visibility: visible;
  z-index: 3;
  text-align: center;
}
.active .hamburger span:first-child {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotate(135deg);
}
.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.active .hamburger span:last-child {
  -webkit-transform: translateY(-7px) rotate(-135deg);
          transform: translateY(-7px) rotate(-135deg);
}

.scroll_top {
  display: inline-block;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 36px;
  bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .scroll_top {
    right: 25px;
  }
}

.footer {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .icon_outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.menu hr {
  margin-bottom: 1em;
}

.price_list {
  font-size: var(--font_sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price_list + .price_list {
  margin-top: 0.5em;
}
.price_list .price {
  margin-left: 0.5em;
}
.price_list a {
  border-bottom: solid 1px #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price_list a:hover {
  background-color: #f3f3f3;
}

.price::before {
  content: "¥";
  margin-right: 0.1em;
}

.tilde {
  position: relative;
}
.tilde::after {
  content: "〜";
  margin-left: 0.1em;
}

.caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caution::before {
  content: "※";
  margin-right: 0.1em;
}

.comment {
  padding: 1em;
}

.flex {
  margin-left: -2em;
  margin-right: -2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .flex {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_item {
  margin-left: 2em;
  margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  .flex_item {
    margin-left: 0;
    margin-right: 0;
  }
  .flex_item + .flex_item {
    margin-top: var(--space_md);
  }
}
.flex_item-even {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.flex_item-small {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36%;
}
@media only screen and (max-width: 767px) {
  .flex_item-small {
    width: 100%;
  }
}

.no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}

.hero {
  position: relative;
  width: 100vw;
  height: calc(100vh - var(--height_header));
  padding: 0 var(--height_header) var(--height_header);
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 0 var(--space_header) var(--height_header);
    height: 340px;
    margin-bottom: 120px;
  }
}
.hero .scroll-down {
  position: absolute;
  top: calc(50% - var(--height_header));
  left: var(--space_header);
  letter-spacing: 0.1em;
  font-size: var(--font_sm);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
.hero .scroll-down span {
  display: inline-block;
  width: 1px;
  height: var(--space_lg);
  background-color: #333;
  margin-top: 10px;
}
.hero p {
  margin-top: 20px;
  font-size: var(--font_sm);
}
@media only screen and (max-width: 767px) {
  .hero p {
    padding: 0 var(--space_header) 0;
  }
}
.hero .hero-nav {
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .hero .hero-nav {
    display: block;
    margin-bottom: 120px;
    padding: var(--space_header);
  }
}
.hero .hero-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hero .hero-nav ul {
    width: 85%;
    max-width: 1024px;
  }
}
.hero .hero-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .hero .hero-nav ul li {
    margin: 5px 0;
    font-size: 0.6em;
  }
}
.hero .hero-nav ul li:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero img {
  height: 15px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .hero img {
    width: 10px;
  }
}

.insta-btn-pc {
  position: fixed;
  right: 100px;
  bottom: 15px;
  z-index: 9999;
}
.insta-btn-pc .decagon {
  position: relative;
  width: 150px;
  height: 170px;
  padding: 35px;
  background-color: #000;
  border: solid 1px #000;
  -webkit-clip-path: polygon(50% 5%, 85% 15%, 100% 40%, 100% 60%, 85% 85%, 50% 95%, 15% 85%, 0% 60%, 0% 40%, 15% 15%);
          clip-path: polygon(50% 5%, 85% 15%, 100% 40%, 100% 60%, 85% 85%, 50% 95%, 15% 85%, 0% 60%, 0% 40%, 15% 15%);
}
.insta-btn-pc .decagon .inner-decagon {
  position: absolute;
  top: 0.5px;
  left: 0.5px;
  width: 147px;
  height: 167px;
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(50% 5%, 85% 15%, 100% 40%, 100% 60%, 85% 85%, 50% 95%, 15% 85%, 0% 60%, 0% 40%, 15% 15%);
          clip-path: polygon(50% 5%, 85% 15%, 100% 40%, 100% 60%, 85% 85%, 50% 95%, 15% 85%, 0% 60%, 0% 40%, 15% 15%);
}
.insta-btn-pc .decagon .inner-decagon a {
  margin-top: 20px;
  font-size: 0.9em;
}
.insta-btn-pc img {
  width: 30px;
  margin: 10px auto;
}
.insta-btn-pc:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.insta-btn-sp {
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: 40%;
}
.insta-btn-sp .bevel {
  position: relative;
  width: 70px;
  height: 150px;
  background-color: #000;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 85%, 0% 15%);
          clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 85%, 0% 15%);
  border: solid 1px #000;
}
.insta-btn-sp .bevel .inner-bevel {
  position: absolute;
  width: 69px;
  height: 148px;
  background-color: #f3f3f3;
  padding: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: none;
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 85%, 0% 15%);
          clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 85%, 0% 15%);
}
.insta-btn-sp .bevel a {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-size: 0.6em;
  white-space: nowrap;
}
.insta-btn-sp .bevel img {
  width: 25px;
  margin-right: 15px;
}
.insta-btn-sp:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper01 > .swiper-wrapper > .swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper01 {
  height: 100%;
}

.lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--space_xl);
}
@media only screen and (max-width: 767px) {
  .lead {
    gap: var(--height_header) !important;
  }
}

.column-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 7.5% minmax(0, 524px) 56px minmax(0, 444px) 7.5% 1fr;
      grid-template: auto/1fr 7.5% minmax(0, 524px) 56px minmax(0, 444px) 7.5% 1fr;
}
@media only screen and (max-width: 767px) {
  .column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space_md);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.column-2_img {
  -ms-grid-row: 1;
  grid-row: 1/1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
.column-2_img-small {
  -ms-grid-row: 1;
  grid-row: 1/1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.column-2_txt {
  -ms-grid-row: 1;
  grid-row: 1/1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}

.column-2-reverse {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 7.5% minmax(0, 444px) 56px minmax(0, 524px) 7.5% 1fr;
      grid-template: auto/1fr 7.5% minmax(0, 444px) 56px minmax(0, 524px) 7.5% 1fr;
}
@media only screen and (max-width: 767px) {
  .column-2-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space_md);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.column-2-reverse_img {
  -ms-grid-row: 1;
  grid-row: 1/1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5/8;
}
.column-2-reverse_txt {
  -ms-grid-row: 1;
  grid-row: 1/1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.waku {
  border: solid 2px #333;
  position: relative;
  padding: var(--space_lg);
}
.waku .moji {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 8px;
  word-break: keep-all;
}

.gallery {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-top: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .gallery {
    gap: 10px;
    margin-top: 10px;
  }
}
.gallery_1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
.gallery_2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.gallery_3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.gallery_4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.about-menu {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .about-menu {
    margin-bottom: 60px;
  }
}

.instagram {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .instagram {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.instagram li a {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.advantage_txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .advantage_txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    margin-left: 2em;
    text-align: left;
  }
}

.reservation_lead {
  padding-bottom: var(--space_xl);
}
.reservation_step {
  background-color: #f3f3f3;
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  .reservation_step {
    padding: 1.5em;
  }
}
.reservation .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .reservation .step {
    display: block;
  }
}
.reservation .step_left {
  width: 160px;
  margin-left: 2em;
  margin-right: 4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .reservation .step_left {
    width: 100px;
    margin: 0 auto var(--space_sm);
  }
}
.reservation_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6em 0;
  background-color: #333;
  color: #fff !important;
  border-radius: 100vh;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reservation_btn .icon {
  width: 28px;
  height: 28px;
}
.reservation summary {
  position: relative;
  background-color: #333;
  color: #fff;
  padding: 0.8em 0;
  border-radius: 100vh;
  text-align: center;
  cursor: pointer;
  display: block;
}
.reservation summary::-webkit-details-marker {
  display: none;
}
.reservation summary::before, .reservation summary::after {
  position: absolute;
  content: "";
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reservation summary::before {
  right: 2.5em;
  width: 1px;
  height: 1em;
}
@media only screen and (max-width: 767px) {
  .reservation summary::before {
    right: 1.5em;
  }
}
.reservation summary::after {
  right: 2em;
  width: calc(1em + 1px);
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .reservation summary::after {
    right: 1em;
  }
}
.reservation details[open] summary::before {
  display: none;
}
.reservation .detail-inner {
  margin-top: -1.4em;
  background-color: #fff;
  padding: 1.4em var(--space_md) 1px;
}
.reservation .detail-lead {
  margin-top: 2em;
  margin-bottom: 2em;
}