@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
@font-face {
  font-family: "Futura W01_n3";
  src: url("../fonts/Futura/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Futura W01";
  src: url("../fonts/Futura/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
  src: url("../fonts/Futura/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("../fonts/Futura/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("../fonts/Futura/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("../fonts/Futura/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"), url("../fonts/Futura/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
html, body, 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,
main, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

input[type=button], input[type=submit],
input[type=reset], button {
  outline: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #595757;
  line-height: 1;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 1.6vw;
  }
}
body.en {
  font-family: "Cormorant Garamond", serif;
}

_:lang(x)::-ms-backdrop, body {
  /* IE11で游ゴシック・游明朝系が崩れる対策 */
  font-family: "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 901px) {
  a:hover img {
    opacity: 0.8;
  }
}

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

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

@keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
.l-body {
  word-break: break-all;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.l-footer {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .l-footer {
    font-size: 2.67vw;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .l-footer__inner {
    font-size: 2.67vw;
    padding: 8vw 0 28vw;
    border-top: solid 0.27vw #b5b5b6;
  }
}
.l-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .l-footer__link {
    margin-bottom: 2.67vw;
  }
}
.l-footer__link a, .l-footer__link i {
  letter-spacing: 0.1em;
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .l-footer__link a, .l-footer__link i {
    font-size: 3.2vw;
  }
}
.l-footer__link a {
  transition: opacity 0.3s ease;
}
.l-footer__link a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 900px) {
  .l-footer__link a {
    font-weight: bold;
  }
}
.l-footer__link i {
  margin: 0 0.25em;
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__copyright span {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .l-footer__copyright span {
    font-family: "Futura W01_n3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 2.67vw;
  }
}
.l-header {
  display: flex;
  align-items: center;
  padding: 0 50px;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #009791;
  z-index: 100;
}
@media only screen and (max-width: 900px) {
  .l-header {
    height: 13.34vw;
    padding: 0 0 0 2.67vw;
  }
}
.l-header__logo {
  margin-right: auto;
}
.l-header__logo img {
  width: 150px;
  height: 52px;
}
@media only screen and (max-width: 900px) {
  .l-header__logo img {
    width: 26.67vw;
    height: 10.67vw;
  }
}
.l-header__navi {
  display: flex;
  align-items: center;
}
.l-header__naviList {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .l-header__naviList {
    height: 13.34vw;
    margin-right: 10.67vw;
  }
}
.l-header__naviItem {
  margin-right: 2.19vw;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem {
    margin-right: 0;
  }
}
.l-header__naviItem a {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  color: #fff;
}
.l-header__naviItem a:hover .l-header__naviItemEn {
  opacity: 0;
}
.l-header__naviItem a:hover .l-header__naviItemJa {
  opacity: 1;
}
.l-header__naviItemEn, .l-header__naviItemJa {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity ease 0.4s;
  white-space: nowrap;
  text-align: center;
}
.l-header__naviItemEn {
  opacity: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 900px) {
  .l-header__naviItemEn {
    display: none;
  }
}
.l-header__naviItemJa {
  opacity: 0;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 900px) {
  .l-header__naviItemJa {
    font-size: 2.4vw;
    position: relative;
    height: 1em;
    opacity: 1;
  }
}
.l-header__naviItem--reservation {
  width: 6.875rem;
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem--reservation {
    width: 22.67vw;
  }
}
.l-header__naviItem--catalog {
  width: 4.375rem;
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem--catalog {
    width: 22.67vw;
  }
}
.l-header__naviItem {
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem {
    font-size: 2.4vw;
    border-left: 1px solid #fff;
    height: 100%;
  }
  .l-header__naviItem:last-of-type {
    border-right: 1px solid #fff;
  }
}
.l-header__naviItem a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
@media only screen and (min-width: 901px) {
  .l-header__naviItem a {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 901px) {
  .l-header__naviItem a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem a {
    background: #006762;
    color: #fff;
    display: block;
    padding-top: 8.67vw;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem a:after {
    display: block;
    content: "";
    background: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 2vw;
  }
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem.__display a:after {
    background-image: url("../img/icon/icn_display.svg");
    background-size: 5.87vw 4.41vw;
    width: 5.87vw;
    height: 4.41vw;
  }
}
@media only screen and (max-width: 900px) {
  .l-header__naviItem.__book a:after {
    background-image: url("../img/icon/icn_book.svg");
    background-size: 5.87vw 4.41vw;
    width: 5.87vw;
    height: 4.41vw;
  }
}
.l-overMenu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: #87BEBA;
}
.l-overMenu__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__inner {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 13.34vw 6.67vw 6.67vw;
  }
}
.l-overMenu__list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.l-overMenu__item {
  margin-top: 3.36vh;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__item {
    margin-top: 40px;
  }
}
.l-overMenu__item:first-child {
  margin-top: 0;
}
.l-overMenu__item a {
  display: block;
}
@media only screen and (min-width: 901px) {
  .l-overMenu__item a {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 901px) {
  .l-overMenu__item a:hover {
    opacity: 0.6;
  }
}
.l-overMenu__itemEn {
  display: block;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__itemEn {
    font-size: 4vw;
  }
}
.l-overMenu__itemJa {
  display: block;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__itemJa {
    font-size: 2.94vw;
    margin-top: 1.34vw;
  }
}
.l-overMenu__subList {
  display: none;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__subList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    margin-top: 6.67vw;
  }
}
@media only screen and (max-width: 900px) {
  .l-overMenu__subItem {
    width: calc(50% - 2.67vw);
    text-align: center;
  }
  .l-overMenu__subItem a.c-linkBtn {
    background-color: #4eaaa4;
    font-size: 3.47vw;
  }
}
.l-overMenu__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__body {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 13.34vw 0 6.67vw;
  }
}
.l-overMenu__body__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__body__inner {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
  }
}
.l-overMenu__list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 80px;
  width: calc(100% - 500px);
}
@media only screen and (max-width: 900px) {
  .l-overMenu__list {
    width: 100%;
    justify-content: center;
    margin-top: 5.34vw;
    margin-bottom: 8vw;
  }
}
.l-overMenu .c-reserve {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 446px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve {
    padding: 0;
    width: 100%;
  }
}
.l-overMenu .c-reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.08em;
  height: 68px;
  border: 1px solid #595757;
  color: #595757;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__btn {
    border: 0.27vw solid #595757;
    height: 16vw;
    width: 100%;
  }
}
.l-overMenu .c-reserve__btnEn {
  font-family: "Cormorant Garamond", serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.425em;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__btnEn {
    font-size: 3.74vw;
  }
}
.l-overMenu .c-reserve__btnEn:hover {
  opacity: 1 !important;
  color: #FFF;
}
.l-overMenu .c-reserve__btnJa {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  display: block;
  letter-spacing: 0.25em;
  opacity: 1;
  font-size: 12px;
  margin-top: 0.3125em;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__btnJa {
    margin-top: 0.5em;
    font-size: 2.94vw;
  }
}
.l-overMenu .c-reserve__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/icon/icn_blankBlack.svg) no-repeat center/contain;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__btn::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.2vw;
  }
}
.l-overMenu .c-reserve__btn:hover {
  color: #FFF;
  background: #000;
}
.l-overMenu .c-reserve__btn:hover::after {
  background-image: url(../img/icon/icn_blankWhite.svg);
}
.l-overMenu .c-reserve__list {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__list {
    margin: 2rem auto;
  }
}
.l-overMenu .c-reserve__list li {
  width: 138px;
  height: 138px;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px #009791;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__list li {
    border-radius: 0.75rem;
    width: 25.07vw;
    height: 25.07vw;
    border: solid 0.14vw #009791;
  }
}
.l-overMenu .c-reserve__list li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__list li a {
    padding: 2.67vw 1.34vw;
  }
}
.l-overMenu .c-reserve__list li a span {
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__list li a span {
    font-size: 3.2vw;
  }
}
.l-overMenu .c-reserve__list li a img, .l-overMenu .c-reserve__list li a svg {
  display: block;
  width: 38px;
  height: 38px;
  margin: 12px auto 12px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu .c-reserve__list li a img, .l-overMenu .c-reserve__list li a svg {
    width: 8.27vw;
    height: 8.27vw;
    margin: 2.94vw auto;
  }
}
.l-overMenu .c-reserve__list li a svg path {
  transition: fill 0.4s ease;
}
.l-overMenu .c-reserve__list li a {
  background-color: #009791;
  color: #fff;
}
.l-overMenu .c-reserve__list li a svg path {
  fill: #fff;
}
.l-overMenu .c-reserve__list li a:hover {
  background-color: #fff;
  color: #009791;
}
.l-overMenu .c-reserve__list li a:hover svg path {
  fill: #009791;
}
.l-overMenu__item {
  margin: 25px 0;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__item {
    margin: 18px 0;
    text-align: center;
  }
}
.l-overMenu__item:first-child {
  margin-top: 0;
}
.l-overMenu__item a {
  display: block;
}
@media only screen and (min-width: 901px) {
  .l-overMenu__item a {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 901px) {
  .l-overMenu__item a:hover {
    opacity: 0.6;
  }
}
.l-overMenu__item .en {
  display: block;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__item .en {
    font-size: 4.54vw;
  }
}
.l-overMenu__item .ja {
  display: block;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__item .ja {
    font-size: 2.67vw;
    margin-top: 1.34vw;
  }
}
.l-overMenu__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 100;
}
.l-overMenu__header__inner {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 50px 0 20px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__header__inner {
    height: 13.34vw;
    padding: 0 0 0 4.67vw;
  }
}
.l-overMenu__header__logo {
  margin-right: auto;
}
.l-overMenu__header__logo img {
  width: 138px;
  height: 47px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__header__logo img {
    width: 28.67vw;
    height: 10vw;
  }
}
.l-overMenu__header__requestList {
  display: flex;
  height: 50px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__header__requestList {
    display: none;
  }
}
.l-overMenu__header__requestItem {
  width: 160px;
  font-size: 14px;
}
.l-overMenu__header__requestItem__btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
}
.l-overMenu__header__requestItem__btnEn {
  font-family: "Cormorant Garamond", serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: 0.3125em;
  letter-spacing: 0.425em;
  font-weight: 500;
  color: #FFF;
  font-size: 12px;
}
.l-overMenu__header__requestItem__btnJa {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: opacity 0.4s ease;
  position: absolute;
  display: block;
  letter-spacing: 0.25em;
  opacity: 0;
  font-size: 11px;
  color: #FFF;
}
.l-overMenu__header__requestItem__btn:hover .l-overMenu__header__requestItem__btnEn {
  opacity: 0;
}
.l-overMenu__header__requestItem__btn:hover .l-overMenu__header__requestItem__btnJa {
  opacity: 1;
}
.l-overMenu__header__toggle {
  cursor: pointer;
  position: relative;
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__header__toggle {
    height: 13.34vw;
    width: 13.34vw;
  }
}
.l-overMenu__header__toggle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__header__toggle-button {
    height: 2.94vw;
    width: 4vw;
  }
}
.l-overMenu__header__toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
}
@media only screen and (max-width: 900px) {
  .l-overMenu__header__toggle span {
    height: 0.27vw;
  }
}
.l-overMenu__header__toggle span:nth-of-type(1) {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.l-overMenu__header__toggle span:nth-of-type(2) {
  opacity: 0;
}
.l-overMenu__header__toggle span:nth-of-type(3) {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.l-overMenuTrigger {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  width: 14px;
  height: 12px;
  z-index: 200;
}
@media only screen and (max-width: 900px) {
  .l-overMenuTrigger {
    width: 4vw;
    height: 2.94vw;
    right: 5vw;
  }
}
.l-overMenuTrigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
}
@media only screen and (max-width: 900px) {
  .l-overMenuTrigger span {
    border-radius: 0;
    width: 4vw;
    height: 0.27vw;
  }
}
.l-overMenuTrigger span:nth-of-type(1) {
  top: 0;
  transform-origin: center;
}
.l-overMenuTrigger span:nth-of-type(2) {
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.l-overMenuTrigger span:nth-of-type(3) {
  bottom: 0;
  transform-origin: center;
}
.l-overMenuTrigger--open span:nth-of-type(1) {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.l-overMenuTrigger--open span:nth-of-type(2) {
  opacity: 0;
}
.l-overMenuTrigger--open span:nth-of-type(3) {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}
.l-pageTop {
  background: #009791;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .l-pageTop {
    width: 10.67vw;
    height: 10.67vw;
    right: 5.34vw;
    bottom: 14.67vw;
    background-size: 3.2vw 1.6vw;
  }
}
.l-pageTop:after {
  position: absolute;
  content: "";
  top: 22.5%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  rotate: -135deg;
  width: 20px;
  height: 20px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 900px) {
  .l-pageTop:after {
    width: 3.2vw;
    height: 3.2vw;
    border-right: solid 0.27vw #fff;
    border-bottom: solid 0.27vw #fff;
  }
}
.l-pageTop.__show {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 901px) {
  .l-pageTop:hover {
    opacity: 0.7;
  }
}

.c-animate {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}
.c-animate.__animated {
  opacity: 1;
  transform: translate(0, 0);
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  height: 50px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .c-btn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 901px) {
  .c-btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 900px) {
  .c-btn {
    font-size: 3.2vw;
    height: 16vw;
    border: 0.14vw solid #000;
  }
}
.c-btn:before {
  display: block;
  content: "";
  background: center no-repeat;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-btn.__fill {
  background: #000;
  color: #fff;
}
.c-btn.__fill.__tel:before {
  background-image: url("../img/icn_tel_01.svg");
}
.c-btn.__fill.__display:before {
  background-image: url("../img/icn_display_01.svg");
}
.c-btn.__fill.__book:before {
  background-image: url("../img/icn_book_01.svg");
}
.c-btn.__fill.__line:before {
  background-image: url("../img/icn_line_01.svg");
}
.c-btn.__fill:after {
  border-color: transparent transparent #fff transparent;
}
.c-btn.__tel:before {
  background-image: url("../img/icn_tel_02.svg");
}
@media only screen and (max-width: 900px) {
  .c-btn.__tel:before {
    background-size: 6.27vw 6.94vw;
    width: 6.27vw;
    height: 6.94vw;
    left: 3.74vw;
  }
}
.c-btn.__display:before {
  background-image: url("../img/icn_display_02.svg");
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
  left: 12px;
}
@media only screen and (max-width: 900px) {
  .c-btn.__display:before {
    background-size: 8.81vw 6.67vw;
    width: 8.81vw;
    height: 6.67vw;
    left: 2.67vw;
  }
}
.c-btn.__book:before {
  background-image: url("../img/icn_book_02.svg");
  background-size: 14px 19px;
  width: 14px;
  height: 19px;
  left: 15px;
}
@media only screen and (max-width: 900px) {
  .c-btn.__book:before {
    background-size: 4.8vw 6.54vw;
    width: 4.8vw;
    height: 6.54vw;
    left: 4.54vw;
  }
}
.c-btn.__line:before {
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
  left: 10px;
}
@media only screen and (max-width: 900px) {
  .c-btn.__line:before {
    background-size: 6.67vw 6.4vw;
    width: 6.67vw;
    height: 6.4vw;
    left: 3.34vw;
  }
}
@media only screen and (max-width: 900px) {
  .c-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 3.34vw 3.34vw;
    border-color: transparent transparent #000 transparent;
  }
}
.c-link {
  margin-top: 70px;
}
@media only screen and (max-width: 900px) {
  .c-link {
    margin-top: 13.34vw;
  }
}
.c-linkBtn {
  display: block;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
  background: #009791;
  border-radius: 0;
  padding: 30px 60px 30px 30px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 901px) {
  .c-linkBtn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 901px) {
  .c-linkBtn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 900px) {
  .c-linkBtn {
    font-size: 3.74vw;
    padding: 4.27vw 6.4vw 4.27vw 3.2vw;
  }
}
.c-linkBtn:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  rotate: -45deg;
  width: 20px;
  height: 20px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  right: 32px;
}
@media only screen and (max-width: 900px) {
  .c-linkBtn:after {
    width: 3.2vw;
    height: 3.2vw;
    border-right: solid 0.4vw #fff;
    border-bottom: solid 0.4vw #fff;
    right: 2.67vw;
  }
}
.c-reserve {
  margin: 2.1875rem auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .c-reserve {
    margin: 7.82vw auto;
    padding: 0;
  }
}
.c-reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  height: 44px;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .c-reserve__btn {
    font-size: 3.74vw;
    height: 16vw;
    width: 100%;
    flex-direction: column;
  }
}
.c-reserve__btnEn {
  font-family: "Futura W01_n3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .c-reserve__btnEn {
    opacity: 1;
  }
}
.c-reserve__btnJa {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .c-reserve__btnJa {
    display: block;
    position: relative;
    margin-top: 1.6vw;
    font-size: 2.2vw;
    opacity: 1;
  }
}
.c-reserve__btn:hover .c-reserve__btnEn {
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .c-reserve__btn:hover .c-reserve__btnEn {
    opacity: 1;
  }
}
.c-reserve__btn:hover .c-reserve__btnJa {
  opacity: 1;
}
.c-reserve__list {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
@media only screen and (max-width: 900px) {
  .c-reserve__list {
    margin: 2rem auto;
  }
}
.c-reserve__list li {
  width: 138px;
  height: 138px;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px #000;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .c-reserve__list li {
    border-radius: 0.75rem;
    width: 27.74vw;
    height: 27.74vw;
    border: solid 0.14vw #000;
  }
}
.c-reserve__list li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .c-reserve__list li a {
    padding: 2.67vw 1.34vw;
  }
}
.c-reserve__list li a span {
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .c-reserve__list li a span {
    font-size: 3.2vw;
  }
}
.c-reserve__list li a img, .c-reserve__list li a svg {
  display: block;
  width: 38px;
  height: 38px;
  margin: 12px auto 12px;
}
@media only screen and (max-width: 900px) {
  .c-reserve__list li a img, .c-reserve__list li a svg {
    width: 9.6vw;
    height: 9.6vw;
    margin: 2.94vw auto;
  }
}
.c-reserve__list li a svg path {
  transition: fill 0.4s ease;
}
.c-reserve__list li a {
  background-color: #000;
  color: #fff;
}
.c-reserve__list li a svg path {
  fill: #fff;
}
.c-reserve__list li a:hover {
  background-color: #fff;
  color: #000;
}
.c-reserve__list li a:hover svg path {
  fill: #000;
}
.c-container {
  width: 100%;
  max-width: calc(900px + 80px);
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-container {
    max-width: none;
    width: 100%;
    padding: 0 10.67vw;
    margin: 0;
  }
}
.c-title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-title span {
  width: 100%;
}
.c-titleEn {
  margin: 10px 0;
  letter-spacing: 0.15em;
  line-height: 1.1;
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .c-titleEn {
    font-size: 7.47vw;
    letter-spacing: 0.18em;
    margin: 1.34vw 0;
  }
}
.c-titleEn img {
  width: 100%;
  height: 46px;
}
@media only screen and (max-width: 900px) {
  .c-titleEn img {
    height: 5.07vw;
  }
}
.c-titleJa {
  margin: 10px 0;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .c-titleJa {
    font-size: 2.94vw;
    margin: 1.34vw 0;
  }
}
.c-lead {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .c-lead {
    margin-bottom: 3.2vw;
    font-size: 4.27vw;
    line-height: 1.8;
  }
}
.c-desc {
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  margin-top: 12px;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  .c-desc {
    margin-top: 2.67vw;
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 0.35em;
  }
}
.c-section {
  position: relative;
  padding: 80px 0 130px;
  z-index: 5;
}
@media only screen and (max-width: 900px) {
  .c-section {
    padding: 10.67vw 0 13.34vw;
  }
}
.c-section__header {
  max-width: 940px;
  text-align: center;
  margin: 0 auto 68px;
}
@media only screen and (max-width: 900px) {
  .c-section__header {
    margin: 0 5vw 14.67vw;
  }
}
.c-section__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-section__title {
    font-size: 7.34vw;
    margin-bottom: 4vw;
  }
}
.c-section__title span {
  display: block;
}
.c-section__title .en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.15em;
}
.c-section__title .ja {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 11px;
}
@media only screen and (max-width: 900px) {
  .c-section__title .ja {
    font-size: 2.67vw;
  }
}
.c-section__description {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .c-section__description {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}

.p- {
  /* .salonList li:not(:last-child)::after {*/
  /*	content: " ･ ";*/
  /*	display: inline;*/
  /*}*/
}
@media only screen and (max-width: 900px) {
  .p-access__header {
    margin-bottom: 8vw;
  }
}
.p-access__inner {
  text-align: center;
  max-width: 680px;
  margin: 70px auto 60px;
}
@media only screen and (max-width: 900px) {
  .p-access__inner {
    max-width: 90.67vw;
    margin: 5.34vw auto 5.34vw;
  }
}
.p-access__name {
  margin: 30px auto;
}
@media only screen and (max-width: 900px) {
  .p-access__name {
    margin: 2.67vw 0 8vw;
  }
}
.p-access__name span {
  display: block;
  text-align: center;
}
.p-access__name .en {
  color: #009791;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.025em;
  font-size: 28px;
  line-height: 1.4;
  padding: 12px 0;
}
@media only screen and (max-width: 900px) {
  .p-access__name .en {
    letter-spacing: 0.05em;
    font-size: 5.07vw;
    padding: 0 0 5.07vw;
  }
}
.p-access__name .ja {
  color: #000;
  letter-spacing: 0.0125em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .p-access__name .ja {
    font-size: 2.94vw;
  }
}
.p-access__contactTel {
  color: #000;
}
.p-access__contactTel span {
  display: block;
  font-size: 13px;
}
@media only screen and (max-width: 900px) {
  .p-access__contactTel span {
    font-weight: bold;
    font-size: 2.67vw;
  }
}
.p-access__contactTel a {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-size: 34px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .p-access__contactTel a {
    font-size: 6.4vw;
  }
}
.p-access__contactTel a:hover {
  opacity: 0.7;
}
.p-access__contactMail {
  color: #000;
  font-size: 19px;
  letter-spacing: 0.0125em;
}
@media only screen and (max-width: 900px) {
  .p-access__contactMail {
    font-size: 3.74vw;
    letter-spacing: 0.005em;
  }
}
.p-access__contactMap {
  display: block;
  margin-top: 42px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 900px) {
  .p-access__contactMap {
    margin-top: 14.67vw;
    margin-bottom: 10.67vw;
  }
}
.p-access__contactMap img {
  display: block;
  width: 100%;
}
.p-access__contactAddress address {
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  .p-access__contactAddress address {
    font-size: 2.94vw;
  }
}
@media only screen and (max-width: 900px) {
  .p-access__link {
    margin-top: 10.67vw;
  }
}
.p-access__linkList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .p-access__linkList {
    z-index: 10;
    margin-top: 6.67vw;
    gap: 2.14vw;
  }
}
.p-access__linkItem {
  width: calc(50% - 6px);
}
@media only screen and (max-width: 900px) {
  .p-access__linkItem {
    width: 100%;
    text-align: center;
  }
  .p-access__linkItem a.c-linkBtn {
    background-color: #4eaaa4;
    border-color: #4eaaa4;
  }
}
.p-access__reserve {
  margin: 2.1875rem auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 446px;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve {
    margin: 7.82vw auto;
    padding: 0;
    width: 100%;
  }
}
.p-access__reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.08em;
  height: 68px;
  border: 1px solid #595757;
  color: #595757;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__btn {
    border: 0.27vw solid #595757;
    height: 16vw;
    width: 100%;
  }
}
.p-access__reserve__btnEn {
  font-family: "Cormorant Garamond", serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.425em;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__btnEn {
    font-size: 3.74vw;
  }
}
.p-access__reserve__btnJa {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  display: block;
  letter-spacing: 0.25em;
  font-size: 12px;
  margin-top: 0.3125em;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__btnJa {
    margin-top: 0.5em;
    font-size: 2.94vw;
  }
}
.p-access__reserve__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/icon/icn_blankBlack.svg) no-repeat center/contain;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__btn::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.2vw;
  }
}
.p-access__reserve__btn:hover {
  color: #FFF;
  background: #000;
}
.p-access__reserve__btn:hover::after {
  background-image: url(../img/icon/icn_blankWhite.svg);
}
.p-access__reserve__list {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__list {
    margin: 2rem auto;
  }
}
.p-access__reserve__list li {
  width: 138px;
  height: 138px;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px #009791;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__list li {
    border-radius: 0.75rem;
    width: 25.07vw;
    height: 25.07vw;
    border: solid 0.14vw #009791;
  }
}
.p-access__reserve__list li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__list li a {
    padding: 2.67vw 1.34vw;
  }
}
.p-access__reserve__list li a span {
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__list li a span {
    font-size: 3.2vw;
  }
}
.p-access__reserve__list li a img, .p-access__reserve__list li a svg {
  display: block;
  width: 38px;
  height: 38px;
  margin: 12px auto 12px;
}
@media only screen and (max-width: 900px) {
  .p-access__reserve__list li a img, .p-access__reserve__list li a svg {
    width: 8.27vw;
    height: 8.27vw;
    margin: 2.94vw auto;
  }
}
.p-access__reserve__list li a svg path {
  transition: fill 0.4s ease;
}
.p-access__reserve__list li a {
  background-color: #009791;
  color: #fff;
}
.p-access__reserve__list li a svg path {
  fill: #fff;
}
.p-access__reserve__list li a:hover {
  background-color: #fff;
  color: #009791;
}
.p-access__reserve__list li a:hover svg path {
  fill: #009791;
}
.p-content {
  position: relative;
}
.p-style {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-style {
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
  }
}
.p-styleFooter {
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  .p-styleFooter {
    margin-top: 10.67vw;
  }
}
.p-styleContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 901px) {
  .p-styleContent__link {
    position: absolute;
    width: 358px;
    bottom: 140px;
  }
}
@media only screen and (max-width: 900px) {
  .p-styleContent__link {
    width: 100%;
    margin-top: 8vw;
  }
}
.p-styleContent__linkBtn {
  width: 100%;
  background: transparent;
  color: #009791;
}
.p-styleContent__linkBtn::after {
  border-color: transparent transparent transparent #009791;
}
.p-styleContent__lead {
  width: 358px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__lead {
    width: 100%;
    margin-bottom: 8.54vw;
    padding-left: 3.2vw;
  }
}
.p-styleContent__leadBody {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.p-styleContent__leadBodyIdx {
  width: 100%;
  opacity: 0.6;
}
@media only screen and (min-width: 901px) {
  .p-styleContent__leadBodyIdx {
    margin-top: -128px;
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 900px) {
  .p-styleContent__leadBodyIdx {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  }
}
.p-styleContent__leadBodyIdx img {
  width: auto;
  height: 160px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__leadBodyIdx img {
    height: 16vw;
  }
}
.p-styleContent__leadBodyItem {
  position: relative;
}
.p-styleContent__leadBodyItem:nth-child(3) {
  padding-left: 68px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__leadBodyItem:nth-child(3) {
    padding-left: 10.67vw;
  }
}
.p-styleContent__leadBodyItem:nth-child(3)::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/svg/icn_plus.svg") no-repeat center/contain;
  width: 36px;
  height: 36px;
  top: 10px;
  left: 12px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__leadBodyItem:nth-child(3)::before {
    width: 6.67vw;
    height: 6.67vw;
    top: 1.87vw;
    left: 1.87vw;
  }
}
.p-styleContent__leadBodyItem .sub {
  display: inline-block;
  padding: 0.2em 0;
  letter-spacing: -0.0125em;
  border-bottom: solid 2px #009791;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__leadBodyItem .sub {
    font-size: 3.2vw;
  }
}
.p-styleContent__leadBodyItem .main {
  display: block;
  line-height: 1;
  margin-top: 0.3125em;
  letter-spacing: 0.025em;
  font-size: 26px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__leadBodyItem .main {
    font-size: 5.07vw;
  }
  .p-styleContent__leadBodyItem .main br {
    display: none;
  }
}
.p-styleContent__info {
  position: relative;
  width: 496px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__info {
    width: 100%;
  }
}
.p-styleContent__infoItem {
  position: relative;
  display: flex;
  align-items: center;
  margin: 64px 0;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__infoItem {
    margin: 12vw 0;
  }
}
.p-styleContent__infoItem:first-child {
  margin-top: 0;
}
.p-styleContent__infoItem:last-child {
  margin-bottom: 0;
}
.p-styleContent__infoImageList {
  position: relative;
  display: grid;
  gap: 4px;
  width: 225px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__infoImageList {
    gap: 0.54vw;
    width: 42.67vw;
  }
}
.p-styleContent__infoImage {
  position: relative;
  width: 100%;
}
.p-styleContent__infoImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-styleContent__infoImage span {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 1.8;
  width: 70px;
  background: #009791;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__infoImage span {
    font-size: 2.94vw;
  }
}
.p-styleContent__infoText {
  position: relative;
  width: calc(100% - 225px);
  height: 205px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__infoText {
    width: calc(100% - 42.67vw);
    height: 38.67vw;
  }
}
.p-styleContent__infoText p {
  position: relative;
  color: #fff;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 2;
  padding: 36px;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__infoText p {
    font-size: 3.2vw;
    padding: 4.8vw;
  }
}
.p-styleContent__infoText::before {
  content: "";
  background: #009791;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 385px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent__infoText::before {
    width: 81.34vw;
  }
}
.p-styleContent.--01 .p-styleContent__link, .p-styleContent.--03 .p-styleContent__link {
  left: 0;
}
@media only screen and (min-width: 901px) {
  .p-styleContent.--01 .p-styleContent__lead, .p-styleContent.--03 .p-styleContent__lead {
    order: 1;
  }
  .p-styleContent.--01 .p-styleContent__info, .p-styleContent.--03 .p-styleContent__info {
    order: 2;
  }
}
.p-styleContent.--01 .p-styleContent__info::before, .p-styleContent.--03 .p-styleContent__info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/svg/icn_plus.svg") no-repeat center/contain;
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--01 .p-styleContent__info::before, .p-styleContent.--03 .p-styleContent__info::before {
    width: 10.4vw;
    height: 10.4vw;
  }
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoImageList, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoImageList {
  order: 2;
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoImage span, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoImage span {
  right: 0;
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoText, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoText {
  order: 1;
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoText::before, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoText::before {
  left: 0;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoText::before, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n-1) .p-styleContent__infoText::before {
    left: -5.33vw;
  }
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n), .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n) {
    margin-left: -5.33vw;
  }
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoImageList, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoImageList {
  order: 1;
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoImage span, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoImage span {
  left: 0;
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoText, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoText {
  order: 2;
}
.p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoText::before, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoText::before {
  right: 0;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--01 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoText::before, .p-styleContent.--03 .p-styleContent__infoItem:nth-child(2n) .p-styleContent__infoText::before {
    right: 0;
  }
}
.p-styleContent.--02 {
  padding: 100px 0;
  margin: 100px auto;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 {
    padding: 25.87vw 0 17.87vw;
    margin: 17.87vw auto;
  }
}
.p-styleContent.--02::before {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e5dbc0;
  z-index: -1;
}
@media only screen and (min-width: 901px) {
  .p-styleContent.--02 .p-styleContent__link {
    right: 0;
    bottom: 340px;
  }
}
@media only screen and (min-width: 901px) {
  .p-styleContent.--02 .p-styleContent__lead {
    order: 2;
  }
  .p-styleContent.--02 .p-styleContent__info {
    order: 1;
  }
}
.p-styleContent.--02 .p-styleContent__info {
  width: 472px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__info {
    width: 100%;
  }
}
.p-styleContent.--02 .p-styleContent__infoImageList {
  width: 100%;
  display: grid;
}
.p-styleContent.--02 .p-styleContent__infoItem {
  margin: 32px 0;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem {
    margin: 6.4vw 0;
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(1) .p-styleContent__infoImageList {
  grid-template-rows: 116px 116px;
  grid-template-columns: 288px 1fr;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(1) .p-styleContent__infoImageList {
    grid-template-rows: 22.14vw 22.14vw;
    grid-template-columns: 54.67vw 1fr;
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(1) .p-styleContent__infoImage:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(1) .p-styleContent__infoImage:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(1) .p-styleContent__infoImage:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) {
  justify-content: flex-end;
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/svg/map.svg) no-repeat center/contain;
  z-index: 10;
  width: 288px;
  height: 306px;
  right: 262px;
  top: -44px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2)::after {
    width: 54.67vw;
    height: 58.67vw;
    right: 50.4vw;
    top: -8.26vw;
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText {
    width: calc(100% - 40vw);
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText::before {
  right: 0;
  width: 365px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText::before {
    width: 69.34vw;
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText p {
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText p {
    padding: 2.67vw;
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText img {
  display: block;
  margin-bottom: 1em;
  width: 200px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(2) .p-styleContent__infoText img {
    width: 35.21vw;
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(3) .p-styleContent__infoImageList {
  grid-template-rows: 116px 116px;
  grid-template-columns: 1fr 288px;
}
@media only screen and (max-width: 900px) {
  .p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(3) .p-styleContent__infoImageList {
    grid-template-rows: 22.14vw 22.14vw;
    grid-template-columns: 1fr 54.67vw;
  }
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(3) .p-styleContent__infoImage:nth-child(1) {
  grid-column: 2;
  grid-row: 1/3;
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(3) .p-styleContent__infoImage:nth-child(1) span {
  left: auto;
  right: 0;
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(3) .p-styleContent__infoImage:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}
.p-styleContent.--02 .p-styleContent__infoItem:nth-of-type(3) .p-styleContent__infoImage:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.p-feature {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-featureList {
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  .p-featureList {
    padding-top: 5.34vw;
    margin: 0 -5.33vw;
  }
}
.p-featureList__item {
  display: flex;
  align-items: center;
  margin-top: 72px;
}
@media only screen and (max-width: 900px) {
  .p-featureList__item {
    display: block;
    margin-top: 16vw;
  }
}
.p-featureList__item:first-of-type {
  margin-top: 0;
}
.p-featureList__item:nth-child(2n) .p-featureList__itemInfo {
  order: 2;
}
.p-featureList__item:nth-child(2n) .p-featureList__itemImg {
  order: 1;
  margin-left: -170px;
  margin-right: 110px;
}
@media only screen and (max-width: 900px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemImg {
    margin-left: -5.33vw;
    margin-right: 0;
    padding-left: 0;
  }
}
.p-featureList__item:nth-child(2n) .p-featureList__itemImg::before {
  width: 97.25%;
  height: 92.5%;
  top: 45px;
  left: 60px;
}
@media only screen and (max-width: 900px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemImg::before {
    width: 85.34vw;
    height: 58.67vw;
    top: 9.34vw;
    left: 8vw;
    right: 0;
  }
}
.p-featureList__item:nth-child(2n-1) .p-featureList__itemInfo {
  order: 1;
}
.p-featureList__item:nth-child(2n-1) .p-featureList__itemImg {
  order: 2;
  margin-right: -130px;
  margin-left: 60px;
}
@media only screen and (max-width: 900px) {
  .p-featureList__item:nth-child(2n-1) .p-featureList__itemImg {
    margin-left: 0;
    margin-bottom: 12vw;
  }
}
.p-featureList__item:nth-child(2n-1) .p-featureList__itemImg::before {
  width: 100%;
  height: 97.5%;
  top: 50px;
  left: 25px;
}
@media only screen and (max-width: 900px) {
  .p-featureList__item:nth-child(2n-1) .p-featureList__itemImg::before {
    width: 89.34vw;
    height: 58.67vw;
    top: 3.74vw;
    left: auto;
    right: -6.66vw;
  }
}
.p-featureList__item:nth-child(1) .p-featureList__itemImg::before {
  background-image: url("../img/bg_plan01.jpg");
}
.p-featureList__item:nth-child(2) .p-featureList__itemImg::before {
  background-image: url("../img/bg_plan02.jpg");
}
.p-featureList__item:nth-child(3) .p-featureList__itemImg::before {
  background-image: url("../img/bg_plan03.jpg");
}
.p-featureList__item:nth-child(4) .p-featureList__itemImg::before {
  background-image: url("../img/bg_plan04.jpg");
}
.p-featureList__itemInfo {
  width: 640px;
}
@media only screen and (max-width: 900px) {
  .p-featureList__itemInfo {
    width: auto;
  }
}
.p-featureList__itemTitle {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 1.3125;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  font-family: "Futura W01_n3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #009791;
  padding-top: 52px;
}
@media only screen and (max-width: 900px) {
  .p-featureList__itemTitle {
    padding-top: 0;
    font-size: 7.74vw;
    margin-bottom: 1.34vw;
  }
}
.p-featureList__itemSubTitle {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .p-featureList__itemSubTitle {
    font-size: 4.27vw;
    margin-bottom: 4vw;
    letter-spacing: normal;
  }
}
.p-featureList__itemPrice {
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-family: "Futura W01_n3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .p-featureList__itemPrice {
    font-size: 5.34vw;
    margin-bottom: 3.74vw;
    letter-spacing: normal;
  }
}
.p-featureList__itemDescription {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media only screen and (max-width: 900px) {
  .p-featureList__itemDescription {
    font-size: 3.2vw;
  }
}
.p-featureList__itemImg {
  position: relative;
  width: 560px;
  flex-shrink: 0;
  order: 2;
}
@media only screen and (max-width: 900px) {
  .p-featureList__itemImg {
    width: calc(100% + 1.34vw);
    height: auto;
    margin-bottom: 6.67vw;
  }
}
.p-featureList__itemImg img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.p-featureList__itemImg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-size: cover;
}
.p-reservation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url(../img/bg.jpg) repeat-y top center/100% auto;
  z-index: 0;
  height: 910px;
}
@media only screen and (max-width: 900px) {
  .p-reservation::before {
    height: 114.14vw;
  }
}
.p-reservationList ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 30px auto 80px;
}
@media only screen and (max-width: 900px) {
  .p-reservationList ul {
    margin: 2.14vw auto 6.94vw;
  }
}
.p-reservationList ul li {
  width: 230px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-reservationList ul li {
    width: 21.6vw;
  }
}
.p-reservationListBlock {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.4s ease;
}
.p-reservationListBlock span {
  line-height: 1.4;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .p-reservationListBlock span {
    font-size: 2.94vw;
  }
}
.p-reservationListBlock img, .p-reservationListBlock svg {
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 900px) {
  .p-reservationListBlock img, .p-reservationListBlock svg {
    margin: 0 auto 1.6vw;
  }
}
.p-lead__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-lead__contentImg {
  width: 550px;
}
@media only screen and (max-width: 900px) {
  .p-lead__contentImg {
    width: 100%;
    margin-bottom: 8.54vw;
    order: 1;
  }
}
.p-lead__contentTxt {
  width: 275px;
}
@media only screen and (max-width: 900px) {
  .p-lead__contentTxt {
    width: 100%;
    order: 2;
  }
}
.p-lead__contentTxt h2 {
  color: #009791;
  font-weight: normal;
  text-align: left;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .p-lead__contentTxt h2 {
    text-align: center;
    margin-bottom: 5.34vw;
  }
}
.p-lead__contentTxt h2 span {
  display: block;
}
.p-lead__contentTxt h2 .ja {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  letter-spacing: 0.2em;
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .p-lead__contentTxt h2 .ja {
    font-size: 2.67vw;
  }
}
.p-lead__contentTxt h2 .en {
  display: block;
  color: #009791;
  line-height: 1.3125;
  letter-spacing: 0.15em;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
  font-size: 37px;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 900px) {
  .p-lead__contentTxt h2 .en {
    line-height: 1.125;
    font-size: 5.87vw;
    margin: 0 0 1.34vw;
  }
}
.p-lead__contentTxt h3 {
  color: #000;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .p-lead__contentTxt h3 {
    line-height: 1.6;
    font-size: 4vw;
    margin-bottom: 5.34vw;
    text-align: center;
  }
}
.p-lead__contentTxt p {
  font-size: 12px;
  line-height: 2.4;
  letter-spacing: 0.03em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: justify;
}
@media only screen and (max-width: 900px) {
  .p-lead__contentTxt p {
    font-size: 2.94vw;
    letter-spacing: -0.0025em;
  }
}
.p-mainImg {
  margin-top: 65px;
  background: url(../img/bg_main.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 900px) {
  .p-mainImg {
    margin-top: 13.34vw;
    background-image: url(../img/bg_main@sp.jpg);
  }
}
.p-mainImg__inner {
  position: relative;
  height: 720px;
}
@media only screen and (max-width: 900px) {
  .p-mainImg__inner {
    height: 93.34vw;
    max-height: 100dvh;
  }
}
.p-mainImg__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 40%;
  width: 480px;
  height: 220px;
}
@media only screen and (max-width: 900px) {
  .p-mainImg__title {
    top: 45%;
    width: 72.67vw;
    height: 37.34vw;
  }
}
.p-mainImg__title img {
  display: block;
  width: 100%;
}
.p-plan {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .p-plan {
    padding: 16vw 0 5.34vw;
  }
}
.p-plan__sectHeader {
  position: relative;
  background: #fff;
  padding-top: 110px;
  padding-bottom: 172px;
}
@media only screen and (max-width: 900px) {
  .p-plan__sectHeader {
    padding-top: 14.67vw;
    padding-bottom: 22.94vw;
  }
}
.p-plan__sectHeader img {
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 180px;
}
@media only screen and (max-width: 900px) {
  .p-plan__sectHeader img {
    width: 49.87vw;
    height: 17.87vw;
  }
}
.p-plan__sectHeader::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: url(../img/common/line_section-header.svg) no-repeat center/contain;
  transform: translateY(50%);
  height: 116px;
  width: 9px;
}
@media screen and (max-width: 899px) {
  .p-plan__sectHeader::before {
    height: 86px;
    width: 7px;
  }
}
.p-plan__sectBody {
  background: #009791;
  padding-top: 120px;
  padding-bottom: 140px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .p-plan__sectBody {
    padding-top: 16vw;
    padding-bottom: 18.67vw;
  }
}
.p-plan__title {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .p-plan__title {
    margin-bottom: 10.67vw;
  }
}
@media only screen and (max-width: 900px) {
  .p-plan__title img {
    width: 25.6vw;
    height: 10vw;
  }
}
.p-plan__item {
  margin-top: 60px;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .p-plan__item {
    display: block;
    margin-top: 16.54vw;
  }
}
.p-plan__item:first-of-type {
  margin-top: 0;
}
.p-plan__itemTitle {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemTitle {
    font-size: 4.27vw;
  }
}
.p-plan__itemLead {
  line-height: 1.4;
  color: #006762;
  font-size: 13px;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemLead {
    letter-spacing: 0.05em;
    font-size: 2.94vw;
  }
}
.p-plan__itemPrice {
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemPrice {
    font-size: 4.27vw;
    margin-top: 4.67vw;
  }
}
.p-plan__itemPrice small {
  display: block;
  color: #006762;
  font-size: 13px;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemPrice small {
    font-size: 2.94vw;
  }
}
.p-plan__itemInfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemInfo {
    font-size: 2.94vw;
  }
}
.p-plan__itemInfo:first-of-type {
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemInfo:first-of-type {
    margin-top: 2.67vw;
  }
}
.p-plan__itemInfoTitle:after {
  content: "：";
}
.p-plan__itemDescription {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemDescription {
    font-size: 2.94vw;
    margin-top: 6.67vw;
  }
}
@media only screen and (max-width: 900px) {
  .p-plan__itemDescription.__show .p-plan__itemDescriptionTitle:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
  }
}
.p-plan__itemDescriptionTitle:before {
  content: "【";
}
.p-plan__itemDescriptionTitle:after {
  content: "】";
}
@media only screen and (max-width: 900px) {
  .p-plan__itemDescriptionData {
    padding-top: 1.34vw;
  }
}
.p-plan__itemData {
  order: 1;
  width: 450px;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemData {
    width: auto;
    padding-top: 0;
  }
}
.p-plan__itemImg {
  order: 2;
  width: 420px;
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .p-plan__itemImg img {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .p-plan__itemImg {
    width: auto;
    margin-left: 0;
    margin-bottom: 6.67vw;
  }
}
.p-plan__reserve {
  margin-bottom: 0;
}
.p-plan__reserve__btn {
  border-color: #fff;
  color: #fff;
}
.p-modal {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 150;
  overflow: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.p-modal__inner {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 150px 0;
  width: 940px;
  margin: 0 auto;
}
@media only screen and (min-width: 901px) {
  .p-modal__inner {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 900px) {
  .p-modal__inner {
    padding: 20vw 5.34vw 13.34vw;
    width: auto;
  }
}
.p-modal__close {
  position: absolute;
  display: block;
  right: 30px;
  top: 30px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 100;
}
@media only screen and (min-width: 901px) {
  .p-modal__close {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 901px) {
  .p-modal__close:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 900px) {
  .p-modal__close {
    right: 2.67vw;
    top: 5.34vw;
    width: 5.34vw;
    height: 5.34vw;
  }
}
.p-modal__close:before, .p-modal__close:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 3px;
  background: #fff;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .p-modal__close:before, .p-modal__close:after {
    height: 0.4vw;
  }
}
.p-modal__close:before {
  transform: rotate(45deg);
}
.p-modal__close:after {
  transform: rotate(-45deg);
}
.p-modal__header {
  margin-bottom: 42px;
}
@media only screen and (max-width: 900px) {
  .p-modal__header {
    margin-bottom: 9.6vw;
  }
}
.p-modal__title {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #514e4d;
  font-size: 28px;
}
@media only screen and (max-width: 900px) {
  .p-modal__title {
    font-size: 5.2vw;
  }
}
.p-modal__footer {
  margin-top: 68px;
}
@media only screen and (max-width: 900px) {
  .p-modal__footer {
    margin-top: 13.34vw;
  }
}
.p-modal__linkBtn, .p-styleFooter__linkBtn {
  display: block;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  border: 1px solid #009791;
  color: #fff;
  background: #009791;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto;
  width: 470px;
}
@media only screen and (min-width: 901px) {
  .p-modal__linkBtn, .p-styleFooter__linkBtn {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 901px) {
  .p-modal__linkBtn:hover, .p-styleFooter__linkBtn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 900px) {
  .p-modal__linkBtn, .p-styleFooter__linkBtn {
    width: 100%;
    font-size: 3.2vw;
    border-radius: 1.07vw;
    padding: 3.2vw;
  }
}
.p-modal__linkBtn:after, .p-styleFooter__linkBtn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  right: 16px;
}
@media only screen and (max-width: 900px) {
  .p-modal__linkBtn:after, .p-styleFooter__linkBtn:after {
    border-width: 1.47vw 0 1.47vw 1.47vw;
    right: 2.67vw;
  }
}
.p-modal__movie {
  max-width: 100%;
  width: 1360px;
  height: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-modal__movie {
    width: 100%;
    height: 50vw;
  }
}
.p-modal__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.p-salon__featuredList {
  max-width: 680px;
  margin: 70px auto 60px;
}
@media only screen and (max-width: 900px) {
  .p-salon__featuredList {
    max-width: 90.67vw;
    margin: 5.34vw auto 5.34vw;
  }
}
.p-salon__featuredList li {
  display: flex;
  margin: 36px 0;
}
@media only screen and (max-width: 900px) {
  .p-salon__featuredList li {
    display: block;
    margin: 6.4vw 0;
  }
}
.p-salon__featuredList h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0.3125em;
  margin-bottom: 0.6125em;
}
@media only screen and (max-width: 900px) {
  .p-salon__featuredList h4 {
    font-size: 3.47vw;
  }
  .p-salon__featuredList h4 br {
    display: none;
  }
}
.p-salon__featuredList p {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (max-width: 900px) {
  .p-salon__featuredList p {
    font-size: 2.67vw;
  }
}
.p-salon__featuredImg {
  width: 235px;
  margin-right: 28px;
}
@media only screen and (max-width: 900px) {
  .p-salon__featuredImg {
    width: 53.34vw;
    margin: 0 auto 4.8vw;
  }
}
.p-salon__featuredImg img {
  width: 100%;
}
.p-salon__featuredContent {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .p-salon__featuredContent {
    text-align: center;
  }
}
.p-salon__subList {
  max-width: 540px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 900px) {
  .p-salon__subList {
    margin: 14.67vw auto 0;
    max-width: 90.67vw;
  }
}
.p-salon__subList h5 {
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  .p-salon__subList h5 {
    margin-bottom: 10.67vw;
  }
}
.p-salon__subList h5 span, .p-salon__subList h5 small {
  display: block;
  line-height: 1.4;
}
.p-salon__subList h5 span {
  color: #000;
  letter-spacing: -0.05em;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .p-salon__subList h5 span {
    font-size: 3.87vw;
  }
}
.p-salon__subList h5 small {
  font-weight: normal;
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .p-salon__subList h5 small {
    font-size: 2.67vw;
  }
}
.p-salon__subList ul li {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
@media only screen and (max-width: 900px) {
  .p-salon__subList ul li {
    display: block;
    width: 100%;
  }
  .p-salon__subList ul li i {
    display: none;
  }
}
.p-salon__subList ul li a {
  color: #595757;
  text-decoration: underline;
}
.p-salon__subList ul li a:hover {
  text-decoration: none;
}
.p-salon__subList dl {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.p-salon__subList dl dt, .p-salon__subList dl dd {
  font-size: 11px;
  line-height: 1.4;
}
@media only screen and (max-width: 900px) {
  .p-salon__subList dl dt, .p-salon__subList dl dd {
    font-size: 2.94vw;
  }
}
.p-salon__subList dl dt {
  color: #000;
  width: 100px;
  margin-right: 25px;
  text-align: justify;
  text-align-last: justify;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .p-salon__subList dl dt {
    width: 29.34vw;
    margin-right: 6.67vw;
  }
}
.p-salon__subList dl dd {
  padding: 0;
  width: calc(100% - 140px);
}
@media only screen and (max-width: 900px) {
  .p-salon__subList dl dd {
    width: 38.67vw;
    margin-bottom: 0.3125em;
  }
}
@media all and (min-width: 0) and (max-width: 767px) {
  .p- .info .lead {
    margin-top: 36px;
    margin-bottom: 30px;
  }
  .p- .salonFeatured {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p- .salonFeatured li {
    display: block;
    margin-bottom: 40px;
  }
  .p- .salonFeatured .salonFeaturedImg {
    width: 200px;
    margin: 0 auto 16px;
  }
  .p- .salonFeatured .salonFeaturedContent {
    width: 100%;
    text-align: center;
  }
  .p- .salonFeatured .salonFeaturedContent h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .p- .salonFeatured .salonFeaturedContent p {
    font-size: 11px;
    line-height: 1.6;
  }
  .p- .salonOthers {
    max-width: 270px;
    margin: 0 auto;
  }
  .p- h5 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 900px) {
  .p-movie__header {
    margin-bottom: 8vw;
  }
}
.p-movie::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 410px;
  background: url(../img/bg_movie.jpg) no-repeat top center/cover;
}
@media only screen and (max-width: 900px) {
  .p-movie::before {
    height: 44vw;
    background-image: url(../img/bg_movie@sp.jpg);
  }
}
.p-movie__player {
  position: relative;
  display: block;
  background: #fff;
  cursor: pointer;
}
.p-movie__player::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/common/play.svg) no-repeat center/contain;
  width: 92px;
  height: 92px;
}
@media only screen and (max-width: 900px) {
  .p-movie__player::after {
    width: 11.74vw;
    height: 11.74vw;
  }
}
.p-movie__player img {
  display: block;
  width: 100%;
  transition: opacity ease 0.25s;
}
.p-movie__player:hover img {
  opacity: 0.75;
}
.p-point {
  padding: 190px 0;
  background: url(../img/bg_point.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 900px) {
  .p-point {
    padding: 23.34vw 0 36.67vw;
    background-image: url(../img/bg_point@sp.jpg);
  }
}
.p-point__title {
  text-align: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 84px;
}
@media only screen and (max-width: 900px) {
  .p-point__title {
    margin-bottom: 14.67vw;
  }
}
.p-point__title span {
  display: block;
  letter-spacing: 0.125em;
}
.p-point__title .sub {
  font-size: 18px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 900px) {
  .p-point__title .sub {
    font-size: 3.2vw;
  }
}
.p-point__title .mid {
  font-size: 34px;
  margin-bottom: -1em;
}
@media only screen and (max-width: 900px) {
  .p-point__title .mid {
    font-size: 4.94vw;
  }
}
.p-point__title .main {
  font-size: 66px;
}
@media only screen and (max-width: 900px) {
  .p-point__title .main {
    font-size: 9.87vw;
  }
}
.p-point__title .main strong {
  font-size: 2em;
  letter-spacing: -0.1em;
}
.p-point__list {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 900px) {
  .p-point__list {
    display: block;
  }
}
.p-point__list > li {
  list-style: none;
  background: #bddad6;
  border-radius: 24px;
  padding: 28px 20px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .p-point__list > li {
    padding: 6.67vw 4vw;
    border-radius: 6.67vw;
  }
  .p-point__list > li:not(:last-child) {
    margin-bottom: 10vw;
  }
}
.p-point__itemHeader {
  text-align: center;
  color: #fff;
}
.p-point__itemHeader .idx {
  font-family: "Futura W01_n3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-left: 1em;
}
@media only screen and (max-width: 900px) {
  .p-point__itemHeader .idx {
    font-size: 4vw;
  }
}
.p-point__itemContent {
  margin: 18px 0;
  padding: 20px 0;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #009791;
  height: calc(100% - 3.6rem);
}
@media only screen and (max-width: 900px) {
  .p-point__itemContent {
    height: auto;
    margin: 2.67vw 0;
    padding: 5.34vw 0;
  }
}
.p-point__itemContent h3, .p-point__itemContent .txt {
  width: 100%;
  text-align: center;
}
.p-point__itemContent h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .p-point__itemContent h3 {
    font-size: 4vw;
  }
}
.p-point__itemContent img {
  margin-bottom: 1rem;
}
.p-point__itemContent p {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.1em;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-point__itemContent p {
    font-size: 2.67vw;
    letter-spacing: 0.1em;
  }
}
.p-gallery {
  background: url("../img/bg_view.jpg") repeat center/cover;
}
.p-galleryTop img {
  width: 100%;
}
.p-gallery .p-gallery__inner {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .p-gallery .p-gallery__inner {
    width: auto;
  }
}
.p-gallery .p-gallery__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}
@media only screen and (max-width: 900px) {
  .p-gallery .p-gallery__inner ul {
    margin: 0;
  }
}
.p-gallery .p-gallery__inner li {
  padding: 6px;
  width: 25%;
}
@media only screen and (max-width: 900px) {
  .p-gallery .p-gallery__inner li {
    padding: 0;
    width: 50%;
    box-sizing: border-box;
  }
}
.p-gallery .p-gallery__inner li a {
  display: block;
  transition: opacity 0.5s ease;
}
.p-gallery .p-gallery__inner li a:hover {
  opacity: 0.6;
}
.p-gallery img {
  width: 100%;
}
.p-galleryUp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  background: url(../img/index/img_view_01.jpg) no-repeat center;
  background-size: 100% 100%;
}
.p-galleryUp:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 32px;
  content: "";
  z-index: 3;
  background: url(../img/index/img_view_close.png) center no-repeat;
  background-size: 100% 100%;
}
.p-galleryUp:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  filter: blur(6px);
  z-index: 2;
  content: "";
}
.p-galleryUp a.prev, .p-galleryUp a.next {
  width: 38px;
  position: absolute;
  top: 50%;
  left: 29px;
  transform: translateY(-50%);
  z-index: 3;
}
.p-galleryUp a.next {
  left: auto;
  right: 29px;
}
.p-galleryUp a.prev img, .p-galleryUp a.next img {
  width: 100%;
  transform-origin: center;
}
.p-galleryUp a.prev img {
  transform: rotateZ(90deg);
}
.p-galleryUp a.next img {
  transform: rotateZ(-90deg);
}
.p-galleryUp div {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
}
.p-galleryUp ul {
  margin: 0 auto;
  width: 6400px;
}
.p-galleryUp li {
  width: 800px;
  float: left;
  position: relative;
  z-index: 3;
}
.p-galleryUp li p {
  padding: 35px 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  background: #fff;
}
.u-n {
  display: none !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-tc {
  text-align: center !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-fn {
  float: none !important;
}

.u-dn {
  display: none !important;
}

.u-db {
  display: block !important;
}

.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-dt {
  display: table !important;
}

.u-dtc {
  display: table-cell !important;
}

.u-dtr {
  display: table-row !important;
}

.u-df {
  display: flex !important;
}

.u-dif {
  display: inline-flex !important;
}

@media only screen and (min-width: 901px) {
  .u-lg--n {
    display: none !important;
  }
  .u-lg--tl {
    text-align: left !important;
  }
  .u-lg--tr {
    text-align: right !important;
  }
  .u-lg--tc {
    text-align: center !important;
  }
  .u-lg--fl {
    float: left !important;
  }
  .u-lg--fr {
    float: right !important;
  }
  .u-lg--fn {
    float: none !important;
  }
  .u-lg--dn {
    display: none !important;
  }
  .u-lg--db {
    display: block !important;
  }
  .u-lg--dib {
    display: inline-block !important;
  }
  .u-lg--di {
    display: inline !important;
  }
  .u-lg--dt {
    display: table !important;
  }
  .u-lg--dtc {
    display: table-cell !important;
  }
  .u-lg--dtr {
    display: table-row !important;
  }
  .u-lg--df {
    display: flex !important;
  }
  .u-lg--dif {
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 900px) {
  .u-sm--n {
    display: none !important;
  }
  .u-sm--tl {
    text-align: left !important;
  }
  .u-sm--tr {
    text-align: right !important;
  }
  .u-sm--tc {
    text-align: center !important;
  }
  .u-sm--fl {
    float: left !important;
  }
  .u-sm--fr {
    float: right !important;
  }
  .u-sm--fn {
    float: none !important;
  }
  .u-sm--dn {
    display: none !important;
  }
  .u-sm--db {
    display: block !important;
  }
  .u-sm--dib {
    display: inline-block !important;
  }
  .u-sm--di {
    display: inline !important;
  }
  .u-sm--dt {
    display: table !important;
  }
  .u-sm--dtc {
    display: table-cell !important;
  }
  .u-sm--dtr {
    display: table-row !important;
  }
  .u-sm--df {
    display: flex !important;
  }
  .u-sm--dif {
    display: inline-flex !important;
  }
}
