@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@500&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
} 
/* レスポンシブデザイン用のミックスイン

挿入例）
@include desktop {}
@include desktop-narrow-view {}
@include mobile {}
*/
.content-wrapper {
  padding: 0 50px;
  margin: 0 auto;
}
@media only screen and (min-width: 740px) {
  .content-wrapper {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 739px) {
  .content-wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 739px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 740px) {
  .mobile-only {
    display: none;
  }
}

/*
* フォント設定

挿入例）
@include noto-sans-japanese-medium;
*/
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fffcf9;
  color: #1a1a1a;
}

img {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a, button, [type=submit] {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover, button:hover, [type=submit]:hover {
  opacity: 0.5;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

header {
  display: flex;
  justify-content: space-between;
}
header .logo_container {
  flex-grow: 1;
  text-align: center;
  padding: 31px 0;
}
@media only screen and (max-width: 739px) {
  header .logo_container {
    padding: 6px 0 13px;
  }
}
header .logo_container .logo {
  width: 264px;
}
@media only screen and (max-width: 739px) {
  header .logo_container .logo {
    width: 130px;
  }
}
header .apply-link_wrapper {
  flex-shrink: 0;
}
header .apply-link_wrapper .apply_link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
  color: #fff;
  width: 156px;
  height: 100%;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 739px) {
  header .apply-link_wrapper .apply_link {
    font-size: 12px;
    width: 80px;
  }
}

footer {
  font-size: 14px;
  margin: 0 50px;
  padding: 30px 0;
  text-align: center;
  border-top: 6px solid #000;
}
@media only screen and (max-width: 739px) {
  footer {
    font-size: 13px;
    border-top-width: 3px;
    margin: 0 20px;
    padding: 20px 0 30px;
  }
}
footer .name {
  font-size: 18px;
}
@media only screen and (max-width: 739px) {
  footer .name {
    font-size: 15px;
  }
}
footer .copyright {
  margin-top: 15px;
}
@media only screen and (max-width: 739px) {
  footer .copyright {
    margin-top: 8px;
    font-size: 10px;
  }
}
footer .page-top_wrapper #page-top {
  position: fixed;
  z-index: 999;
  bottom: -1px;
  right: 80px;
  padding: 10px 20px 0;
}
@media only screen and (max-width: 739px) {
  footer .page-top_wrapper #page-top {
    right: 0;
  }
}
footer .page-top_wrapper #page-top img {
  width: 18px;
  vertical-align: bottom;
}
@media only screen and (max-width: 739px) {
  footer .page-top_wrapper #page-top img {
    width: 25px;
  }
}

/*
* メインビジュアルのスライド
*/
.main-visual-slide_container {
  position: relative;
}

#main-visual-slide {
  background-color: #fff;
}
#main-visual-slide img {
  width: 100%;
}
@media only screen and (max-width: 739px) {
  #main-visual-slide img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#main-visual-slide_nav {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
}
@media only screen and (max-width: 739px) {
  #main-visual-slide_nav {
    bottom: 15px;
  }
}
#main-visual-slide_nav .slick-dots {
  text-align: center;
}
#main-visual-slide_nav .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
@media only screen and (max-width: 739px) {
  #main-visual-slide_nav .slick-dots li {
    margin: 0 3px;
  }
}
#main-visual-slide_nav .slick-dots li button {
  color: transparent;
  background-color: #e5e5e5;
  border: 0;
  width: 9px;
  height: 9px;
  padding: 0;
}
@media only screen and (max-width: 739px) {
  #main-visual-slide_nav .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
#main-visual-slide_nav .slick-dots li.slick-active button {
  background-color: #1a1a1a;
}

/*
* 紹介文
*/
.introduction {
  padding: 53px 0 105px;
  background-color: #fff;
}
@media only screen and (max-width: 739px) {
  .introduction {
    padding: 30px 0 70px;
    text-align: center;
  }
}
.introduction .introduction_container {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.introduction .introduction_container .title {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .introduction .introduction_container .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.introduction .introduction_container .lead {
  margin-top: 23px;
  font-size: 20px;
  line-height: 3;
}
@media only screen and (max-width: 739px) {
  .introduction .introduction_container .lead {
    margin-top: 20px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.7px;
  }
}

/*
* About US
*/
.about-us .section-title_en {
  text-align: center;
  margin-top: -25px;
}
@media only screen and (max-width: 739px) {
  .about-us .section-title_en {
    margin-top: -13px;
  }
}
.about-us .section-title_en img {
  width: 421px;
}
@media only screen and (max-width: 739px) {
  .about-us .section-title_en img {
    width: 210px;
  }
}
.about-us .section-title_jp {
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .about-us .section-title_jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
.about-us .feature_container {
  margin-top: 40px;
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container {
    margin-top: 30px;
  }
}
.about-us .feature_container .feature {
  position: relative;
  margin-bottom: 105px;
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature {
    margin-bottom: 30px;
  }
}
.about-us .feature_container .feature:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 740px) {
  .about-us .feature_container .feature.image-right .bg-image {
    left: unset;
    right: 0;
  }
  .about-us .feature_container .feature.image-right .content_container {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    padding: 0 65px 0 0;
  }
}
.about-us .feature_container .feature .bg-image {
  background: url() no-repeat center;
  background-size: cover;
}
.about-us .feature_container .feature .bg-image.bg-01 {
  background-image: url(../images/about-us/img_01.jpg);
}
.about-us .feature_container .feature .bg-image.bg-02 {
  background-image: url(../images/about-us/img_02.jpg);
}
.about-us .feature_container .feature .bg-image.bg-03 {
  background-image: url(../images/about-us/img_03.jpg);
}
@media only screen and (min-width: 740px) {
  .about-us .feature_container .feature .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature .bg-image {
    width: 100vw !important;
    height: 200px !important;
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 740px) {
  .about-us .feature_container .feature .content_container {
    width: 480px;
    min-height: 650px;
    margin-left: auto;
    padding: 0 0 0 65px;
  }
}
.about-us .feature_container .feature .content_container .title_container {
  display: inline-block;
  margin-top: 118px;
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature .content_container .title_container {
    display: flex;
    margin-top: 20px;
  }
}
.about-us .feature_container .feature .content_container .title_container .num_container {
  display: inline-block;
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature .content_container .title_container .num_container {
    flex-shrink: 0;
  }
}
.about-us .feature_container .feature .content_container .title_container .num_container span {
  display: block;
  text-align: center;
  letter-spacing: 5px;
}
@media only screen and (min-width: 740px) {
  .about-us .feature_container .feature .content_container .title_container .num_container span {
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature .content_container .title_container .num_container span {
    font-size: 12px;
    text-indent: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.about-us .feature_container .feature .content_container .title_container .num_container img {
  display: block;
  width: 118px;
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature .content_container .title_container .num_container img {
    width: 50px;
  }
}
.about-us .feature_container .feature .content_container .title_container .title {
  margin-top: 76px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature .content_container .title_container .title {
    flex-grow: 1;
    margin-top: 3px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}
.about-us .feature_container .feature .content_container .lead {
  margin-top: 20px;
  line-height: 2.4;
}
@media only screen and (max-width: 739px) {
  .about-us .feature_container .feature .content_container .lead {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.6px;
  }
}

/*
* スペース
*/
.space {
  padding: 97px 0 0;
}
@media only screen and (max-width: 739px) {
  .space {
    padding: 70px 0 0;
  }
}
.space .section-title_en {
  text-align: center;
}
.space .section-title_en img {
  width: 255px;
}
@media only screen and (max-width: 739px) {
  .space .section-title_en img {
    width: 136px;
  }
}
.space .section-title_jp {
  margin-top: 7px;
  text-align: center;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .space .section-title_jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
.space .section-title_lead {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
@media only screen and (max-width: 739px) {
  .space .section-title_lead {
    margin-top: 15px;
    font-size: 13px;
  }
}
.space .floor-plan_wrapper {
  max-width: 1410px;
  margin: 42px auto 50px;
  padding: 0 30px;
}
@media only screen and (max-width: 739px) {
  .space .floor-plan_wrapper {
    margin: 25px auto 30px;
    padding: 0 8px;
  }
}
.space .floor-plan_wrapper img {
  width: 100%;
}
.space .facility-slide_container {
  margin-top: 40px;
  position: relative;
}
.space .facility-slide_container #facility-slide li {
  position: relative;
  margin: 0 7px;
}
@media only screen and (max-width: 739px) {
  .space .facility-slide_container #facility-slide li {
    margin: 0 2px;
  }
}
.space .facility-slide_container #facility-slide li img {
  width: 100%;
}
.space .facility-slide_container #facility-slide li span {
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 740px) {
  .space .facility-slide_container #facility-slide li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.8);
  }
}
@media only screen and (max-width: 739px) {
  .space .facility-slide_container #facility-slide li span {
    padding: 5px 10px;
    font-size: 12px;
    background-color: #1a1a1a;
  }
}
.space .facility-slide_container #facility-slide_nav .slick-prev-custom,
.space .facility-slide_container #facility-slide_nav .slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}
.space .facility-slide_container #facility-slide_nav .slick-prev-custom img,
.space .facility-slide_container #facility-slide_nav .slick-next-custom img {
  width: 34px;
}
.space .facility-slide_container #facility-slide_nav .slick-prev-custom {
  left: 20px;
}
@media only screen and (max-width: 739px) {
  .space .facility-slide_container #facility-slide_nav .slick-prev-custom {
    left: 5px;
  }
}
.space .facility-slide_container #facility-slide_nav .slick-next-custom {
  right: 20px;
}
@media only screen and (max-width: 739px) {
  .space .facility-slide_container #facility-slide_nav .slick-next-custom {
    right: 5px;
  }
}
.space .facility-slide_container #facility-slide_nav .slick-next-custom img {
  transform: rotate(180deg);
}
@media only screen and (min-width: 740px) {
  .space .room-details_container .row_pc {
    display: flex;
    margin-right: -2.5%;
  }
  .space .room-details_container .row_pc .col-3_pc {
    width: 33.3333333333%;
    padding-right: 2.5%;
  }
  .space .room-details_container .row_pc .col-2_pc {
    width: 66.6666666667%;
    padding-right: 2.5%;
  }
}
.space .room-details_container .table-title {
  margin: 35px 0 5px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .space .room-details_container .table-title {
    margin: 25px 0 5px;
    font-size: 18px;
  }
}
.space .room-details_container .item {
  border: 1px solid;
  border-width: 1px 0 1px 0;
  padding: 10px 0;
}
@media only screen and (max-width: 739px) {
  .space .room-details_container .item {
    font-size: 14px;
  }
}
.space .room-details_container .item + .item {
  margin-top: -1px;
}
.space .room-details_container .item.availability {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.space .room-details_container .item.availability .name {
  flex-grow: 1;
}
@media only screen and (min-width: 740px) {
  .space .room-details_container .item.availability .name .tx-small {
    font-size: 14px;
  }
}
.space .room-details_container .item.availability .status-icon,
.space .room-details_container .item.availability .detail {
  flex-shrink: 0;
  margin: 0 20px;
}
.space .room-details_container ul.spaced-list li {
  display: inline-block;
  margin-right: 20px;
}
.space .room-details_container ul.spaced-list li:last-child {
  margin-right: 0;
}

/*
* 料金
*/
.price {
  padding: 121px 0 0;
}
@media only screen and (max-width: 739px) {
  .price {
    padding: 80px 0 0;
  }
}
.price .section-title_en {
  text-align: center;
}
@media only screen and (max-width: 739px) {
  .price .section-title_en {
    margin-top: -13px;
  }
}
.price .section-title_en img {
  width: 238px;
}
@media only screen and (max-width: 739px) {
  .price .section-title_en img {
    width: 115px;
  }
}
.price .section-title_jp {
  margin-top: 10px;
  text-align: center;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .price .section-title_jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
.price .title_bg {
  width: 100%;
  display: block;
  margin-top: 20px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 739px) {
  .price .title_bg {
    margin-top: 15px;
  }
}
.price .title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 739px) {
  .price .title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
}
.price .title span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 739px) {
  .price .title span {
    font-size: 13px;
  }
}
.price .title span.text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-left: 35px;
}
@media only screen and (max-width: 739px) {
  .price .title span.text {
    font-size: 14px;
    margin-left: 15px;
  }
}
.price .capacity {
  margin-top: 70px;
}
@media only screen and (max-width: 739px) {
  .price .capacity {
    margin-top: 30px;
  }
}
.price .price-detail {
  margin-top: 70px;
}
@media only screen and (max-width: 739px) {
  .price .price-detail {
    margin-top: 40px;
  }
}
.price .price-detail * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 740px) {
  .price .price-detail .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 739px) {
  .price .price-detail .flex {
    margin-top: -10px;
  }
}
.price .price-detail .flex .item {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media only screen and (max-width: 739px) {
  .price .price-detail .flex .item {
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
  }
}
@media only screen and (max-width: 739px) {
  .price .price-detail .flex .item .name {
    font-size: 14px;
    width: 124px;
  }
}
.price .price-detail .flex .item .availability-time {
  padding: 0 20px;
}
@media only screen and (max-width: 739px) {
  .price .price-detail .flex .item .availability-time {
    padding: 0 16px 0 0;
    font-size: 14px;
  }
}
.price .price-detail .flex .item .price-amount {
  font-size: 40px;
}
@media only screen and (max-width: 739px) {
  .price .price-detail .flex .item .price-amount {
    font-size: 32px;
  }
}
.price .price-detail .flex .item .price-amount .tax {
  font-size: 24px;
  margin-left: -10px;
}
@media only screen and (max-width: 739px) {
  .price .price-detail .flex .item .price-amount .tax {
    font-size: 14px;
    margin-left: -6px;
  }
}
.price .price-detail .flex .item .note {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-left: 20px;
}
@media only screen and (max-width: 739px) {
  .price .price-detail .flex .item .note {
    font-size: 13px;
  }
}
.price .optional-fee {
  margin-top: 40px;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee {
    margin-top: 40px;
  }
}
.price .optional-fee * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.price .optional-fee .item {
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item {
    margin: 0;
    padding: 8px 0 15px;
    border-bottom: 1px dotted #ccc;
  }
}
.price .optional-fee .item .name {
  width: 330px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item .name {
    font-size: 14px;
    width: 160px;
  }
}
.price .optional-fee .item .name span {
  font-size: 13px;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item .name span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.price .optional-fee .item .price-amount {
  font-size: 40px;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item .price-amount {
    font-size: 32px;
  }
}
.price .optional-fee .item .price-amount .tax {
  font-size: 24px;
  margin-left: -10px;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item .price-amount .tax {
    font-size: 14px;
    margin-left: -6px;
  }
}
.price .optional-fee .item .note {
  width: 100%;
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item .note {
    font-size: 13px;
    line-height: 1.5;
  }
}
.price .optional-fee .item .note-list {
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item .note-list {
    font-size: 12px;
    line-height: 1.4;
  }
}
.price .optional-fee .item .note-list li {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 739px) {
  .price .optional-fee .item .note-list li {
    display: block;
  }
}
.price .available-hours {
  margin-top: 80px;
}
@media only screen and (max-width: 739px) {
  .price .available-hours {
    margin-top: 40px;
  }
}
.price .available-hours .time-range {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
@media only screen and (max-width: 739px) {
  .price .available-hours .time-range {
    font-size: 32px;
  }
}
.price .available-hours .grid-container {
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 740px) {
  .price .available-hours .grid-container {
    margin-top: 23px;
    font-size: 14px;
    display: grid;
    gap: 6px 20px;
  }
  .price .available-hours .grid-container .grid-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .price .available-hours .grid-container .grid-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .price .available-hours .grid-container .grid-item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .price .available-hours .grid-container .grid-item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  .price .available-hours .grid-container .grid-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .price .available-hours .grid-container .grid-item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
}
@media only screen and (max-width: 739px) {
  .price .available-hours .grid-container {
    margin-top: 10px;
    font-size: 13px;
  }
}
.price .link-wrapper {
  margin-top: 75px;
}
@media only screen and (max-width: 739px) {
  .price .link-wrapper {
    margin-top: 40px;
  }
}

/*
* アクセス
*/
.access {
  padding-top: 182px;
}
@media only screen and (max-width: 739px) {
  .access {
    padding: 80px 0 0;
  }
}
.access .section-title_en {
  text-align: center;
}
@media only screen and (max-width: 739px) {
  .access .section-title_en {
    margin-top: -13px;
  }
}
.access .section-title_en img {
  width: 312px;
}
@media only screen and (max-width: 739px) {
  .access .section-title_en img {
    width: 163px;
  }
}
.access .section-title_jp {
  margin-top: 10px;
  text-align: center;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .access .section-title_jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
.access .map_container {
  margin-top: 25px;
  font-size: 18px;
  letter-spacing: 1.2px;
  line-height: 2.1;
}
@media only screen and (max-width: 739px) {
  .access .map_container {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.8;
  }
}
.access .map_container .googlemap_wrapper iframe {
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 739px) {
  .access .map_container .googlemap_wrapper iframe {
    height: 300px;
  }
}
.access .map_container .address {
  margin-top: 15px;
  padding: 0 50px;
}
@media only screen and (max-width: 739px) {
  .access .map_container .address {
    margin-top: 10px;
    padding: 0 20px;
    text-align: left;
  }
}
.access .map_container .address .name {
  font-size: 20px;
}
@media only screen and (max-width: 739px) {
  .access .map_container .address .name {
    font-size: 16px;
  }
}
.access .map_container .transportation {
  margin-top: 30px;
  padding: 0 50px;
}
@media only screen and (max-width: 739px) {
  .access .map_container .transportation {
    margin-top: 15px;
    padding: 0 20px;
  }
}
.access .map_container .transportation ul li {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 739px) {
  .access .map_container .transportation ul li {
    display: block;
    margin: 0;
  }
}
.access .map_container .transportation ul li:first-child {
  margin-left: 0;
}
.access .map_container .transportation p {
  margin-top: 20px;
}
@media only screen and (max-width: 739px) {
  .access .map_container .transportation p {
    margin-top: 15px;
  }
}
.access .map_container .note {
  margin-top: 60px;
  padding: 0 50px;
}
@media only screen and (max-width: 739px) {
  .access .map_container .note {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.access .map_container .note p {
  margin-top: 40px;
  font-size: 21px;
  line-height: 2;
}
.access .map_container .note p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 739px) {
  .access .map_container .note p {
    font-size: 15px;
    margin-top: 15px;
  }
}

/*
* 予約・お問い合わせ
*/
.reservation {
  background: url(../images/reservation/bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 138px;
  padding: 174px 0 152px;
}
@media only screen and (max-width: 739px) {
  .reservation {
    margin-top: 70px;
    padding: 100px 0;
  }
}
.reservation .section-title_en {
  text-align: center;
}
@media only screen and (max-width: 739px) {
  .reservation .section-title_en {
    margin-top: -13px;
  }
}
.reservation .section-title_en img {
  width: 571px;
}
@media only screen and (max-width: 739px) {
  .reservation .section-title_en img {
    width: 300px;
  }
}
.reservation .section-title_jp {
  margin-top: 10px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .reservation .section-title_jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
.reservation .lead {
  margin-top: 90px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 739px) {
  .reservation .lead {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
}
.reservation .link-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 739px) {
  .reservation .link-wrapper {
    margin-top: 30px;
  }
}

/*
* 利用規約
*/
.guide {
  padding: 138px 0 100px;
}
@media only screen and (max-width: 739px) {
  .guide {
    padding: 90px 0 50px;
  }
}
.guide .section-title_en {
  text-align: center;
}
@media only screen and (max-width: 739px) {
  .guide .section-title_en {
    margin-top: -13px;
  }
}
.guide .section-title_en img {
  width: 257px;
}
@media only screen and (max-width: 739px) {
  .guide .section-title_en img {
    width: 125px;
  }
}
.guide .section-title_jp {
  margin-top: 10px;
  text-align: center;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
}
@media only screen and (max-width: 739px) {
  .guide .section-title_jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
.guide .content {
  margin: 30px 0 92px;
}
@media only screen and (max-width: 739px) {
  .guide .content {
    margin: 30px 0 0;
  }
}
.guide .content .item-wrapper {
  margin-bottom: 75px;
}
@media only screen and (max-width: 739px) {
  .guide .content .item-wrapper {
    margin-bottom: 20px;
  }
}
.guide .content .item-wrapper:last-child {
  margin-bottom: 0;
}
.guide .content .item-wrapper .title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 739px) {
  .guide .content .item-wrapper .title {
    font-size: 18px;
  }
}
.guide .content .item-wrapper .text {
  font-size: 18px;
  line-height: 2.2;
}
@media only screen and (max-width: 739px) {
  .guide .content .item-wrapper .text {
    font-size: 13px;
    line-height: 1.7;
  }
}
.guide .link-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 739px) {
  .guide .link-wrapper {
    margin-top: 40px;
  }
}

/*
* リンクボタン
*/
.link {
  display: block;
  max-width: 534px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
}
@media only screen and (max-width: 739px) {
  .link {
    font-size: 18px;
    padding: 20px 0;
  }
}
.link.black {
  background-color: #1a1a1a;
  color: #fff;
}
.link.white {
  background-color: #fff;
  color: #1a1a1a;
}/*# sourceMappingURL=style.css.map */