@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  color: #242A3A;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  line-height: 1;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

h2.green-h2 {
  color: #5D6C56;
  font-size: 24px;
  text-align: center;
  position: relative;
}
h2.green-h2::before {
  content: "";
  background-color: #5D6C56;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .head .english-btn {
  background-color: #333;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.6s;
}
header .head .english-btn:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
header .head .tel {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
header .head .tel .title {
  font-size: 12px;
  background-color: #fff;
  padding: 5px 18px;
}
header .head .tel .number {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 10px;
}
header .head .tel .number span {
  font-size: 14px;
}
header .head .sns {
  display: flex;
  gap: 8px;
}
header .head .sns li a {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.6s;
}
header .head .sns li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
header .head .sns li a img {
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}
header .nav .logo {
  width: 150px;
}
header .nav .logo a {
  transition: all 0.6s;
}
header .nav .logo a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
header .nav .logo a img {
  width: 100%;
}
header .nav nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .nav nav ul li a {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.6s;
}
header .nav nav ul li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
header .nav nav ul li:last-child a {
  display: block;
  padding: 10px 24px;
  border: 1px solid #fff;
  transition: all 0.6s;
}
header .nav nav ul li:last-child a:hover {
  transition: all 0.6s;
  color: #242A3A;
  background-color: #fff;
  opacity: 1;
}
header .nav nav ul .has-child {
  position: relative;
}
header .nav nav ul .has-child ul {
  display: block;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 4;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
header .nav nav ul .has-child ul::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 17px 12px;
  border-color: transparent transparent #fff transparent;
}
header .nav nav ul .has-child ul li a {
  border: 1px solid #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 150px;
  transition: all 0.6s;
}
header .nav nav ul .has-child ul li a:hover {
  transition: all 0.6s;
  color: #242A3A;
  background-color: #fff;
  opacity: 1;
}
header .nav nav ul .has-child:hover ul {
  visibility: visible;
  opacity: 1;
}

header.change-color {
  background-color: rgba(0, 0, 0, 0.5);
}

footer {
  background-color: #242A3A;
  color: #fff;
  padding: 65px 0 18px;
}
footer .head {
  display: flex;
  align-items: center;
}
footer .head .logo {
  width: 184px;
}
footer .head .logo img {
  width: 100%;
}
footer .head .tel {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
footer .head .tel .title {
  border: 1px solid #fff;
  padding: 8px 18px;
}
footer .head .tel .number {
  font-size: 32px;
  margin-left: 10px;
}
footer .head .tel .number .number-title {
  font-size: 20px;
}
footer .head .tel .number .daihyo {
  font-size: 14px;
}
footer .address-sns {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
}
footer .address-sns .address {
  line-height: 1.6;
}
footer .address-sns .ginza-sns .ginza {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .address-sns .ginza-sns .ginza p {
  position: relative;
}
footer .address-sns .ginza-sns .ginza p::before {
  background: url(../images/common/footer-arrow.svg) no-repeat center/contain;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
footer .address-sns .ginza-sns .ginza a {
  display: block;
  margin-left: 27px;
  width: 120px;
  transition: all 0.6s;
}
footer .address-sns .ginza-sns .ginza a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
footer .address-sns .ginza-sns .ginza a img {
  width: 100%;
}
footer .address-sns .ginza-sns .sns {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 46px;
}
footer .address-sns .ginza-sns .sns li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.6s;
}
footer .address-sns .ginza-sns .sns li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
footer .address-sns .ginza-sns .sns li a img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-under {
  border-top: 1px solid #fff;
  display: flex;
  padding-top: 50px;
}
footer .footer-under .nav {
  display: flex;
  flex-shrink: 0;
}
footer .footer-under .nav ul li {
  margin-bottom: 15px;
}
footer .footer-under .nav ul li a {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  transition: all 0.6s;
}
footer .footer-under .nav ul li a::before {
  background: url(../images/common/footer-arrow.svg) no-repeat center/contain;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer-under .nav ul li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
footer .footer-under .nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-under .nav ul li p {
  color: #fff;
  font-size: 14px;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
footer .footer-under .nav ul li p::before {
  background: url(../images/common/footer-arrow.svg) no-repeat center/contain;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer-under .nav ul li ul {
  margin-top: 15px;
  padding-left: 10px;
}
footer .footer-under .nav ul + ul {
  margin-left: 60px;
}
footer .footer-under p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
  margin-left: 160px;
}
footer small {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.footer-reserve {
  background-color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.footer-reserve .tc-header {
  display: none;
}
.footer-reserve #tc-widget select {
  width: 200px;
}
.footer-reserve #tc-widget input[type=text] {
  width: 200px;
}
.footer-reserve #tc-widget[data-layout=horizontal] {
  margin: 0;
  height: 40px;
  width: 100%;
}
.footer-reserve #tc-widget[data-layout=horizontal] .tc-wrap-book {
  margin: 0 0 0 auto;
}
.footer-reserve #tc-widget[data-layout=horizontal] .tc-date {
  margin: 0 30px 0 67px;
}
.footer-reserve #tc-widget[data-layout=horizontal] .tc-time {
  margin: 0 30px 0 0;
}
.footer-reserve #tc-widget[data-layout=horizontal] .tc-ppl {
  margin: 0 30px 0 0;
}
.footer-reserve #tc-widget[data-theme=clear] .tc-body {
  height: 40px;
  padding: 0;
}
.footer-reserve #tc-widget[data-theme=clear] .tc-book {
  border: none;
  box-shadow: none;
  background-color: #2E2C40;
  border-radius: 0;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 0;
  height: 40px;
  width: 145px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

#nav-toggle, #gloval-nav-sp {
  display: none;
}

#news-list {
  padding: 100px 0 140px;
  margin-inline: auto;
}
#news-list #slide-news-main {
  margin: 55px auto 0;
  max-width: 1000px;
  width: 100%;
}
#news-list #slide-news-main li {
  margin: 0 10px;
}
#news-list #slide-news-main li a {
  display: block;
}
#news-list #slide-news-main li a img {
  width: 100%;
}
#news-list #slide-news-main li a h3 {
  color: #242A3A;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 18px;
}
#news-list #slide-news-main li a p {
  color: #242A3A;
  line-height: 1.6;
  margin-top: 18px;
}
#news-list #slide-news-main .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
#news-list #slide-news-main .slick-next::before, #news-list #slide-news-main .slick-prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#news-list #slide-news-main .slick-next::after, #news-list #slide-news-main .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
}
#news-list #slide-news-main .slick-next {
  right: -20px;
}
#news-list #slide-news-main .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
#news-list #slide-news-main .slick-prev {
  left: -20px;
}
#news-list #slide-news-main .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

body#home .mv ul {
  display: flex;
  overflow: hidden;
  width: 100%;
}
body#home .mv ul li {
  width: 25%;
}
body#home .mv ul li:first-child a:hover::before {
  background: linear-gradient(0deg, #2E2C40 6.37%, rgba(46, 44, 64, 0) 100%);
}
body#home .mv ul li:nth-child(2) a:hover::before {
  background: linear-gradient(0deg, #864A21 5.56%, rgba(134, 74, 33, 0) 100%);
}
body#home .mv ul li:nth-child(3) a:hover::before {
  background: linear-gradient(0deg, #49562A 7.9%, rgba(73, 86, 42, 0) 100%);
}
body#home .mv ul li:last-child a:hover::before {
  background: linear-gradient(0deg, #502825 7.02%, rgba(80, 40, 37, 0) 100%);
}
body#home .mv ul li a {
  display: block;
  position: relative;
}
body#home .mv ul li a::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}
body#home .mv ul li a p {
  display: none;
}
body#home .mv ul li a img {
  object-fit: cover;
  width: 101%;
}
body#home .mv ul li a:hover::before {
  opacity: 1;
}
body#home .mv ul li a:hover p {
  color: #fff;
  font-size: 48px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
}
body#home .mv ul li a:hover p span {
  font-size: 24px;
}
body#home #booking-form {
  margin-top: 50px;
}
body#home #booking-form h2 {
  color: #242A3A;
  font-size: 24px;
  text-align: center;
}
body#home #booking-form .booking-box {
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0px 0px 21px rgba(88, 88, 88, 0.06);
  margin-top: 30px;
  height: 80px;
  width: 100%;
}
body#home #booking-form .booking-box .tc-header {
  display: none;
}
body#home #booking-form .booking-box #tc-widget select {
  width: 200px;
}
body#home #booking-form .booking-box #tc-widget input[type=text] {
  width: 200px;
}
body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] {
  margin: 0;
  height: 80px;
  width: 100%;
}
body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-wrap-book {
  margin: 0 0 0 auto;
}
body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-date {
  margin: 0 30px 0 67px;
}
body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-time {
  margin: 0 30px 0 0;
}
body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-ppl {
  margin: 0 30px 0 0;
}
body#home #booking-form .booking-box #tc-widget[data-theme=clear] .tc-body {
  height: 80px;
  padding: 0;
}
body#home #booking-form .booking-box #tc-widget[data-theme=clear] .tc-book {
  border: none;
  box-shadow: none;
  background-color: #2E2C40;
  border-radius: 0;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 0;
  height: 80px;
  width: 145px;
}
body#home .plan {
  background: url(../images/top/plan-bk.jpg) repeat center/contain;
  padding: 100px 0;
}
body#home .plan .plan-inner {
  width: 1262px;
  margin-inline: auto;
}
body#home .plan .plan-inner .plan-wrap {
  display: flex;
  gap: 30px;
  margin-top: 80px;
}
body#home .plan .plan-inner .plan-wrap .plan-box {
  width: 400px;
  height: 500px;
}
body#home .plan .plan-inner .plan-wrap .plan-box a {
  display: block;
  transition: 0.8s all;
  position: relative;
  width: 100%;
  height: 100%;
}
body#home .plan .plan-inner .plan-wrap .plan-box a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #2E2C40;
  z-index: 1;
  transition: 0.8s cubic-bezier(0.77, 0, 0.18, 1) all;
}
body#home .plan .plan-inner .plan-wrap .plan-box a::after {
  position: absolute;
  content: "";
  background: url(../images/top/plan-arrow.svg) no-repeat center/contain;
  width: 54px;
  height: 54px;
  top: 50%;
  right: 132px;
  transform: translateY(-50%);
  z-index: 3;
}
body#home .plan .plan-inner .plan-wrap .plan-box a h3 {
  color: #fff;
  font-size: 32px;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 4;
  top: 35px;
  right: 28px;
}
body#home .plan .plan-inner .plan-wrap .plan-box a h3 span {
  font-size: 16px;
  margin-left: 12px;
}
body#home .plan .plan-inner .plan-wrap .plan-box a .hover {
  background: url(../images/top/plan-business.jpg) no-repeat center/contain;
  transition: 0.8s all;
  opacity: 0;
  z-index: 3;
  width: 400px;
  height: 500px;
  position: relative;
}
body#home .plan .plan-inner .plan-wrap .plan-box a .hover::before {
  position: absolute;
  content: "";
  background-color: rgba(46, 44, 64, 0.7);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#home .plan .plan-inner .plan-wrap .plan-box a .hover ul {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  margin-right: 113px;
}
body#home .plan .plan-inner .plan-wrap .plan-box a .hover ul li {
  color: #fff;
  font-size: 24px;
  text-orientation: upright;
  writing-mode: vertical-rl;
  padding-top: 88px;
  position: relative;
}
body#home .plan .plan-inner .plan-wrap .plan-box a .hover ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
body#home .plan .plan-inner .plan-wrap .plan-box a .hover p {
  color: #fff;
  font-size: 24px;
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: absolute;
  top: 152px;
  right: 253px;
}
body#home .plan .plan-inner .plan-wrap .plan-box a:hover::before, body#home .plan .plan-inner .plan-wrap .plan-box a:hover::after {
  transition: 0.8s all;
  opacity: 0;
}
body#home .plan .plan-inner .plan-wrap .plan-box a:hover .hover {
  transition: 0.8s all;
  opacity: 1;
  top: 0;
  right: 0;
}
body#home .plan .plan-inner .plan-wrap .plan-box:nth-child(2) {
  margin-top: 57px;
}
body#home .plan .plan-inner .plan-wrap .plan-box:nth-child(2) a::before {
  background-color: #502825;
}
body#home .plan .plan-inner .plan-wrap .plan-box:nth-child(2) a .hover {
  background: url(../images/top/plan-family.jpg) no-repeat center/contain;
}
body#home .plan .plan-inner .plan-wrap .plan-box:nth-child(2) a .hover::before {
  background-color: rgba(80, 40, 37, 0.7);
}
body#home .plan .plan-inner .plan-wrap .plan-box:last-child a::before {
  background-color: #49562A;
}
body#home .plan .plan-inner .plan-wrap .plan-box:last-child a .hover {
  background: url(../images/top/plan-private.jpg) no-repeat center/contain;
}
body#home .plan .plan-inner .plan-wrap .plan-box:last-child a .hover::before {
  background-color: rgba(73, 86, 42, 0.7);
}
body#home .meal {
  padding: 125px 0 120px;
  background-color: #F8F8F8;
}
body#home .meal h2 a {
  display: block;
  transition: all 0.6s;
}
body#home .meal h2 a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#home .meal h2 a img {
  width: 100%;
}
body#home .meal p {
  margin: -10px auto 0;
  letter-spacing: 1.8px;
  line-height: 2;
  writing-mode: vertical-rl;
}
body#home .room {
  background-color: #020202;
  padding: 150px 0;
}
body#home .room a {
  display: block;
  transition: all 0.6s;
}
body#home .room a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#home .room .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body#home .room .inner .right-text {
  color: #fff;
  margin-right: 70px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
body#home .room .inner .right-text h2 {
  font-size: 36px;
}
body#home .room .inner .right-text p {
  margin-right: 38px;
  letter-spacing: 1.8px;
  line-height: 2;
}
body#home .room .inner .img-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body#home .room .inner .img-box img {
  width: 300px;
}
body#home .movie {
  position: relative;
  width: 100%;
}
body#home .movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body#home .movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
body#home .history {
  background: url(../images/top/plan-bk.jpg) repeat center/contain;
  padding: 80px 0;
}
body#home .history h2 {
  color: #5D6C56;
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
}
body#home .history p {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin-top: 45px;
}
body#home .history .btn a {
  border: 1px solid #5D6C56;
  color: #5D6C56;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  margin: 45px auto 0;
  width: 300px;
  transition: all 0.6s;
}
body#home .history .btn a:hover {
  transition: all 0.6s;
  background-color: #5D6C56;
  color: #fff;
}
body#home .faq-btn {
  box-sizing: border-box;
  margin: 80px auto;
  width: 600px;
  position: relative;
}
body#home .faq-btn img {
  width: 100%;
}
body#home .faq-btn a {
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 30px;
  line-height: 190px;
  padding-left: 30px;
  margin: 0 auto;
  width: 570px;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
body#home .faq-btn a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#home .access {
  background-color: #F8F8F8;
  padding: 100px 0;
}
body#home .access .access-box {
  display: flex;
  margin-top: 65px;
}
body#home .access .access-box .map {
  flex-shrink: 0;
}
body#home .access .access-box .map iframe {
  width: 500px;
  height: 395px;
}
body#home .access .access-box .map a {
  color: #242A3A;
  display: block;
  text-align: center;
  text-decoration: underline;
  transition: all 0.6s;
  margin-top: 20px;
}
body#home .access .access-box .map a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#home .access .access-box .access-by {
  margin-left: 50px;
}
body#home .access .access-box .access-by h3 {
  font-size: 18px;
  padding-left: 35px;
  position: relative;
}
body#home .access .access-box .access-by h3::before {
  background: url(../images/top/bus.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body#home .access .access-box .access-by h3:nth-of-type(2) {
  margin-top: 30px;
}
body#home .access .access-box .access-by h3:nth-of-type(2)::before {
  background: url(../images/top/subway.svg) no-repeat center/contain;
}
body#home .access .access-box .access-by h3:nth-of-type(3) {
  margin-top: 30px;
}
body#home .access .access-box .access-by h3:nth-of-type(3)::before {
  background: url(../images/top/taxi.svg) no-repeat center/contain;
}
body#home .access .access-box .access-by ul {
  padding-left: 35px;
  margin-top: 15px;
  line-height: 1.6;
}
body#home .wedding-ginza {
  margin-top: 80px;
}
body#home .wedding-ginza .inner {
  display: flex;
  gap: 20px;
  justify-content: center;
}
body#home .wedding-ginza .inner .wedding, body#home .wedding-ginza .inner .ginza {
  position: relative;
}
body#home .wedding-ginza .inner .wedding img, body#home .wedding-ginza .inner .ginza img {
  display: block;
  width: 490px;
  height: 320px;
}
body#home .wedding-ginza .inner .wedding a, body#home .wedding-ginza .inner .ginza a {
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 460px;
  height: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
body#home .wedding-ginza .inner .wedding a::before, body#home .wedding-ginza .inner .ginza a::before {
  background: url(../images/top/link.svg) no-repeat center/contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
body#home .wedding-ginza .inner .wedding a::after, body#home .wedding-ginza .inner .ginza a::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 490px;
  height: 320px;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
  transition: all 0.6s;
}
body#home .wedding-ginza .inner .wedding a h2, body#home .wedding-ginza .inner .ginza a h2 {
  font-size: 30px;
  text-align: center;
  line-height: 290px;
  transition: all 0.6s;
}
body#home .wedding-ginza .inner .wedding a p, body#home .wedding-ginza .inner .ginza a p {
  display: none;
  transition: all 0.6s;
}
body#home .wedding-ginza .inner .wedding a:hover::after, body#home .wedding-ginza .inner .ginza a:hover::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.6s;
}
body#home .wedding-ginza .inner .wedding a:hover h2, body#home .wedding-ginza .inner .ginza a:hover h2 {
  text-align: left;
  line-height: 1;
  padding: 0 30px;
  margin-top: 45px;
  transition: all 0.6s;
}
body#home .wedding-ginza .inner .wedding a:hover p, body#home .wedding-ginza .inner .ginza a:hover p {
  display: block;
  text-align: justify;
  padding: 0 30px;
  margin-top: 20px;
  line-height: 1.6;
  transition: all 0.6s;
}
body#home .banner {
  margin: 50px auto;
}
body#home .banner ul {
  display: flex;
  gap: 20px;
}
body#home .banner ul li {
  width: calc(50% - 10px);
}
body#home .banner ul li a {
  display: block;
  width: 100%;
  padding: 50px 0;
  background-color: #f4b3c2;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
body#home .banner ul li a span {
  font-size: 28px;
}
body#home .banner ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 96%;
  height: 90%;
}
body#home .banner ul li:last-child a {
  background-color: #aacf53;
}
body#home .instagram {
  margin: 140px 0 100px;
}
body#home .instagram h2 {
  color: #5D6C56;
  font-size: 24px;
  text-align: center;
}
body#home .instagram #sb_instagram {
  margin-top: 25px;
}
body#home .footer-reserve {
  display: none;
}

body#room-page .mv {
  background: url(../images/room/mv.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 450px;
}
body#room-page .mv::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#room-page .mv h1 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  padding-top: 222px;
  position: relative;
  z-index: 10;
}
body#room-page .mv h1 span {
  font-size: 24px;
}
body#room-page .smooth-nav {
  margin-top: 80px;
}
body#room-page .smooth-nav ul {
  display: flex;
  gap: 12px;
}
body#room-page .smooth-nav ul li {
  width: calc(25% - 9px);
}
body#room-page .smooth-nav ul li img {
  width: 100%;
}
body#room-page .smooth-nav ul li a {
  background-color: #242A3A;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-align: center;
  transition: all 0.6s;
  padding: 13px 0;
  position: relative;
  margin: 15px auto 0;
  width: calc(100% - 16px);
}
body#room-page .smooth-nav ul li a::before {
  background: url(../images/room/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
body#room-page .smooth-nav ul li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#room-page .room-box {
  margin-top: 150px;
}
body#room-page .room-box:nth-of-type(1) {
  margin-top: 120px;
}
body#room-page .room-box .slider-for {
  margin: 55px auto 0;
  width: 765px;
}
body#room-page .room-box .slider-for img {
  width: 100%;
}
body#room-page .room-box .slider-nav {
  margin: 25px auto 0;
  width: 765px;
}
body#room-page .room-box .slider-nav img {
  display: block;
  opacity: 0.5;
  margin: 0 4px;
  transition: opacity 0.3s linear;
}
body#room-page .room-box .slider-nav .slick-current {
  opacity: 1;
}
body#room-page .room-box p {
  text-align: center;
  margin-top: 75px;
  line-height: 1.5;
}
body#room-page .room-box dl {
  box-sizing: border-box;
  border-top: 2px solid #ECECEC;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  position: relative;
}
body#room-page .room-box dl::before {
  background-color: #242A3A;
  content: "";
  width: 340px;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
body#room-page .room-box dl:first-of-type {
  margin-top: 60px;
}
body#room-page .room-box dl:last-of-type {
  border-bottom: 2px solid #ECECEC;
}
body#room-page .room-box dl:last-of-type::after {
  background-color: #242A3A;
  content: "";
  width: 340px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
body#room-page .room-box dl dt {
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1.5;
  width: 310px;
}
body#room-page .room-box dl dt span {
  font-size: 14px;
  font-weight: normal;
}
body#room-page .room-box dl dd {
  padding: 0 30px;
  line-height: 1.5;
}
body#room-page .room-box dl dd a {
  font-weight: bold;
  text-decoration: underline;
}
body#room-page .gallery {
  margin-top: 140px;
}
body#room-page .gallery h2 {
  color: #5D6C56;
  font-size: 24px;
  text-align: center;
}
body#room-page .gallery .inner {
  margin-top: 35px;
  display: flex;
  gap: 13px;
}
body#room-page .gallery .inner .img {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  width: calc(20% - 10.4px);
}
body#room-page .gallery .inner .img img {
  width: 100%;
}
body#room-page .slick-prev, body#room-page .slick-next {
  display: none !important;
}

body#business-page .mv ul {
  display: flex;
}
body#business-page .mv ul li {
  background: url(../images/plan/mv-business.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  height: 450px;
  width: 33.3333333333%;
}
body#business-page .mv ul li::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
}
body#business-page .mv ul li a {
  display: block;
  position: relative;
  height: 100%;
  z-index: 9;
}
body#business-page .mv ul li a::before {
  opacity: 0;
  transition: all 0.6s;
}
body#business-page .mv ul li h1, body#business-page .mv ul li p {
  font-size: 48px;
  padding-top: 220px;
  position: relative;
  z-index: 10;
}
body#business-page .mv ul li h1 span, body#business-page .mv ul li p span {
  font-size: 24px;
}
body#business-page .mv ul li:first-child::before {
  content: "";
  background: linear-gradient(0deg, #2E2C40 6.37%, rgba(0, 0, 0, 0.15) 100%);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#business-page .mv ul li:nth-child(2) {
  background: url(../images/plan/mv-family.jpg) no-repeat center/cover;
}
body#business-page .mv ul li:nth-child(2) a:hover::before {
  content: "";
  background: linear-gradient(0deg, #502825 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#business-page .mv ul li:last-child {
  background: url(../images/plan/mv-private.jpg) no-repeat center/cover;
}
body#business-page .mv ul li:last-child a:hover::before {
  content: "";
  background: linear-gradient(0deg, #49562A 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#business-page .main {
  background: url(../images/plan/business/main.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  height: 565px;
  margin-top: 80px;
}
body#business-page .main h2 {
  font-size: 36px;
  padding-top: 210px;
}
body#business-page .main p {
  font-size: 20px;
  margin-top: 45px;
  line-height: 1.8;
}
body#business-page .recommend {
  margin-top: 50px;
}
body#business-page .recommend .inner {
  background-color: #2E2C40;
  box-sizing: border-box;
  padding: 80px 50px;
}
body#business-page .recommend .inner h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
body#business-page .recommend .inner ul {
  display: flex;
  gap: 13px;
  margin-top: 40px;
}
body#business-page .recommend .inner ul li {
  background-color: #fff;
  border-radius: 10px;
  width: calc(20% - 10.4px);
  height: 196px;
  position: relative;
}
body#business-page .recommend .inner ul li p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: 100%;
}
body#business-page .smooth-nav {
  margin: 80px 0 100px;
}
body#business-page .smooth-nav h2 {
  color: #5D6C56;
  font-size: 24px;
  text-align: center;
}
body#business-page .smooth-nav ul {
  display: flex;
  gap: 7px;
  margin-top: 30px;
}
body#business-page .smooth-nav ul li {
  width: calc(25% - 5.25px);
}
body#business-page .smooth-nav ul li a {
  background-color: #242A3A;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-align: center;
  transition: all 0.6s;
  padding: 23px 0;
  position: relative;
}
body#business-page .smooth-nav ul li a::before {
  background: url(../images/plan/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
body#business-page .smooth-nav ul li a::after {
  content: "A";
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
body#business-page .smooth-nav ul li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#business-page .smooth-nav ul li:nth-child(2) a::after {
  content: "B";
}
body#business-page .smooth-nav ul li:nth-child(3) a::after {
  content: "C";
}
body#business-page .smooth-nav ul li:last-child a {
  padding: 13px 0;
  line-height: 1.2;
}
body#business-page .smooth-nav ul li:last-child a::after {
  content: "D";
}
body#business-page .plan-wrap {
  padding: 65px 0;
  background-color: #F8F8F8;
}
body#business-page .plan-wrap:nth-child(odd) {
  background-color: #fff;
}
body#business-page .plan-wrap .slick-prev, body#business-page .plan-wrap .slick-next {
  display: none !important;
}
body#business-page .plan-wrap .head {
  display: flex;
  align-items: center;
}
body#business-page .plan-wrap .head .title {
  background-color: #5D6C56;
  text-align: center;
  padding: 5px;
  width: 60px;
  height: 60px;
}
body#business-page .plan-wrap .head .title span {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
}
body#business-page .plan-wrap .head h2 {
  color: #5D6C56;
  font-size: 24px;
  margin-left: 25px;
}
body#business-page .plan-wrap .plan-box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-top: 35px;
}
body#business-page .plan-wrap .plan-box .slider-wrap {
  width: 480px;
}
body#business-page .plan-wrap .plan-box .slider-wrap .slider-nav {
  margin-top: 20px;
}
body#business-page .plan-wrap .plan-box .slider-wrap .slider-nav img {
  display: block;
  margin: 0 6px;
  opacity: 0.5;
  transition: opacity 0.3s linear;
}
body#business-page .plan-wrap .plan-box .slider-wrap .slider-nav .slick-current {
  opacity: 1;
}
body#business-page .plan-wrap .plan-box .basic {
  width: 480px;
}
body#business-page .plan-wrap .plan-box .basic p {
  text-align: justify;
  line-height: 1.5;
}
body#business-page .plan-wrap .plan-box .basic p + p {
  margin-top: 1rem;
}
body#business-page .plan-wrap .plan-box .basic dl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body#business-page .plan-wrap .plan-box .basic dl:first-of-type {
  margin-top: 20px;
}
body#business-page .plan-wrap .plan-box .basic dl dt {
  background-color: #fff;
  border: 1px solid #242A3A;
  font-weight: normal;
  text-align: center;
  padding: 7px 0;
  width: 114px;
}
body#business-page .plan-wrap .plan-box .basic dl dd {
  margin-left: 35px;
}
body#business-page .plan-wrap .plan-box .option {
  width: 480px;
}
body#business-page .plan-wrap .plan-box .option h3 {
  color: #fff;
  background-color: #5D6C56;
  padding: 10px 25px;
}
body#business-page .plan-wrap .plan-box .option dl {
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin-bottom: 10px;
}
body#business-page .plan-wrap .plan-box .option dl:first-of-type {
  margin-top: 20px;
}
body#business-page .plan-wrap .plan-box .option dl:last-of-type {
  margin-bottom: 0;
}
body#business-page .plan-wrap .plan-box .option dl dt {
  font-weight: normal;
  width: 185px;
}
body#business-page .plan-wrap .plan-box .option dl dd {
  margin-left: 35px;
}
body#business-page .plan-wrap .plan-box .request {
  width: 480px;
}
body#business-page .plan-wrap .plan-box .request h3 {
  color: #fff;
  background-color: #5D6C56;
  padding: 10px 25px;
}
body#business-page .plan-wrap .plan-box .request ul {
  margin: 20px 0 0 25px;
}
body#business-page .plan-wrap .plan-box .request ul li {
  line-height: 1.5;
}
body#business-page .plan-wrap .btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
body#business-page .plan-wrap .btn-wrap a {
  background-color: #242A3A;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: all 0.6s;
  padding: 10px 0;
  line-height: 1.2;
  position: relative;
  width: 264px;
}
body#business-page .plan-wrap .btn-wrap a::before {
  background: url(../images/plan/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}
body#business-page .plan-wrap .btn-wrap a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#business-page #plan02 .plan-box .option dl dt {
  width: 228px;
}
body#business-page #plan03 .plan-box .option dl dt {
  width: 216px;
}
body#business-page #plan03 .plan-box .option p {
  padding-left: 25px;
  margin-top: 10px;
}
body#business-page .tax {
  text-align: right;
  line-height: 1.5;
}

body#family-page .mv ul {
  display: flex;
}
body#family-page .mv ul li {
  background: url(../images/plan/mv-business.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  height: 450px;
  width: 33.3333333333%;
}
body#family-page .mv ul li::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
}
body#family-page .mv ul li a {
  display: block;
  position: relative;
  height: 100%;
  z-index: 9;
}
body#family-page .mv ul li a::before {
  opacity: 0;
  transition: all 0.6s;
}
body#family-page .mv ul li h1, body#family-page .mv ul li p {
  font-size: 48px;
  padding-top: 220px;
  position: relative;
  z-index: 10;
}
body#family-page .mv ul li h1 span, body#family-page .mv ul li p span {
  font-size: 24px;
}
body#family-page .mv ul li:first-child a:hover::before {
  content: "";
  background: linear-gradient(0deg, #2E2C40 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#family-page .mv ul li:nth-child(2) {
  background: url(../images/plan/mv-family.jpg) no-repeat center/cover;
}
body#family-page .mv ul li:nth-child(2)::before {
  content: "";
  background: linear-gradient(0deg, #502825 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#family-page .mv ul li:last-child {
  background: url(../images/plan/mv-private.jpg) no-repeat center/cover;
}
body#family-page .mv ul li:last-child a:hover::before {
  content: "";
  background: linear-gradient(0deg, #49562A 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#family-page .main {
  background: url(../images/plan/family/main.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  height: 565px;
  margin-top: 80px;
  position: relative;
  z-index: -1;
}
body#family-page .main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body#family-page .main h2 {
  font-size: 36px;
  padding-top: 210px;
  position: relative;
  z-index: 1;
}
body#family-page .main p {
  font-size: 20px;
  margin-top: 45px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
body#family-page .recommend {
  margin-top: 50px;
}
body#family-page .recommend .inner {
  background-color: #F3BF88;
  box-sizing: border-box;
  padding: 80px 50px;
}
body#family-page .recommend .inner h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
body#family-page .recommend .inner ul {
  display: flex;
  gap: 13px;
  margin-top: 40px;
}
body#family-page .recommend .inner ul li {
  background-color: #fff;
  border-radius: 10px;
  width: calc(20% - 10.4px);
  height: 196px;
  position: relative;
}
body#family-page .recommend .inner ul li p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: 100%;
}
body#family-page .smooth-nav {
  margin: 80px 0 100px;
}
body#family-page .smooth-nav h2 {
  color: #5D6C56;
  font-size: 24px;
  text-align: center;
}
body#family-page .smooth-nav ul {
  display: flex;
  gap: 7px;
  margin-top: 30px;
}
body#family-page .smooth-nav ul li {
  width: calc(25% - 5.25px);
}
body#family-page .smooth-nav ul li a {
  background-color: #cb8347;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-align: center;
  transition: all 0.6s;
  padding: 23px 0;
  position: relative;
}
body#family-page .smooth-nav ul li a::before {
  background: url(../images/plan/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
body#family-page .smooth-nav ul li a::after {
  content: "A";
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
body#family-page .smooth-nav ul li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#family-page .smooth-nav ul li:nth-child(2) a::after {
  content: "B";
}
body#family-page .smooth-nav ul li:nth-child(3) a::after {
  content: "C";
}
body#family-page .smooth-nav ul li:last-child a::after {
  content: "D";
}
body#family-page .plan-wrap {
  padding: 65px 0;
  background-color: #F8F8F8;
}
body#family-page .plan-wrap:nth-child(odd) {
  background-color: #fff;
}
body#family-page .plan-wrap .slick-prev, body#family-page .plan-wrap .slick-next {
  display: none !important;
}
body#family-page .plan-wrap .head {
  display: flex;
  align-items: center;
}
body#family-page .plan-wrap .head .title {
  background-color: #5D6C56;
  text-align: center;
  padding: 5px;
  width: 60px;
  height: 60px;
}
body#family-page .plan-wrap .head .title span {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
}
body#family-page .plan-wrap .head h2 {
  color: #5D6C56;
  font-size: 24px;
  margin-left: 25px;
}
body#family-page .plan-wrap .plan-box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-top: 35px;
}
body#family-page .plan-wrap .plan-box .slider-wrap {
  width: 480px;
}
body#family-page .plan-wrap .plan-box .slider-wrap .slider-nav {
  margin-top: 20px;
}
body#family-page .plan-wrap .plan-box .slider-wrap .slider-nav img {
  display: block;
  margin: 0 6px;
  opacity: 0.5;
  transition: opacity 0.3s linear;
}
body#family-page .plan-wrap .plan-box .slider-wrap .slider-nav .slick-current {
  opacity: 1;
}
body#family-page .plan-wrap .plan-box .basic {
  width: 480px;
}
body#family-page .plan-wrap .plan-box .basic p {
  text-align: justify;
  line-height: 1.5;
}
body#family-page .plan-wrap .plan-box .basic p + p {
  margin-top: 1rem;
}
body#family-page .plan-wrap .plan-box .basic dl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body#family-page .plan-wrap .plan-box .basic dl:first-of-type {
  margin-top: 20px;
}
body#family-page .plan-wrap .plan-box .basic dl dt {
  background-color: #fff;
  border: 1px solid #242A3A;
  font-weight: normal;
  text-align: center;
  padding: 7px 0;
  width: 114px;
}
body#family-page .plan-wrap .plan-box .basic dl dd {
  margin-left: 35px;
}
body#family-page .plan-wrap .plan-box .option {
  width: 480px;
}
body#family-page .plan-wrap .plan-box .option h3 {
  color: #fff;
  background-color: #5D6C56;
  padding: 10px 25px;
}
body#family-page .plan-wrap .plan-box .option dl {
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin-bottom: 10px;
}
body#family-page .plan-wrap .plan-box .option dl:first-of-type {
  margin-top: 20px;
}
body#family-page .plan-wrap .plan-box .option dl:last-of-type {
  margin-bottom: 0;
}
body#family-page .plan-wrap .plan-box .option dl dt {
  font-weight: normal;
  width: 185px;
}
body#family-page .plan-wrap .plan-box .option dl dd {
  margin-left: 35px;
}
body#family-page .plan-wrap .plan-box .request {
  width: 480px;
}
body#family-page .plan-wrap .plan-box .request h3 {
  color: #fff;
  background-color: #5D6C56;
  padding: 10px 25px;
}
body#family-page .plan-wrap .plan-box .request ul {
  margin: 20px 0 0 25px;
}
body#family-page .plan-wrap .plan-box .request ul li {
  line-height: 1.5;
}
body#family-page .plan-wrap .btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
body#family-page .plan-wrap .btn-wrap a {
  background-color: #cb8347;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: all 0.6s;
  padding: 10px 0;
  line-height: 1.2;
  position: relative;
  width: 264px;
}
body#family-page .plan-wrap .btn-wrap a::before {
  background: url(../images/plan/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}
body#family-page .plan-wrap .btn-wrap a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#family-page #plan02 .plan-box .option dl dt {
  line-height: 1.3;
  width: 200px;
}
body#family-page #plan03 .plan-box .option dl dt {
  width: 240px;
}
body#family-page #plan04 .plan-box .option dl dt {
  width: 256px;
}
body#family-page .tax {
  text-align: right;
  line-height: 1.5;
}

body#private-page .mv ul {
  display: flex;
}
body#private-page .mv ul li {
  background: url(../images/plan/mv-business.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  height: 450px;
  width: 33.3333333333%;
}
body#private-page .mv ul li::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
}
body#private-page .mv ul li a {
  display: block;
  position: relative;
  height: 100%;
  z-index: 9;
}
body#private-page .mv ul li a::before {
  opacity: 0;
  transition: all 0.6s;
}
body#private-page .mv ul li h1, body#private-page .mv ul li p {
  font-size: 48px;
  padding-top: 220px;
  position: relative;
  z-index: 10;
}
body#private-page .mv ul li h1 span, body#private-page .mv ul li p span {
  font-size: 24px;
}
body#private-page .mv ul li:first-child a:hover::before {
  content: "";
  background: linear-gradient(0deg, #2E2C40 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#private-page .mv ul li:nth-child(2) {
  background: url(../images/plan/mv-family.jpg) no-repeat center/cover;
}
body#private-page .mv ul li:nth-child(2) a:hover::before {
  content: "";
  background: linear-gradient(0deg, #502825 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#private-page .mv ul li:last-child {
  background: url(../images/plan/mv-private.jpg) no-repeat center/cover;
}
body#private-page .mv ul li:last-child::before {
  content: "";
  background: linear-gradient(0deg, #49562A 6.37%, rgba(0, 0, 0, 0.15) 100%);
  opacity: 1;
  transition: all 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#private-page .main {
  background: url(../images/plan/private/main.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  height: 565px;
  margin-top: 80px;
  position: relative;
  z-index: -1;
}
body#private-page .main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body#private-page .main h2 {
  font-size: 36px;
  padding-top: 210px;
  position: relative;
  z-index: 1;
}
body#private-page .main p {
  font-size: 20px;
  margin-top: 45px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
body#private-page .recommend {
  margin-top: 50px;
}
body#private-page .recommend .inner {
  background-color: #F2A0A1;
  box-sizing: border-box;
  padding: 80px 50px;
}
body#private-page .recommend .inner h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
body#private-page .recommend .inner ul {
  display: flex;
  gap: 13px;
  margin-top: 40px;
}
body#private-page .recommend .inner ul li {
  background-color: #fff;
  border-radius: 10px;
  width: calc(20% - 10.4px);
  height: 196px;
  position: relative;
}
body#private-page .recommend .inner ul li p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: 100%;
}
body#private-page .smooth-nav {
  margin: 80px 0 100px;
}
body#private-page .smooth-nav h2 {
  color: #5D6C56;
  font-size: 24px;
  text-align: center;
}
body#private-page .smooth-nav ul {
  display: flex;
  gap: 7px;
  margin-top: 30px;
}
body#private-page .smooth-nav ul li {
  width: calc(25% - 5.25px);
}
body#private-page .smooth-nav ul li a {
  background-color: #df9d9f;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-align: center;
  transition: all 0.6s;
  padding: 23px 0;
  position: relative;
}
body#private-page .smooth-nav ul li a::before {
  background: url(../images/plan/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
body#private-page .smooth-nav ul li a::after {
  content: "A";
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
body#private-page .smooth-nav ul li a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#private-page .smooth-nav ul li:nth-child(2) a::after {
  content: "B";
}
body#private-page .smooth-nav ul li:nth-child(3) a {
  padding: 13px 0;
  line-height: 1.2;
}
body#private-page .smooth-nav ul li:nth-child(3) a::after {
  content: "C";
}
body#private-page .smooth-nav ul li:last-child a::after {
  content: "D";
}
body#private-page .plan-wrap {
  padding: 65px 0;
  background-color: #F8F8F8;
}
body#private-page .plan-wrap:nth-child(odd) {
  background-color: #fff;
}
body#private-page .plan-wrap .slick-prev, body#private-page .plan-wrap .slick-next {
  display: none !important;
}
body#private-page .plan-wrap .head {
  display: flex;
  align-items: center;
}
body#private-page .plan-wrap .head .title {
  background-color: #5D6C56;
  text-align: center;
  padding: 5px;
  width: 60px;
  height: 60px;
}
body#private-page .plan-wrap .head .title span {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
}
body#private-page .plan-wrap .head h2 {
  color: #5D6C56;
  font-size: 24px;
  margin-left: 25px;
}
body#private-page .plan-wrap .plan-box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-top: 35px;
}
body#private-page .plan-wrap .plan-box .slider-wrap {
  width: 480px;
}
body#private-page .plan-wrap .plan-box .slider-wrap .slider-nav {
  margin-top: 20px;
}
body#private-page .plan-wrap .plan-box .slider-wrap .slider-nav img {
  display: block;
  margin: 0 6px;
  opacity: 0.5;
  transition: opacity 0.3s linear;
}
body#private-page .plan-wrap .plan-box .slider-wrap .slider-nav .slick-current {
  opacity: 1;
}
body#private-page .plan-wrap .plan-box .basic {
  width: 480px;
}
body#private-page .plan-wrap .plan-box .basic p {
  text-align: justify;
  line-height: 1.5;
}
body#private-page .plan-wrap .plan-box .basic p + p {
  margin-top: 1rem;
}
body#private-page .plan-wrap .plan-box .basic dl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body#private-page .plan-wrap .plan-box .basic dl:first-of-type {
  margin-top: 20px;
}
body#private-page .plan-wrap .plan-box .basic dl dt {
  background-color: #fff;
  border: 1px solid #242A3A;
  font-weight: normal;
  text-align: center;
  padding: 7px 0;
  width: 114px;
}
body#private-page .plan-wrap .plan-box .basic dl dd {
  margin-left: 35px;
}
body#private-page .plan-wrap .plan-box .option {
  width: 480px;
}
body#private-page .plan-wrap .plan-box .option h3 {
  color: #fff;
  background-color: #5D6C56;
  padding: 10px 25px;
}
body#private-page .plan-wrap .plan-box .option dl {
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin-bottom: 10px;
}
body#private-page .plan-wrap .plan-box .option dl:first-of-type {
  margin-top: 20px;
}
body#private-page .plan-wrap .plan-box .option dl:last-of-type {
  margin-bottom: 0;
}
body#private-page .plan-wrap .plan-box .option dl dt {
  font-weight: normal;
  width: 185px;
}
body#private-page .plan-wrap .plan-box .option dl dd {
  margin-left: 35px;
}
body#private-page .plan-wrap .plan-box .option p {
  padding-left: 25px;
  margin: 10px 0;
}
body#private-page .plan-wrap .plan-box .request {
  width: 480px;
}
body#private-page .plan-wrap .plan-box .request h3 {
  color: #fff;
  background-color: #5D6C56;
  padding: 10px 25px;
}
body#private-page .plan-wrap .plan-box .request ul {
  margin: 20px 0 0 25px;
}
body#private-page .plan-wrap .plan-box .request ul li {
  line-height: 1.5;
}
body#private-page .plan-wrap .btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
body#private-page .plan-wrap .btn-wrap a {
  background-color: #df9d9f;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: all 0.6s;
  padding: 10px 0;
  line-height: 1.2;
  position: relative;
  width: 264px;
}
body#private-page .plan-wrap .btn-wrap a::before {
  background: url(../images/plan/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}
body#private-page .plan-wrap .btn-wrap a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#private-page #plan03 .plan-box .option dl dt {
  width: 252px;
}
body#private-page .tax {
  text-align: right;
  line-height: 1.5;
}

body#meal-page {
  background: url(../images/meal/bk.jpg) repeat center/contain;
}
body#meal-page .mv {
  background: url(../images/meal/mv.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 450px;
}
body#meal-page .mv::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#meal-page .mv h1 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  padding-top: 222px;
  position: relative;
  z-index: 10;
}
body#meal-page .mv h1 span {
  font-size: 24px;
}
body#meal-page .smooth-nav {
  margin: 80px 0 100px;
}
body#meal-page .smooth-nav p {
  text-align: center;
  margin-top: 80px;
  line-height: 1.5;
}
body#meal-page .meal-box {
  margin-top: 120px;
}
body#meal-page .meal-box .main {
  background: url(../images/meal/mizutaki/mizutaki-main.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  height: 420px;
}
body#meal-page .meal-box .main::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#meal-page .meal-box .main h2 {
  font-size: 32px;
  text-shadow: 0px 0px 6px #000000;
  padding-top: 140px;
  position: relative;
  z-index: 10;
}
body#meal-page .meal-box .main p {
  font-size: 18px;
  text-shadow: 0px 0px 6px #000000;
  line-height: 1.7;
  position: relative;
  margin-top: 55px;
  z-index: 10;
}
body#meal-page .meal-box:first-of-type {
  margin-top: 0;
}
body#meal-page .meal-box:first-of-type .main {
  height: 510px;
}
body#meal-page .meal-box:nth-of-type(2) .main {
  background-image: url(../images/meal/kaiseki/kaiseki-main.jpg);
}
body#meal-page .meal-box:nth-of-type(3) .main {
  background-image: url(../images/meal/tempura/tempra-main.jpg);
}
body#meal-page .meal-box:nth-of-type(4) .main {
  background-image: url(../images/meal/sukiyaki/sukiyaki-main.jpg);
}
body#meal-page .meal-box:nth-of-type(5) .main {
  background-image: url(../images/meal/oiwai/oiwai-main.jpg);
}
body#meal-page .meal-box:nth-of-type(6) h2 {
  color: #5D6C56;
  font-size: 24px;
  text-align: center;
}
body#meal-page .meal-box:nth-of-type(6) .meal-detail {
  gap: 13px;
  margin-top: 30px;
}
body#meal-page .meal-box:nth-of-type(6) .meal-detail .meal-detail-box {
  width: calc(33.3333333333% - 8.6666666667px);
}
body#meal-page .meal-box:nth-of-type(6) .meal-detail .meal-detail-box img {
  width: 100%;
}
body#meal-page .meal-box:nth-of-type(7) .main {
  background-image: url(../images/meal/drink/drink-main.jpg);
}
body#meal-page .meal-box .meal-center {
  justify-content: center;
}
body#meal-page .meal-box .meal-detail {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}
body#meal-page .meal-box .meal-detail .meal-detail-box {
  width: calc(50% - 20px);
  position: relative;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .slide-show {
  width: 100%;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .slide-show img {
  width: 100%;
  object-fit: cover;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .slide-show .slick-next, body#meal-page .meal-box .meal-detail .meal-detail-box .slide-show .slick-prev {
  display: none !important;
}
body#meal-page .meal-box .meal-detail .meal-detail-box video {
  background-color: #000;
  width: 480px;
  height: 310px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail {
  background-color: #fff;
  box-sizing: border-box;
  padding: 35px 30px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 20px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail .title h3 {
  border: none;
  padding: 0;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail .title p {
  font-weight: normal;
  margin: 0;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail h3 {
  border-bottom: 1px solid #CFCFCF;
  font-size: 20px;
  padding-bottom: 20px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail p {
  text-align: justify;
  margin-top: 20px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail p span {
  color: #5A5A5A;
  font-size: 14px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail p + p {
  font-weight: normal;
  line-height: 1.5;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail a {
  display: block;
  text-align: right;
  text-decoration: underline;
  transition: all 0.6s;
  margin: 20px 0 0 auto;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail a::before {
  background: url(../images/meal/pdf.png) no-repeat center/contain;
  content: "";
  width: 22px;
  height: 24px;
  display: inline-block;
  margin: -2px 3px 0 0;
  vertical-align: middle;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail dl dt {
  width: 135px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail dl dd {
  margin-left: 40px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box .detail dl + p {
  margin-top: 20px;
  line-height: 1.5;
}
body#meal-page .meal-box .meal-detail .meal-detail-box:last-child dl dt {
  width: 230px;
}
body#meal-page .meal-box .meal-detail .meal-detail-box:last-child dl dd {
  margin-left: 20px;
}
body#meal-page .tax {
  margin-top: 30px;
  text-align: right;
  line-height: 1.5;
}

body#contact-page header {
  background-color: rgba(0, 0, 0, 0.5);
}
body#contact-page .mv h1 {
  text-align-last: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 200px;
}
body#contact-page .contact-form {
  margin: 150px auto;
  max-width: 845px;
  width: 100%;
}
body#contact-page .contact-form dl {
  font-size: 20px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body#contact-page .contact-form dl dt span {
  display: inline-block;
  margin-right: 8px;
  color: #FA7038;
  font-size: 16px;
}
body#contact-page .contact-form dl dd {
  width: 480px;
}
body#contact-page .contact-form dl dd input[type=text], body#contact-page .contact-form dl dd input[type=tel], body#contact-page .contact-form dl dd input[type=email] {
  width: 480px;
  padding: 0;
  height: 50px;
  background: #f6f4ec;
  border-radius: 10px;
  border: none;
  padding-left: 25px;
  box-sizing: border-box;
}
body#contact-page .contact-form dl dd .kibou {
  margin-top: 10px;
}
body#contact-page .contact-form dl dd select {
  width: 480px;
  padding: 0;
  height: 50px;
  background: #f6f4ec;
  border-radius: 10px;
  border: none;
  padding-left: 25px;
  box-sizing: border-box;
}
body#contact-page .contact-form dl dd textarea {
  width: 480px;
  padding: 0;
  height: 284px;
  padding-top: 10px;
  padding-left: 25px;
  background: #f6f4ec;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
}
body#contact-page .contact-form dl dd .mwform-checkbox-field input {
  margin-top: -7px;
}
body#contact-page .contact-form .btn-wrap {
  margin: 80px auto 0;
  text-align: center;
}
body#contact-page .contact-form .btn-wrap input[type=submit] {
  background-color: #242A3A;
  border-radius: 5px;
  color: #fff;
  padding: 15px 0;
  width: 200px;
}
body#contact-page .contact-form p {
  line-height: 1.7;
}
body#contact-page .contact-form p span {
  font-weight: bold;
}
body#contact-page .footer-reserve {
  display: none;
}

@media screen and (min-width: 767px) {
  body#history-page {
    /* -------------------------------------
     * timeline
     * ------------------------------------- */
    /* text area */
  }
  body#history-page body {
    width: 100%;
    margin: 0 auto;
  }
  body#history-page #top {
    background: url(../images/history/top_bg.png) no-repeat center top;
    background-size: cover;
    height: 360px;
  }
  body#history-page #top .on_text {
    max-width: 1000px;
    height: 360px;
    margin: 0 auto;
    text-align: right;
    position: relative;
  }
  body#history-page #top .on_text img {
    position: absolute;
    bottom: 13%;
    right: 9.5%;
  }
  body#history-page #main .history_area {
    max-width: 1000px;
    margin: 0 auto;
    color: #808080;
    overflow: hidden;
  }
  body#history-page .history_area h2.title {
    text-align: center;
    font-size: 1.5rem;
    margin: 37px 0 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  body#history-page .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
    color: #808080;
  }
  body#history-page #timeline {
    list-style: none;
    margin: 50px 0 30px 120px;
    padding-left: 30px;
    border-left: 8px solid #eee9dc;
  }
  body#history-page #timeline li {
    margin: 80px 0;
    position: relative;
  }
  body#history-page #timeline p {
    margin: 15px 0 15px;
    font-size: 0.82rem;
    display: inline-block;
    vertical-align: top;
    width: 70%;
  }
  body#history-page .date {
    margin-top: -10px;
    top: 50%;
    left: -158px;
    font-size: 0.82em;
    line-height: 20px;
    position: absolute;
    text-align: right;
  }
  body#history-page .circle {
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border: 5px solid #eee9dc;
    border-radius: 50%;
    display: block;
    position: absolute;
  }
  body#history-page .content {
    max-height: 50px;
    padding: 0 20px;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
  }
  body#history-page .content:before,
  body#history-page .content:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%;
  }
  body#history-page .content:before {
    border-right-color: inherit;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  body#history-page .content:after {
    border-right-color: #fff;
    border-width: 17px;
    top: 50%;
    margin-top: -17px;
  }
  body#history-page .content p,
  body#history-page .content .history_image {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
  }
  body#history-page .content .history_image p.caption {
    margin: 0 !important;
    font-size: 0.7rem;
    text-align: center;
    width: 100% !important;
    min-width: 0 !important;
  }
  body#history-page .content .history_image img.yoko {
    width: 100%;
  }
  body#history-page label {
    font-size: 1rem;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.2s linear;
    display: block;
  }
  body#history-page .text_area {
    width: 100%;
    background: rgba(154, 141, 128, 0.1);
  }
  body#history-page .text_area .text {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 0.8rem;
    line-height: 1.8;
    padding-bottom: 47px;
  }
  body#history-page .text_area h2.title {
    text-align: center;
    font-size: 1.5rem;
    padding: 52px 0 40px;
    color: #808080;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  body#history-page .text_area .text span {
    font-size: 10px;
  }
  body#history-page article {
    max-height: 90px;
  }
  body#history-page .text_area .btn {
    width: 35px;
    margin: 0 auto;
    color: #ff3800;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
  }
  body#history-page .text_area .btn img {
    width: 70%;
    margin: 0 auto;
  }
  body#history-page #company {
    width: 100%;
    border-top: 1px solid #9c8f80;
  }
  body#history-page #company .inner {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5% 2.5em;
  }
  body#history-page #company h2 {
    text-align: center;
    font-size: 1.3rem;
    padding: 52px 0 30px;
    color: #000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  body#history-page #company ul {
    width: 50%;
    float: left;
  }
  body#history-page #company ul:last-child {
    padding-left: 10%;
  }
  body#history-page #company ul li {
    font-size: 0.8rem;
    color: #000;
    line-height: 1.8;
  }
  body#history-page #company ul li span {
    color: #9c8f80;
  }
  body#history-page article[data-readmore] {
    transition: height 1000ms;
    overflow: hidden;
  }
}
@media screen and (max-width: 766px) {
  body#history-page {
    /* -------------------------------------
     * timeline
     * ------------------------------------- */
    /* text area */
  }
  body#history-page body {
    width: 100%;
    margin: 0 auto;
  }
  body#history-page #top {
    background: url(../images/history/top_bg.png) no-repeat center top;
    background-size: cover;
    height: 360px;
    margin-top: 60px;
  }
  body#history-page #top .on_text {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    text-align: right;
    position: relative;
  }
  body#history-page #top .on_text img {
    position: absolute;
    bottom: 13%;
    right: 9.5%;
  }
  body#history-page #main .history_area {
    width: 100%;
    margin: 0 auto;
    color: #808080;
    overflow: hidden;
  }
  body#history-page .history_area h2.title {
    text-align: center;
    font-size: 1.5rem;
    margin: 37px 0 20px;
    font-family: "Hiragino Mincho ProN", serif;
  }
  body#history-page .inner {
    width: 90%;
    margin: 0 auto;
    color: #808080;
  }
  body#history-page #timeline {
    list-style: none;
    margin: 50px 0 30px 70px;
    padding-left: 30px;
    border-left: 8px solid #eee9dc;
  }
  body#history-page #timeline li {
    margin: 40px 0;
    position: relative;
  }
  body#history-page #timeline p {
    margin: 15px 0 15px;
    font-size: 0.7rem;
    min-width: 120px;
  }
  body#history-page .date {
    margin-top: -10px;
    top: 50%;
    left: -110px;
    font-size: 0.82em;
    line-height: 20px;
    position: absolute;
    text-align: right;
  }
  body#history-page .circle {
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border: 5px solid #eee9dc;
    border-radius: 50%;
    display: block;
    position: absolute;
  }
  body#history-page .content {
    max-height: 160px;
    padding: 0 20px;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
  }
  body#history-page .content:before, body#history-page .content:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%;
  }
  body#history-page .content:before {
    border-right-color: inherit;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  body#history-page .content:after {
    border-right-color: #fff;
    border-width: 17px;
    top: 50%;
    margin-top: -17px;
  }
  body#history-page .content p,
  body#history-page .content .history_image img {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
  }
  body#history-page .content .history_image p.caption {
    margin: 0 !important;
    font-size: 0.7rem;
    text-align: center;
    width: 100% !important;
    min-width: 0 !important;
  }
  body#history-page label {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: "Hiragino Mincho ProN", serif;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.2s linear;
  }
  body#history-page .radio {
    display: none;
  }
  body#history-page .radio:checked + .relative label {
    cursor: auto;
    transform: translateX(42px);
  }
  body#history-page .radio:checked + .relative .circle {
    background: #f98262;
  }
  body#history-page .radio:checked ~ .content {
    max-height: 660px;
    padding: 20px 10px;
    border-color: #eee9dc;
    margin-right: 20px;
    transform: translateX(20px);
    transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
  }
  body#history-page .radio:checked ~ .content p {
    max-height: 320px;
    color: #808080;
    transition: color 0.3s linear 0.3s;
    width: 100%;
  }
  body#history-page .radio:checked ~ .content .history_image img.yoko {
    max-height: 200px;
    transition: 0.3s ease-in;
    text-align: center;
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto;
  }
  body#history-page .radio:checked ~ .content .history_image img {
    max-height: 200px;
    transition: 0.3s ease-in;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: auto;
    height: 140px;
  }
  body#history-page .text_area {
    width: 100%;
    background: rgba(154, 141, 128, 0.1);
  }
  body#history-page .text_area .text {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 0.85rem;
    line-height: 1.8;
    padding-bottom: 47px;
  }
  body#history-page .text_area h2.title {
    text-align: center;
    font-size: 1.5rem;
    padding: 52px 0 40px;
    color: #808080;
    font-family: "Hiragino Mincho ProN", serif;
  }
  body#history-page .text_area .text span {
    font-size: 10px;
  }
  body#history-page article {
    max-height: 90px;
  }
  body#history-page .text_area .btn {
    width: 35px;
    margin: 0 auto;
    color: #ff3800;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
  }
  body#history-page .text_area .btn img {
    width: 70%;
    margin: 0 auto;
  }
  body#history-page #company {
    width: 100%;
    border-top: 1px solid #9c8f80;
  }
  body#history-page #company .inner {
    max-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 2.5em;
  }
  body#history-page #company h2 {
    text-align: center;
    font-size: 1.3rem;
    padding: 52px 0 30px;
    color: #000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  body#history-page #company ul {
    width: 100%;
    float: left;
  }
  body#history-page #company ul li {
    font-size: 0.8rem;
    color: #000;
    line-height: 1.8;
  }
  body#history-page #company ul li span {
    color: #9c8f80;
  }
  body#history-page article[data-readmore] {
    transition: height 1000ms;
    overflow: hidden;
  }
}
body#history-page .inner {
  padding: 0;
}
body#history-page footer .inner {
  padding: 0;
  color: #fff;
}

@media screen and (min-width: 767px) {
  body#faq-page {
    /* accordion */
    /* inner */
  }
  body#faq-page .accordion_icon,
  body#faq-page .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  body#faq-page .accordion_icon {
    position: relative;
    width: 30px;
    height: 40px;
    float: right;
    margin-right: 5px;
  }
  body#faq-page .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  body#faq-page .accordion_icon span:nth-of-type(1) {
    top: 17px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  body#faq-page .accordion_icon span:nth-of-type(2) {
    top: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  body#faq-page .accordion_icon.active span:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  body#faq-page .accordion_icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  body#faq-page #top {
    background: url(../images/faq/top_bg.png) no-repeat center top;
    background-size: cover;
    height: 300px;
    /*position: relative;
    top: -95px;
    z-index: -1;*/
  }
  body#faq-page #top .on_text {
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
    text-align: right;
    position: relative;
  }
  body#faq-page #top .on_text img {
    position: absolute;
    bottom: 16%;
    right: 10%;
  }
  body#faq-page .wrapper {
    width: 100%;
    background: rgba(154, 141, 128, 0.1);
  }
  body#faq-page .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
  body#faq-page .inner dl {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
  body#faq-page .inner dt,
  body#faq-page .inner dd {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  body#faq-page .inner dt.que {
    background: #9a8d80;
    font-size: 0.94rem;
    color: #fff;
    position: relative;
  }
  body#faq-page .inner dt.que img,
  body#faq-page .inner dt.que p {
    display: inline;
    vertical-align: middle;
    font-weight: bold;
  }
  body#faq-page .inner dt.que img {
    margin-right: 20px;
  }
  body#faq-page .inner dd.answer {
    background: #fff;
    font-size: 0.7rem;
    display: none;
  }
  body#faq-page .inner dd.answer dl {
    margin: 0;
    padding: 0;
  }
  body#faq-page .inner dd.answer dt {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 35px;
    font-size: 2.13rem;
    color: #ff2000;
    margin-right: 20px;
  }
  body#faq-page .inner dd.answer dt img {
    vertical-align: top;
  }
  body#faq-page .inner dd.answer dd {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    padding: 0 0 0 2.6%;
    font-size: 0.94rem;
    line-height: 2;
  }
}
@media screen and (max-width: 766px) {
  body#faq-page {
    /* accordion */
    /*main*/
    /* inner */
  }
  body#faq-page .accordion_icon,
  body#faq-page .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  body#faq-page .inner dt.que p.accordion_icon {
    display: inline-block;
    width: 6%;
    height: 40px;
    margin-right: 5px;
    position: relative;
  }
  body#faq-page .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  body#faq-page .accordion_icon span:nth-of-type(1) {
    top: 19px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  body#faq-page .accordion_icon span:nth-of-type(2) {
    top: 19px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  body#faq-page .accordion_icon.active span:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  body#faq-page .accordion_icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  body#faq-page #top {
    background: url(../images/faq/top_bg.png) no-repeat center top;
    background-size: cover;
    height: 300px;
    margin-top: 60px;
  }
  body#faq-page #top .on_text {
    height: 300px;
    margin: 0 auto;
    text-align: right;
    position: relative;
  }
  body#faq-page #top .on_text img {
    position: absolute;
    bottom: 16%;
    right: 10%;
  }
  body#faq-page .wrapper {
    width: 100%;
    background: rgba(154, 141, 128, 0.1);
  }
  body#faq-page .inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }
  body#faq-page .inner dl {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
  }
  body#faq-page .inner dt,
  body#faq-page .inner dd {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
  body#faq-page .inner dt.que {
    background: #9a8d80;
    font-size: 1rem;
    color: #fff;
    position: relative;
  }
  body#faq-page .inner dt.que img {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
  }
  body#faq-page .inner dt.que p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    width: 78%;
  }
  body#faq-page .inner dt.que img {
    margin-right: 4%;
    width: 6%;
  }
  body#faq-page .inner dd.answer {
    background: #fff;
    font-size: 0.7rem;
    display: none;
  }
  body#faq-page .inner dd.answer dl {
    margin: 0;
    padding: 0;
  }
  body#faq-page .inner dd.answer dt {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 6%;
    font-size: 2.13rem;
    color: #ff2000;
    margin-right: 10px;
  }
  body#faq-page .inner dd.answer dt img {
    width: 100%;
  }
  body#faq-page .inner dd.answer dd {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    padding: 0 0 0 2.6%;
    font-size: 0.94rem;
    line-height: 2;
  }
}
body#faq-page .inner {
  padding: 0;
}
body#faq-page footer .inner {
  padding: 0;
  color: #fff;
}

body#english-page {
  /*youtube可変*/
}
@media screen and (min-width: 767px) {
  body#english-page {
    /* accordion */
    /*top*/
    /*youtube*/
    /* 写真右寄せ */
    /* faq */
    /* inner */
  }
  body#english-page .accordion_icon,
  body#english-page .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  body#english-page .accordion_icon {
    position: relative;
    width: 30px;
    height: 40px;
    float: right;
    margin-right: 5px;
  }
  body#english-page .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  body#english-page .accordion_icon span:nth-of-type(1) {
    top: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  body#english-page .accordion_icon span:nth-of-type(2) {
    top: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  body#english-page .accordion_icon.active span:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  body#english-page .accordion_icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  body#english-page #top {
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  body#english-page #youtube,
  body#english-page #mask {
    position: absolute;
    min-width: 100%;
    min-height: 140%;
    top: -20%;
    z-index: 0;
  }
  body#english-page #mask {
    position: absolute;
    top: 0;
    z-index: 0;
  }
  body#english-page #top .sp_bg {
    display: none;
  }
  body#english-page #main .what {
    width: 100%;
  }
  body#english-page #main h2.title {
    text-align: center;
    font-size: 1.5rem;
    margin: 58px 0 62px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #808080;
  }
  body#english-page #main .photo {
    width: 50%;
    float: left;
  }
  body#english-page #main .photo img {
    float: right;
    margin-bottom: 32px;
  }
  body#english-page #main .text_area {
    max-width: 1000px;
    margin: 0 auto;
  }
  body#english-page #main .text_area .text {
    width: 38%;
    float: right;
    font-size: 0.82rem;
    line-height: 2.2;
    margin: 0 6%;
    color: #808080;
  }
  body#english-page #main .btn {
    clear: both;
    max-width: 300px;
    width: 100%;
    margin: 30px auto 50px;
    text-align: center;
  }
  body#english-page #main .btn a {
    color: #fff;
    background-color: #cb8347;
    border: 2px solid #cb8347;
    display: block;
    padding: 25px 0;
    font-size: 1rem;
    transition: 0.2s ease-in-out;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  body#english-page #main .btn a:hover {
    background: #fff;
    color: #cb8347;
    border: 2px solid #cb8347;
  }
  body#english-page #main .meal {
    width: 100%;
    margin-bottom: 70px;
  }
  body#english-page #main .meal .photo {
    width: 50%;
    float: right;
  }
  body#english-page #main .meal .photo > img {
    float: left;
    margin-bottom: 32px;
    display: block;
  }
  body#english-page #main .meal .photo .to_guide {
    display: block;
    float: left;
    text-align: left;
    margin-top: 22px;
  }
  body#english-page #main .meal .photo .to_guide a {
    display: block;
    padding-bottom: 2%;
    transition: 0.2s;
  }
  body#english-page #main .meal .photo .to_guide p,
  body#english-page #main .meal .photo .to_guide img {
    display: inline;
    vertical-align: middle;
    margin-bottom: 0;
  }
  body#english-page #main .meal .photo .to_guide p {
    margin-right: 20px;
    font-size: 0.7rem;
    color: #ff3800;
    font-weight: bold;
  }
  body#english-page #main .meal .photo .to_guide a:hover p {
    border-bottom: 1px solid #ff3800;
  }
  body#english-page #main .meal .text_area .text {
    width: 40%;
    float: left;
    font-size: 0.82rem;
    line-height: 2.4;
    margin: 0 5%;
    color: #808080;
  }
  body#english-page #main .meal .text_area .text p {
    margin-bottom: 40px;
  }
  body#english-page #main .meal .example_menu dl {
    width: 100%;
    overflow: hidden;
  }
  body#english-page #main .meal .example_menu dt {
    width: 120px;
    float: left;
  }
  body#english-page #main .meal .example_menu dd {
    width: 60%;
    float: left;
  }
  body#english-page .wrapper {
    width: 100%;
    background: rgba(154, 141, 128, 0.1);
  }
  body#english-page .wrapper .photo {
    width: 100%;
    text-align: center;
    height: 350px;
    overflow: hidden;
    background: url(../images/english/faq01.png) no-repeat center top;
    background-size: cover;
  }
  body#english-page .wrapper .photo img {
    text-align: center;
  }
  body#english-page .wrapper h2.title {
    text-align: center;
    font-size: 1.5rem;
    margin: 52px 0 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #808080;
  }
  body#english-page .wrapper h2.title span {
    font-size: 1rem;
  }
  body#english-page .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  body#english-page .inner dl {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
  body#english-page .inner dt,
  body#english-page .inner dd {
    width: 95%;
    margin: 0;
    padding: 10px;
  }
  body#english-page .inner dt.que {
    background: #9a8d80;
    font-size: 0.94rem;
    color: #fff;
    width: 100%;
  }
  body#english-page .inner dt.que img,
  body#english-page .inner dt.que p {
    display: inline;
    vertical-align: middle;
    font-weight: bold;
  }
  body#english-page .inner dt.que img {
    margin-right: 20px;
  }
  body#english-page .inner dd.answer {
    background: #fff;
    font-size: 0.7rem;
    display: none;
    width: 100%;
  }
  body#english-page .inner dd.answer dl {
    margin: 0;
    padding: 0;
  }
  body#english-page .inner dd.answer dt {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 35px;
    float: left;
    font-size: 2.13rem;
    color: #ff2000;
    margin-right: 20px;
  }
  body#english-page .inner dd.answer dt img {
    vertical-align: top;
  }
  body#english-page .inner dd.answer dd {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding: 0 0 0 2.6%;
    font-size: 0.94rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  body#english-page .wrapper .photo img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) and (min-width: 767px) {
  body#english-page #top {
    height: 340px !important;
  }
  body#english-page #top .on_title img {
    width: 30px;
  }
}
@media screen and (min-width: 1200px) {
  body#english-page #top {
    height: 480px !important;
  }
}
@media screen and (min-width: 1400px) {
  body#english-page #top {
    height: 560px !important;
  }
}
@media screen and (min-width: 1600px) {
  body#english-page #top {
    height: 640px !important;
  }
}
@media screen and (min-width: 1800px) {
  body#english-page #top {
    height: 740px !important;
  }
}
@media screen and (max-width: 766px) {
  body#english-page {
    /* faq */
    /* inner */
    /* accordion */
  }
  body#english-page #top {
    width: 100%;
  }
  body#english-page #youtube {
    display: none;
  }
  body#english-page #top .sp_bg {
    width: 100%;
    height: 300px;
    background: url("../images/english/english_bg.png") no-repeat center center;
    background-size: cover;
  }
  body#english-page #main .what {
    width: 100%;
  }
  body#english-page #main h2.title {
    text-align: center;
    font-size: 1.5rem;
    margin: 62px 0 42px;
    font-family: "Hiragino Mincho ProN", serif;
    color: #808080;
  }
  body#english-page #main .photo img {
    width: 100%;
    border-top: 1px solid #fff;
  }
  body#english-page #main .text_area {
    width: 90%;
    margin: 0 auto 30px;
    color: #808080;
  }
  body#english-page #main .text_area .text {
    font-size: 1rem;
    line-height: 2.2;
    margin: 0 5% 30px;
  }
  body#english-page #main .text_area .text p {
    margin-bottom: 30px;
  }
  body#english-page #main .btn {
    width: 70%;
    margin: 30px auto 20px;
    text-align: center;
    border: 2px solid #cb8347;
  }
  body#english-page #main .btn a {
    color: #fff;
    background-color: #cb8347;
    border: 2px solid #cb8347;
    display: block;
    padding: 10px 0;
    font-size: 1rem;
    font-family: "Hiragino Mincho ProN", serif;
    font-weight: bold;
  }
  body#english-page #main .text_area .example_menu dt {
    text-decoration: underline;
  }
  body#english-page #main .meal .photo .to_guide {
    display: block;
    margin: 22px auto 62px;
    width: 90%;
    text-align: center;
  }
  body#english-page #main .meal .photo .to_guide a {
    display: block;
    padding-bottom: 2%;
  }
  body#english-page #main .meal .photo .to_guide p,
  body#english-page #main .meal .photo .to_guide img {
    display: inline;
    vertical-align: middle;
    margin-bottom: 0;
  }
  body#english-page #main .meal .photo .to_guide p {
    margin-right: 10px;
    font-size: 0.75rem;
    color: #ff3800;
    font-weight: bold;
  }
  body#english-page #main .meal .photo .to_guide img {
    width: 33px;
  }
  body#english-page .wrapper {
    width: 100%;
    background: rgba(154, 141, 128, 0.1);
  }
  body#english-page .wrapper .photo {
    width: 100%;
    text-align: center;
    height: 350px;
    overflow: hidden;
    background: url(../images/english/faq01.png) no-repeat center top;
    background-size: cover;
  }
  body#english-page .wrapper .photo img {
    text-align: center;
  }
  body#english-page .wrapper h2.title {
    text-align: center;
    font-size: 1.5rem;
    margin: 52px 0 40px;
    font-family: "Hiragino Mincho ProN", serif;
    color: #808080;
  }
  body#english-page .wrapper h2.title span {
    font-size: 0.8rem;
    vertical-align: middle;
  }
  body#english-page .inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  body#english-page .inner dl {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
  }
  body#english-page .inner dt,
  body#english-page .inner dd {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
  body#english-page .inner dt.que {
    background: #9a8d80;
    font-size: 0.96rem;
    color: #fff;
    position: relative;
  }
  body#english-page .inner dt.que img {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
  }
  body#english-page .inner dt.que p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    width: 78%;
  }
  body#english-page .inner dt.que img {
    margin-right: 4%;
    width: 6%;
  }
  body#english-page .inner dd.answer {
    background: #fff;
    font-size: 0.7rem;
    display: none;
  }
  body#english-page .inner dd.answer dl {
    margin: 0;
    padding: 0;
  }
  body#english-page .inner dd.answer dt {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 6%;
    float: left;
    font-size: 2.13rem;
    color: #ff2000;
    margin-right: 10px;
  }
  body#english-page .inner dd.answer dt img {
    width: 100%;
  }
  body#english-page .inner dd.answer dd {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    padding: 0 0 0 2.6%;
    font-size: 0.94rem;
    line-height: 2;
  }
  body#english-page .accordion_icon,
  body#english-page .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  body#english-page .inner dt.que p.accordion_icon {
    display: inline-block;
    vertical-align: middle;
    width: 6%;
    height: 40px;
    margin-right: 5px;
    position: relative;
  }
  body#english-page .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  body#english-page .accordion_icon span:nth-of-type(1) {
    top: 19px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  body#english-page .accordion_icon span:nth-of-type(2) {
    top: 19px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  body#english-page .accordion_icon.active span:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  body#english-page .accordion_icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
}
body#english-page .course {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 70px;
  width: 100%;
  max-width: 1000px;
}
body#english-page .course .text-area {
  width: 38%;
  float: right;
  font-size: 0.82rem;
  line-height: 2.2;
  margin: 0 6%;
  color: #808080;
}
body#english-page .course .image {
  width: 50%;
}
@media screen and (max-width: 766px) {
  body#english-page .course {
    justify-content: center;
    margin-bottom: 30px;
  }
  body#english-page .course .text-area {
    font-size: 1rem;
    line-height: 2.2;
    margin: 0 5% 30px;
    width: 90%;
  }
  body#english-page .course .image {
    width: 90%;
  }
  body#english-page .course .image img {
    width: 100%;
  }
}
body#english-page .en-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-inner {
    padding: 0 5%;
  }
}
body#english-page .en-reserve-btn {
  display: block;
  width: 300px;
  padding: 27px 0;
  text-align: center;
  color: #fff;
  background-color: #CB8347;
  margin: 50px auto 0;
  border: 1px solid #CB8347;
  transition: background-color 0.3s, color 0.3s;
}
body#english-page .en-reserve-btn:hover {
  background-color: #fff;
  color: #CB8347;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-reserve-btn {
    margin-top: 30px;
    padding: 15px 0;
  }
}
body#english-page .en-about {
  background: url(../images/top/plan-bk.jpg) repeat center/contain;
  padding: 100px 0;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-about {
    padding: 50px 0;
  }
}
body#english-page .en-about .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-about .text-wrap {
    margin-top: 35px;
  }
}
body#english-page .en-about .text-wrap p {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-about .text-wrap p {
    font-size: 14px;
  }
}
body#english-page .en-about ul {
  display: flex;
  gap: 5px;
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-about ul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
body#english-page .en-about ul li {
  width: calc(33.3333333333% - 5px);
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-about ul li {
    width: calc(50% - 5px);
  }
}
body#english-page .en-about ul li img {
  width: 100%;
}
body#english-page .en-meal {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-meal {
    padding: 50px 0;
  }
}
body#english-page .en-meal ul {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 68px 20px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-meal ul {
    margin-top: 35px;
    gap: 40px;
  }
}
body#english-page .en-meal ul li {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-meal ul li {
    width: 100%;
  }
}
body#english-page .en-meal ul li h3 {
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-meal ul li h3 {
    font-size: 18px;
  }
}
body#english-page .en-meal ul li p {
  margin-top: 15px;
  line-height: 1.2;
}
body#english-page .en-meal ul li img {
  width: 100%;
}
body#english-page .en-meal ul li video {
  background-color: #000;
  width: 100%;
  aspect-ratio: 480/310;
}
body#english-page .en-meal .note {
  text-align: right;
  font-size: 14px;
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-meal .note {
    margin-top: 20px;
    text-align: left;
  }
}
body#english-page .en-meal .btn-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-meal .btn-wrap {
    margin-top: 30px;
  }
}
body#english-page .en-meal .btn-wrap a {
  display: block;
  max-width: 488px;
  width: 100%;
  padding: 13px;
  border-radius: 5px;
  background-color: #242A3A;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  transition: all 0.6s;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-meal .btn-wrap a {
    padding: 13px 30px;
    line-height: 1.2;
  }
}
body#english-page .en-meal .btn-wrap a::before {
  background: url(../images/room/arrow.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}
body#english-page .en-meal .btn-wrap a:hover {
  transition: all 0.6s;
  opacity: 0.6;
}
body#english-page .en-room {
  padding: 100px 0;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-room {
    padding: 50px 0;
  }
}
body#english-page .en-room .text {
  text-align: center;
  line-height: 1.2;
  margin-top: 55px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-room .text {
    margin-top: 35px;
  }
}
body#english-page .en-room ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-room ul {
    gap: 10px;
  }
}
body#english-page .en-room ul li {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-room ul li {
    width: calc(50% - 5px);
  }
}
body#english-page .en-room ul li img {
  width: 100%;
}
body#english-page .en-room .note {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-room .note {
    margin-top: 20px;
    text-align: left;
    line-height: 1.2;
  }
}
body#english-page .en-drink {
  padding: 100px 0;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-drink {
    padding: 50px 0;
  }
}
body#english-page .en-drink p {
  margin-top: 55px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-drink p {
    margin-top: 35px;
  }
}
body#english-page .en-drink .box {
  display: flex;
  gap: 32px;
  margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-drink .box {
    flex-wrap: wrap;
    margin-top: 44px;
    gap: 20px;
  }
}
body#english-page .en-drink .box img {
  width: 480px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-drink .box img {
    width: 100%;
  }
}
body#english-page .en-drink .box .box-right h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-drink .box .box-right h3 {
    font-size: 18px;
    margin-top: 0;
  }
}
body#english-page .en-drink .box .box-right dl {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  margin-bottom: 15px;
}
body#english-page .en-drink .box .box-right dl dt {
  width: 110px;
  flex-shrink: 0;
  font-weight: bold;
}
body#english-page .en-drink .box .box-right dl dd {
  line-height: 1.2;
}
body#english-page .en-drink .box .box-right .total {
  padding-top: 28px;
  border-top: 1px solid #333;
}
body#english-page .en-access {
  background: url(../images/top/plan-bk.jpg) repeat center/contain;
  padding: 100px 0;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-access {
    padding: 50px 0;
  }
}
body#english-page .en-access .box {
  margin: 55px auto 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-access .box {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
body#english-page .en-access .box .map {
  width: 500px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-access .box .map {
    width: 100%;
  }
}
body#english-page .en-access .box .map iframe {
  width: 100%;
  aspect-ratio: 500/395;
}
body#english-page .en-access .box .box-right p {
  margin-top: 37px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .en-access .box .box-right p {
    margin-top: 0;
  }
}
body#english-page .en-access .box .box-right .taxi {
  margin-top: 30px;
}
body#english-page .en-access .box .box-right .taxi h3 {
  font-size: 18px;
  padding-left: 35px;
  position: relative;
}
body#english-page .en-access .box .box-right .taxi h3::before {
  background: url(../images/top/taxi.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body#english-page .en-access .box .box-right .subway {
  margin-top: 30px;
}
body#english-page .en-access .box .box-right .subway h3 {
  font-size: 18px;
  padding-left: 35px;
  position: relative;
}
body#english-page .en-access .box .box-right .subway h3::before {
  background: url(../images/top/subway.svg) no-repeat center/contain;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body#english-page .en-access .box .box-right ul {
  padding-left: 35px;
  margin-top: 15px;
  line-height: 1.6;
}
body#english-page .faq-title {
  margin-top: 0 !important;
  padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
  body#english-page .faq-title {
    padding-top: 50px;
  }
}
body#english-page .inner {
  padding: 0;
}
body#english-page footer .inner {
  padding: 0;
  color: #fff;
}

body#contact-english-page header {
  background-color: rgba(0, 0, 0, 0.5);
}
body#contact-english-page .mv h1 {
  text-align-last: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 200px;
}
body#contact-english-page .contact-form {
  margin: 150px auto;
  max-width: 845px;
  width: 100%;
}
body#contact-english-page .contact-form dl {
  font-size: 20px;
  margin-bottom: 50px;
}
body#contact-english-page .contact-form dl dt {
  line-height: 1.5;
}
body#contact-english-page .contact-form dl dt span {
  display: inline-block;
  margin-right: 5px;
  color: #FA7038;
  font-size: 16px;
}
body#contact-english-page .contact-form dl dd {
  margin-top: 10px;
  width: 100%;
}
body#contact-english-page .contact-form dl dd input[type=text], body#contact-english-page .contact-form dl dd input[type=tel], body#contact-english-page .contact-form dl dd input[type=email] {
  width: 100%;
  padding: 0;
  height: 50px;
  background: #f6f4ec;
  border-radius: 10px;
  border: none;
  padding-left: 25px;
  box-sizing: border-box;
}
body#contact-english-page .contact-form dl dd select {
  width: 100%;
  padding: 0;
  height: 50px;
  background: #f6f4ec;
  border-radius: 10px;
  border: none;
  padding-left: 25px;
  box-sizing: border-box;
}
body#contact-english-page .contact-form dl dd textarea {
  width: 100%;
  padding: 0;
  height: 500px;
  padding-top: 10px;
  padding-left: 25px;
  background: #f6f4ec;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
}
body#contact-english-page .contact-form dl dd .budget select {
  margin-right: 10px;
  width: 250px;
}
body#contact-english-page .contact-form dl dd .stay {
  display: flex;
  align-items: center;
}
body#contact-english-page .contact-form dl dd .stay input[type=text] {
  width: 250px;
}
body#contact-english-page .contact-form dl dd .stay span {
  display: inline-block;
  margin: 0 10px;
}
body#contact-english-page .contact-form dl dd.member {
  display: flex;
  align-items: center;
}
body#contact-english-page .contact-form dl dd.member select {
  width: 150px;
}
body#contact-english-page .contact-form dl dd.member .member-children {
  margin-left: 20px;
}
body#contact-english-page .contact-form dl .mwform-radio-field input {
  margin-top: -6px;
}
body#contact-english-page .contact-form .btn-wrap {
  margin: 80px auto 0;
  text-align: center;
}
body#contact-english-page .contact-form .btn-wrap input[type=submit] {
  background-color: #242A3A;
  border-radius: 5px;
  color: #fff;
  padding: 15px 0;
  width: 200px;
}
body#contact-english-page .contact-form p.text {
  line-height: 1.7;
}
body#contact-english-page .contact-form p.text span {
  font-weight: bold;
}
body#contact-english-page .contact-form p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
body#contact-english-page .footer-reserve {
  display: none;
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
  .inner {
    box-sizing: border-box;
    padding: 0 5%;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  h2.green-h2 {
    font-size: 20px;
  }
  h2.green-h2::before {
    bottom: -10px;
  }
  header {
    background-color: #242A3A;
    padding: 10px 0;
  }
  header .head {
    display: none;
  }
  header .nav {
    display: block;
    margin: 0;
  }
  header .nav .logo {
    width: 110px;
  }
  header .nav nav {
    display: none;
  }
  header.change-color {
    background-color: #242A3A;
  }
  .reserve-btn {
    display: flex;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 985;
  }
  .reserve-btn a {
    background-color: #fff;
    color: #242A3A;
    display: block;
    text-align: center;
    padding: 15px 0;
    width: 50%;
  }
  .reserve-btn a + a {
    border-left: 1px solid #B4B4B4;
  }
  footer {
    padding: 50px 0 20px;
  }
  footer .head {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .head .logo {
    text-align: center;
    width: 100%;
  }
  footer .head .logo img {
    max-width: 250px;
    width: 28vw;
  }
  footer .head .tel {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 20px 0 0;
  }
  footer .head .tel .number {
    font-size: 28px;
    margin: 15px 0 0;
    width: 100%;
  }
  footer .head .tel .number .number-title {
    font-size: 16px;
  }
  footer .head .tel .number .daihyo {
    font-size: 12px;
  }
  footer .address-sns {
    flex-wrap: wrap;
    margin: 30px 0 20px;
    justify-content: center;
  }
  footer .address-sns .address {
    text-align: left;
    width: 100%;
  }
  footer .address-sns .ginza-sns .ginza {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
  }
  footer .address-sns .ginza-sns .sns {
    margin-top: 35px;
    justify-content: center;
    width: 100%;
  }
  footer .footer-under {
    flex-wrap: wrap;
    padding-top: 35px;
  }
  footer .footer-under .nav {
    flex-wrap: wrap;
  }
  footer .footer-under .nav ul {
    width: 100%;
  }
  footer .footer-under .nav ul li p {
    margin: 0;
  }
  footer .footer-under .nav ul + ul {
    margin: 15px 0 0;
  }
  footer .footer-under p {
    margin: 35px 0 0;
  }
  .footer-reserve {
    display: none;
  }
  #nav-toggle {
    background-color: #242A3A;
    padding: 10px;
    display: block;
    position: fixed;
    padding: 13px 11px;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 9999;
  }
  #nav-toggle > div {
    width: 34px;
    position: relative;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 24px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 24px;
  }
  .open {
    overflow: hidden;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  .open #gloval-nav-sp {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav-sp li, .open #gloval-nav-sp dt {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  .open #gloval-nav-sp dd {
    padding-left: 5px;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav-sp {
    display: block;
    background: #fff;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav-sp nav {
    display: grid;
    justify-content: center;
  }
  #gloval-nav-sp nav a {
    text-align: left;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
  }
  #gloval-nav-sp nav a:hover {
    color: #2E2C40;
  }
  #gloval-nav-sp ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #gloval-nav-sp ul li .icon {
    padding-left: 5px;
  }
  #gloval-nav-sp ul li .icon::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/common/menu-arrow01.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  #gloval-nav-sp ul dt {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  .ac {
    width: 100%;
    margin: 0 auto;
  }
  .ac-parent {
    text-align: left;
    padding: 8px 0px;
    color: #333;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    z-index: 999;
    margin: 0 auto;
  }
  .ac-parent::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    background-color: #333;
    width: 10px;
    height: 2px;
    transition: 0.6s;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 10px;
  }
  .ac-parent::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #333;
    width: 10px;
    height: 2px;
    transition: 0.6s;
    transform: translate(-50%, -50%);
  }
  .ac-parent.open::before {
    display: none;
  }
  .ac-child {
    display: none;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 999;
  }
  .ac-child ul li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
  #news-list {
    padding: 60px 0 50px;
    width: 85%;
  }
  #news-list #slide-news-main {
    margin: 40px auto 0;
  }
  #news-list #slide-news-main li a h3 {
    font-size: 18px;
  }
  #news-list #slide-news-main li a p {
    margin-top: 15px;
  }
  #news-list #slide-news-main .slick-next::after, #news-list #slide-news-main .slick-prev::after {
    width: 15px;
    height: 15px;
  }
  #news-list #slide-news-main .slick-next {
    right: -15px;
  }
  #news-list #slide-news-main .slick-prev {
    left: -15px;
  }
  .mv {
    margin-top: 105px;
  }
  body#home .mv ul {
    flex-wrap: wrap;
  }
  body#home .mv ul li {
    width: 100%;
    height: 48vw;
  }
  body#home .mv ul li a {
    height: 100%;
    position: relative;
  }
  body#home .mv ul li a::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  body#home .mv ul li a p {
    color: #fff;
    font-size: 36px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
  }
  body#home .mv ul li a p span {
    font-size: 16px;
  }
  body#home .mv ul li a img {
    object-position: 50% 50%;
    height: 100%;
  }
  body#home .mv ul li:first-child a::before {
    background: rgba(46, 44, 64, 0.7);
  }
  body#home .mv ul li:nth-child(2) a::before {
    background: rgba(134, 74, 33, 0.7);
  }
  body#home .mv ul li:nth-child(3) a img {
    object-position: 50% 60%;
  }
  body#home .mv ul li:nth-child(3) a::before {
    background: rgba(73, 86, 42, 0.7);
  }
  body#home .mv ul li:last-child a::before {
    background: rgba(80, 40, 37, 0.7);
  }
  body#home .mv ul li:last-child a img {
    object-position: 50% 85%;
  }
  body#home #booking-form h2 {
    font-size: 20px;
  }
  body#home #booking-form .booking-box {
    margin-top: 20px;
    height: auto;
    padding: 25px 10px;
  }
  body#home #booking-form .booking-box #tc-widget select {
    width: calc(100% - 30px);
  }
  body#home #booking-form .booking-box #tc-widget input[type=text] {
    width: calc(100% - 30px);
  }
  body#home #booking-form .booking-box #tc-widget .tc-wrap-book {
    padding: 0;
  }
  body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] {
    height: auto;
    width: 100%;
  }
  body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-wrap-book {
    margin: 0 0 10px 0;
  }
  body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-date {
    margin: 0 0 10px 0;
  }
  body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-time {
    margin: 0 0 10px 0;
  }
  body#home #booking-form .booking-box #tc-widget[data-layout=horizontal] .tc-ppl {
    margin: 0 0 10px 0;
  }
  body#home #booking-form .booking-box #tc-widget[data-theme=clear] .tc-body {
    height: auto;
  }
  body#home #booking-form .booking-box #tc-widget[data-theme=clear] .tc-book {
    font-size: 14px;
    height: 48px;
    width: 100%;
  }
  body#home .plan {
    padding: 50px 0;
  }
  body#home .plan .plan-inner {
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
  }
  body#home .plan .plan-inner .plan-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box {
    max-width: 400px;
    width: 100%;
    max-height: 465px;
    height: 104vw;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a::before {
    display: none;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a::after {
    display: none;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a h3 {
    font-size: 24px;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a h3 span {
    font-size: 12px;
    margin-left: 10px;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a .hover {
    background-size: cover !important;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a .hover ul {
    gap: 15px;
    margin-right: 100px;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a .hover ul li {
    font-size: 18px;
    padding-top: 85px;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a .hover ul li::before {
    height: 15px;
    top: 58px;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box a .hover p {
    font-size: 18px;
    top: 135px;
    right: 225px;
  }
  body#home .plan .plan-inner .plan-wrap .plan-box:nth-child(2) {
    margin: 0;
  }
  body#home .meal {
    padding: 50px 0;
  }
  body#home .meal h2 {
    max-width: 750px;
    margin-inline: auto;
  }
  body#home .meal p {
    margin-top: 20px;
    line-height: 1.5;
  }
  body#home .room {
    padding: 65px 0;
  }
  body#home .room .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  body#home .room .inner .right-text {
    order: 2;
    margin: 30px 0 0;
    writing-mode: horizontal-tb;
  }
  body#home .room .inner .right-text h2 {
    font-size: 20px;
  }
  body#home .room .inner .right-text p {
    margin: 25px 0 0;
    letter-spacing: normal;
    line-height: 1.6;
  }
  body#home .room .inner .img-box {
    gap: 5px;
    order: 1;
  }
  body#home .room .inner .img-box img {
    width: calc(50% - 2.5px);
  }
  body#home .history {
    padding: 35px 0 50px;
  }
  body#home .history h2 {
    font-size: 20px;
  }
  body#home .history p {
    font-size: 14px;
    margin-top: 25px;
  }
  body#home .history .btn a {
    font-size: 14px;
    padding: 15px 0;
    margin: 25px auto 0;
    width: 250px;
  }
  body#home .faq-btn {
    box-sizing: border-box;
    max-width: 600px;
    padding: 0 5%;
    margin: 50px auto;
    width: 100%;
  }
  body#home .faq-btn a {
    font-size: 18px;
    max-height: 160px;
    height: 28.2666666667vw;
    padding-left: 17px;
    line-height: 28.2666666667vw;
    max-width: 480px;
    width: 84.8vw;
  }
  body#home .access {
    padding: 50px 0;
  }
  body#home .access .access-box {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  body#home .access .access-box .map {
    order: 2;
    margin-top: 30px;
    width: 100%;
  }
  body#home .access .access-box .map iframe {
    display: block;
    margin: 0 auto;
    height: 89.0666666667vw;
    max-height: 514px;
    max-width: 650px;
    width: 100%;
  }
  body#home .access .access-box .access-by {
    order: 1;
    margin: 0;
  }
  body#home .access .access-box .access-by ul {
    padding-left: 5px;
  }
  body#home .wedding-ginza {
    margin-top: 50px;
  }
  body#home .wedding-ginza .inner {
    flex-wrap: wrap;
  }
  body#home .wedding-ginza .inner .wedding::before, body#home .wedding-ginza .inner .ginza::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  body#home .wedding-ginza .inner .wedding img, body#home .wedding-ginza .inner .ginza img {
    width: 89.3333333333vw;
    height: 77.0666666667vw;
    max-width: 490px;
    max-height: 320px;
  }
  body#home .wedding-ginza .inner .wedding a, body#home .wedding-ginza .inner .ginza a {
    width: 84vw;
    height: 67.7333333333vw;
    max-width: 460px;
    max-height: 290px;
  }
  body#home .wedding-ginza .inner .wedding a::after, body#home .wedding-ginza .inner .ginza a::after {
    display: none;
  }
  body#home .wedding-ginza .inner .wedding a h2, body#home .wedding-ginza .inner .ginza a h2 {
    font-size: 20px;
    text-align: left;
    line-height: 1;
    margin-top: 8vw;
    padding: 0 20px;
  }
  body#home .wedding-ginza .inner .wedding a p, body#home .wedding-ginza .inner .ginza a p {
    display: block;
    margin-top: 20px;
    padding: 0 20px;
    line-height: 1.6;
  }
  body#home .banner ul {
    flex-wrap: wrap;
  }
  body#home .banner ul li {
    width: 100%;
  }
  body#home .instagram {
    margin: 65px 0 50px;
  }
  body#room-page .mv {
    background-size: cover;
    height: 345px;
  }
  body#room-page .mv h1 {
    font-size: 36px;
    padding-top: 120px;
  }
  body#room-page .mv h1 span {
    font-size: 16px;
  }
  body#room-page .smooth-nav {
    margin-top: 45px;
  }
  body#room-page .smooth-nav ul {
    flex-wrap: wrap;
    gap: 20px 6px;
  }
  body#room-page .smooth-nav ul li {
    width: calc(50% - 3px);
  }
  body#room-page .smooth-nav ul li a {
    font-size: 10px;
    padding: 11px 0;
    margin-top: 6px;
    width: 100%;
  }
  body#room-page .smooth-nav ul li a::before {
    width: 18px;
    height: 18px;
  }
  body#room-page .room-box {
    margin-top: 80px;
  }
  body#room-page .room-box:nth-of-type(1) {
    margin-top: 70px;
  }
  body#room-page .room-box .slider-for {
    margin: 40px auto 0;
    max-width: 765px;
    width: 100%;
  }
  body#room-page .room-box .slider-nav {
    margin: 10px auto 0;
    max-width: 765px;
    width: 100%;
  }
  body#room-page .room-box .slider-nav img {
    width: 33.3333333333%;
  }
  body#room-page .room-box p {
    text-align: justify;
    margin-top: 30px;
  }
  body#room-page .room-box dl {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  body#room-page .room-box dl::before {
    width: 110px;
  }
  body#room-page .room-box dl:first-of-type {
    margin-top: 30px;
  }
  body#room-page .room-box dl:last-of-type::after {
    width: 110px;
  }
  body#room-page .room-box dl dt {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
  }
  body#room-page .room-box dl dt span {
    font-size: 12px;
  }
  body#room-page .room-box dl dd {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
    padding: 0 15px;
    margin-top: 15px;
  }
  body#room-page .room-box dl dd span {
    display: block;
  }
  body#room-page .gallery {
    margin-top: 85px;
  }
  body#room-page .gallery .inner {
    flex-wrap: wrap;
    gap: 5px;
  }
  body#room-page .gallery .inner .img {
    gap: 5px;
    width: calc(50% - 2.5px);
  }
  body#room-page .gallery .inner .img:last-child {
    width: 100%;
  }
  body#room-page .gallery .inner .img:last-child img {
    gap: 5px;
    width: calc(50% - 2.5px);
  }
  body#meal-page .mv {
    background-image: url(../images/meal/mv_sp.jpg);
    height: 345px;
  }
  body#meal-page .mv h1 {
    font-size: 36px;
    padding-top: 120px;
  }
  body#meal-page .mv h1 span {
    font-size: 16px;
  }
  body#meal-page .smooth-nav {
    margin: 40px auto 70px;
    max-width: 650px;
    width: 100%;
  }
  body#meal-page .smooth-nav img {
    width: 100%;
  }
  body#meal-page .smooth-nav p {
    text-align: justify;
    margin-top: 30px;
  }
  body#meal-page .meal-box {
    margin-top: 50px;
  }
  body#meal-page .meal-box .main {
    height: 230px;
    padding: 0 5%;
  }
  body#meal-page .meal-box .main h2 {
    font-size: 24px;
    padding-top: 55px;
  }
  body#meal-page .meal-box .main p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 30px;
  }
  body#meal-page .meal-box:first-of-type .main {
    background-position: 65% 50%;
    height: 380px;
  }
  body#meal-page .meal-box:first-of-type .main h2 {
    padding-top: 80px;
  }
  body#meal-page .meal-box:nth-of-type(2) .main {
    background-position: 70% 50%;
  }
  body#meal-page .meal-box:nth-of-type(6) h2 {
    font-size: 20px;
  }
  body#meal-page .meal-box:nth-of-type(6) .meal-detail {
    gap: 30px;
  }
  body#meal-page .meal-box:nth-of-type(6) .meal-detail .meal-detail-box {
    width: 100%;
  }
  body#meal-page .meal-box:nth-of-type(7) .main {
    background-image: url(../images/meal/drink/drink-main_sp.jpg);
  }
  body#meal-page .meal-box .meal-detail {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box {
    width: 100%;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box video {
    width: 100%;
    height: auto;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box .detail {
    padding: 25px 15px;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box .detail .title {
    padding-bottom: 15px;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box .detail h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box .detail p {
    margin-top: 15px;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box .detail p span {
    font-size: 12px;
    line-height: 1.3;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box .detail a::before {
    width: 20px;
    height: 21px;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box .detail dl dt {
    width: 120px;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box:last-child dl {
    flex-wrap: wrap;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box:last-child dl dt {
    width: 100%;
  }
  body#meal-page .meal-box .meal-detail .meal-detail-box:last-child dl dd {
    margin: 5px 0 0;
    padding-left: 1rem;
  }
  body#meal-page .tax {
    text-align: left;
  }
  body#business-page .mv ul {
    flex-wrap: wrap;
  }
  body#business-page .mv ul li {
    height: 48vw;
    width: 100%;
  }
  body#business-page .mv ul li h1, body#business-page .mv ul li p {
    font-size: 24px;
    display: block;
    text-align: center;
    padding-top: 17%;
    line-height: 1.2;
  }
  body#business-page .mv ul li h1 span, body#business-page .mv ul li p span {
    font-size: 12px;
  }
  body#business-page .main {
    background-image: url(../images/plan/main_sp.jpg);
    height: 420px;
    padding: 0 5%;
  }
  body#business-page .main h2 {
    font-size: 22px;
    padding-top: 85px;
    line-height: 1.5;
  }
  body#business-page .main p {
    font-size: 14px;
    text-align: justify;
    margin-top: 30px;
  }
  body#business-page .recommend {
    margin-top: 35px;
  }
  body#business-page .recommend .inner {
    padding: 50px 5%;
  }
  body#business-page .recommend .inner h2 {
    font-size: 20px;
  }
  body#business-page .recommend .inner ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
  }
  body#business-page .recommend .inner ul li {
    box-sizing: border-box;
    padding: 10px 15px;
    height: auto;
    width: 100%;
  }
  body#business-page .recommend .inner ul li p {
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    line-height: 1.5;
  }
  body#business-page .smooth-nav {
    margin: 50px 0;
  }
  body#business-page .smooth-nav ul {
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0 0;
  }
  body#business-page .smooth-nav ul li {
    width: 100%;
  }
  body#business-page .plan-wrap {
    padding: 35px 0;
  }
  body#business-page .plan-wrap .head .title {
    padding: 4px;
    width: 50px;
    height: 50px;
  }
  body#business-page .plan-wrap .head .title span {
    font-size: 22px;
    height: 42px;
    line-height: 42px;
  }
  body#business-page .plan-wrap .head h2 {
    font-size: 18px;
    margin-left: 10px;
    line-height: 1.3;
  }
  body#business-page .plan-wrap .plan-box {
    gap: 30px;
    justify-content: center;
    margin-top: 20px;
  }
  body#business-page .plan-wrap .plan-box .slider-wrap {
    max-width: 650px;
    width: 100%;
  }
  body#business-page .plan-wrap .plan-box .basic {
    max-width: 650px;
    width: 100%;
  }
  body#business-page .plan-wrap .plan-box .basic dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body#business-page .plan-wrap .plan-box .basic dl:first-of-type {
    margin-top: 30px;
  }
  body#business-page .plan-wrap .plan-box .basic dl dd {
    margin: 15px 0 0;
    width: 100%;
  }
  body#business-page .plan-wrap .plan-box .option {
    max-width: 650px;
    width: 100%;
  }
  body#business-page .plan-wrap .plan-box .option h3 {
    padding: 10px 15px;
  }
  body#business-page .plan-wrap .plan-box .option dl {
    font-size: 12px;
    padding: 0;
  }
  body#business-page .plan-wrap .plan-box .option dl:first-of-type {
    margin-top: 15px;
  }
  body#business-page .plan-wrap .plan-box .option dl dt {
    flex-shrink: 0;
    width: 170px;
  }
  body#business-page .plan-wrap .plan-box .option dl dd {
    margin-left: 20px;
  }
  body#business-page .plan-wrap .plan-box .request {
    max-width: 650px;
    width: 100%;
  }
  body#business-page .plan-wrap .plan-box .request h3 {
    padding: 10px 15px;
  }
  body#business-page .plan-wrap .plan-box .request ul {
    font-size: 12px;
    margin: 15px 0 0 0;
  }
  body#business-page .plan-wrap .btn-wrap {
    display: block;
    margin-top: 25px;
  }
  body#business-page .plan-wrap .btn-wrap a {
    margin: 0 auto;
  }
  body#business-page .plan-wrap .btn-wrap a + a {
    margin-top: 10px;
  }
  body#business-page #plan02 .plan-box .option dl dt {
    width: 168px;
  }
  body#business-page #plan03 .plan-box .option dl dt {
    width: 162px;
  }
  body#business-page #plan03 .plan-box .option p {
    font-size: 12px;
    padding-left: 0;
  }
  body#business-page .tax {
    text-align: left;
  }
  body#family-page .mv ul {
    flex-wrap: wrap;
  }
  body#family-page .mv ul li {
    height: 48vw;
    width: 100%;
  }
  body#family-page .mv ul li h1, body#family-page .mv ul li p {
    font-size: 24px;
    display: block;
    text-align: center;
    padding-top: 17%;
    line-height: 1.2;
  }
  body#family-page .mv ul li h1 span, body#family-page .mv ul li p span {
    font-size: 12px;
  }
  body#family-page .main {
    height: 420px;
    padding: 0 5%;
  }
  body#family-page .main h2 {
    font-size: 22px;
    padding-top: 85px;
    line-height: 1.5;
  }
  body#family-page .main p {
    font-size: 14px;
    text-align: justify;
    margin-top: 30px;
  }
  body#family-page .recommend {
    margin-top: 35px;
  }
  body#family-page .recommend .inner {
    padding: 50px 5%;
  }
  body#family-page .recommend .inner h2 {
    font-size: 20px;
  }
  body#family-page .recommend .inner ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
  }
  body#family-page .recommend .inner ul li {
    box-sizing: border-box;
    padding: 10px 15px;
    height: auto;
    width: 100%;
  }
  body#family-page .recommend .inner ul li p {
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    line-height: 1.5;
  }
  body#family-page .smooth-nav {
    margin: 50px 0;
  }
  body#family-page .smooth-nav ul {
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0 0;
  }
  body#family-page .smooth-nav ul li {
    width: 100%;
  }
  body#family-page .plan-wrap {
    padding: 35px 0;
  }
  body#family-page .plan-wrap .head .title {
    padding: 4px;
    width: 50px;
    height: 50px;
  }
  body#family-page .plan-wrap .head .title span {
    font-size: 22px;
    height: 42px;
    line-height: 42px;
  }
  body#family-page .plan-wrap .head h2 {
    font-size: 18px;
    margin-left: 10px;
    line-height: 1.3;
  }
  body#family-page .plan-wrap .plan-box {
    gap: 30px;
    justify-content: center;
    margin-top: 20px;
  }
  body#family-page .plan-wrap .plan-box .slider-wrap {
    max-width: 650px;
    width: 100%;
  }
  body#family-page .plan-wrap .plan-box .basic {
    max-width: 650px;
    width: 100%;
  }
  body#family-page .plan-wrap .plan-box .basic dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body#family-page .plan-wrap .plan-box .basic dl:first-of-type {
    margin-top: 30px;
  }
  body#family-page .plan-wrap .plan-box .basic dl dd {
    margin: 15px 0 0;
    width: 100%;
  }
  body#family-page .plan-wrap .plan-box .option {
    max-width: 650px;
    width: 100%;
  }
  body#family-page .plan-wrap .plan-box .option h3 {
    padding: 10px 15px;
  }
  body#family-page .plan-wrap .plan-box .option dl {
    font-size: 12px;
    padding: 0;
  }
  body#family-page .plan-wrap .plan-box .option dl:first-of-type {
    margin-top: 15px;
  }
  body#family-page .plan-wrap .plan-box .option dl dt {
    flex-shrink: 0;
    width: 170px;
  }
  body#family-page .plan-wrap .plan-box .option dl dd {
    margin-left: 20px;
  }
  body#family-page .plan-wrap .plan-box .request {
    max-width: 650px;
    width: 100%;
  }
  body#family-page .plan-wrap .plan-box .request h3 {
    padding: 10px 15px;
  }
  body#family-page .plan-wrap .plan-box .request ul {
    font-size: 12px;
    margin: 15px 0 0 0;
  }
  body#family-page .plan-wrap .btn-wrap {
    display: block;
    margin-top: 25px;
  }
  body#family-page .plan-wrap .btn-wrap a {
    margin: 0 auto;
  }
  body#family-page .plan-wrap .btn-wrap a + a {
    margin-top: 10px;
  }
  body#family-page #plan02 .plan-box .option dl dt {
    width: 168px;
  }
  body#family-page #plan03 .plan-box .option dl dt {
    width: 180px;
  }
  body#family-page #plan04 .plan-box .option dl dt {
    width: 200px;
  }
  body#family-page .tax {
    text-align: left;
  }
  body#private-page .mv ul {
    flex-wrap: wrap;
  }
  body#private-page .mv ul li {
    height: 48vw;
    width: 100%;
  }
  body#private-page .mv ul li h1, body#private-page .mv ul li p {
    font-size: 24px;
    display: block;
    text-align: center;
    padding-top: 17%;
    line-height: 1.2;
  }
  body#private-page .mv ul li h1 span, body#private-page .mv ul li p span {
    font-size: 12px;
  }
  body#private-page .main {
    height: 420px;
    padding: 0 5%;
  }
  body#private-page .main h2 {
    font-size: 22px;
    padding-top: 85px;
    line-height: 1.5;
  }
  body#private-page .main p {
    font-size: 14px;
    text-align: justify;
    margin-top: 30px;
  }
  body#private-page .recommend {
    margin-top: 35px;
  }
  body#private-page .recommend .inner {
    padding: 50px 5%;
  }
  body#private-page .recommend .inner h2 {
    font-size: 20px;
  }
  body#private-page .recommend .inner ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
  }
  body#private-page .recommend .inner ul li {
    box-sizing: border-box;
    padding: 10px 15px;
    height: auto;
    width: 100%;
  }
  body#private-page .recommend .inner ul li p {
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    line-height: 1.5;
  }
  body#private-page .smooth-nav {
    margin: 50px 0;
  }
  body#private-page .smooth-nav ul {
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0 0;
  }
  body#private-page .smooth-nav ul li {
    width: 100%;
  }
  body#private-page .plan-wrap {
    padding: 35px 0;
  }
  body#private-page .plan-wrap .head .title {
    padding: 4px;
    width: 50px;
    height: 50px;
  }
  body#private-page .plan-wrap .head .title span {
    font-size: 22px;
    height: 42px;
    line-height: 42px;
  }
  body#private-page .plan-wrap .head h2 {
    font-size: 18px;
    margin-left: 10px;
    line-height: 1.3;
  }
  body#private-page .plan-wrap .plan-box {
    gap: 30px;
    justify-content: center;
    margin-top: 20px;
  }
  body#private-page .plan-wrap .plan-box .slider-wrap {
    max-width: 650px;
    width: 100%;
  }
  body#private-page .plan-wrap .plan-box .basic {
    max-width: 650px;
    width: 100%;
  }
  body#private-page .plan-wrap .plan-box .basic dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body#private-page .plan-wrap .plan-box .basic dl:first-of-type {
    margin-top: 30px;
  }
  body#private-page .plan-wrap .plan-box .basic dl dd {
    margin: 15px 0 0;
    width: 100%;
  }
  body#private-page .plan-wrap .plan-box .option {
    max-width: 650px;
    width: 100%;
  }
  body#private-page .plan-wrap .plan-box .option h3 {
    padding: 10px 15px;
  }
  body#private-page .plan-wrap .plan-box .option dl {
    font-size: 12px;
    padding: 0;
  }
  body#private-page .plan-wrap .plan-box .option dl:first-of-type {
    margin-top: 15px;
  }
  body#private-page .plan-wrap .plan-box .option dl dt {
    flex-shrink: 0;
    width: 170px;
  }
  body#private-page .plan-wrap .plan-box .option dl dd {
    margin-left: 20px;
  }
  body#private-page .plan-wrap .plan-box .option p {
    font-size: 12px;
    padding-left: 0;
  }
  body#private-page .plan-wrap .plan-box .request {
    max-width: 650px;
    width: 100%;
  }
  body#private-page .plan-wrap .plan-box .request h3 {
    padding: 10px 15px;
  }
  body#private-page .plan-wrap .plan-box .request ul {
    font-size: 12px;
    margin: 15px 0 0 0;
  }
  body#private-page .plan-wrap .btn-wrap {
    display: block;
    margin-top: 25px;
  }
  body#private-page .plan-wrap .btn-wrap a {
    margin: 0 auto;
  }
  body#private-page .plan-wrap .btn-wrap a + a {
    margin-top: 10px;
  }
  body#private-page #plan03 .plan-box .option dl dt {
    width: 190px;
  }
  body#private-page .tax {
    text-align: left;
  }
  body#contact-page .mv h1 {
    font-size: 22px;
    margin-top: 100px;
  }
  body#contact-page .contact-form {
    margin: 100px auto;
    width: 90%;
  }
  body#contact-page .contact-form dl {
    font-size: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  body#contact-page .contact-form dl dt span {
    margin-left: 5px;
    font-size: 12px;
  }
  body#contact-page .contact-form dl dd {
    margin-top: 10px;
    width: 100%;
  }
  body#contact-page .contact-form dl dd input[type=text], body#contact-page .contact-form dl dd input[type=tel], body#contact-page .contact-form dl dd input[type=email] {
    width: 100%;
    height: 40px;
    padding-left: 15px;
  }
  body#contact-page .contact-form dl dd select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
  }
  body#contact-page .contact-form dl dd textarea {
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
  }
  body#contact-page .contact-form dl dd .mwform-checkbox-field input {
    margin-top: -5px;
    margin-right: 2px;
  }
  body#contact-page .contact-form .btn-wrap {
    margin: 30px auto 0;
  }
  body#contact-page .contact-form .btn-wrap input[type=submit] {
    padding: 10px 0;
  }
  body#contact-english-page .mv h1 {
    font-size: 22px;
    margin-top: 100px;
  }
  body#contact-english-page .contact-form {
    margin: 100px auto;
    width: 90%;
  }
  body#contact-english-page .contact-form dl {
    font-size: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  body#contact-english-page .contact-form dl dt span {
    margin-left: 5px;
    font-size: 12px;
  }
  body#contact-english-page .contact-form dl dd {
    margin-top: 10px;
    width: 100%;
  }
  body#contact-english-page .contact-form dl dd input[type=text], body#contact-english-page .contact-form dl dd input[type=tel], body#contact-english-page .contact-form dl dd input[type=email] {
    width: 100%;
    height: 40px;
    padding-left: 15px;
  }
  body#contact-english-page .contact-form dl dd select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
  }
  body#contact-english-page .contact-form dl dd textarea {
    height: 300px;
    padding-top: 10px;
    padding-left: 15px;
  }
  body#contact-english-page .contact-form dl dd .mwform-radio-field {
    line-height: 1.5;
  }
  body#contact-english-page .contact-form dl dd .mwform-checkbox-field input {
    margin-top: -5px;
    margin-right: 2px;
  }
  body#contact-english-page .contact-form dl dd .budget select {
    margin-right: 10px;
    width: 150px;
  }
  body#contact-english-page .contact-form dl dd .budget span {
    font-size: 12px;
  }
  body#contact-english-page .contact-form dl dd .stay input[type=text] {
    width: 150px;
  }
  body#contact-english-page .contact-form dl dd.member {
    flex-wrap: wrap;
  }
  body#contact-english-page .contact-form dl dd.member select {
    margin-left: 10px;
    width: 100px;
  }
  body#contact-english-page .contact-form dl dd.member .member-adults {
    width: 100%;
  }
  body#contact-english-page .contact-form dl dd.member .member-children {
    margin: 10px 0 0;
    width: 100%;
  }
  body#contact-english-page .contact-form p.title {
    font-size: 16px;
  }
  body#contact-english-page .contact-form .btn-wrap {
    margin: 30px auto 0;
  }
  body#contact-english-page .contact-form .btn-wrap input[type=submit] {
    padding: 10px 0;
  }
  body#history-page header .inner, body#history-page footer .inner, body#faq-page header .inner, body#faq-page footer .inner, body#english-page header .inner, body#english-page footer .inner {
    padding: 0 5%;
  }
}
body#page .mv {
  background: url(../images/common/mv.png) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 450px;
}
body#page .mv::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
body#page .mv h1 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  padding-top: 222px;
  position: relative;
  z-index: 10;
}

#page-php {
  padding: 4rem 0;
  line-height: 1.5;
  /* hタグのスタイル */
  /* pタグのスタイル */
  /* ul, olのスタイル */
  /* tableのスタイル */
  /* リンクのスタイル */
}
#page-php h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
#page-php h2 {
  font-size: 1.5rem;
  margin: 0.83rem 0;
}
#page-php h3 {
  font-size: 1.17rem;
  margin: 1rem 0;
}
#page-php h4 {
  font-size: 1rem;
  margin: 1.33rem 0;
}
#page-php h5 {
  font-size: 0.83rem;
  margin: 1.67rem 0;
}
#page-php h6 {
  font-size: 0.67rem;
  margin: 2.33rem 0;
}
#page-php p {
  margin: 0 0 1rem;
}
#page-php ul, #page-php ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
#page-php table {
  width: 100%;
  border-collapse: collapse;
}
#page-php th, #page-php td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
}
#page-php th {
  background-color: #f2f2f2;
}
#page-php figure {
  margin-bottom: 3rem;
}
#page-php .wp-element-caption {
  margin-top: 1.5rem;
}
#page-php a {
  color: #0073aa;
  text-decoration: underline;
}
#page-php a:hover {
  text-decoration: none;
}
#page-php strong, #page-php b {
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  body#page .mv {
    background-image: url(../images/common/mv_sp.png);
    height: 345px;
  }
  body#page .mv h1 {
    font-size: 36px;
    padding-top: 146px;
  }
  #page-php {
    padding: 3rem 2.5% 4rem;
  }
  #page-php h1 {
    font-size: 1.5rem;
  }
  #page-php h2 {
    font-size: 1.25rem;
  }
  #page-php h3 {
    font-size: 1rem;
  }
  #page-php h4 {
    font-size: 0.9rem;
  }
  #page-php h5 {
    font-size: 0.8rem;
  }
  #page-php h6 {
    font-size: 0.7rem;
  }
}
.trp-language-switcher {
  width: auto !important;
  margin-left: 10px;
}
@media only screen and (max-width: 1000px) {
  .trp-language-switcher {
    width: 150px !important;
  }
}
.trp-language-switcher .trp-ls-shortcode-current-language {
  padding: 4px 20px 3px 20px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .trp-language-switcher .trp-ls-shortcode-current-language {
    width: 130px !important;
  }
}
.trp-language-switcher .trp-ls-shortcode-current-language::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  content: "";
  background: url(../images/common/language.svg) no-repeat center center/contain;
}
.trp-language-switcher .trp-ls-shortcode-current-language img {
  display: none;
}

.sp-lang {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 10000;
}

@media only screen and (max-width: 1000px) {
  .trp-ls-shortcode-language {
    width: 120px !important;
    padding: 4px 13px 4px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 4px 13px 4px 0 !important;
  }
}/*# sourceMappingURL=style.css.map */



header .head .english-btn{margin-left: 10px;}
header .head .tel .title{padding: 5px 5px !important;}
header .head a.con_btn{display: block;padding: 10px 24px;    background: #fff;color: #242A3A;border: 1px solid #fff;margin-left: 10px;transition: all 0.6s;}
header .head a.con_btn:hover{background: none;color: #fff;opacity: 1;}
header .head .tel{margin-left: 10px !important}
header .nav nav ul{gap: 10px !important;}
header .nav nav ul li a{padding: 0 8px;}
header .nav nav ul li a.btn {display: block; padding: 10px 24px; border: 1px solid #fff;transition: all 0.6s;}
header .nav nav ul li a.btn:hover {transition: all 0.6s;color: #242A3A;background-color: #fff;opacity: 1;}
.trp-language-switcher .trp-ls-shortcode-current-language{    width: auto !important;}