@charset "UTF-8";
/* ---------------------------------
リセット
---------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ---------------------------------
ルート
---------------------------------
*/
:root {
  --yae-font-color-base: #4c4948;
  --yae-red: #a40e1a;
  --yae-red-2: #a00000;
  --yae-red-3: #9c2423;
  --yae-orange: #cb5b44;
  --yae-gray: #cccccc;
  --yae-gray-3: #333333;
  --yae-gray-6: #666666;
  --yae-gray-9: #999999;
  --yae-white: #ffffff;
}

/* ---------------------------------
フォントファミリー
---------------------------------
*/
:root {
  --font-family-sans: "Noto Sans JP","Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
  --font-family-serif: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  --font-family-sans-zh: "Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  --font-family-serif-zh: "Noto Serif SC","NSimSun","STSong","Songti SC","Heiti SC","PingFangSC-Light","STHeitiSC-Light","Noto Sans CJK SC",serif;
}

/* ---------------------------------
タイポグラフィ
---------------------------------
*/
button,
input,
select,
textarea {
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  font-synthesis: none;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-style: italic;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em;
}

img {
  display: inline;
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

/* ---------------------------------
レイアウト
---------------------------------
*/
body {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  padding: 0;
  background-color: var(--yae-white);
  overflow: hidden;
  font-family: var(--font-family-sans);
  font-size: 14px;
  line-height: 1.642;
  color: var(--yae-font-color-base);
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.944;
  }
}
body .font-serif {
  font-family: var(--font-family-serif);
}
body.zh {
  font-family: var(--font-family-sans-zh);
}
body.zh .font-serif {
  font-family: var(--font-family-serif-zh);
}
body.zh .font-serif.price {
  font-family: var(--font-family-serif);
}

#Wrapper {
  background: none;
}

.site {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: none;
  background-color: inherit;
}

.site-content {
  float: none;
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: inherit;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .site-content {
    padding: 0 25px;
  }
}

.site-main {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .site-main {
    margin-bottom: 60px;
  }
}

.underlayer {
  padding: 0;
}

.sec_block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_block {
    margin-top: 60px;
  }
}
.sec_block.border-top {
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .sec_block.border-top {
    padding-top: 60px;
  }
}

/* ---------------------------------
フォーム
---------------------------------
*/
button,
input,
select,
textarea {
  background-color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type=submit] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

.search-form input[type=submit],
.widget .search-form input[type=submit] {
  padding: 0;
}

/* ---------------------------------
リンク
---------------------------------
*/
a {
  color: #333;
  text-decoration: none;
}

a,
a:hover,
a:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------------------------------
ヘッダー
---------------------------------
*/
/*--------------------------------------
  Site Header (Desktop & Mobile)
---------------------------------------*/
.site-header {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 15px 17px 10px 17px;
  padding: max(1.562vw, 15px) 5.416vw 10px 5.416vw;
}
@media screen and (min-width: 768px) {
  .site-header {
    width: inherit;
  }
}
.site-header .site-branding {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  max-width: 100%;
  position: static;
}
@media screen and (min-width: 768px) {
  .site-header .site-branding {
    align-items: start;
  }
}
.site-header .site-header-title {
  width: 26.666vw;
  min-width: 100px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-title {
    width: 280px;
    margin: 10px 40px 0 0;
  }
}
.site-header .site-header-title .site-header-logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-contents {
    max-width: 640px;
  }
}
.site-header .site-header-contents .site-header-language {
  display: none;
  margin: 0;
  padding: 0;
  top: auto;
  right: auto;
  position: static;
  background-color: inherit;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-contents .site-header-language {
    display: block;
  }
}
.site-header .site-header-contents .widget-area {
  margin: 0 !important;
}
.site-header .site-header-contents .widget-area .qtranxs_widget {
  margin: 0;
  padding: 0;
}
.site-header .site-header-contents .widget-area .qtranxs_widget .widget-title {
  display: none;
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser {
  display: flex;
  width: auto;
  margin: 0 0 6px 0;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li {
  width: calc(25% - 7.5px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li a {
  display: flex;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  height: 32px;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background: linear-gradient(to bottom, #b6b6b6 0%, #777777 100%);
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li a:hover {
  background: #9c2423;
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li.active a {
  background: #9c2423;
  cursor: default;
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li span {
  display: inherit;
  font-size: inherit;
  text-indent: inherit;
  overflow: inherit;
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li.lang-zh span {
  font-family: "Noto Sans SC", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li.lang-ja span, .site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li.lang-en span, .site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li.lang-zh span, .site-header .site-header-contents .widget-area .qtranxs_widget ul.language-chooser li.lang-tw span {
  width: auto;
  height: auto;
  background: none;
  background-size: auto;
}
.site-header .site-header-select-lang-sp {
  display: block;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-select-lang-sp {
    display: none;
  }
}
.site-header .site-header-select-lang-sp .widget-area {
  margin: 0 !important;
}
.site-header .site-header-select-lang-sp .widget-title {
  display: none;
}
.site-header .site-header-select-lang-sp ul.language-chooser {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0 5px;
}
.site-header .site-header-select-lang-sp ul.language-chooser li {
  width: calc(25% - 3.75px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-header-select-lang-sp ul.language-chooser li a {
  display: flex;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0.2em 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background: linear-gradient(to bottom, #b6b6b6 0%, #777777 100%);
}
.site-header .site-header-select-lang-sp ul.language-chooser li a:hover {
  background: #9c2423;
}
.site-header .site-header-select-lang-sp ul.language-chooser li.active a {
  background: #9c2423;
  cursor: default;
}
.site-header .site-header-select-lang-sp ul.language-chooser li span {
  font-size: 11px;
  font-size: min(2.933vw, 16px);
  display: inherit;
  text-indent: inherit;
  overflow: inherit;
}
.site-header .site-header-select-lang-sp ul.language-chooser li.lang-zh span {
  font-family: "Noto Sans SC", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.site-header .site-header-select-lang-sp ul.language-chooser li.lang-ja span, .site-header .site-header-select-lang-sp ul.language-chooser li.lang-en span, .site-header .site-header-select-lang-sp ul.language-chooser li.lang-zh span, .site-header .site-header-select-lang-sp ul.language-chooser li.lang-tw span {
  width: auto;
  height: auto;
  background: none;
  background-size: auto;
}
.site-header .site-header-navigation .site-header-navigation-list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0 10px;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
}
.site-header .site-header-navigation .site-header-navigation-list li {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  list-style: none;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-contact, .site-header .site-header-navigation .site-header-navigation-list .nav-booking {
  display: none;
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-navigation .site-header-navigation-list .nav-contact, .site-header .site-header-navigation .site-header-navigation-list .nav-booking {
    display: block;
  }
}
.site-header .site-header-navigation .site-header-navigation-list .nav-contact a {
  display: flex;
  font-size: 16px;
  height: 48px;
  border: 1px solid #cccccc;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.3s;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-contact a .icon {
  width: auto;
  height: 16px;
  margin-right: 10px;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-contact a:hover {
  color: #9c2423;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-booking a {
  display: flex;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  background: #9c2423;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-booking a:hover {
  background: #cb5b44;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns {
  margin: 0 40px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-navigation .site-header-navigation-list .nav-sns {
    margin: 8px 12px 0 0;
  }
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list {
    gap: 0 24px;
  }
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list li {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  text-align: center;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list li a {
  display: flex;
  align-items: center;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list li i {
  color: #9c2423;
  font-size: 28px;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list li .sns-icon {
  width: 26px;
  height: auto;
  transition: 0.3s;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list li.wechat {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header .site-header-navigation .site-header-navigation-list .nav-sns .nav-sns-list li.wechat i {
  margin-right: 8px;
}
.site-header .site-header-navigation .site-header-navigation-list .hnav-tel {
  display: none;
  font-size: 21px;
  margin: 0 15px 0 0;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-navigation .site-header-navigation-list .hnav-tel {
    display: flex;
  }
}
.site-header .site-header-navigation .site-header-navigation-list .hnav-tel a {
  font-size: inherit;
  padding-left: 35px;
  background: url(../images/common/icon_phone_red.svg) center left no-repeat;
  background-size: 25px auto;
}
.site-header .site-header-name {
  display: flex;
  margin: 5px 0 0 0;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-name {
    margin: 10px 0 0 0;
  }
}
.site-header .site-header-name::before {
  display: inline-block;
  width: 0.6em;
  height: 10px;
  margin: 2px 0 0 0;
  background: url(../images/common/site-header-name_bg_outer_left.png) left center no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (min-width: 768px) {
  .site-header .site-header-name::before {
    width: 1.2em;
  }
}
.site-header .site-header-name::after {
  display: inline-block;
  width: 0.64em;
  height: 10px;
  margin: 2px 0 0 0;
  background: url(../images/common/site-header-name_bg_outer_right.png) right center no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (min-width: 768px) {
  .site-header .site-header-name::after {
    width: 1.2em;
  }
}
.site-header .site-header-name-inner {
  display: flex;
  width: calc(100% - 1.4em);
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-name-inner {
    width: calc(100% - 2.6em);
  }
}
.site-header .site-header-name-inner::before, .site-header .site-header-name-inner::after {
  display: inline-block;
  width: 100%;
  max-width: 50%;
  padding: 1px 0;
  height: 1px;
  border-bottom: 1px solid #9c2423;
  box-sizing: border-box;
  content: "";
}
.site-header .site-header-name-inner::before {
  margin: 0 2px 0 0;
}
.site-header .site-header-name-inner::after {
  margin: 0 0 0 2px;
}
.site-header .site-header-name h2 {
  display: flex;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-serif);
}
@media screen and (min-width: 768px) {
  .site-header .site-header-name h2 {
    font-size: 3.125vw;
    letter-spacing: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .site-header-name h2 {
    font-size: 32px;
  }
}
.site-header .site-header-name h2::before {
  display: inline-block;
  width: 2.4em;
  height: 1.2em;
  background: url(../images/common/site-header-name_bg_inner_left.png) left center no-repeat;
  background-size: auto 100%;
  content: "";
}
.site-header .site-header-name h2::after {
  display: inline-block;
  width: 2.4em;
  height: 1.2em;
  margin-left: -0.5em;
  background: url(../images/common/site-header-name_bg_inner_right.png) right center no-repeat;
  background-size: auto 100%;
  content: "";
}

/*--------------------------------------
  Global Navigation Parts (Desktop Menu)
---------------------------------------*/
#globalNavi {
  display: none;
  width: 100%;
  max-width: 1238px;
  height: auto;
  margin: 0 auto 10px auto;
  padding: 0 24px;
  background: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #globalNavi {
    display: block;
  }
}
#globalNavi:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#globalNavi ul.gmenu {
  display: flex;
  width: 100%;
  max-width: 1238px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  position: relative;
  list-style: none;
}
#globalNavi ul.gmenu > li {
  display: flex;
  white-space: nowrap;
  height: 42px;
  padding: 0;
  justify-content: center;
}
#globalNavi ul.gmenu > li.separator {
  display: block;
  font-size: 1px;
  width: 2px;
  height: 30px;
  background: #cccccc;
  content: "";
}
#globalNavi ul.gmenu > li.SP {
  display: none;
}
#globalNavi ul.gmenu > li > a {
  float: none;
  display: flex;
  color: #333333;
  font-size: 18px !important;
  font-weight: normal;
  text-align: center;
  text-indent: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  overflow: auto;
  transition: 0.3s;
}
#globalNavi ul.gmenu > li > a.current {
  color: #9c2423;
  background: none;
}
#globalNavi ul.gmenu > li > a:hover {
  color: #9c2423;
  background: none;
}
#globalNavi ul.gmenu > li ul.childNavi {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  left: 0;
  top: 42px;
  z-index: 10;
  position: absolute;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#globalNavi ul.gmenu > li ul.childNavi.off {
  display: none;
}
#globalNavi ul.gmenu > li ul.childNavi.-center {
  justify-content: center;
  padding: 20px;
}
#globalNavi ul.gmenu > li ul.childNavi li {
  display: block;
  width: 33.333%;
  min-height: 120px;
  margin: 0;
  padding: 10px 10px 10px 115px;
  border: none !important;
  position: relative;
}
#globalNavi ul.gmenu > li ul.childNavi li a {
  display: block;
  color: #333333;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  margin: 15px 0 0 0;
}
#globalNavi ul.gmenu > li ul.childNavi li a:hover {
  text-decoration: underline;
}
#globalNavi ul.gmenu > li ul.childNavi li a span {
  display: block;
  font-size: 15px;
}
#globalNavi ul.gmenu > li ul.childNavi li .img {
  display: block;
  width: 100px;
  height: 100px;
  border: none;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.3s;
}
#globalNavi ul.gmenu > li ul.childNavi li .img:hover {
  opacity: 0.7;
}
#globalNavi ul.gmenu > li ul.childNavi li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  font-family: "object-fit:cover; object-position:center top;";
}

/*--------------------------------------
  Floating Header (Desktop)
---------------------------------------*/
#floatHeader {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  height: auto;
  margin: 0 auto 10px auto;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  left: 0;
  top: -120px;
  z-index: 100;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #floatHeader {
    display: block;
  }
}
#floatHeader:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#floatHeader.active {
  transform: translateY(120px);
}
#floatHeader #floatHeaderUpper {
  width: 100%;
  max-width: 1238px;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
  box-sizing: border-box;
  background-color: none;
}
#floatHeader #floatHeaderUpper .inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#floatHeader #floatHeaderUpper .inner .logo {
  font-size: max(1.25vw, 18px);
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 24px;
}
#floatHeader #floatHeaderUpper .inner .logo a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#floatHeader #floatHeaderUpper .inner .logo a:hover {
  color: #9c2423;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
  width: auto;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight a {
  color: inherit;
  font-size: 14px;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxC .tel {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxC .tel i {
  vertical-align: middle;
  margin-left: 1px;
  margin-right: 5px;
  color: #333333;
  font-size: 1.3em;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxC .mail {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  transition: 0.3s;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxC .mail i {
  vertical-align: middle;
  margin-right: 5px;
  color: #333333;
  font-size: 1.2em;
  transition: 0.3s;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxC .mail:hover {
  color: #9c2423;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxC .mail:hover i {
  color: #9c2423;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxR #floatHeaderContact {
  text-align: right;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxR #floatHeaderContact a {
  padding: 14px 20px;
  color: #ffffff;
  background: #9c2423;
  transition: 0.3s;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxR #floatHeaderContact a:hover {
  background: #cb5b44;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxR #floatHeaderContact a span.sp {
  display: none;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxR #floatHeaderContact i.fa-calendar-days {
  margin-right: 5px;
}
#floatHeader #floatHeaderUpper .inner #floatHeaderRight .boxR #floatHeaderContact i.fa-angle-right {
  margin-left: 5px;
}
#floatHeader ul.gmenu {
  display: flex;
  width: 100%;
  max-width: 1238px;
  height: auto;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  position: relative;
  list-style: none;
}
#floatHeader ul.gmenu > li {
  display: flex;
  white-space: nowrap;
  height: 52px;
  padding: 0;
  justify-content: center;
  font-family: var(--font-family-serif);
}
#floatHeader ul.gmenu > li.separator {
  display: block;
  font-size: 1px;
  width: 2px;
  height: 30px;
  background: #cccccc;
  content: "";
}
#floatHeader ul.gmenu > li.SP {
  display: none;
}
#floatHeader ul.gmenu > li > a {
  float: none;
  display: flex;
  color: #333333;
  font-size: 18px !important;
  font-weight: normal;
  text-align: center;
  text-indent: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  overflow: auto;
  transition: 0.3s;
}
#floatHeader ul.gmenu > li > a.current {
  color: #9c2423;
  background: none;
}
#floatHeader ul.gmenu > li > a:hover {
  color: #9c2423;
  background: none;
}
#floatHeader ul.gmenu > li ul.childNavi {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  left: 0;
  top: 52px;
  z-index: 10;
  position: absolute;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#floatHeader ul.gmenu > li ul.childNavi.off {
  display: none;
}
#floatHeader ul.gmenu > li ul.childNavi.-center {
  justify-content: center;
  padding: 20px;
}
#floatHeader ul.gmenu > li ul.childNavi li {
  display: block;
  width: 33.333%;
  min-height: 120px;
  margin: 0;
  padding: 10px 10px 10px 115px;
  border: none !important;
  position: relative;
}
#floatHeader ul.gmenu > li ul.childNavi li a {
  display: block;
  color: #333333;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  margin: 15px 0 0 0;
}
#floatHeader ul.gmenu > li ul.childNavi li a:hover {
  text-decoration: underline;
}
#floatHeader ul.gmenu > li ul.childNavi li a span {
  display: block;
  font-size: 15px;
}
#floatHeader ul.gmenu > li ul.childNavi li .img {
  display: block;
  width: 100px;
  height: 100px;
  border: none;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.3s;
}
#floatHeader ul.gmenu > li ul.childNavi li .img:hover {
  opacity: 0.7;
}
#floatHeader ul.gmenu > li ul.childNavi li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  font-family: "object-fit:cover; object-position:center top;";
}

/*--------------------------------------
  Language Selector (#langSel)
---------------------------------------*/
#langSel {
  z-index: 100;
  position: relative;
}
#langSel #langSelMark {
  display: block;
  line-height: 1.5;
  height: 30px;
  transition: 0.3s;
}
#langSel #langSelMark i {
  vertical-align: middle;
  margin-right: 5px;
  color: #333333;
  font-size: 1.5em;
  transition: 0.3s;
}
#langSel #langSelMark span {
  font-size: 14px;
  transition: 0.3s;
}
#langSel #langSelMark:hover i, #langSel #langSelMark:hover span {
  color: #9c2423;
}
#langSel ul {
  height: 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  left: -10px;
  top: 30px;
  position: absolute;
  overflow: hidden;
  transition: 0.3s;
}
#langSel ul.on {
  height: auto;
}
#langSel ul li {
  border-bottom: 1px solid #cccccc;
  background-color: #f5f5f5;
  list-style: none;
  transition: 0.3s;
}
#langSel ul li:first-child {
  border-top: none;
}
#langSel ul li:last-child {
  border-bottom: none;
}
#langSel ul li.active {
  background-color: #9c2423;
}
#langSel ul li:hover {
  background-color: #9c2423;
}
#langSel ul li.active a::before, #langSel ul li:hover a::before {
  color: #ffffff;
}
#langSel ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  width: 200px;
  height: 40px;
  padding: 5px 10px;
}
#langSel ul li a span {
  display: none;
}
#langSel ul li.lang-ja a::before {
  content: "日本語";
}
#langSel ul li.lang-en a::before {
  content: "English";
}
#langSel ul li.lang-zh a::before {
  content: "中文（简体字）";
}
#langSel ul li.lang-tw a::before {
  content: "中文（繁體字）";
}

/*--------------------------------------
  Header Navigation (Mobile Toggle Menu)
---------------------------------------*/
nav#nav-sp-header {
  display: none;
  width: 26px;
  height: 62px;
  overflow: inherit;
  top: 0;
  left: auto;
  right: 0;
  z-index: 101;
  position: absolute;
  transition: inherit;
}
@media screen and (min-width: 768px) {
  nav#nav-sp-header {
    display: none;
  }
}
nav#nav-sp-header.is-active {
  position: fixed;
}
nav#nav-sp-header.nfb-menu-is-active {
  z-index: -3;
}
nav#nav-sp-header #nsh-menu {
  cursor: pointer;
}
nav#nav-sp-header #nsh-menu .nshm-toggle-button {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: -8px;
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn {
  width: 20px;
  height: 17px;
  position: relative;
  cursor: pointer;
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn span {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #9c2423;
  left: 0;
  position: absolute;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn span:nth-of-type(1) {
  top: 0;
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn span:nth-of-type(2) {
  top: 7px;
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn span:nth-of-type(3) {
  bottom: 0;
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn.is-active span:nth-of-type(1) {
  -webkit-animation: nsh-active-btn07-bar01 0.75s forwards;
  animation: nsh-active-btn07-bar01 0.75s forwards;
  transform: translateY(7px) rotate(45deg);
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
nav#nav-sp-header #nsh-menu .nshm-tb-btn.is-active span:nth-of-type(3) {
  -webkit-animation: nsh-active-btn07-bar03 0.75s forwards;
  animation: nsh-active-btn07-bar03 0.75s forwards;
  transform: translateY(-7px) rotate(-45deg);
}
nav#nav-sp-header #nsh-menu .nshm-tb-bg {
  display: none;
}
nav#nav-sp-header #nsh-menu ul {
  display: block;
  width: 90%;
  height: 64vh;
  border-top: none;
  background: #9c2423;
  position: fixed;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  transition: 0.75s;
  padding: 12vw 0 0 0;
  top: 0;
  right: -100%;
}
nav#nav-sp-header #nsh-menu ul.is-active {
  right: 0;
}
nav#nav-sp-header #nsh-menu ul li {
  width: auto;
  height: calc((100% - 78px) / 10);
  border: none;
  list-style: none;
}
nav#nav-sp-header #nsh-menu ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background: #9c2423;
  transition: 0.3s;
}
nav#nav-sp-header #nsh-menu ul li a:hover {
  color: #ffffff;
  background: #cb5b44 !important;
}
nav#nav-sp-header #nsh-menu ul li.menu-tel {
  display: flex;
  font-size: 16px;
  margin: 0;
  flex-direction: row;
  align-items: center;
}
nav#nav-sp-header #nsh-menu ul li.menu-tel img {
  height: 1.2em;
  margin: -2px 0.5em 0 0;
}
nav#nav-sp-header #nsh-menu ul li.menu-tel a {
  font-size: inherit;
  letter-spacing: 0.1em;
}
nav#nav-sp-header #nsh-menu ul li.menu-tel a:hover {
  background: none !important;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns {
  height: auto;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns ul {
  display: flex;
  width: auto;
  height: auto;
  margin: 16px 24px 0 24px;
  padding: 16px 0;
  gap: 0 5vw;
  border-top: 1px solid #ffffff;
  background: none;
  top: auto;
  right: auto;
  position: static;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns ul li {
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns ul li i {
  color: #ffffff;
  font-size: 2em;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns ul li a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  transition: 0.3s;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns ul li a:hover {
  opacity: 0.5;
  background: none !important;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns ul li .sns-icon {
  width: 26px;
  height: auto;
  transition: 0.3s;
}
nav#nav-sp-header #nsh-menu ul li.menu-sns ul li .sns-icon:hover {
  opacity: 0.5;
}
nav#nav-sp-header #nsh-menu .nshm-tb-text {
  font-size: 9px;
  line-height: 1;
  margin: 0 0 4px 0;
}
nav#nav-sp-header #nsh-menu .nshm-tb-bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: -1;
  position: fixed;
  opacity: 0;
}
nav#nav-sp-header #nsh-menu .nshm-tb-bg.is-active {
  display: block;
  animation: nshm-tb-bg-fadein 0.3s ease-in 0s forwards;
}
nav#nav-sp-header #nsh-menu.is-active .nshm-tb-btn span {
  background-color: #ffffff;
}
nav#nav-sp-header #nsh-menu.is-active .nshm-tb-text {
  color: #ffffff;
}

/*--------------------------------------
  Fixed Bottom Navigation (Mobile)
---------------------------------------*/
nav#nav-fixed-bottom {
  display: block;
  width: 100%;
  bottom: 0;
  z-index: 100;
  position: fixed;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  padding-bottom: env(safe-area-inset-bottom);
}
@media screen and (min-width: 768px) {
  nav#nav-fixed-bottom {
    display: none;
  }
}
nav#nav-fixed-bottom ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-top: 1px solid #cccccc;
}
nav#nav-fixed-bottom ul li {
  width: 16.6666666667%;
  margin: 0;
  padding: 0;
  border-right: 1px solid #cccccc;
  list-style: none;
  box-sizing: border-box;
}
nav#nav-fixed-bottom ul li:last-child {
  border-right: none;
}
nav#nav-fixed-bottom ul li .nfb-text {
  font-size: 10px;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 0;
  text-align: center;
}
nav#nav-fixed-bottom ul li a {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  color: #000000;
}
nav#nav-fixed-bottom ul li a:hover {
  background: #9c2423;
}
nav#nav-fixed-bottom ul li a:hover .nfb-text {
  color: #ffffff;
}
nav#nav-fixed-bottom ul li a:hover i {
  color: #ffffff;
}
nav#nav-fixed-bottom ul li a:hover.nfb-item-plan .nfb-icon {
  background-image: url(../images/common/icon_kimono_white.svg);
}
nav#nav-fixed-bottom ul li a:hover.nfb-item-photography .nfb-icon {
  background-image: url(../images/common/icon_photography_white.svg);
}
nav#nav-fixed-bottom ul li a:hover.nfb-item-access .nfb-icon {
  background-image: url(../images/common/icon_access_white.svg);
}
nav#nav-fixed-bottom ul li a:hover.nfb-item-form .nfb-icon {
  background-image: url(../images/common/icon_form_white.svg);
}
nav#nav-fixed-bottom ul li.nfb-item-plan .nfb-icon {
  margin: 0 0 2px 0;
  width: 100%;
  background: url(../images/common/icon_kimono_red.svg) center center no-repeat;
  background-size: auto 20px;
}
nav#nav-fixed-bottom ul li.nfb-item-photography .nfb-icon {
  margin: 0 0 2px 0;
  width: 100%;
  background: url(../images/common/icon_photography_red.svg) center center no-repeat;
  background-size: auto 18px;
}
nav#nav-fixed-bottom ul li.nfb-item-access .nfb-icon {
  margin: 0 0 2px 0;
  width: 100%;
  background: url(../images/common/icon_access_red.svg) center center no-repeat;
  background-size: auto 22px;
}
nav#nav-fixed-bottom ul li.nfb-item-form .nfb-icon {
  margin: 0 0 2px 0;
  width: 100%;
  background: url(../images/common/icon_form_red.svg) center center no-repeat;
  background-size: auto 18px;
}
nav#nav-fixed-bottom ul li.nfb-item-reserve a {
  background: #9c2423;
}
nav#nav-fixed-bottom ul li.nfb-item-reserve .nfb-text {
  color: #ffffff;
}
nav#nav-fixed-bottom ul li.nfb-item-reserve .nfb-icon {
  margin: 0 0 2px 0;
  width: 100%;
  background: url(../images/common/icon_reserve_white.svg) center center no-repeat;
  background-size: auto 22px;
}
nav#nav-fixed-bottom ul li:not(.nfb-item-menu):hover i {
  color: #ffffff;
}
nav#nav-fixed-bottom ul li:not(.nfb-item-menu):hover .nfb-text {
  color: #ffffff;
}
nav#nav-fixed-bottom ul li:not(.nfb-item-menu):hover a {
  background: #9c2423;
}
nav#nav-fixed-bottom #nfb-menu {
  cursor: pointer;
}
nav#nav-fixed-bottom #nfb-menu ul {
  display: block;
  width: 90%;
  height: 64vh;
  border-top: none;
  background: #9c2423;
  position: fixed;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  transition: 0.75s;
  padding: 4vw 0;
  bottom: -100%;
  left: 0;
  z-index: -1;
  position: fixed;
  display: block;
}
nav#nav-fixed-bottom #nfb-menu ul.is-active {
  bottom: 50px;
}
nav#nav-fixed-bottom #nfb-menu ul li {
  width: auto;
  height: calc((100% - 78px) / 9);
  border: none;
  list-style: none;
}
nav#nav-fixed-bottom #nfb-menu ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background: #9c2423;
  transition: 0.3s;
}
nav#nav-fixed-bottom #nfb-menu ul li a:hover {
  color: #ffffff;
  background: #cb5b44 !important;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-tel {
  display: flex;
  font-size: 16px;
  margin: 0;
  flex-direction: row;
  align-items: center;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-tel img {
  height: 1.2em;
  margin: -2px 0.5em 0 0;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-tel a {
  font-size: inherit;
  letter-spacing: 0.1em;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-tel a:hover {
  background: none !important;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns {
  height: auto;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns ul {
  display: flex;
  width: auto;
  height: auto;
  margin: 16px 24px 0 24px;
  padding: 16px 0;
  gap: 0 5vw;
  border-top: 1px solid #ffffff;
  background: none;
  top: auto;
  right: auto;
  position: static;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns ul li {
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns ul li i {
  color: #ffffff;
  font-size: 2em;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns ul li a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  transition: 0.3s;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns ul li a:hover {
  opacity: 0.5;
  background: none !important;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns ul li .sns-icon {
  width: 26px;
  height: auto;
  transition: 0.3s;
}
nav#nav-fixed-bottom #nfb-menu ul li.menu-sns ul li .sns-icon:hover {
  opacity: 0.5;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-toggle-button {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn {
  width: 20px;
  height: 17px;
  position: relative;
  cursor: pointer;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #9c2423;
  left: 0;
  position: absolute;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span:nth-of-type(1) {
  top: 0;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span:nth-of-type(2) {
  top: 7px;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span:nth-of-type(3) {
  bottom: 0;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn {
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn {
    display: none;
  }
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span {
  transition: all 0.5s;
  box-sizing: border-box;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span:nth-of-type(1) {
  top: 0;
  animation: btn07-bar01 0.75s forwards;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span:nth-of-type(2) {
  top: 7px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn span:nth-of-type(3) {
  bottom: 0;
  animation: btn07-bar03 0.75s forwards;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn.is-active span:nth-of-type(1) {
  animation: active-btn07-bar01 0.75s forwards;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-btn.is-active span:nth-of-type(3) {
  animation: active-btn07-bar03 0.75s forwards;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-text {
  font-size: 11px;
  line-height: 1;
  margin: 6px 0 0 0;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-bg {
  display: none;
  width: 100%;
  height: calc(100vh - 50px);
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: -2;
  position: fixed;
  opacity: 0;
}
nav#nav-fixed-bottom #nfb-menu .nfbm-tb-bg.is-active {
  display: block;
  animation: nfbm-tb-bg-fadein 0.3s ease-in 0s forwards;
}
nav#nav-fixed-bottom #nfb-menu.is-active {
  background: #9c2423;
}
nav#nav-fixed-bottom #nfb-menu.is-active .nfbm-tb-btn span {
  background-color: #ffffff;
}
nav#nav-fixed-bottom #nfb-menu.is-active .nfbm-tb-text {
  color: #ffffff;
}

@keyframes nshm-tb-bg-fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes nfbm-tb-bg-fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
body.en .site-header-name h2 {
  font-size: 2.734vw;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  body.en .site-header-name h2 {
    font-size: 28px;
  }
}
body.en .site-header .site-header-navigation .site-header-navigation-list .nav-contact a {
  font-size: 1.562vw;
}
@media screen and (min-width: 1024px) {
  body.en .site-header .site-header-navigation .site-header-navigation-list .nav-contact a {
    font-size: 16px;
  }
}

/* ---------------------------------
フッター
---------------------------------
*/
@media (max-width: 767px) {
  #footer {
    background: var(--yae-red-3);
    color: var(--yae-white);
  }
  #footer .footer-inner {
    max-width: 1286px;
    margin: 0 auto;
    padding: max(3.125vw, 40px) 24px 80px;
    box-sizing: border-box;
  }
  #footer nav {
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    position: static;
    overflow: auto;
    transition: none;
  }
  /* --- Content Section 01 --- */
  .footer-content-01 {
    display: flex;
    flex-direction: column;
  }
  .footer-content-01 .fc-logo {
    display: none;
  }
  /* --- Contact/Booking Section --- */
  .fc-contact {
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .fc-contact .fcc-title {
    display: none;
  }
  .fc-contact .fcc-booking {
    width: 100%;
    margin-bottom: 5px;
  }
  .fc-contact .fcc-booking a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5em 0;
    background: none;
    color: var(--yae-white);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    border: 1px solid var(--yae-white);
    border-radius: 3px;
    transition: 0.3s;
  }
  .fc-contact .fcc-booking a i {
    display: block;
    font-size: 1em;
    margin-left: 0.3em;
  }
  .fc-contact .fcc-booking a:hover {
    opacity: 0.5;
    color: inherit;
    background: none;
  }
  /* --- Navigation (Hidden on Mobile) --- */
  .fc-nav {
    display: none;
  }
  /* --- Content Section 02 --- */
  .footer-content-02 {
    display: flex;
    flex-direction: column;
  }
  /* --- SNS Section --- */
  .fc-sns {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 0 30px;
    border-bottom: 1px solid var(--yae-white);
  }
  .fc-sns .fc-sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 auto;
    padding: 0;
    width: 240px;
  }
  .fc-sns .fc-sns-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center;
  }
  .fc-sns .fc-sns-list li i {
    color: var(--yae-white);
    font-size: 2.4em;
    transition: 0.3s;
  }
  .fc-sns .fc-sns-list li a i:hover {
    opacity: 0.5;
  }
  .fc-sns .fc-sns-list li .sns-icon {
    width: 32px;
    height: auto;
    transition: 0.3s;
  }
  .fc-sns .fc-sns-list li .sns-icon:hover {
    opacity: 0.5;
  }
  /* --- Shop Information Section --- */
  .fc-shop-infomation {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    box-sizing: border-box;
  }
  .fc-shop-infomation .fc-si-logo {
    display: block;
    width: 46.875vw;
    max-width: 180px;
    margin: 0 auto 30px;
  }
  .fc-shop-infomation .fc-si-logo img {
    width: 100%;
  }
  .fc-shop-infomation .fc-si-address {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
  .fc-shop-infomation .fc-si-address .fc-si-nowrap {
    display: inline-block;
    font-size: inherit;
    white-space: nowrap;
    margin-right: 0.8em;
  }
  .fc-shop-infomation .fc-si-address .fc-si-nowrap:last-child {
    margin-right: 0;
  }
  .fc-shop-infomation .fc-si-address a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
  .fc-shop-infomation .fc-si-open-tel {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
  .fc-shop-infomation .fc-si-open-tel .open {
    display: block;
    font-size: 12px;
    margin-right: 0;
  }
  .fc-shop-infomation .fc-si-open-tel .tel {
    display: block;
    font-size: 12px;
  }
  .fc-shop-infomation .fc-si-open-tel .tel a {
    color: var(--yae-white);
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
  }
  .fc-shop-infomation .fc-si-privacy-policy {
    display: block;
    margin: 0;
    margin-top: 0.5em;
    text-align: center;
  }
  .fc-shop-infomation .fc-si-privacy-policy a {
    color: var(--yae-white);
  }
  /* --- Back to Top Button --- */
  #top_page {
    display: none;
  }
}
@media (min-width: 768px) {
  #footer {
    color: var(--yae-white);
    background: var(--yae-red-3);
  }
  #footer .footer-inner {
    max-width: 1286px;
    margin: 0 auto;
    padding: max(3.125vw, 40px) 24px;
    box-sizing: border-box;
  }
  /* -- Content 01 -- */
  .footer-content-01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
  }
  .footer-content-01 .fc-logo {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .footer-content-01 .fc-logo h1 {
    width: 570px;
    max-width: calc(100% - 400px);
  }
  .footer-content-01 .fc-logo h1 img {
    width: 100%;
  }
  .footer-content-01 .fc-logo h1 a img {
    transition: 0.3s;
  }
  .footer-content-01 .fc-logo h1 a img:hover {
    opacity: 0.5;
  }
  .footer-content-01 .fc-contact {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
  }
  .footer-content-01 .fc-contact .fcc-booking {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .footer-content-01 .fc-contact .fcc-booking a {
    display: flex;
    color: var(--yae-red-3);
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    padding: 0.5em 0;
    background: var(--yae-white);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border-radius: 3px;
  }
  .footer-content-01 .fc-contact .fcc-booking a i {
    display: none;
  }
  .footer-content-01 .fc-contact .fcc-booking a {
    transition: 0.3s;
  }
  .footer-content-01 .fc-contact .fcc-booking a:hover {
    color: var(--yae-white);
    background: var(--yae-orange);
  }
  .footer-content-01 .fc-nav {
    display: flex;
    width: calc(100% - 360px);
    margin: 0 40px 0 0;
    padding: 0 40px 10px 0;
    border-right: 1px solid var(--yae-white);
    align-items: center;
    box-sizing: border-box;
  }
  .footer-content-01 .fc-nav .fc-nav-list {
    width: 100%;
    max-width: 768px;
  }
  .footer-content-01 .fc-nav .fc-nav-list ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 5px 40px;
    flex-wrap: wrap;
  }
  .footer-content-01 .fc-nav .fc-nav-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-content-01 .fc-nav .fc-nav-list ul li a {
    color: var(--yae-white);
    font-size: 16px;
    line-height: 1.3;
    transition: 0.3s;
  }
  .footer-content-01 .fc-nav .fc-nav-list ul li a:hover {
    opacity: 0.5;
  }
  /* -- Content 02 -- */
  .footer-content-02 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .footer-content-02 .fc-sns {
    width: 100%;
    max-width: 320px;
    padding: 20px 0 0 0;
  }
  .footer-content-02 .fc-sns .fc-sns-list {
    margin: 0;
    padding: 0;
    gap: 0 24px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-content-02 .fc-sns .fc-sns-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .footer-content-02 .fc-sns .fc-sns-list li i {
    color: var(--yae-white);
    font-size: 33px;
  }
  .footer-content-02 .fc-sns .fc-sns-list li a i,
  .footer-content-02 .fc-sns .fc-sns-list li a .sns-icon {
    transition: 0.3s;
  }
  .footer-content-02 .fc-sns .fc-sns-list li a i:hover,
  .footer-content-02 .fc-sns .fc-sns-list li a .sns-icon:hover {
    opacity: 0.5;
  }
  .footer-content-02 .fc-sns .fc-sns-list li .sns-icon {
    width: 32px;
    height: auto;
  }
  .footer-content-02 .fc-shop-infomation {
    width: calc(100% - 360px);
    margin: 0 40px 0 0;
    padding: 10px 40px 0 0;
    border-right: 1px solid var(--yae-white);
    box-sizing: border-box;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-logo {
    display: none;
    width: 46.875vw;
    /* 150÷320px */
    max-width: 180px;
    margin: 0 auto 30px auto;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-logo img {
    width: 100%;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-address,
  .footer-content-02 .fc-shop-infomation .fc-si-open-tel {
    margin: 0;
    font-size: 16px;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-address .fc-si-nowrap {
    display: inline-block;
    font-size: inherit;
    white-space: nowrap;
    margin: 0 0.8em 0 0;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-address .fc-si-nowrap:last-child {
    margin-right: 0;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-open-tel .open {
    font-size: 16px;
    display: inline-block;
    margin-right: 1em;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-open-tel .tel {
    font-size: 16px;
    display: inline-block;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-open-tel .tel a {
    color: var(--yae-white);
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
  }
  .footer-content-02 .fc-shop-infomation .fc-si-privacy-policy {
    display: none;
  }
  /* -- Top Page Button -- */
  #top_page {
    width: 54px;
    height: 54px;
    text-indent: inherit;
    border-radius: 100px;
    background: var(--yae-white);
    background-size: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 24px;
    bottom: 24px;
    z-index: 100;
    position: fixed;
    opacity: 1;
    transition: 0.3s;
  }
  #top_page.hide {
    opacity: 0;
    transform: translateY(-20px);
  }
  #top_page i {
    color: var(--yae-red-3);
    font-size: 50px;
    transition: 0.3s;
  }
  #top_page i:hover {
    color: var(--yae-orange);
  }
}
.fc-contact {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
}
.fc-contact .fcc-booking {
  width: 100%;
  margin: 0 0 20px 0;
}
.fc-contact .fcc-booking a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--yae-white);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  width: 100%;
  padding: 0.5em 0;
  background: none;
  border: 1px solid var(--yae-white);
  border-radius: 3px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .fc-contact .fcc-booking a {
    color: var(--yae-red-3);
    font-size: 21px;
    background: var(--yae-white);
  }
}

.footer-content-00 {
  display: none;
}
@media (min-width: 768px) {
  .footer-content-00 {
    display: none;
  }
  .footer-content-00 .fc-contact {
    max-width: 520px;
  }
  .footer-content-00 .fc-contact .fcc-booking {
    margin-bottom: 40px;
  }
  .footer-content-00 .fc-contact .fcc-booking a {
    padding: 12px 0;
    color: var(--yae-white);
    line-height: 1;
    border: 1px solid var(--yae-white);
    background-color: var(--yae-red-3);
  }
  .footer-content-00 .fc-contact .fcc-booking a:hover {
    color: var(--yae-red-3);
    background-color: var(--yae-white);
  }
  .footer-content-00 .fc-contact .fcc-booking a i {
    display: inline-block;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .home .footer-content-00,
  .post-type-archive-weblog .footer-content-00,
  .single-weblog .footer-content-00 {
    display: block;
  }
}
.post-type-archive-weblog .content-area {
  position: relative;
}

/* ---------------------------------
ページネーション
---------------------------------
*/
.pagination {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination .pagination_links {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination .current {
  color: #fff;
  background-color: #9c2423;
  border-radius: 50%;
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .pagination a,
  .pagination span {
    margin: 0 5px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.pagination a {
  transition: 0.3s;
}
.pagination a:hover {
  color: #fff;
  background-color: #9c2423;
}
.pagination a.prev, .pagination a.next {
  border: 1px solid #9c2423;
  padding: 8px;
}
.pagination .prev_link,
.pagination .next_link {
  display: none;
}

.previous_next_post-2 {
  margin: 5em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.previous_next_post-2 a,
.previous_next_post-2 span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.previous_next_post-2 .prev_post,
.previous_next_post-2 .next_post {
  width: 44px;
}
.previous_next_post-2 a.prev,
.previous_next_post-2 a.next {
  font-size: 34px;
  color: #9c2423;
  transition: all 0.3s;
}
.previous_next_post-2 a.prev:hover,
.previous_next_post-2 a.next:hover {
  opacity: 0.8;
}
.previous_next_post-2 .goto_archive a {
  display: block;
  padding: 3px 10px;
  width: 150px;
  color: #fff;
  text-align: center;
  background-color: #9c2423;
  transition: all 0.3s;
}
.previous_next_post-2 .goto_archive a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .previous_next_post-2 .goto_archive a {
    font-size: 16px;
  }
}

/* ---------------------------------
アイコン
---------------------------------
*/
/* ---------------------------------
各種パーツ
---------------------------------
*/
.c_red {
  color: var(--yae-red);
}

.page-header {
  text-align: center;
}
.page-header .page_title {
  display: inline-block;
  margin: 25px auto;
  padding: 0 20px;
  width: 100%;
  font-size: 21px;
  position: relative;
}
@media (min-width: 768px) {
  .page-header .page_title {
    margin: 80px auto;
    padding: 0 30px;
    width: auto;
    font-size: 40px;
  }
}
.page-header .page_title::before, .page-header .page_title::after {
  content: "";
  display: block;
  width: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-header .page_title::before, .page-header .page_title::after {
    width: 68px;
  }
}
.page-header .page_title::before {
  background-image: url(../images/common/icon_h1_1.svg);
  background-position: left top;
  height: 36px;
  left: 0;
  top: -14px;
}
@media (min-width: 768px) {
  .page-header .page_title::before {
    height: 58px;
    top: -24px;
  }
}
.page-header .page_title::after {
  background-image: url(../images/common/icon_h1_2.svg);
  background-position: right bottom;
  height: 30px;
  right: 0;
  bottom: -10px;
}
@media (min-width: 768px) {
  .page-header .page_title::after {
    height: 46px;
    bottom: -18px;
  }
}
.page-header .page_title .line1 {
  display: block;
  padding: 3px 0;
  border-top: 1px solid var(--yae-red-2);
  border-bottom: 1px solid var(--yae-red-2);
}
@media (min-width: 768px) {
  .page-header .page_title .line1 {
    padding: 8px 0;
    min-width: 480px;
  }
}
.page-header .page_title .line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  border-top: 0.5px solid var(--yae-red-2);
  border-bottom: 0.5px solid var(--yae-red-2);
}
@media (min-width: 768px) {
  .page-header .page_title .line2 {
    padding: 6px 50px;
  }
}

.section_title {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  height: 30px;
  font-size: 19px;
  font-weight: 700;
  background-image: url(../images/common/icon_h2.svg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 11px auto;
}
@media (min-width: 768px) {
  .section_title {
    margin-bottom: 30px;
    padding-left: 35px;
    height: 40px;
    font-size: 30px;
    background-size: 17px auto;
  }
}

.section_title_2 {
  margin: 0 0 15px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .section_title_2 {
    margin: 0 0 35px;
  }
}
.section_title_2::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icon_flower_2.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .section_title_2::before {
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
  }
}
.section_title_2::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icon_flower_2.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .section_title_2::after {
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
  }
}
.section_title_2_text {
  padding: 0 0.5em;
  color: var(--yae-red);
  font-size: 18px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section_title_2_text {
    font-size: 28px;
  }
}
.section_title_2_text::before, .section_title_2_text::after {
  content: "";
  display: block;
  width: calc(50vw - 50% - 35px);
  height: 1px;
  background-color: var(--yae-red);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .section_title_2_text::before, .section_title_2_text::after {
    width: calc(50vw - 50% - 55px);
  }
}
@media (min-width: 1286px) {
  .section_title_2_text::before, .section_title_2_text::after {
    width: calc(643px - 50% - 30px);
  }
}
.section_title_2_text::before {
  right: 100%;
}
.section_title_2_text::after {
  left: 100%;
}

.cmn_h1TTL {
  display: block;
  margin: 12px 0 0;
  padding: 3px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  background-color: #9c2423;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn_h1TTL {
    margin: 24px auto 0;
    padding: 20px 0;
    font-size: 30px;
  }
}
.cmn_h1TTL .icon_1 {
  display: inline-block;
  width: 60px;
  height: 50px;
  background-image: url(../images/common/img_title_before_sp.webp);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -19px;
  top: -19px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cmn_h1TTL .icon_1 {
    width: 244px;
    height: 207px;
    background-image: url(../images/common/img_title_before_pc.webp);
    left: -96px;
    top: -98px;
  }
}
.cmn_h1TTL .icon_2 {
  display: inline-block;
  width: 155px;
  height: 50px;
  background-image: url(../images/common/img_title_after_sp.webp);
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -52px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .cmn_h1TTL .icon_2 {
    background-image: url(../images/common/img_title_after_pc.webp);
    width: 400px;
    height: 100px;
    right: -170px;
    bottom: 0px;
  }
}

.reserve_button_wrap {
  margin-top: 30px;
}

a.reserve_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background-image: url(../images/plussize/btn_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  transition: 0.3s;
  border-radius: 4px;
}
@media (min-width: 768px) {
  a.reserve_button {
    height: 70px;
    font-size: 22px;
  }
}
a.reserve_button:hover {
  opacity: 0.8;
}

a.photoservice_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background-image: url(../images/plussize/btn_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  transition: 0.3s;
}
@media (min-width: 768px) {
  a.photoservice_button {
    height: 70px;
    font-size: 22px;
  }
}
a.photoservice_button:hover {
  opacity: 0.8;
}

a.more_detail_btn {
  display: inline-block;
  padding: 0 20px;
  min-width: 310px;
  font-size: 12px;
  text-align: center;
  background: linear-gradient(to bottom, #fff 75%, #e6e6e6 100%);
  border: 1px solid var(--yae-gray-9);
  transition: 0.3s;
}
@media (max-width: 767px) {
  a.more_detail_btn {
    width: 100%;
  }
}
@media (min-width: 570px) {
  a.more_detail_btn {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  a.more_detail_btn {
    font-size: 22px;
  }
}
a.more_detail_btn::after {
  content: "\f138";
  margin-left: 10px;
  color: var(--yae-red);
  font-family: "Font Awesome 6 Free";
  font-size: 1.2em;
  font-weight: 900;
  transition: 0.3s;
}
a.more_detail_btn:hover {
  color: var(--yae-white);
  background: var(--yae-red);
  border: 1px solid var(--yae-red);
}
a.more_detail_btn:hover::after {
  color: var(--yae-white);
}

.faq_section {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .faq_section {
    margin-top: 60px;
  }
}

.faq_list {
  margin: 0;
  border-bottom: 1px solid var(--yae-gray);
}
.faq_list .faq_question {
  margin: 0;
  padding: 1em 0 1em 20px;
  font-weight: normal;
  line-height: 1.4;
  border-top: 1px solid var(--yae-gray);
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 570px) {
  .faq_list .faq_question {
    padding: 1em 0 1em 28px;
  }
}
.faq_list .faq_question:hover {
  color: var(--yae-red);
}
.faq_list .faq_question::before {
  content: "Q";
  display: inline-block;
  margin-left: -20px;
  width: 20px;
  color: var(--yae-red);
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
}
@media (min-width: 570px) {
  .faq_list .faq_question::before {
    margin-left: -28px;
    width: 28px;
    font-size: 19px;
  }
}
.faq_list .faq_question:first-child {
  padding-top: 0;
  border-top: none;
}
.faq_list .faq_question.is_active {
  color: var(--yae-red);
}
.faq_list .faq_answer {
  display: none;
  margin: -0.75em 0 1em 0;
  padding: 0 28px;
  font-weight: normal;
}
.faq_list .faq_answer a {
  color: var(--yae-red);
  transition: 0.3s;
}
.faq_list .faq_answer a:hover {
  opacity: 0.5;
}

.plan_mv_slider {
  position: relative;
}
.plan_mv_slider img {
  width: 100%;
}
.plan_mv_slider .slick-prev, .plan_mv_slider .slick-next {
  width: 26px;
  height: 26px;
  z-index: 1;
}
@media (min-width: 768px) {
  .plan_mv_slider .slick-prev, .plan_mv_slider .slick-next {
    width: 38px;
    height: 38px;
  }
}
.plan_mv_slider .slick-prev::before, .plan_mv_slider .slick-next::before {
  font-size: 26px;
}
@media (min-width: 768px) {
  .plan_mv_slider .slick-prev::before, .plan_mv_slider .slick-next::before {
    font-size: 40px;
  }
}
.plan_mv_slider .slick-prev {
  left: 5px;
}
@media (min-width: 768px) {
  .plan_mv_slider .slick-prev {
    left: 10px;
  }
}
.plan_mv_slider .slick-next {
  right: 5px;
}
@media (min-width: 768px) {
  .plan_mv_slider .slick-next {
    right: 10px;
  }
}

.overlay_text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 768px) {
  .overlay_text {
    font-size: 2.1739130435vw;
  }
}
@media (min-width: 1280px) {
  .overlay_text {
    font-size: 30px;
  }
}
.overlay_text.small {
  font-size: 10px;
  right: 6px;
  bottom: 6px;
}
@media (min-width: 768px) {
  .overlay_text.small {
    font-size: 16px;
  }
}

.plan-princess .plan_mv_slider .overlay_text {
  padding: 5px 7px;
  background-color: #b51e22;
}

.plan_price_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.plan_price {
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.plan_price .price {
  -webkit-text-stroke: 0 !important;
  font-family: var(--font-family-serif) !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(2px);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .plan_price .price {
    font-size: 44px;
  }
}
.plan_price .price .yen {
  -webkit-text-stroke: 0 !important;
  font-family: var(--font-family-serif) !important;
  font-size: 18px;
}
@media (min-width: 768px) {
  .plan_price .price .yen {
    margin-left: 10px;
    font-size: 25px;
  }
}
.plan_price .price .plus {
  font-size: 26px;
}
@media (min-width: 768px) {
  .plan_price .price .plus {
    font-size: 40px;
  }
}
.plan_price .is_person {
  color: #885c2b;
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 768px) {
  .plan_price .is_person {
    font-size: 25px;
  }
}
.plan_price .tax {
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .plan_price .tax {
    font-size: 25px;
  }
}

.icon_arrow_red_right {
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_arrow_red_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
}
@media (min-width: 768px) {
  .icon_arrow_red_right {
    width: 24px;
    height: 24px;
  }
}

.icon_person {
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url(../images/plans/icon_person.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  transform: translateY(2px);
}
@media (min-width: 768px) {
  .icon_person {
    width: 40px;
    height: 40px;
    transform: translateY(3px);
  }
}
.icon_person.two {
  background-image: url(../images/plans/icon_person_two.svg);
}

.plan_time img {
  width: 72px;
}
@media (min-width: 768px) {
  .plan_time img {
    width: 106px;
  }
}

.plan_option {
  margin: 16px 0 0;
  padding: 10px 5px;
  border: 1px solid rgba(175, 145, 97, 0.5);
  border-radius: 3px;
  position: relative;
}
@media (min-width: 768px) {
  .plan_option {
    padding: 15px 20px;
  }
}
.plan_option::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid rgba(175, 145, 97, 0.5);
  border-radius: 3px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.plan_option_title {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.plan_option_title span {
  color: #a40e1a;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
@media (min-width: 768px) {
  .plan_option_title span {
    font-size: 18px;
  }
}
.plan_option_list {
  margin: 10px 0 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .plan_option_list {
    margin: 20px 0 0;
  }
}
.plan_option_item {
  display: inline-block;
  margin: 4px;
  padding: 0;
}
@media (min-width: 768px) {
  .plan_option_item {
    margin: 4px 7px;
  }
}
.plan_option_item .icon_option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  min-width: 92px;
  color: #a40e1a;
  font-size: 10px;
  line-height: 1;
  background: linear-gradient(to bottom, #ffffff 24%, #ece5d9 100%);
  border: 1px solid #a40e1a;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .plan_option_item .icon_option {
    padding: 6px 4px;
    min-width: 150px;
    font-size: 16px;
  }
}
.plan_option_item .icon_option::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 768px) {
  .plan_option_item .icon_option::before {
    width: 20px;
    height: 20px;
  }
}
.plan_option_item .icon_option.icon_opt_1::before {
  background-image: url(../images/plans/icon_set_1.svg);
}
.plan_option_item .icon_option.icon_opt_2::before {
  background-image: url(../images/plans/icon_set_2.svg);
}
.plan_option_item .icon_option.icon_opt_3::before {
  background-image: url(../images/plans/icon_set_3.svg);
}
.plan_option_item .icon_option.icon_opt_4::before {
  background-image: url(../images/plans/icon_set_4.svg);
}
.plan_option_item .icon_option.icon_opt_5::before {
  background-image: url(../images/plans/icon_set_5.svg);
}
.plan_option_item .icon_img {
  display: none;
}
@media (min-width: 768px) {
  .plan_option_item .icon_img {
    display: block;
    margin: 18px auto 0;
    width: 196px;
  }
}

.entry-header .sec_breadcrumbs {
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entry-header .sec_breadcrumbs {
    margin: 24px 0 0;
  }
}
.entry-header #breadcrumbs {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.entry-header #breadcrumbs li {
  display: inline;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .entry-header #breadcrumbs li {
    font-size: 14px;
  }
}
.entry-header #breadcrumbs li:not(:last-child)::after {
  content: ">";
  padding: 0 0.5em;
}
.entry-header #breadcrumbs li a, .entry-header #breadcrumbs li span {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .entry-header #breadcrumbs li a, .entry-header #breadcrumbs li span {
    font-size: 14px;
  }
}

/* 目次 */
#toc_container {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #toc_container {
    margin: 0 0 30px;
  }
}
#toc_container p.toc_title {
  padding: 0.5em;
  color: #fff;
  text-align: left;
  background-color: #8f2e29;
}
@media screen and (min-width: 768px) {
  #toc_container p.toc_title {
    padding: 0.2em 1em;
  }
}
#toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
  padding: 4px 10px 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #toc_container p.toc_title + ul.toc_list {
    padding: 10px 26px;
  }
}
#toc_container ul.toc_list li {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  #toc_container ul.toc_list li {
    margin-top: 0;
  }
}

/*
パーツ：　ブログ背景（１）
*/
.d_bg_pink {
  display: block;
  width: 100vw;
  height: calc(100% + 60px);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(251, 219, 218) 80%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .d_bg_pink {
    height: calc(100% + 80px);
    left: 50%;
    top: 0;
    translate: -50% 0;
  }
}

/*
パーツ：　ブログ背景（２）
*/
.d_leaf_white {
  display: block;
  width: 100vw;
  height: 450px;
  background-image: url(../images/icons/img_leaf_sp.webp);
  background-size: 136vw auto;
  background-position: -117px 60px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .d_leaf_white {
    background-image: url(../images/icons/img_leaf_pc.webp);
    background-size: 100% auto;
    background-position: 0 -50px;
  }
}

/* ---------------------------------
コンポーネント
---------------------------------
*/
.kimono-plan-block {
  position: relative;
}
.kimono-plan-block .plan-wrap {
  position: relative;
}
.kimono-plan-block .plan-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: scroll;
  padding-bottom: 1.4px;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-list {
    gap: 13px;
    padding: 0;
  }
}
.kimono-plan-block .plan-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge (WebKit) */
}
.kimono-plan-block .plan-item {
  flex: 0 0 270px;
  width: 270px;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item {
    flex: 0 0 330px;
    width: 330px;
  }
}
.kimono-plan-block .plan-item-inner {
  padding: 25px 15px;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(242, 238, 228) 100%);
  box-shadow: 1.4px 1.4px 1.4px rgba(0, 0, 0, 0.3);
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}
.kimono-plan-block .plan-item-thumb {
  position: relative;
}
.kimono-plan-block .plan-item-content {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content {
    margin-top: 15px;
  }
}
.kimono-plan-block .plan-item-content-name {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-name {
    font-size: 21px;
  }
}
.kimono-plan-block .plan-item-content-name small {
  display: inline-block;
  font-size: 11px;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-name small {
    font-size: 14px;
  }
}
.kimono-plan-block .plan-item-content-name span {
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-name span {
    font-size: 21px;
  }
}
.kimono-plan-block .plan-item-content-price {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price {
    margin-top: 6px;
    justify-content: start;
  }
}
.kimono-plan-block .plan-item-content-price .number {
  display: inline-block;
  width: 26px;
  line-height: 1;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price .number {
    width: 48px;
  }
}
.kimono-plan-block .plan-item-content-price .plus {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price .plus {
    font-size: 24px;
  }
}
.kimono-plan-block .plan-item-content-price .yen {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translate(1px, 0);
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price .yen {
    font-size: 32px;
    transform: translate(1px, 1px);
  }
}
.kimono-plan-block .plan-item-content-price .price {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translate(0, 2px);
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price .price {
    font-size: 34px;
  }
}
.kimono-plan-block .plan-item-content-price .is_person {
  white-space: nowrap;
  color: #885c2b;
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price .is_person {
    font-size: 14px;
  }
}
.kimono-plan-block .plan-item-content-price .tax {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price .tax {
    font-size: 14px;
  }
}
.kimono-plan-block .plan-item-content-price .price-range {
  display: none;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-price .price-range {
    font-size: 34px;
  }
}
.kimono-plan-block .plan-item-content-discription {
  flex-grow: 1;
  margin-top: 10px;
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-discription {
    margin-top: 15px;
    padding-bottom: 30px;
  }
}
.kimono-plan-block .plan-item-content-discription p {
  margin: 0;
  font-size: 11px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-discription p {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }
}
.kimono-plan-block .plan-item-content-discription.is-open p {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}
.kimono-plan-block .plan-item-content-discription.is-open .more-button.open {
  display: none;
}
.kimono-plan-block .plan-item-content-discription.is-open .more-button.close {
  display: flex;
}
.kimono-plan-block .plan-item-content-discription .more-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0 3px 3px 0;
  color: #8d6e40;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  background: none;
  border-bottom: 1px solid #8d6e40;
  text-transform: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-discription .more-button {
    font-size: 15px;
    line-height: 1em;
  }
}
.kimono-plan-block .plan-item-content-discription .more-button::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.kimono-plan-block .plan-item-content-discription .more-button.open::after {
  background-image: url(../images/common/icon_plus_circle.svg);
}
.kimono-plan-block .plan-item-content-discription .more-button.close {
  display: none;
}
.kimono-plan-block .plan-item-content-discription .more-button.close::after {
  background-image: url(../images/common/icon_minus_circle.svg);
}
.kimono-plan-block .plan-item-content-button {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-button {
    margin-top: 15px;
  }
}
.kimono-plan-block .plan-item-content-button a {
  display: block;
  padding: 5px 4px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to bottom, #ffd5ca 1%, #9f1f1f 38%);
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item-content-button a {
    padding: 14px 4px;
    font-size: 20px;
  }
}
.kimono-plan-block .plan-item-content-button a:hover {
  opacity: 0.8;
}
.kimono-plan-block .plan-item-content-button a picture {
  display: block;
}
.kimono-plan-block .plan-item.plan-princess .overlay_text.small {
  padding: 5px 7px;
  color: #fff;
  font-size: 10px;
  background-color: #b51e22;
}
@media (min-width: 768px) {
  .kimono-plan-block .plan-item.plan-princess .overlay_text.small {
    font-size: 14px;
  }
}
.kimono-plan-block button.kimono-plan-prev {
  display: none;
}
@media (min-width: 768px) {
  .kimono-plan-block button.kimono-plan-prev {
    display: block;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    background: none;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
  }
}
.kimono-plan-block button.kimono-plan-next {
  display: none;
}
@media (min-width: 768px) {
  .kimono-plan-block button.kimono-plan-next {
    display: block;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    background: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .kimono-plan-block .sec_kimono_plan_item.plan_nextday .sec_kimono_plan_item_content_name {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .kimono-plan-block .sec_kimono_plan_item.plan_nextday .sec_kimono_plan_item_content_name span {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .kimono-plan-block .sec_kimono_plan_item.plan_nextday .sec_kimono_plan_item_content_price .tax {
    font-size: 18px;
  }
}

.kimono-plan-block .plan-next-day-return .plan-item-content-price .price-range {
  display: inline-block;
}

.component_gallery {
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .component_gallery {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.component_gallery::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(../images/common/bg_component_gallery_sp.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .component_gallery::before {
    background-image: url(../images/common/bg_component_gallery_pc.webp);
  }
}
.component_gallery_wrap {
  margin-top: 16px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .component_gallery_wrap {
    margin-top: 44px;
  }
}
.component_gallery_list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0 4px;
}
@media (min-width: 768px) {
  .component_gallery_list {
    gap: 0 20px;
  }
}
.component_gallery_list li {
  flex-basis: calc((100% - 12px) / 4);
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .component_gallery_list li {
    flex-basis: calc((100% - 80px) / 5);
  }
}
.component_gallery_list li:nth-child(n+5) {
  display: none;
}
@media (min-width: 768px) {
  .component_gallery_list li:nth-child(n+5) {
    display: block;
  }
}
.component_gallery_list li:nth-child(n+6) {
  display: none;
}
.component_gallery_list li a {
  transition: 0.3s;
}
.component_gallery_list li a:hover {
  opacity: 0.5;
}
.component_gallery_note {
  margin: 10px 0 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .component_gallery_note {
    font-size: 15px;
  }
}
.component_gallery_button {
  margin: 20px 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .component_gallery_button {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .jinriki_block {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .jinriki_block > .section_title {
    display: none;
  }
}
.jinriki_block .jinriki_image {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_image {
    margin-top: 0;
    width: 41.357%;
  }
}
.jinriki_block .jinriki_description {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_description {
    margin-top: 0;
    padding-top: 0;
    width: 53.473%;
  }
}
.jinriki_block .jinriki_description > .section_title {
  display: none;
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_description > .section_title {
    display: flex;
  }
}
.jinriki_block .jinriki_description .jinriki_text {
  margin: 0;
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_description .jinriki_text {
    font-size: 18px;
  }
}
.jinriki_block .jinriki_description .jinriki_price {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_description .jinriki_price {
    margin-top: 30px;
  }
}
.jinriki_block .jinriki_description .jinriki_price_title {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0.5em 0;
  padding: 0;
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_description .jinriki_price_title {
    font-size: 16px;
  }
}
.jinriki_block .jinriki_description .jinriki_price_table {
  display: flex;
  flex-wrap: wrap;
}
.jinriki_block .jinriki_description .jinriki_price_table .cell_group {
  width: 25%;
}
.jinriki_block .jinriki_description .jinriki_price_table .cell_group .cell_time {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #818181;
  border-right: none;
  box-sizing: border-box;
}
@media (min-width: 570px) {
  .jinriki_block .jinriki_description .jinriki_price_table .cell_group .cell_time {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_description .jinriki_price_table .cell_group .cell_time {
    font-size: 16px;
  }
}
.jinriki_block .jinriki_description .jinriki_price_table .cell_group .cell_time {
  background: #dcdedd;
  border-bottom: none;
}
.jinriki_block .jinriki_description .jinriki_price_table .cell_group .cell_price {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #818181;
  border-right: none;
  box-sizing: border-box;
}
@media (min-width: 570px) {
  .jinriki_block .jinriki_description .jinriki_price_table .cell_group .cell_price {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .jinriki_block .jinriki_description .jinriki_price_table .cell_group .cell_price {
    font-size: 16px;
  }
}
.jinriki_block .jinriki_description .jinriki_price_table .cell_group:nth-child(4) .cell_time,
.jinriki_block .jinriki_description .jinriki_price_table .cell_group:nth-child(4) .cell_price {
  border-right: 1px solid #818181;
}
.jinriki_block .jinriki_description .jinriki_note {
  margin: 10px 0 0;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 570px) {
  .jinriki_block .jinriki_description .jinriki_note {
    margin: 20px 0 0;
    font-size: 14px;
    text-align: right;
  }
}

.rentalplan-block ul.childNavi {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin: 16px 0 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .rentalplan-block ul.childNavi {
    gap: 20px;
    margin-top: 45px;
  }
}
.rentalplan-block ul.childNavi li {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  position: relative;
  height: 45px;
  padding: 0 0 0 55px;
  border: none !important;
}
@media (min-width: 768px) {
  .rentalplan-block ul.childNavi li {
    width: calc(33.33% - 20px);
    min-height: 100px;
    margin: 0;
    padding: 10px 10px 10px 115px;
  }
}
.rentalplan-block ul.childNavi li a {
  text-align: left;
  display: block;
}
.rentalplan-block ul.childNavi li a:hover {
  text-decoration: underline;
}
.rentalplan-block ul.childNavi li .planName {
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .rentalplan-block ul.childNavi li .planName {
    font-size: 16px;
  }
}
.rentalplan-block ul.childNavi li .planPrice {
  display: block;
  font-size: 11px;
}
@media (min-width: 768px) {
  .rentalplan-block ul.childNavi li .planPrice {
    font-size: 16px;
  }
}
.rentalplan-block ul.childNavi li .img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .rentalplan-block ul.childNavi li .img {
    width: 100px;
    height: 100px;
  }
}
.rentalplan-block ul.childNavi li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.rentalplan-block ul.childNavi li .img:hover {
  opacity: 0.7;
}

.photoplan_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .photoplan_block {
    margin-top: 50px;
  }
}
@media (min-width: 1080px) {
  .photoplan_block {
    flex-wrap: nowrap;
    overflow: auto;
    gap: 17px;
    padding-bottom: 3px;
  }
}
.photoplan_block::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge (WebKit) */
}
.photoplan_block .photoplan_item {
  flex: 1 1 100%;
}
@media (min-width: 1080px) {
  .photoplan_block .photoplan_item {
    display: flex;
    flex: 1 1 33.3333333333%;
  }
}
.photoplan_block .photoplan_item_box {
  display: flex;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1080px) {
  .photoplan_block .photoplan_item_box {
    display: block;
    border: 1px solid #b4b4b5;
    box-shadow: none;
  }
}
.photoplan_block .photoplan_item_mv {
  flex: 0 0 164px;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_mv {
    flex: 0 0 300px;
  }
}
@media (min-width: 1080px) {
  .photoplan_block .photoplan_item_mv {
    width: 100%;
    flex: 0 0 auto;
  }
}
.photoplan_block .photoplan_item_mv picture {
  display: block;
}
.photoplan_block .photoplan_item_content {
  padding: 8px 4px 8px 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content {
    display: block;
    padding: 10px 15px 15px 15px;
  }
}
.photoplan_block .photoplan_item_content_price {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  line-height: 1;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_price {
    flex-grow: 1;
  }
}
.photoplan_block .photoplan_item_content_price .yen {
  -webkit-text-stroke: 0;
  font-family: var(--font-family-serif) !important;
  font-size: 21px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_price .yen {
    font-size: 34px;
    transform: translateX(0);
  }
}
.photoplan_block .photoplan_item_content_price .price {
  -webkit-text-stroke: 0;
  font-family: var(--font-family-serif) !important;
  font-size: 21px;
  font-weight: 700;
  transform: translateX(-2px);
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_price .price {
    font-size: 34px;
    transform: translateX(2px);
  }
}
.photoplan_block .photoplan_item_content_price .tax {
  font-size: 10px;
  transform: translate(0, -2px);
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_price .tax {
    white-space: nowrap;
    font-size: 19px;
    transform: translate(1px, -4px);
  }
}
.photoplan_block .photoplan_item_content_capacity {
  margin-top: 5px;
  padding: 0 4px;
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_capacity {
    flex-grow: 1;
  }
}
.photoplan_block .photoplan_item_content_capacity span {
  font-size: 11px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_capacity span {
    font-size: 19px;
  }
}
.photoplan_block .photoplan_item_content_details {
  flex-grow: 1;
  margin-top: 5px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_details {
    flex-basis: 100%;
    margin-top: 15px;
  }
}
.photoplan_block .photoplan_item_content_details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.photoplan_block .photoplan_item_content_details li {
  padding-left: 15px;
  font-size: 10px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_details li {
    padding-left: 30px;
    font-size: 15px;
  }
}
.photoplan_block .photoplan_item_content_details li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_flower_3.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_details li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}
.photoplan_block .photoplan_item_content_button {
  padding: 0 4px;
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_button {
    margin-top: 14px;
    padding: 0;
  }
}
.photoplan_block .photoplan_item_content_button a {
  color: var(--yae-red);
  font-size: 10px;
  text-decoration: underline;
  line-height: 1;
}
@media (min-width: 768px) {
  .photoplan_block .photoplan_item_content_button a {
    font-size: 15px;
  }
}

.sec_photo {
  padding: 22px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .sec_photo {
    padding: 65px 0 0;
  }
}
.sec_photo::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url("../images/toppage/_sp/photo_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec_photo::after {
    background-image: url("../images/toppage/_pc/photo_bg.png");
  }
}
@media (min-width: 768px) {
  .sec_photo_content {
    padding-left: 46%;
    position: relative;
  }
}
.sec_photo_image {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_photo_image {
    margin: 0;
    width: 39%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.sec_photo_description {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_photo_description {
    margin-top: 28px;
    font-size: 18px;
    flex-grow: 1;
  }
}
.sec_photo_button {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_photo_button {
    min-width: 300px;
    text-align: right;
  }
}
.sec_photo_plan_wrap {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sec_photo_plan_wrap {
    margin-top: 50px;
  }
}

.sec_photo_type2 {
  position: relative;
}
.sec_photo_type2::after {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 60px);
  background-image: url(../images/common/bg_component_photoplan_sp.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec_photo_type2::after {
    height: calc(100% + 120px);
    background-image: url(../images/common/bg_component_photoplan_pc.webp);
    top: -60px;
  }
}
.sec_photo_type2 .sec_photo_title .osusume {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .sec_photo_type2 .sec_photo_title .osusume {
    display: inline;
    width: auto;
  }
}
.sec_photo_type2 .sec_photo_title .osusume::after {
  content: "";
  display: block;
  width: 145px;
  height: 62px;
  background-image: url(../images/common/c_osusume_sp_ja.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -15px;
}
@media (min-width: 768px) {
  .sec_photo_type2 .sec_photo_title .osusume::after {
    background-image: url(../images/common/c_osusume_pc_ja.png);
    width: 150px;
    height: 93px;
    right: auto;
    left: calc(100% + 20px);
    top: -25px;
  }
}
.sec_photo_type2 .photoplan_service_button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_photo_type2 .photoplan_service_button {
    margin-top: 40px;
    text-align: right;
  }
}
.sec_photo_type2 .photoplan_service_button a.more_detail_btn {
  width: 100%;
}
@media (min-width: 768px) {
  .sec_photo_type2 .photoplan_service_button a.more_detail_btn {
    width: auto;
  }
}

body.en .sec_photo_type2 .sec_photo_title .osusume::after {
  background-image: url(../images/common/c_osusume_sp_en.png);
}
@media (min-width: 768px) {
  body.en .sec_photo_type2 .sec_photo_title .osusume::after {
    background-image: url(../images/common/c_osusume_pc_en.png);
  }
}

body.zh .sec_photo_type2 .sec_photo_title .osusume::after {
  background-image: url(../images/common/c_osusume_sp_zh.png);
}
@media (min-width: 768px) {
  body.zh .sec_photo_type2 .sec_photo_title .osusume::after {
    background-image: url(../images/common/c_osusume_pc_zh.png);
  }
}

body.tw .sec_photo_type2 .sec_photo_title .osusume::after {
  background-image: url(../images/common/c_osusume_sp_tw.png);
}
@media (min-width: 768px) {
  body.tw .sec_photo_type2 .sec_photo_title .osusume::after {
    background-image: url(../images/common/c_osusume_pc_tw.png);
  }
}

body.th .sec_photo_type2 .sec_photo_title .osusume::after {
  background-image: url(../images/common/c_osusume_sp_en.png);
}
@media (min-width: 768px) {
  body.th .sec_photo_type2 .sec_photo_title .osusume::after {
    background-image: url(../images/common/c_osusume_pc_en.png);
  }
}

/*# sourceMappingURL=common.css.map */
