@charset "UTF-8";
/* ==============================================================
*  foundation
* ============================================================ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  color: #58584D;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-kerning: normal;
  color: #58584D;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1em;
  list-style: none;
}

li {
  list-style: none;
}

li > ul, li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  text-decoration: none;
  color: #58584D;
}
a:hover, a:active {
  text-decoration: none;
  color: #A9A57C;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.2em;
  border-radius: 3px;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  font-size: 1rem;
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==============================================================
*  layout
* ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 56px;
  }
}

.l-header_inner {
  position: relative;
  background-color: #fff;
}

.l-footer_main {
  background-color: #5B5753;
}

.l-footer_inner {
  padding: 30px 0;
  text-align: center;
}
.l-footer_inquiry .l-footer_inner {
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer_inquiry .l-footer_inner {
    padding: 20px 0 40px;
  }
}

.l-main {
  width: 100%;
  padding: 160px 27px 0 27px;
  background-color: #F9F8F8;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 56px 0 0;
    overflow: hidden;
  }
}
.l-main-top {
  padding: 94px 0 0;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .l-main-top {
    padding-top: 56px;
  }
}

.l-main_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 76px 0 90px;
}
@media screen and (max-width: 767px) {
  .l-main_inner {
    max-width: 100%;
    padding: 45px 15px;
  }
}
.l-main-wide .l-main_inner {
  padding: 45px 0;
}

/* ==============================================================
*  component
* ============================================================ */
.c-heading-lv1 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-heading-lv1 {
    font-size: 4.792vw;
  }
}
@media screen and (max-width: 480px) {
  .c-heading-lv1 {
    font-size: 2.2rem;
  }
}
.c-heading-lv1 span {
  font-size: 1.4rem;
  color: #F19539;
}
.c-heading-lv2 {
  margin: 70px 0 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .c-heading-lv2 {
    padding-bottom: 18px;
    font-size: 2rem;
  }
}
.c-heading-lv2 span {
  font-size: 1.5rem;
}
.c-heading-lv3 {
  margin: 60px 0 0;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-heading-lv3 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.c-heading-lv4 {
  position: relative;
  margin: 60px 0 10px;
  padding-left: 24px;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-heading-lv4 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.c-heading-lv4::before {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-color: #58584D;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-heading-lv4::before {
    top: 6px;
  }
}

.c-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.c-textLink {
  color: #58584D;
  text-decoration: underline;
  transition: all .2s;
}
.c-textLink:hover, .c-textLink:active {
  color: #A9A57C;
}

.c-button {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-button {
    margin-top: 50px;
  }
}

.c-button_link {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 570px;
  padding: 16px;
  border: 1px solid #D9D7D4;
  background-color: #D9D7D4;
  color: #565656;
  text-align: center;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  .c-button_link {
    max-width: 285px;
    padding: 10px 25px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.c-button_link:hover {
  color: #565656;
  background-color: #fff;
}
.c-button_link::after {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #565656;
  border-right: 2px solid #565656;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-button_link::after {
    right: 15px;
  }
}

.c-listDisc_items {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-listDisc_items {
    margin-top: 20px;
  }
}

.c-listDisc_item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .c-listDisc_item {
    font-size: 1.2rem;
  }
}
.c-listDisc_item::before {
  content: "・";
}
.c-listDisc_items-large .c-listDisc_item::before {
  margin-right: 2px;
  content: "●";
}
@media screen and (max-width: 767px) {
  .c-listDisc_items-large .c-listDisc_item::before {
    font-size: 1.1rem;
  }
}
.c-listDisc-square .c-listDisc_item {
  padding-left: 1.4em;
  text-indent: 0;
}
.c-listDisc-square .c-listDisc_item:not(:first-child) {
  margin-top: 30px;
}
.c-listDisc-square .c-listDisc_item::before {
  position: absolute;
  top: 15px;
  left: 2px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #F19539;
  content: "";
}
.c-listDisc_item p {
  text-indent: 0;
}

.c-listDisc_link-arrow {
  position: relative;
  padding-right: 10px;
  transition: all .2s;
}
.c-listDisc_link-arrow:hover {
  color: #A9A57C;
  text-decoration: underline;
}
.c-listDisc_link-arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #666;
  content: "";
}

/* ==============================================================
*  project
* ============================================================ */
.p-header {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 13px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 56px;
    padding: 2vw 0;
  }
}

.p-header_logo {
  width: 168px;
  height: 59px;
}
@media screen and (max-width: 767px) {
  .p-header_logo {
    width: 105px;
    height: auto;
  }
}
.p-header_logo img {
  display: block;
}

.p-header_spMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header_spMenu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
}

.p-spMenu {
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #BFB5AA;
  transition: all .3s;
}
.is_open .p-spMenu {
  background-color: #3F3C3A;
}
.p-spMenu::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 32px;
  height: 9px;
  background: url("/foliage/images/common/icon_spmenu_open.svg") no-repeat;
  background-size: contain;
  content: "";
}
.is_open .p-spMenu::after {
  background-image: url("/foliage/images/common/icon_spmenu_close.svg");
}
.p-spMenu span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #3F3C3A;
  transition: color .3s, transform .3s;
}
.is_open .p-spMenu span {
  width: 24px;
  background-color: #FFF;
}
.p-spMenu span:first-of-type {
  top: 15px;
}
.is_open .p-spMenu span:first-of-type {
  top: 17px;
  transform: translateX(-50%) rotate(225deg);
}
.p-spMenu span:nth-of-type(2) {
  top: 21px;
}
.is_open .p-spMenu span:nth-of-type(2) {
  display: none;
}
.p-spMenu span:last-of-type {
  top: 27px;
}
.is_open .p-spMenu span:last-of-type {
  top: 17px;
  transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-headerMenu {
    display: none;
  }
}

.p-headerMenu_item {
  text-align: right;
}

.p-headerMenu_link {
  font-family: 'Roboto', sans-serif;
}
.p-headerMenu_link-en {
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
.p-headerMenu_link-mc {
  display: block;
  width: 183px;
}

body.is_fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

.p-footerInquiry_title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footerInquiry_title {
    font-size: 1.6rem;
  }
}
.p-footerInquiry_title-en {
  display: block;
  max-width: 185px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 767px) {
  .p-footerInquiry_title-en {
    max-width: 138px;
  }
}

.p-footerInquiry_text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footerInquiry_text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.p-footerInquiryTexts {
  width: 100%;
  max-width: 1045px;
  margin: 30px auto 0;
  padding: 20px;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .p-footerInquiryTexts {
    margin-top: 20px;
    padding: 12px 25px;
    max-width: 80%;
  }
}

.p-footerInquiryTexts_name, .p-footerInquiryTexts_time {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footerInquiryTexts_name, .p-footerInquiryTexts_time {
    font-size: 1.5rem;
  }
}

.p-footerInquiryTexts_tel {
  font-family: "Roboto", sans-serif;
  font-size: 5.3rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footerInquiryTexts_tel {
    font-size: 3.5rem;
  }
}

.p-footerRelation_title {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footerRelation_title {
    font-size: 1rem;
  }
}

.p-footerRelation_name {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footerRelation_name {
    font-size: 1.3rem;
  }
}

.p-footerRelation_image {
  width: 100%;
  max-width: 200px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .p-footerRelation_image {
    max-width: 150px;
  }
}

.p-footer_copy {
  background-color: #3F3C3A;
}

.p-footerCopy {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  color: #888;
  line-height: 49px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-footerCopy {
    font-size: 0.8rem;
  }
}

.p-navigation {
  background-color: rgba(84, 79, 71, 0.75);
}
@media screen and (max-width: 767px) {
  .p-navigation {
    display: none;
    height: calc(100vh - 56px);
    background-color: #4C4845;
  }
}

.p-navigationList {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-navigationList {
    display: block;
    max-width: 100%;
    padding: 40px 18px;
  }
}

.p-navigationList_item {
  position: relative;
  width: 100%;
  max-width: calc(100% / 6);
}
@media screen and (max-width: 767px) {
  .p-navigationList_item {
    max-width: 100%;
    border-top: 1px solid #fff;
  }
}
.p-navigationList_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 73%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-navigationList_item::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-navigationList_item:last-of-type {
    border-bottom: 1px solid #fff;
  }
}
.p-navigationList_item:last-of-type::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 73%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-navigationList_item:last-of-type::after {
    content: none;
  }
}

.p-navigationList_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  font-size: 1.7rem;
  color: #fff;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-navigationList_link {
    padding: 9px 6px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-navigationList_link {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
}
.p-navigationList_link:hover {
  color: #fff;
  background-color: #A9A57C;
}

.p-navigationButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-navigationButton {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-navigationButton_link {
    display: inline-block;
    width: 283px;
    padding: 9px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    background-color: #D9D7D4;
    color: #4C4845;
  }
  .p-navigationButton_link:hover {
    color: #4C4845;
  }
}

.p-mainVisual {
  position: relative;
}

.p-mainVisualList {
  display: none;
}
.p-mainVisualList.slick-initialized {
  display: block;
}

.p-mainVisualList_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mainVisualList_item > img {
    width: 100%;
    height: 404px;
    object-fit: cover;
  }
}

.p-mainVisualTexts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  text-align: center;
}

.p-mainVisualTexts_top {
  display: block;
  margin: 0 auto;
}
.p-mainVisualTexts_top-A {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-mainVisualTexts_top-A {
    max-width: 180px;
  }
}

.p-mainVisualTexts_middle {
  font-family: 'Roboto', sans-serif;
  font-size: 4.3rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 6px #000;
}
@media screen and (max-width: 767px) {
  .p-mainVisualTexts_middle {
    font-size: 2.8rem;
  }
}

.p-mainVisualTexts_bottom {
  margin-top: 6px;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-shadow: 0 0 6px #000;
}
@media screen and (max-width: 767px) {
  .p-mainVisualTexts_bottom {
    font-size: 1.3rem;
  }
}

.p-topSection-topics {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-topSection-topics {
    padding: 20px 0 40px;
  }
}
.p-topSection-message {
  padding: 95px 0;
  background-color: #BFB5AA;
}
@media screen and (max-width: 767px) {
  .p-topSection-message {
    padding: 60px 0 70px;
  }
}
.p-topSection-facility {
  padding: 55px 0 65px;
  background-color: #F7F6F5;
}
@media screen and (max-width: 767px) {
  .p-topSection-facility {
    padding: 25px 0 30px;
  }
}

.p-topSection_title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topSection_title {
    font-size: 1.5rem;
  }
}
.p-topSection_title-en {
  display: block;
  margin: 0 auto;
}
.p-topSection-topics .p-topSection_title-en {
  display: inline-block;
  max-width: 40px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-topSection-topics .p-topSection_title-en {
    display: block;
    max-width: 30px;
    margin-right: auto;
  }
}
.p-topSection-facility .p-topSection_title-en {
  max-width: 99px;
}
@media screen and (max-width: 767px) {
  .p-topSection-facility .p-topSection_title-en {
    max-width: 74px;
  }
}

.p-topTopicsList_wrap {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-topTopicsList_wrap {
    max-width: 90%;
  }
}

.p-topTopicsList {
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .p-topTopicsList {
    padding: 0;
  }
}

.p-topTopicsList_item {
  padding: 21px 0;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .p-topTopicsList_item {
    padding: 20px;
  }
}

.p-topInfoList_link {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  color: #58584D;
  transition: all .2s;
}

.p-topInfoList_date {
  flex-shrink: 0;
  width: 82px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-topInfoList_date {
    width: 75px;
    font-size: 1.2rem;
  }
}

.p-topInfoList_text {
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-topInfoList_text {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

.p-topMessage_text {
  text-align: center;
}
.p-topMessage_text-jp {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-topMessage_text-jp {
    font-size: 1.3rem;
  }
}
.p-topMessage_text-en {
  display: block;
  max-width: 370px;
  margin: 8px auto 0;
}
@media screen and (max-width: 767px) {
  .p-topMessage_text-en {
    max-width: 226px;
    margin-top: 0;
  }
}

.p-topMessage_image {
  margin: 0 auto;
}
.p-topMessage_image-top {
  width: 433px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-topMessage_image-top {
    width: 264px;
    margin-top: 5px;
  }
}
.p-topMessage_image-bottom {
  position: relative;
  width: 473px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-topMessage_image-bottom {
    width: 296px;
  }
}
@media screen and (max-width: 767px) {
  .p-topMessage_image-bottom::before {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
    height: 1px;
    background-color: #D6D6D6;
    content: "";
  }
}

.p-topButton {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topButton {
    margin-top: 30px;
  }
}
.p-topButton-news {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-topButton-news {
    display: block;
  }
}

.p-topButton_link {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 368px;
  padding: 17px 50px;
  border: 1px solid #D9D7D4;
  font-size: 1.4rem;
  color: #565656;
  background-color: #D9D7D4;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  .p-topButton_link {
    max-width: 283px;
    padding: 9px 25px 8px;
    font-size: 1.3rem;
  }
}
.p-topButton_link:hover {
  background-color: #565656;
  color: #D9D7D4;
}
.p-topButton_link:hover::after {
  border-color: #D9D7D4;
}
.p-topButton_link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #565656;
  border-right: 2px solid #565656;
  content: "";
}

.p-topFacility {
  width: 100%;
  max-width: 1308px;
  margin: 50px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topFacility {
    margin-top: 20px;
  }
}

.p-topFacilityList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  padding: 0 20px;
}

.p-topFacilityList_item {
  width: calc((100% / 3) - 19px);
  margin: 0 9px;
}
@media screen and (max-width: 767px) {
  .p-topFacilityList_item {
    width: calc((100% / 3) - 4px);
    margin: 0 2px;
  }
}
.p-topFacilityList_item:nth-of-type(n-3) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-topFacilityList_item:nth-of-type(n-3) {
    margin-top: 4px;
  }
}

.p-topFacilityList_link {
  transition: all .2s;
}
.p-topFacilityList_link:hover {
  opacity: .7;
}

.p-floorCatch {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-floorCatch {
    margin-top: 25px;
  }
}
.p-floorCatch img {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .p-floorCatch img {
    max-width: 200px;
  }
}

.p-floorMapWrap {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-floorMapWrap {
    margin-top: 30px;
  }
}

.p-floorMap {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-floorMap {
    cursor: auto;
  }
}

.p-floorMap_title img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .p-floorMap_title img {
    max-width: 280px;
  }
}
.p-floorMap_image + .p-floorMap_title {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-floorMap_image + .p-floorMap_title {
    margin-top: 30px;
  }
}

.p-floorMap_image {
  margin-top: 30px;
}

.p-floorBoxWrap {
  display: none;
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 0;
  width: 100%;
  max-width: 875px;
  background-color: #DDDBCB;
  animation: fadeIn .5s ease 0s 1;
}
@media screen and (max-width: 767px) {
  .p-floorBoxWrap {
    position: static;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin: 30px -15px 0;
    animation: none;
  }
}
.p-floorBoxWrap-last {
  top: auto;
  bottom: 30px;
}

.p-floorBox {
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .p-floorBox {
    padding: 20px 15px;
  }
}

.p-floorBox_title {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-floorBox_title {
    font-size: 1.8rem;
  }
}

.p-floorBox_text {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-floorBox_text {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

.p-floorBox_facility {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -6px 0;
}
@media screen and (max-width: 767px) {
  .p-floorBox_facility {
    margin: 25px -18px 0;
  }
}

.p-floorBoxFacility {
  width: 100%;
  max-width: calc((100% / 3) - 12px);
  margin: 0 6px;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-floorBoxFacility {
    max-width: calc((100% / 3) - 6px);
    margin: 0 3px;
  }
}

.p-floorBoxFacility_caption {
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-floorBoxFacility_caption {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}

.p-seminarNavigation {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-seminarNavigation {
    margin-top: 20px;
  }
}
.p-seminarNavigation-bottom {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-seminarNavigation-bottom {
    margin-top: 70px;
  }
}

.p-seminarNavigation_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -22px;
  padding: 0;
}

.p-seminarNavigation_item {
  margin-top: 15px;
  line-height: 1.1;
}
.p-seminarNavigation_item:not(:last-of-type) {
  border-right: 1px solid #58584D;
}

.p-seminarNavigation_link {
  margin: 0 22px;
  font-weight: 500;
}

.p-seminarTitle span {
  transform: translateY(-5px);
  display: inline-block;
  margin-left: 12px;
  padding: 3px 9px 4px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFF;
  background-color: #A9A57C;
  border-radius: 3px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-seminarTitle span {
    transform: translateY(-3px);
    line-height: 1.1;
  }
}

.p-seminarCatch {
  max-width: 310px;
  margin-top: 80px;
}

.p-seminar {
  margin-top: 60px;
}

.p-seminar_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-seminar_items {
    margin: 0;
  }
}

.p-seminar_item {
  width: 100%;
  max-width: calc((100% / 3) - 36px);
  margin: 0 18px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-seminar_item {
    max-width: calc(50% - 8px);
    margin: 0 4px;
    padding-bottom: 15px;
  }
}

.p-seminarImage {
  margin: 0;
  padding: 0;
}

.p-seminarImage_caption {
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-seminarImage_caption {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.p-seminarImage_caption span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-seminarImage_caption span {
    font-size: 1.2rem;
  }
}

.p-seminarNote {
  margin-top: 30px;
  font-size: 1.4rem;
}

.p-seminarRoomImage {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomImage {
    margin-top: 20px;
  }
}

.p-seminarRoomImage_items {
  display: flex;
  margin: 30px -3px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomImage_items {
    display: block;
    margin: 10px 0 0;
  }
}

.p-seminarRoomImage_item {
  width: 100%;
  max-width: calc((100% / 2) - 6px);
  margin: 0 3px;
  padding: 13px 24px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomImage_item {
    max-width: 100%;
    margin: 7px 0 0;
    padding: 10px 16px;
    font-size: 1.2rem;
  }
}

.p-seminarRoomImageBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomImageBox {
    display: block;
  }
}
.p-seminarRoomImageBox-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomImageBox-sp {
    display: block;
    margin-top: 7px;
    padding: 25px;
    background-color: #FFF;
    text-align: center;
  }
}

.p-seminarRoomImageBox_left {
  width: 100%;
  max-width: 711px;
}

.p-seminarRoomImageBox_right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 412px;
  margin-left: 16px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomImageBox_right {
    display: none;
  }
}

.p-seminarRoomImageBox_caption {
  margin-top: 40px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomImageBox_caption {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.p-seminarRoomLayout {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomLayout {
    margin-top: 10px;
  }
}

.p-seminarRoomLayout_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomLayout_items {
    display: block;
    margin: 0;
  }
}

.p-seminarRoomLayout_item {
  width: 100%;
  max-width: calc((100% / 2) - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomLayout_item {
    max-width: 100%;
    margin: 10px 0 0;
  }
}
.p-seminarRoomLayout_item:nth-of-type(n+3) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-seminarRoomLayout_item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.p-roomLayout {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
}

.p-roomLayout_left {
  width: 57%;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-roomLayout_left {
    padding: 15px;
  }
}

.p-roomLayout_right {
  display: flex;
  align-items: center;
  width: 43%;
  padding: 25px 35px 25px 15px;
}
@media screen and (max-width: 767px) {
  .p-roomLayout_right {
    padding: 15px 22px 15px 10px;
  }
}

.p-roomLayout_caption {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-roomLayout_caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.p-roomAccessories {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-roomAccessories {
    margin-top: 30px;
  }
}

.p-roomAccessories_title {
  padding: 6px 30px;
  font-weight: 500;
  background-color: #BFB5AA;
}
@media screen and (max-width: 767px) {
  .p-roomAccessories_title {
    padding: 6px 16px;
    font-size: 1.4rem;
  }
}

.p-roomAccessories_data {
  margin-top: 15px;
}

.p-roomAccessories_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-roomAccessories_items {
    margin: 0;
  }
}

.p-roomAccessories_item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc((100% / 2) - 6px);
  margin: 0 3px;
  padding: 14px 26px 14px 40px;
  font-size: 1.8rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-roomAccessories_item {
    max-width: 100%;
    min-height: 60px;
    margin-top: 4px;
    padding: 10px 14px 10px 26px;
    font-size: 1.6rem;
  }
}
.p-roomAccessories_item:nth-of-type(n+3) {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-roomAccessories_item:nth-of-type(n+3) {
    margin-top: 4px;
  }
}
.p-roomAccessories_item > span {
  position: relative;
}
.p-roomAccessories_item > span::before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  font-size: 1.8rem;
  content: "・";
}
@media screen and (max-width: 767px) {
  .p-roomAccessories_item > span::before {
    left: -16px;
    font-size: 1.6rem;
  }
}

.p-roomAccessories_small {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .p-roomAccessories_small {
    display: block;
    font-size: 1.28rem;
    text-indent: -1em;
  }
}

.p-roomAccessories_note {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: right;
}

.p-partyImage {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-partyImage {
    margin-top: 30px;
  }
}

.p-partyImageList {
  display: none;
}
.p-partyImageList.slick-initialized {
  display: block;
}

.p-partyImage_note {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-partyImage_note {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.p-partyTitle .p-partyTitle_label {
  transform: translateY(-4px);
  display: inline-block;
  margin: 0 12px 0 16px;
  padding: 0 12px 1px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFF;
  background-color: #A9A57C;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-partyTitle .p-partyTitle_label {
    transform: translateY(-3px);
    padding: 1px 12px 2px;
    font-size: 1.28rem;
  }
}
.p-partyTitle .p-partyTitle_note {
  transform: translateY(-4px);
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-partyTitle .p-partyTitle_note {
    transform: translateY(-3px);
    font-size: 1.44rem;
  }
}

.p-menuList {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-menuList {
    margin-top: 25px;
  }
}

.p-menuList_items {
  position: relative;
  display: flex;
  margin: 0 -27px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-menuList_items {
    margin: 0 -3px;
  }
}
@media screen and (max-width: 767px) {
  .p-menuList_items-2 {
    display: block;
  }
}

.p-menuList_item {
  width: 100%;
  max-width: calc((100% / 3) - 38px);
  margin: 0 19px;
}
@media screen and (max-width: 767px) {
  .p-menuList_item {
    max-width: calc((100% / 3) - 6px);
    margin: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-menuList_item-2 {
    max-width: 100%;
    margin: 0;
  }
  .p-menuList_item-2:first-of-type {
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .p-menuListBox-sp {
    display: none;
  }
}

.p-menuListBox_caption {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menuListBox_caption {
    margin-top: 3px;
    font-size: 1.2rem;
    line-height: 1.25;
    font-feature-settings: "palt";
  }
}
.p-menuListBox_caption span {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-menuListBox_caption span {
    display: block;
  }
}

.p-menuListChild {
  position: absolute;
  top: 140px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  display: none;
  width: calc(100vw - 17px);
  max-width: 1194px;
  animation: fadeIn .5s ease 0s 1;
}
@media screen and (max-width: 1200px) {
  .p-menuListChild {
    top: 11vw;
    /*top: 19.3vw;*/
  }
}
@media screen and (max-width: 767px) {
  .p-menuListChild {
    position: static;
    transform: none;
    display: block;
    width: 100%;
    max-width: 100%;
    animation: none;
  }
}

.p-menuListChild_items {
  display: flex;
  margin: 0;
  padding: 27px 8px;
  background-color: #DDDBCB;
}
@media screen and (max-width: 767px) {
  .p-menuListChild_items {
    margin-top: 10px;
    padding: 0;
    background-color: #F9F8F8;
  }
}

[data-trigger="lunch"]:hover [data-menu="lunch"] {
  display: block;
}

[data-trigger="dinner"]:hover [data-menu="dinner"] {
  display: block;
}

.p-menuListChild_item {
  width: 100%;
  max-width: calc((100% / 3) - 38px);
  margin: 0 19px;
}
@media screen and (max-width: 767px) {
  .p-menuListChild_item {
    max-width: calc((100% / 3) - 6px);
    margin: 0 3px;
  }
}

.p-partyMenu {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-partyMenu {
    display: none;
  }
}
.p-partyMenu-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-partyMenu-sp {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .p-partyMenu-sp tr:not(:first-of-type) {
    border-top: 1px solid #F9F8F8;
  }
}
@media screen and (max-width: 767px) {
  .p-partyMenu + .p-partyMenu {
    margin-top: 12px;
  }
}

.p-partyMenu_title {
  padding: 6px 6px 6px 28px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #C9BFB5;
}
.p-partyMenu_title-type {
  width: 40%;
  border-right: 6px solid #F9F8F8;
}
.p-partyMenu_title-number {
  width: 30%;
  border-right: 6px solid #F9F8F8;
}
.p-partyMenu_title-price {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-partyMenu_title {
    width: 20%;
    padding: 16px 14px;
    border-right: none;
    font-size: 1.28rem;
    text-align: center;
  }
}

.p-partyMenu_data {
  padding: 14px 28px;
  border-top: 6px solid #F9F8F8;
  border-right: 6px solid #F9F8F8;
  font-size: 2rem;
  font-weight: 500;
  background-color: #FFF;
  line-height: 1.45;
}
.p-partyMenu_data:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-partyMenu_data {
    width: 80%;
    padding: 16px;
    border: none;
    font-size: 1.6rem;
  }
}

.p-partyMenu_sub {
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-partyMenu_sub {
    display: inline-block;
  }
}

.p-partyMenu_link {
  display: inline-block;
  margin-top: 4px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-partyMenu_link {
    font-size: 1.28rem;
  }
}

.p-partyMenu_name {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-partyMenu_name {
    font-size: 1.44rem;
  }
}

.p-partyMenu_note {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-partyMenu_note {
    font-size: 1.28rem;
  }
}

@media screen and (max-width: 767px) {
  .p-infoPageTitle {
    margin-left: 18px;
  }
}

.p-infoTitle {
  position: relative;
  margin-top: 30px;
  padding: 10px 22px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  background-color: #7C7872;
  cursor: pointer;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  .p-infoTitle {
    margin-top: 8px;
    font-size: 1.8rem;
  }
  .p-infoTitle:first-of-type {
    margin-top: 35px;
  }
}
.p-infoTitle::before {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 24px;
  background-color: #FFF;
  transition: all .3s;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-infoTitle::before {
    right: 20px;
    width: 2px;
    height: 16px;
  }
}
.p-infoTitle::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 4px;
  background-color: #FFF;
  transition: all .3s;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-infoTitle::after {
    right: 6px;
    width: 16px;
    height: 2px;
  }
}
.p-infoTitle.is_active {
  background-color: #A9A57C;
}
.p-infoTitle.is_active::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-infoTitle.is_active::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-infoTable {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-infoTable {
    margin-top: 10px;
  }
}
.p-infoTable tr {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.p-infoTable th {
  width: 17%;
  padding: 18px 24px;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-infoTable th {
    width: 34%;
    padding: 18px 7px;
    font-size: 1.4rem;
  }
}
.p-infoTable td {
  padding: 18px 24px;
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-infoTable td {
    padding: 18px 6px;
    font-size: 1.4rem;
  }
}
.p-infoTable-typeB {
  margin-top: 0;
}
.p-infoTable-typeB tr {
  border-top: none;
}
.p-infoTable-typeC th {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-infoTable-typeC th {
    font-size: 1.6rem;
  }
}
.p-infoTable-typeC td {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-infoTable-typeC td {
    font-size: 1.2rem;
  }
}
.p-infoTable-typeC td:first-of-type {
  width: 19%;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-infoTable-typeC td:first-of-type {
    font-size: 1.6rem;
  }
}

.p-infoTable_note {
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 2.25;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-infoTable_note {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.p-infoTable_attention {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #BC3924;
}
@media screen and (max-width: 767px) {
  .p-infoTable_attention {
    font-size: 1.2rem;
  }
}

.p-infoBox {
  padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-infoBox {
    padding: 20px 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-infoBox .c-text {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-infoBox_lead {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-infoBox_lead {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.p-infoBoxTitle {
  margin: 30px 0 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-infoBoxTitle {
    margin-top: 26px;
    padding-bottom: 10px;
    font-size: 1.7rem;
  }
}
.p-infoBoxTitle-square {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .p-infoBoxTitle-square {
    padding-left: 20px;
  }
}
.p-infoBoxTitle-square::before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 17px;
  height: 17px;
  background-color: #58584D;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-infoBoxTitle-square::before {
    width: 13px;
    height: 13px;
  }
}

.p-infoCancel {
  margin-top: 40px;
}
.p-infoCancel thead th {
  width: 18%;
  padding: 14px 0;
  border-right: 5px solid #F9F8F8;
  border-bottom: 5px solid #F9F8F8;
  font-size: 2rem;
  font-weight: 500;
  background-color: #BFB5AA;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-infoCancel thead th {
    border-right-width: 3px;
    border-bottom-width: 3px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.p-infoCancel thead th:first-of-type {
  width: 28%;
  padding: 14px 28px;
  border-right: 5px solid #F9F8F8;
  border-bottom: 5px solid #F9F8F8;
  font-size: 1.6rem;
  background-color: #FFF;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-infoCancel thead th:first-of-type {
    padding: 7px 10px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    font-size: 1rem;
  }
}
.p-infoCancel tbody th {
  padding: 14px 28px;
  border-top: 5px solid #F9F8F8;
  border-right: 5px solid #F9F8F8;
  border-bottom: 5px solid #F9F8F8;
  font-size: 2rem;
  font-weight: 500;
  background-color: #E2E1E0;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-infoCancel tbody th {
    padding: 7px 10px;
    border-top-width: 3px;
    border-right-width: 3px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-infoCancel tbody th:last-of-type {
  border-bottom: none;
}
.p-infoCancel tbody td {
  border-top: 5px solid #F9F8F8;
  border-right: 5px solid #F9F8F8;
  font-size: 2.6rem;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-infoCancel tbody td {
    border-top-width: 3px;
    border-right-width: 3px;
    font-size: 1.2rem;
  }
}
.p-infoCancel-typeB thead th {
  width: 14.4%;
}

.p-infoImage {
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-infoImage {
    display: block;
    margin: 24px -15px 0;
  }
}

.p-infoImage_left {
  width: 100%;
  max-width: 756px;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .p-infoImage_left {
    max-width: 100%;
  }
}

.p-infoImage_right {
  width: 100%;
  max-width: 374px;
  margin-left: 10px;
  flex-shrink: 2;
}
@media screen and (max-width: 767px) {
  .p-infoImage_right {
    display: flex;
    max-width: 100vw;
    width: calc(100% + 4px);
    margin: 4px -2px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-infoImage_top {
    width: 100%;
    max-width: calc(50% - 4px);
    margin: 0 2px;
  }
}

.p-infoImage_bottom {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-infoImage_bottom {
    width: 100%;
    max-width: calc(50% - 4px);
    margin: 0 2px;
  }
}

.p-infoAccessories {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories {
    margin-top: 30px;
  }
}

.p-infoAccessories_title {
  padding: 6px 30px;
  font-weight: 500;
  background-color: #BFB5AA;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_title {
    padding: 6px 16px;
    font-size: 1.4rem;
  }
}

.p-infoAccessories_data {
  margin-top: 15px;
}
.p-infoAccessories_data-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_data-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_data {
    margin-top: 4px;
  }
}

.p-infoAccessories_left {
  flex-shrink: 0;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_left {
    width: 100%;
    text-align: center;
  }
}

.p-infoAccessories_right {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_right {
    margin: 4px 0 0;
  }
}

.p-infoAccessories_items {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -3px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_items {
    margin: 0;
  }
}
.p-infoAccessories_items-typeB {
  margin: 22px -7px 0;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_items-typeB {
    margin: 0 -2px;
  }
}
.p-infoAccessories_items-typeC {
  margin-top: 30px;
}

.p-infoAccessories_item {
  position: relative;
  width: 100%;
  max-width: calc((100% / 3) - 10px);
  margin: 6px 5px 0;
  padding: 14px 26px 14px 28px;
  font-size: 1.8rem;
  background-color: #FFF;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_item {
    display: flex;
    align-items: center;
    max-width: calc(50% - 4px);
    min-height: 60px;
    margin: 4px 2px 0;
    padding: 10px 14px;
    font-size: 1.3rem;
  }
}
.p-infoAccessories_item-wide {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_item-wide {
    flex-wrap: wrap;
    line-height: 1.5;
  }
}
.p-infoAccessories_item-narrow {
  padding: 14px 14px 14px 18px;
}
.p-infoAccessories_items-typeB .p-infoAccessories_item {
  max-width: calc(50% - 14px);
  margin: 14px 7px 0;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_items-typeB .p-infoAccessories_item {
    max-width: calc(50% - 4px);
    margin: 4px 2px 0;
  }
}
.p-infoAccessories_items-typeC .p-infoAccessories_item {
  padding: 14px 14px 14px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_items-typeC .p-infoAccessories_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.p-infoAccessories_note {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_note {
    font-size: 1.2rem;
  }
}

.p-infoAccessories_label {
  display: inline-block;
  margin-left: 4px;
  padding: 0 9px;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #A9A57C;
  border-radius: 3px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-infoAccessories_label {
    margin: 2px 0 0;
    font-size: 1.2rem;
  }
}

.p-infoShopImage {
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-infoShopImage {
    display: block;
    margin: 30px -15px 0;
  }
}

.p-infoShopImage_left {
  width: 100%;
  max-width: 607px;
}
@media screen and (max-width: 767px) {
  .p-infoShopImage_left {
    max-width: 100%;
    text-align: center;
  }
}

.p-infoShopImage_right {
  padding: 36px 47px;
}
@media screen and (max-width: 767px) {
  .p-infoShopImage_right {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-infoShopImage_right .c-listDisc_items {
    margin-top: 0;
  }
}
.p-infoShopImage_right .c-listDisc_item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-infoShopImage_right .c-listDisc_item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.p-infoShopImage_items {
  padding: 0;
}

.p-infoShopImage_item {
  position: relative;
  padding-left: 20px;
}
.p-infoShopImage_item:not(:first-of-type) {
  margin-top: 40px;
}
.p-infoShopImage_item::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #58584D;
  border-radius: 50%;
  content: "";
}

.p-infoRelaxation {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-infoRelaxation {
    display: block;
    margin: 30px -15px 0;
  }
}

.p-infoRelaxation_images {
  display: flex;
  max-width: 882px;
  margin: 0 -4px;
}
@media screen and (max-width: 767px) {
  .p-infoRelaxation_images {
    margin: 0 -2px;
  }
}

.p-infoRelaxation_image {
  width: 100%;
  max-width: calc(50% - 8px);
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .p-infoRelaxation_image {
    max-width: calc(50% - 4px);
    margin: 0 2px;
  }
}

.p-infoRelaxation_texts {
  flex-shrink: 0;
  padding: 3.53vw 0 0 28px;
}
@media screen and (max-width: 767px) {
  .p-infoRelaxation_texts {
    padding: 7px 15px 0;
  }
}

.p-infoCheck {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #D6D6D6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-infoCheck {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.p-infoCheck-last {
  margin-top: 0;
  border-bottom: 1px solid #D6D6D6;
}

.p-infoCheck_title {
  width: 17%;
  padding: 18px 24px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-infoCheck_title {
    width: 34%;
    padding: 16px 7px;
    font-size: 1.6rem;
  }
}

.p-infoCheck_date {
  width: 19%;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-infoCheck_date {
    width: 40%;
    font-size: 1.6rem;
  }
}

.p-infoCheck_remarks {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-infoCheck_remarks {
    padding: 0 7px 20px;
    font-size: 1.2rem;
  }
}

.p-accessBox {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-accessBox {
    margin-top: 40px;
  }
}

.p-accessBox_title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-accessBox_title {
    font-size: 1.6rem;
  }
}

.p-accessBox_address {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-accessBox_address {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.p-accessBox_tel {
  display: inline-block;
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-accessBox_tel {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.p-accessBox_tel span {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-accessBox_tel span {
    font-size: 1.8rem;
  }
}

.p-accessBox_button {
  display: inline-block;
  transform: translateY(-16px);
}
@media screen and (max-width: 767px) {
  .p-accessBox_button {
    transform: none;
    margin-top: 30px;
  }
}

.p-accessMapButton {
  width: 100%;
  max-width: 218px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-accessMapButton {
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.p-accessMapButton_link, .p-accessDiagram_link {
  position: relative;
  display: inline-block;
  padding: 12px 40px 12px 20px;
  border: 1px solid #D9D7D4;
  font-size: 1.6rem;
  background-color: #D9D7D4;
  text-align: center;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  .p-accessMapButton_link, .p-accessDiagram_link {
    padding: 9px 36px 9px 16px;
    font-size: 1.3rem;
  }
}
.p-accessMapButton_link:hover, .p-accessDiagram_link:hover {
  background-color: #F9F8F8;
}
.p-accessMapButton_link::before, .p-accessDiagram_link::before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #565656;
  border-right: 1px solid #565656;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-accessListDisc_items {
    margin-top: 10px;
  }
}
.p-accessListDisc_items .c-listDisc_item {
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-accessListDisc_items .c-listDisc_item {
    font-size: 1.4rem;
  }
}

.p-accessDiagram_items {
  display: flex;
  justify-content: flex-start;
  margin: 16px -7px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-accessDiagram_items {
    display: block;
    margin: 16px 0;
  }
}

.p-accessDiagram_item {
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .p-accessDiagram_item {
    margin: 8px 0;
  }
}

.p-accessNavigation {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-accessNavigation {
    margin-top: 30px;
  }
}

.p-accessNavigation_link {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-accessNavigation_link {
    font-size: 1.4rem;
  }
}

.p-accessTab {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-accessTab {
    margin-top: 60px;
  }
}

.p-accessTab_label {
  display: inline-block;
  width: calc((100% / 3) - 16px);
  margin: 0 8px;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 500;
  background: #d9d7d4;
  background: -webkit-linear-gradient(90deg, #c7c5c2 0%, #d9d7d4 18.55%);
  background: linear-gradient(0deg, #c7c5c2 0%, #d9d7d4 18.55%);
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-accessTab_label {
    width: calc((100% / 3) - 6px);
    margin: 0 3px;
    font-size: 1rem;
  }
}
.p-accessTab_label span {
  margin: 0 4px;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-accessTab_label span {
    font-size: 1.2rem;
  }
}

input[name="accessTab"] {
  display: none;
}

input:checked + .p-accessTab_label {
  background: #E0D3BE;
}

.p-accessTab_content {
  display: none;
  border: 6px solid #E0D3BE;
}

#p-accesstab1:checked ~ #p-accessTab1_content, #p-accesstab2:checked ~ #p-accessTab2_content, #p-accesstab3:checked ~ #p-accessTab3_content {
  display: block;
}

.p-accessTab_inner {
  padding: 42px;
}
@media screen and (max-width: 767px) {
  .p-accessTab_inner {
    padding: 30px 15px;
  }
}

.p-tabBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-tabBox {
    display: block;
  }
}

.p-tabBox_left {
  width: 100%;
  max-width: 380px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-tabBox_left {
    max-width: 100%;
  }
}

.p-tabBox_right {
  width: 100%;
  max-width: 638px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-tabBox_right {
    max-width: 100%;
    margin: 25px 0 0;
  }
}

.p-tabBox_title {
  position: relative;
  margin: 40px 0 10px;
  padding-left: 24px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-tabBox_title {
    margin: 20px 0 5px;
    padding-left: 18px;
    font-size: 1.4rem;
  }
}
.p-tabBox_title::before {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-color: #58584D;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-tabBox_title::before {
    top: 5px;
    width: 11px;
    height: 11px;
  }
}

.p-tabBox_start {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-tabBox_start {
    font-size: 1.4rem;
  }
}

.p-tabBox_text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-tabBox_text {
    font-size: 1.2rem;
  }
}

.p-tabNote_items {
  padding: 0;
}

.p-tabNote_item {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-tabNote_item {
    font-size: 1.2rem;
  }
}
.p-tabNote_item::before {
  content: "※";
}

.p-accessTerminal {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-accessTerminal {
    margin-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-pricePageTitle {
    margin-left: 18px;
  }
}

.p-priceTitle {
  position: relative;
  margin-top: 30px;
  padding: 10px 22px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  background-color: #7C7872;
  cursor: pointer;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  .p-priceTitle {
    margin-top: 8px;
    font-size: 1.8rem;
  }
  .p-priceTitle:first-of-type {
    margin-top: 35px;
  }
}
.p-priceTitle::before {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 24px;
  background-color: #FFF;
  transition: all .3s;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-priceTitle::before {
    right: 20px;
    width: 2px;
    height: 16px;
  }
}
.p-priceTitle::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 4px;
  background-color: #FFF;
  transition: all .3s;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-priceTitle::after {
    right: 6px;
    width: 16px;
    height: 2px;
  }
}
.p-priceTitle.is_active {
  background-color: #A9A57C;
}
.p-priceTitle.is_active::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-priceTitle.is_active::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-priceBox {
  padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-priceBox {
    padding: 20px 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-priceBox .c-text {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-priceBox_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-priceBox_pc {
    display: none;
  }
}

.p-priceBox_sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-priceBox_sp {
    display: none;
  }
}

.p-priceBox_lead {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-priceBox_lead {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.p-priceBoxTitle {
  margin: 50px 0 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 2.1rem;
  font-weight: 500;
}
.p-priceBoxTitle-square {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .p-priceBoxTitle-square {
    padding-left: 20px;
  }
}
.p-priceBoxTitle-square::before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 17px;
  height: 17px;
  background-color: #58584D;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-priceBoxTitle-square::before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-priceBoxTitle {
    margin-top: 26px;
    padding-bottom: 10px;
    font-size: 1.7rem;
  }
}

.p-priceTableWrap {
  display: flex;
  margin: 0 -11px;
}
@media screen and (max-width: 767px) {
  .p-priceTableWrap {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-priceTableWrapPc {
    display: none;
  }
}

.p-priceTableWrapSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-priceTableWrapSp {
    display: block;
  }
}

.p-priceTable {
  margin-top: 40px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-priceTable {
    margin-top: 20px;
  }
}
.p-priceTable thead th {
  padding: 8px 0;
  border-right: 5px solid #F9F8F8;
  border-bottom: 5px solid #F9F8F8;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #BFB5AA;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-priceTable thead th {
    border-right-width: 3px;
    border-bottom-width: 3px;
    font-size: 1.1rem;
  }
}
.p-priceTable thead th:first-of-type {
  padding: 8px 20px;
  border-right: 5px solid #F9F8F8;
  border-bottom: 5px solid #F9F8F8;
  background-color: #FFF;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-priceTable thead th:first-of-type {
    padding: 7px 10px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    font-size: 1rem;
  }
}
.p-priceTable thead th span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
.p-priceTable tbody th {
  padding: 24px 20px;
  border-top: 5px solid #F9F8F8;
  border-right: 5px solid #F9F8F8;
  border-bottom: 5px solid #F9F8F8;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #E2E1E0;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-priceTable tbody th {
    padding: 7px 10px;
    border-top-width: 3px;
    border-right-width: 3px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-priceTable tbody th:last-of-type {
  border-bottom: none;
}
.p-priceTable tbody th span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-priceTable tbody th span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable tbody th span.p-priceTable_inline {
    display: inline;
  }
}
.p-priceTable tbody td {
  border-top: 5px solid #F9F8F8;
  border-right: 5px solid #F9F8F8;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-priceTable tbody td {
    border-top-width: 3px;
    border-right-width: 3px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable tbody td span {
    font-size: 1rem;
  }
}
.p-priceTable-typeB {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeB {
    display: none;
  }
}
.p-priceTable-typeB thead th {
  width: 5%;
}
.p-priceTable-typeB thead th:first-of-type {
  width: 15%;
}
.p-priceTable-typeB thead th:nth-of-type(n+7) {
  width: 10%;
}
.p-priceTable-typeB tbody tr:nth-of-type(odd) th {
  background-color: #E2E1E0;
}
.p-priceTable-typeB tbody tr:nth-of-type(odd) td {
  background-color: #FFFFFF;
}
.p-priceTable-typeB tbody tr:nth-of-type(even) th {
  background-color: #CCCCCC;
}
.p-priceTable-typeB tbody tr:nth-of-type(even) td {
  background-color: #EDEDED;
}
.p-priceTable-typeC {
  width: 100%;
  max-width: calc((100% / 3) - 22px);
  margin: 0 11px;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeC {
    max-width: 100%;
    margin: 0;
  }
}
.p-priceTable-typeC tr {
  display: flex;
}
.p-priceTable-typeC thead th {
  width: 25.5%;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeC thead th {
    width: 43%;
    font-size: 1.4rem;
  }
}
.p-priceTable-typeC thead th:first-of-type {
  width: 74.5%;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeC thead th:first-of-type {
    width: 57%;
  }
}
.p-priceTable-typeC tbody th {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 74.5%;
  min-height: 77px;
  padding: 3px 20px;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeC tbody th {
    display: block;
    width: 57%;
    min-height: auto;
    padding: 7px 10px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-priceTable-typeC tbody td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25.5%;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeC tbody td {
    width: 43%;
    padding: 7px 0;
    font-size: 1.4rem;
    line-height: 1.28;
  }
}
.p-priceTable-typeC tbody .p-priceTable_last {
  min-height: 195px;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeC tbody .p-priceTable_last {
    min-height: auto;
  }
}
.p-priceTable-typeC tbody .p-priceTable_last th {
  justify-content: flex-start;
  padding: 25px 6px 25px 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeC tbody .p-priceTable_last th {
    padding: 9px 4px 9px 10px;
  }
}
.p-priceTable-typeD {
  width: 100%;
  max-width: calc(50% - 22px);
  margin: 0 11px;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeD {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeD thead th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeD thead th:first-of-type {
    font-size: 1.2rem;
  }
}
.p-priceTable-typeD tbody th {
  width: 48%;
  min-height: 57px;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeD tbody th {
    width: 45%;
    font-size: 1.2rem;
  }
}
.p-priceTable-typeD tbody td {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeD tbody td {
    width: 25%;
    font-size: 1.4rem;
  }
}
.p-priceTable-typeD tbody td:nth-of-type(2) {
  width: 32%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeD tbody td:nth-of-type(2) {
    width: 25%;
  }
}
.p-priceTable-typeD tbody td span {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeD tbody td span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeE {
    margin-top: 20px;
  }
}
.p-priceTable-typeE thead th {
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeE thead th {
    padding: 9px 0;
    font-size: 1.4rem;
  }
}
.p-priceTable-typeE tbody th {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeE tbody th {
    width: 42%;
    font-size: 1.2rem;
  }
}
.p-priceTable-typeE tbody th span {
  margin-top: 3px;
}
.p-priceTable-typeE tbody th .p-priceTable_link {
  display: block;
  font-size: 1.4rem;
}
.p-priceTable-typeE tbody td {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeE tbody td {
    width: 28%;
    font-size: 1.4rem;
  }
}
.p-priceTable-typeE tbody td .p-priceTable_solo {
  font-weight: 400;
}
.p-priceTable-typeE tbody td .p-priceTable_drink {
  display: block;
  font-size: 1.4rem;
}
.p-priceBox > .p-priceTable-typeE {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeESp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeESp tbody th {
    width: 20%;
    padding: 16px 0;
    font-size: 1.3rem;
    background-color: #C9BFB5;
    text-align: center;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeESp tbody td {
    width: 78%;
    padding: 9px 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeESp tbody td .p-priceTable_solo {
    display: inline;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeESp tbody td .p-priceTable_drink {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeESp tbody td .p-priceTable_link {
    display: block;
    font-size: 1.3rem;
  }
}
.p-priceTable-typeF thead th {
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF thead th {
    padding: 9px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF thead th:first-of-type {
    font-size: 1.2rem;
  }
}
.p-priceTable-typeF tbody th {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF tbody th {
    width: 37%;
    font-size: 1.2rem;
  }
}
.p-priceTable-typeF tbody th span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF tbody th span {
    font-size: 1rem;
  }
}
.p-priceTable-typeF tbody td {
  width: 32%;
  padding: 7px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF tbody td {
    width: 22%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF tbody td:nth-of-type(2) {
    width: 38%;
  }
}
.p-priceTable-typeF tbody td span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF tbody td span {
    font-size: 1rem;
  }
}
.p-priceTable-typeF tbody td span.p-priceTable_extension {
  margin-left: 4px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-priceTable-typeF tbody td span.p-priceTable_extension {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-priceTable-sp {
    margin-top: 30px;
  }
}
.p-priceTable-sp thead th {
  padding: 16px 0;
  font-size: 1.6rem;
  background-color: #E2E1E0;
}
.p-priceTable-sp thead th:first-of-type {
  font-size: 1.2rem;
}
.p-priceTable-sp tbody th {
  width: 45%;
  font-size: 1.2rem;
  background-color: #BFB5AA;
}
.p-priceTable-sp tbody td {
  width: 55%;
  font-size: 1.4rem;
}

.p-priceTable_note {
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 2.25;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-priceTable_note {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.p-priceListDisc {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-priceListDisc {
    margin-top: 30px;
  }
}

.p-priceList {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-priceList {
    margin: 25px -15px 0;
  }
}

.p-priceList_items {
  position: relative;
  display: flex;
  margin: 0 -18px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-priceList_items {
    margin: 0 -3px;
  }
}

.p-priceList_item {
  width: 100%;
  max-width: calc((100% / 3) - 36px);
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  .p-priceList_item {
    max-width: calc((100% / 3) - 6px);
    margin: 0 3px;
  }
}

.p-priceListBox_caption {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-priceListBox_caption {
    margin-top: 3px;
    font-size: 1.2rem;
    line-height: 1.25;
    font-feature-settings: "palt";
  }
}

/* ==============================================================
*  utility
* ============================================================ */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-textIndent {
  text-indent: 1em !important;
}

.u-textNote {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-textNowrap {
  white-space: nowrap !important;
}

.u-textBreakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-textJustify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-textNone {
  text-transform: none !important;
}

.u-textLowercase {
  text-transform: lowercase !important;
}

.u-textUppercase {
  text-transform: uppercase !important;
}

.u-textCapitalize {
  text-transform: capitalize !important;
}

.u-textSmallcaps {
  font-variant: small-caps !important;
}

.u-textVertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.u-textVertical-upright {
  text-orientation: upright !important;
}

.u-textRight {
  text-align: right !important;
}

.u-textCenter {
  text-align: center !important;
}

.u-textLeft {
  text-align: left !important;
}

.u-textTop {
  vertical-align: top !important;
}

.u-textMiddle {
  vertical-align: middle !important;
}

.u-textBottom {
  vertical-align: bottom !important;
}

.u-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden {
    display: inline-block;
  }
}
.u-hidden-sp {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
