@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
     HTML5 display definitions
  ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
     Base
  ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}

body {
  margin: 0;
}

/* ==========================================================================
     Links
  ========================================================================== */
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
     Typography
  ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
     Embedded content
  ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
     Figures
  ========================================================================== */
figure {
  margin: 0;
}

/* ==========================================================================
     Forms
  ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

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

/* ==========================================================================
     Tables
  ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, figcaption {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
}

caption {
  display: none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #212121;
  position: relative;
}

a {
  /*color: #CE986B;*/
  color: #CE986C;
  text-decoration: none;
}

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

.l-header {
  position: relative;
  z-index: 9991;
  background: #fff;
  width: 100%;
}

.header_fixed {
  position: fixed;
}

.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  height: 75px;
  padding: 0 40px;
  min-width: 1280px;
  width: 100%;
}

.l-header__logo {
  width: 233px;
}

.l-header__logo span {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
  color: #CE986B;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l-header__logo a {
  /*background: url(../img/logo.gif) left top no-repeat;*/
  background: url(/common/img/lux_yoko_logo.png) left top no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  width: 100%;
}

.l-header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.l-header__tel {
  /*color: #d03987;*/
  color: #CE986C;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  margin: 0 5px;
  text-align: center;
  width: 250px;
}

.l-header__tel__read {
  display: none;
}

.l-header__tel__num {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 7px;
}

.l-header__tel__num a {
  /*color: #d03987;*/
  color: #CE986C;
  display: inline-block;
  line-height: 1;
  letter-spacing: .04em;
}

.l-header__tel__num:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  display: inline-block;
  margin: 0 9px 0 0;
  font-size: smaller;
  color: #CE986C;
}

.l-header__tel__time {
  color: #CE986C;
  font-size: 11px;
  font-size: 1.1rem;
  text-indent: -.5em;
  line-height: 1;
}

.l-header__btn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.l-header__btn__item {
  margin-left: 10px;
}

.l-header__btn__item a {
  background-color: #caac4a;
  color: #fff;
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 185px;
  border-radius: 3px;
}

.l-header__btn__item a span {
  display: inline-block;
  vertical-align: middle;
}

.l-header__btn__item a:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.l-header__btn__item a:hover {
  background-color: #b89d46;
}

.l-header__btn__item a:hover.u-btn__line {
  background-color: #28a234;
}

.l-header__btn__item a.u-btn__line {
  background-color: #00b900;
  font-size: 14px;
}

.l-header__btn__item a.u-btn__line:before {
  background: url(../img/icon_line.png) center center no-repeat;
  background-size: 20px auto;
  height: 20px;
  width: 20px;
}

.l-header__btn__item a.u-btn__reservation:before {
  background: url(../img/icon_reservation.png) center center no-repeat;
  background-size: 15px auto;
  height: 20px;
  width: 15px;
}

.l-header__btn__item a.u-btn__contact:before {
  background: url(../img/icon_mail.png) center center no-repeat;
  background-size: 20px auto;
  height: 20px;
  width: 25px;
}

.l-header__btn__item a.u-btn__contact {
  /* width: 55px; */
}
.l-header__btn__item a.u-btn__contact span {
  /* display: none; */
}

.l-header__btn__menu {
  display: none;
}

.l-nav {
  width: 100%;
  border-bottom: solid 1px #E9EBF1;
}

.l-nav__line {
  background: #f3e9c8;
  background: linear-gradient(to right, #f3e9c8 0%, #b99e41 100%);
  height: 1px;
  min-width: 1280px;
  width: 100%;
}

.l-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  min-width: 1280px;
  max-width: 1400px;
  width: 100%;
}

.l-nav__item {
  background: url(../img/navi_line.png) left center no-repeat;
  background-size: 1px auto;
  display: table;
  width: 25%;
}

.l-nav__item:last-of-type {
  background-image: url(../img/navi_line.png), url(../img/navi_line.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 1px auto;
}

.l-nav__item > a {
  display: table-cell;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  /*color: #d03987;*/
  color: #CE986C;
  font-size: 16px;
  font-size: 1.6rem;
  height: 55px;
  line-height: 1;
  text-align: center;
  width: 100%;
  outline: none;
  vertical-align: middle;
}

.l-nav__item > a span {
  font-family: 'Cormorant Garamond', serif;
  color: #acb1c6;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1em;
  margin-top: 5px;
}

.l-nav__item > a.disabled {
  pointer-events: none;
  color: #ccc;
  background-color: #f6f6f6;
}

.l-nav__item > a.disabled span {
  color: #ccc;
}

.l-nav__item:hover {
  /*background: #d03987;*/
  /*background: linear-gradient(to bottom, #d03987 0%, #ef92ac 100%);*/
  background: linear-gradient(to bottom, #CE986C 0%, #efc692 100%);
}

.l-nav__item:hover > a {
  color: #fff;
}

.l-nav__item:hover > a.disabled {
  color: #ccc;
}


.l-nav__item:hover > a span {
  color: #fff;
}

.l-nav__item:hover > a.disabled span {
  color: #ccc;
}

.l-nav__fixed {
  display: none;
}

.l-subnav {
  position: absolute;
  top: 131px;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  width: 100%;
}

.l-subnav--overlay {
  display: none;
}

.l-subnav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  background: #fff;
  /*border-top: .67vw solid #ef92ac;*/
  border-top: .67vw solid #CE986C;
  margin: 0 auto;
  min-width: 1278px;
  max-width: 1398px;
}

.l-subnav__item {
  border-right: 1px solid #eaecf2;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  padding: 0 10px 25px;
  max-width: 233px;
  width: 100%;
}

.l-subnav__item .u-link--disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background: none;
}

.l-subnav__item ul li {
  margin-bottom: 15px;
  line-height: 1;
  padding: 0 10px;
}

.l-subnav__item ul li a {
  color: #212121;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  background-size: 5px;
}

.l-subnav__item ul li a:hover {
  color: #CE986B;
}

.l-subnav__item:hover {
  /* background-color: #fffbfd; */
  background-color: rgba(206, 152, 107, .1);
}

.l-subnav__title a {
  border-bottom: 1px solid #eaecf2;
  color: #212121;
  display: block;
  padding: 25px 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  background-size: 8px;
}

.l-subnav__title a:hover {
  color: #CE986B;
  /* background: url(../img/icon_arrow_right01.png) 95% center no-repeat;
  background-size: 8px; */
}

.l-subnav__title a.u-link--disabled {
  background-image: none;
}

.l-subnav__title a span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

.js-navi .u-btn__subnav {
  display: none;
}

.l-footer {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  color: #CE986B;
  background: #fff;
  border-top: 1px solid #b99e41;
}

.l-footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-width: 1280px;
  min-height: 100px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.l-footer__logo {
  /*margin-right: 40px;*/
  /*width: 250px;*/
  width: 70px;
  margin-right: 20px;
}

.l-footer__navi li {
  display: inline-block;
  font-size: 0;
  /* margin-right: 40px; */
  margin-right: 15px;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.l-footer__navi li:first-child {
  border-left: 1px solid #ddd;
  padding-left: 15px;

}

.l-footer__navi li a {
  color: #ce976e;
  font-size: 12px;
  font-size: 1.2rem;
}

.l-footer__link--sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
}

.l-footer__link--sns__item {
  width: 40px;
  margin-right: 10px;
}

.l-footer__link--sns__item:last-child {
  margin-right: 0;
}

.l-footer__copy {
  text-align: center;
  font-size: 12px;
  width: 260px;
}

.c-sidebar__title {
  background: #fbfbf9;
  border-left: 5px solid #ce976e;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
}

.c-sidebar__item {
  margin-bottom: 40px;
}

.c-sidebar__item ul {
  padding-left: 20px;
}

.c-sidebar__item ul li {
  margin-bottom: .5em;
}

.c-sidebar__item ul li a {
  color: #212121;
  font-size: 16px;
  font-size: 1.6rem;
}

.l-main {
  min-width: 1280px;
  width: 100%;
}

.u-btn__type01 {
  margin: 50px auto 100px;
  width: 250px;
}

.u-btn__type01 a {
  background: #fff;
  /*border: 1px solid #CE986B;*/
  border: 1px solid #CE976E;
  border-radius: 5px;
  /*color: #CE986B;*/
  color: #CE976E;
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 16px;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all  0.3s ease;
}

.u-btn__type01 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.u-btn__type01 a:hover {
  /*background: #CE986B;*/
  background-color: #CE976E;
  color: #fff;
  transition: all  0.3s ease;
}

.u-btn__type02 {
  margin: 0 7.5px 15px;
  width: 390px;
}

.u-btn__type02 a {
  background-color: #f9f9f9;
  border-radius: 5px;
  color: #212121;
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  font-size: 2rem;
  height: 75px;
  line-height: 75px;
  position: relative;
  padding-left: 30px;
  width: 100%;
}

.u-btn__type02 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.u-btn__type02 a:hover {
  /* background-color: #eaecf2; */
  background-color: #f2f0ea;
}

.u-btn__type03 {
  margin: 0 0 15px;
  width: 285px;
}

.u-btn__type03 a {
  background-color: #f9f9f9;
  border-radius: 5px;
  color: #212121;
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  position: relative;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.u-btn__type03 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #B4B6BD;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.u-btn__type03 a:hover {
  background-color: #f2f0ea;
}

.u-btn__type03 a.u-link--disabled:after {
  display: none;
}

.u-btn__contact a {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.u-btn__menu {
  display: none;
}

.u-btn__more {
  display: none;
}

.c-input--text, .c-input--date, .c-input--textarea {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  max-width: 100%;
  padding: 5px 20px;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #f1efea;
  border-radius: 0;
}

.c-input--text:focus, .c-input--date:focus, .c-input--textarea:focus {
  box-shadow: 0 0 1px 0 #afafaf;
}

.c-input--text::-webkit-input-placeholder, .c-input--date::-webkit-input-placeholder, .c-input--textarea::-webkit-input-placeholder {
  color: #acb1c6;
}

.c-input--text::-moz-placeholder, .c-input--date::-moz-placeholder, .c-input--textarea::-moz-placeholder {
  color: #acb1c6;
}

.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder {
  color: #acb1c6;
}

.c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder {
  color: #acb1c6;
}

.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder {
  color: #acb1c6;
}

.c-input--text::placeholder, .c-input--date::placeholder, .c-input--textarea::placeholder {
  color: #acb1c6;
}

.c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder {
  color: #acb1c6;
}

.c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder {
  color: #acb1c6;
}

.c-input--checkbox, .p-form .wpcf7-list-item input[type="checkbox"], .c-input--radio, .p-form .wpcf7-list-item input[type="radio"] {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  margin: .45em 6px 0 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #f1efea;
}

.c-input--radio, .p-form .wpcf7-list-item input[type="radio"] {
  border-radius: 50%;
}

.c-input--select {
  max-width: 100%;
  padding: 5px 20px;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #f1efea;
  border-radius: 0;
}

.c-input--date {
  position: relative;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-image: url(../img/icon-calendar.svg);
  background-size: 20px auto;
}

.c-input--date::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.c-input--date::-webkit-clear-button {
  -webkit-appearance: none;
}

.c-input--date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: transparent;
  background: transparent;
}

.c-input--date::-webkit-datetime-edit-year-field, .c-input--date::-webkit-datetime-edit-month-field, .c-input--date::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
          appearance: none;
}

.c-input--date::-webkit-datetime-edit-year-field:after, .c-input--date::-webkit-datetime-edit-month-field:after, .c-input--date::-webkit-datetime-edit-day-field:after {
  content: '';
}

.c-input--date::-webkit-datetime-edit-year-field:not([aria-valuenow]), .c-input--date::-webkit-datetime-edit-month-field:not([aria-valuenow]), .c-input--date::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent !important;
}

.c-input--textarea {
  width: 100%;
  height: 10em;
}

.c-input--block {
  display: block;
  width: 100%;
}

.c-button--success, .c-button--back {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 25px 2em;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.c-button--success {
  color: #fff;
  background-color: #caac4a;
}

.c-button--back {
  color: #212121;
  background-color: #acb1c6;
}

.c-label--optional, .c-label--must {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 10px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  border-radius: 2px;
}

.c-label--optional {
  background-color: #acb1c6;
}

.c-label--must {
  background-color: #e61d35;
}

.c-label--control, .p-form .wpcf7-list-item label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.c-col__multi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: .5em;
  width: 100%;
}

.c-col__img {
  min-width: 400px;
  width: 46.5%;
}

.c-col__img .caption {
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
}

.c-section__inner {
  padding: 100px 0 95px;
}

.c-section__inner > *:first-child {
  margin-top: 0;
}

.c-section__inner > *:last-child {
  margin-bottom: 0;
}

.c-section--md {
  width: 960px;
  margin: 0 auto;
}

.c-section--sm {
  width: 690px;
  margin: 0 auto;
}

/* list
----------------------------------------------------------------- */
.c-list--disc {
  margin: 40px 0;
}

.c-list--disc__item,
.c-list--disc > li {
  position: relative;
}

ul.c-list--disc {
  list-style: inside;
}

.c-list--num {
  counter-reset: list;
  margin: 40px 0;
}

.c-list--num__item,
.c-list--num > li {
  position: relative;
  counter-increment: list;
  padding-left: 2.5em;
}

.c-list--num__item:before,
.c-list--num > li:before {
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  color: #CE986B;
  text-align: right;
}

.l-section {
  padding: 150px 0 0;
}

.l-section.p-address {
  padding: 100px 0;
}

.l-section.p-doctor {
  padding: 100px 0;
}

.l-section.p-column {
  padding: 100px 0 0;
}

.l-section__title {
  /*color: #CE986B;*/
  color: #CE976E;
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-size: 3.5rem;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

h3.l-section__title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px){
  .p-menu {
    padding-top: 100px;
  }
}

.p-menu .l-section__title {
  margin-bottom: 100px;
}

.l-section__title span {
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 10px;
}

.l-section__note p {
  color: #CE986B;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.9375;
}

.l-section__subtitle {
  color: #ce976e;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 100px;
}

.l-detail .l-section__subtitle {
  font-size: 40px;
  font-size: 4rem;
}

.l-bread {
  border-top: 1px solid #eaecf2;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  padding: 15px 40px;
  min-width: 1280px;
  width: 100%;
}

.l-bread.top {
  border-bottom: 1px solid #eaecf2;
}

.l-bread.bottom {
  border-top: 1px solid #eaecf2;
}

.l-bread__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
}

.l-bread__item {
  position: relative;
  padding-right: 2em;
  font-size: 11px;
  font-size: 1.1rem;
}

.l-bread__item:not(:first-child) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l-bread__item:last-child {
  padding-right: 0;
}

.l-bread__item a {
  color: #ce976e;
  /*color: #CE986C;*/
}

.l-bread__item a:after {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.7em;
  display: inline-block;
}

.l-page__title {
  background: #fbfbf9;
  border-bottom: 1px solid #eaecf2;
  color: #CE986B;
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: .1em;
  line-height: 1;
  padding: 72px 0;
  text-align: center;
}

.l-page__title span {
  display: block;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 10px;
}

.l-page__hero {
  position: relative;
  min-width: 1280px;
  width: 100%;
}

.l-page__hero__note {
  padding: 0 100px;
  min-width: 1280px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-page__hero__title {
  color: #ce976e;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: -.04em;
}

.menu .l-page__hero__title {
  width: 600px;
}

.l-page__hero__read {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9375;
  width: 480px;
}

.l-page__read {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 72px 0;
  text-align: center;
}

.l-page__contents {
  padding: 100px 0;
}

.l-post__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  padding: 100px 0;
  width: 1160px;
}

body.news .l-post__content {
  -ms-flex-pack: center;
      justify-content: center;
}

.l-post__list {
  width: 860px;
}

.l-post__list__title {
  margin: 0 auto 40px;
}

.l-post__list__subtitle {
  border-bottom: 1px solid #CE986B;
  color: #CE986B;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 20px 16px;
}

.l-post__sidebar {
  width: 260px;
}

.c-post__item {
  border-bottom: 1px solid #eaecf2;
  width: 100%;
}

.c-post__item a {
  color: #212121;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px;
}

.c-post__item a:hover {
  background: #fbfbf9;
}

.c-post__item a:hover .c-post__title {
  color: #ce976e;
}

.c-post__note {
  width: 600px;
}

.c-post__meta {
  padding: 10px 0;
}

.c-post__date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 12px;
  vertical-align: middle;
}

.c-post__cat {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 18px;
  padding: 1px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #caac4a;
  border-radius: 9px;
}

.c-post__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.c-post__img {
  width: 200px;
}

.c-post__header {
  border-bottom: 1px solid #eaecf2;
  margin-bottom: 40px;
  padding: 0 0 15px 20px;
}

.c-post__detail {
  width: 860px;
}

.c-post__detail__title {
  color: #ce976e;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-post__body {
  padding: 0 0 0 20px;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.c-post__body > *:first-child {
  margin-top: 0;
}

.c-post__body > *:last-child {
  margin-bottom: 0;
}

.c-post__body .inner {
  padding-bottom: .8em;
}

.c-post__body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2em;
}

.c-post__body p strong {
  color: #ce976e;
  font-weight: 700;
}

.c-post__body h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 70px auto 30px;
  padding: .5em 0;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #ce976e;
  border-bottom: 1px solid #ddd;
}

.c-post__body h4 {
  border-bottom: 1px solid #ce976e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .8em;
  padding: .5em 0 .8em;
}

.c-post__body h4.type01 {
  background: url(../img/icon_check.png) left 1px no-repeat;
  background-size: 20px auto;
  padding: 0 0 .8em 25px;
}

.c-post__body h4.type02 {
  background: url(../img/icon_attention.png) left 2px no-repeat;
  background-size: 20px auto;
  padding: 0 0 .8em 25px;
}

.c-post__body a {
  color: #CE986B;
}

.c-post__attention {
  margin: 2em 0 3em;
  padding: 10px 20px;
  background: #fbfbf9;
  border: 1px solid #cbcddb;
}

.c-post__attention__title {
  color: #ce976e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5em;
}

.c-post__attention p {
  margin: 0;
}

.c-post__navi {
  margin: 75px auto 0;
  padding: 0 0 0 20px;
}

.c-post__navi__inner {
  border-bottom: 1px solid #eaecf2;
  border-top: 1px solid #eaecf2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%;
}

.c-post__navi__prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 46%;
}

.c-post__navi__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 46%;
  margin-left: auto;
}

.c-post__navi__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
}

.c-post__navi__title a {
  color: #ce976e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-post__navi__prev .c-post__navi__title {
  border-right: 1px solid #eaecf2;
  -ms-flex-order: 1;
      order: 1;
}

.c-post__navi__next .c-post__navi__title {
  border-left: 1px solid #eaecf2;
  -ms-flex-order: 2;
      order: 2;
}

.c-post__navi__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  width: calc(100% - 60px);
}

.c-post__navi__link a {
  color: #212121;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
}

.c-post__navi__prev .c-post__navi__link {
  padding-left: 20px;
  -ms-flex-order: 2;
      order: 2;
}

.c-post__navi__next .c-post__navi__link {
  padding-right: 20px;
  -ms-flex-order: 1;
      order: 1;
}

.c-post__list__link {
  text-align: center;
}

.c-post__list__link a {
  color: #212121;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-pagination {
  margin: 75px auto 0;
}

.c-pagination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.c-pagination__list li {
  border-radius: 5px;
  display: table;
  height: 40px;
  margin: 0 5px;
  width: 40px;
}

.c-pagination__list li a, .c-pagination__list li span {
  background-color: #fff;
  border: 1px solid #eaecf2;
  border-radius: 5px;
  color: #212121;
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.c-pagination__list li a:hover, .c-pagination__list li span:hover {
  background-color: #eaecf2;
}

.c-pagination__list li.previous a {
  background-image: url(../img/icon_previous.png);
}

.c-pagination__list li.next a {
  background-image: url(../img/icon_next.png);
}

.c-pagination__list li.previous a, .c-pagination__list li.next a {
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px auto;
}

.wp-block-columns {
  margin: 2em 0;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-image {
  margin: 2em 0;
}

.wp-block-image figcaption {
  margin: 0;
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
}

.p-address {
  background: #fbfbf9;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  min-width: 1280px;
  width: 100%;
}

.p-address__tel {
  background: #fff;
  border: 1px solid #eaecf2;
  border-radius: 5px;
  min-height: 150px;
  margin: 0 auto 30px;
  padding: 20px;
  text-align: center;
  width: 800px;
}

.p-address__read {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
}

.p-address__num {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 14px;
}

.p-address__num a {
  /*color: #d03987;*/
  color: #CE976E;
  display: inline-block;
  line-height: 1;
  letter-spacing: .04em;
}

.p-address__num:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  display: inline-block;
  margin: 0 15px 0 0;
  /*color: #d03987;*/
  color: #CE976E;
  font-size: smaller;
}

.p-address__time {
  /*color: #d03987;*/
  color: #CE976E;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: -.5em;
  letter-spacing: .04em;
  line-height: 1;
}

.p-address__btn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-evenly;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  width: 800px;
}

.p-address__btn__item {
  display: table;
  width: 260px;
}

.p-address__btn__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 75px;
  line-height: 1;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  background-color: #caac4a;
  border-radius: 5px;
}

.p-address__btn__item a > * {
  max-width: 100%;
  min-height: 0%;
}

.p-address__btn__item a span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.p-address__btn__item a:before {
  content: "";
  display: block;
  position: absolute;
  /* top: 0;
  bottom: 0; */
  left: 15px;
  margin: auto;
}

.p-address__btn__item a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.p-address__btn__item a:hover {
  background-color: #b89d46;
}

.p-address__btn__item a:hover.u-btn__line {
  background-color: #069d06;
}

.p-address__btn__item a.u-btn__line {
  padding-left: 60px;
  background-color: #00b900;
}

.p-address__btn__item a.u-btn__line:before {
  width: 30px;
  height: 37px;
  background: url(../img/icon_line_sp.png) center center no-repeat;
  background-size: 30px auto;
}

.p-address__btn__item a.u-btn__reservation {
  padding-left: 54px;
}

.p-address__btn__item a.u-btn__reservation:before {
  width: 25px;
  height: 32px;
  background: url(../img/icon_reservation_sp.png) center center no-repeat;
  background-size: 25px auto;
}

.p-address__btn__item a.u-btn__contact {
  padding-left: 60px;
}

.p-address__btn__item a.u-btn__contact:before {
  width: 30px;
  height: 20px;
  background: url(../img/icon_mail_sp.png) center center no-repeat;
  background-size: 30px auto;
}

.p-hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1280px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  /* background-image: url(../img/home/main_visual_img_pc.jpg); */
  background-size: cover;
  padding-top: 132px;
}

.p-hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 1280px;
  margin: 0 auto;
  height: 750px;
  min-height: 50vw;
}

.p-hero__text {
  /* width: 520px; */
  text-align: center;
}

.home .p-concept__img01 {
  margin: 0 auto 65px;
  width: 960px;
}

.home .p-menu__contents {
  /* background: #fbfbf9; */
  /*background: #fbfbf9;*/
  padding-bottom: 85px;
}

.home .p-menu__contents.p-other {
  /*background: #fff;*/
  padding: 0;
}

.home .p-menu__hero {
  position: relative;
  margin-bottom: 50px;
}

.home .p-menu__note {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  position: absolute;
  left: 26%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: normal;
}

.home .p-menu__note--read {
  font-size: 1.3333vw;
}

.home .p-menu__note--ja {
  font-size: 2vw;
}

.home .p-menu__title {
  font-size: 15px;
  line-height: 1em;
  margin-top: 0.5vw;
  /*.p-other & {
        font-size: 3rem;
        line-height: 1em;
      }*/
}

.home .p-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 auto;
  width: 1215px;
}

.home .p-menu__item {
  background: #fff;
  border: 1px solid #eaecf2;
  border-radius: 5px;
  /* margin: 0 7.5px 15px; */
  margin: 0 7.5px 60px;
  width: 390px;
  /* padding: 105px 30px 30px; */
  padding: 30px;
  position: relative;
}

.home .p-menu__item a {
  color: #212121;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  padding: 30px;
  position: absolute;
}

.home .p-menu__item__title {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  border-bottom: 1px solid #eaecf2;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
}

/* .home .p-menu__item__title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  height: 26px;
  width: 10px;
} */

.home .p-menu__item__title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.home .p-menu__item__title .num {
  font-size: 35px;
  font-size: 3rem;
  margin-right: 8px;
}

.home .p-menu__item__title .txt {
  font-size: 27px;
  font-size: 2.5rem;
}

.home .p-menu__item__title .u-btn__popup {
  display: none;
}

.home .p-menu__item__note p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1em;
}

.home .p-menu__item__note p .strong {
  color: #caac4a;
}

.home .p-menu__item:hover {
  /* background: #eaecf2; */
  /* background: #f2f0ea; */
}

/* .home .p-menu__item:hover .p-menu__item__title {
  border-bottom: 1px solid #fff;
} */

.home .p-menu__item.long-type {
  width: 585px;
}

.home .p-menu__btn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1215px;
}

.home .p-popup__header {
  display: none;
}

.home .p-other .p-menu__title {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 75px;
  text-align: center;
}

.home .p-other__hero {
  margin-bottom: 30px;
  position: relative;
}

.home .p-other__hero img {
  border-radius: 5px;
}

.home .p-other__note {
  width: 50%;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  position: absolute;
  left: 3%;
  top: 40%;
}

.home .p-other__title {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}

.home .p-other__ja {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1;
}

.home .p-other__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin: 0 auto 50px;*/
  margin: 0 auto 0;
  width: 1200px;
}

.home .p-other__list iframe {
  width: 48%;
  height: 315px;
}

.home .p-other__item {
  margin-bottom: 85px;
  width: 585px;
}

.home .p-other__menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.home .p-other__machine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 100px;
}

.home .p-other__machine figure {
  width: 30%;
  padding-bottom: 50px;
  text-align: center;
  margin: 0;
}

.home .p-doctor {
  /* background-color: #fbfbf9; */
  background-image: url(../img/home/clinic_img.jpg);
  background-size: cover;
  /* background: #fffeff url(../img/home/home_sect_bg01_pc.png) right top no-repeat;
  background-size: contain; */
}

.home .p-doctor__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto 30px;
  width: 960px;
  padding-bottom: 30px;
}

.home .p-doctor__img {
  width: 270px;
}

.home .p-doctor__name {
  /*color: #d03987;*/
  color: #CE976E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1em;
}

.home .p-doctor__name span {
  font-size: 20px;
  font-size: 2rem;
}

.home .p-doctor__note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.15;
  width: 640px;
}

.home .p-column__list {
  border-top: 1px solid #eaecf2;
  margin: 0 auto;
  width: 960px;
}

.home .p-column__item a {
  color: #212121;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 1px solid #eaecf2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px;
}

.home .p-column__item a:hover {
  background: #eaecf2;
}

.home .p-column__date {
  margin-right: 10px;
}

.home .p-column__cate {
  background: #caac4a;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  height: 18px;
  line-height: 17px;
  white-space: nowrap;
  min-width: 75px;
  text-align: center;
  margin: 2px 20px 0 0;
  padding: 0 10px;
}

.home .js-thumb__slide {
  min-width: 1280px;
  width: 100%;
}

.caution {
  background-color: #ececec;
  padding: 20px;
  font-size: 12px;
  margin-top: 30px;
}

.clinic .p-concept {
  background: #fbfbf9;
  padding: 0;
}

.clinic .p-concept .l-section__title {
  margin-bottom: 72px;
}

.clinic .p-concept__hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1280px;
  height: 40vw;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/clinic/fv_back_img.jpg);
  background-size: cover;
}

.clinic .p-concept__hero__image {
  display: none;
}

.clinic .p-concept__hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.clinic .p-concept__hero__note {
  margin: 0 0 0 10vw;
}

.clinic .p-concept__hero__title {
  line-height: 1;
  margin-bottom: 30px;
  /* width: 417px; */
}

.clinic .p-concept__hero__read {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9375;
}

.clinic .p-feature {
  background: #fff;
  background-size: contain;
  padding: 100px 0;
}

.clinic .p-feature__title {
  color: #ce976e;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 95px;
}

.clinic .p-feature__title .strong {
  font-size: 56px;
  font-size: 5.6rem;
}

.clinic .p-feature__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 auto;
  width: 1200px;
}

.clinic .p-feature__item {
  width: 360px;
}

.clinic .p-feature__img {
  overflow: hidden;
  border-radius: 5px;
}

.clinic .p-feature__num {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80px;
  height: 80px;
  margin: -60px auto 20px;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background: #ce976e;
  border-radius: 50%;
}

.clinic .p-feature__subtitle {
  color: #ce976e;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.clinic .p-feature__subtitle:after {
  background: #ce976e;
  content: "";
  display: block;
  height: 1px;
  width: 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.clinic .p-feature__read {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 20px;
  width: 100%;
}

.clinic .p-gallery {
  background: #fff;
  padding: 100px 0;
}

.clinic .p-gallery .js-slider {
  margin: 0 auto;
  width: 1000px;
}

.clinic .p-gallery .p-slider__cap {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 18px 20px;
  text-align: center;
}

.clinic .p-gallery .slick-prev, .clinic .p-gallery .slick-next {
  background: #eaecf2;
  height: 60px;
  width: 60px;
  transform: translate(0, calc(-50% - 60px));
}

.clinic .p-gallery .slick-prev:hover, .clinic .p-gallery .slick-next:hover {
  background: #ce976e;
}

.clinic .p-gallery .slick-prev:hover:before, .clinic .p-gallery .slick-next:hover:before {
  color: #fff;
}

.clinic .p-gallery .slick-prev:before, .clinic .p-gallery .slick-next:before {
  color: #ce976e;
  font-family: inherit;
  font-size: 22px;
  font-size: 2.2rem;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.clinic .p-gallery .slick-prev {
  left: -100px;
}

.clinic .p-gallery .slick-next {
  right: -100px;
}

.clinic .p-clinic {
  padding: 100px 0;
}

.clinic .p-clinic__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  width: 1000px;
}

.clinic .p-clinic__logo {
  width: 250px;
}

.clinic .p-clinic__note {
  border-top: 1px solid #eaecf2;
  width: 700px;
}

.clinic .p-clinic__note tr {
  border-bottom: 1px solid #eaecf2;
}

.clinic .p-clinic__note th, .clinic .p-clinic__note td {
  padding: 20px;
  vertical-align: top;
}

.clinic .p-clinic__note th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}

.clinic .p-clinic__note td {
  font-size: 14px;
  font-size: 1.4rem;
}

.clinic .p-clinic__note td .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.clinic .p-clinic__note a {
  color: #212121;
}

.clinic .p-access {
  background: #fff;
  padding: 100px 0;
}

.clinic .p-access__map {
  margin: 0 auto 50px;
  height: 500px;
  width: 1200px;
  position: relative;
  overflow: hidden;
}

.clinic .p-access__map iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.clinic .p-access__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  width: 1200px;
}

.clinic .p-access__address {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  width: 400px;
}

.clinic .p-access__address .google-map {
  margin-top: 5px;
}

.clinic .p-access__address .google-map a {
  border-bottom: 1px solid #ce976e;
  color: #ce976e;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.clinic .p-access__address .google-map a:after {
  background: url(../img/clinic/icon_external_link.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  width: 16.5px;
}

.clinic .p-access__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  width: 400px;
}

.menu .l-page__navi {
  margin: 0 auto;
  padding: 100px 0;
  width: 1200px;
}

.menu .l-page__navi__read {
  color: #ce976e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9375;
  text-align: center;
  margin-bottom: 50px;
}

.menu .l-page__navi__item {
  border-bottom: 1px solid #f2f0ea;
  border-left: 1px solid #f2f0ea;
  border-top: 1px solid #f2f0ea;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

.menu .l-page__navi__item a {
  color: #212121;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.menu .l-page__navi__item a:hover {
  background: #f2f0ea;
}

.menu .l-page__navi__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 10px;
  width: 100%;
}

.menu .l-page__navi__main .l-page__navi__item {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  height: 150px;
  width: 50%;
}

.menu .l-page__navi__main .l-page__navi__item a:hover:after {
  bottom: 0px;
}

.menu .l-page__navi__main .l-page__navi__item.left {
  border-radius: 5px 0 0 5px;
}

.menu .l-page__navi__main .l-page__navi__item.right {
  border-right: 1px solid #eaecf2;
  border-radius: 0 5px 5px 0;
}

.menu .l-page__navi__main .l-page__navi__item span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 10px;
}

.menu .l-page__navi__sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 10px;
  width: 100%;
}

.menu .l-page__navi__sub .l-page__navi__item {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1;
  height: 110px;
  width: 25%;
}

.menu .l-page__navi__sub .l-page__navi__item a:hover:after {
  bottom: 10px;
  height: 7px;
  width: 18px;
}

.menu .l-page__navi__sub .l-page__navi__item.left {
  border-radius: 5px 0 0 5px;
}

.menu .l-page__navi__sub .l-page__navi__item.right {
  border-right: 1px solid #eaecf2;
  border-radius: 0 5px 5px 0;
}

.menu .l-page__navi__sub .l-page__navi__item span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 5px;
}

.menu .p-menu__contents {
  padding: 40px 0;
}

.menu .p-menu__contents.p-other {
  background: #fff;
  padding: 75px 0 0;
}

.menu .p-menu__hero {
  position: relative;
  margin: 0 auto 60px;
  width: 1200px;
  height: 300px;
}

.menu .p-menu__hero__picture {
  position: absolute;
}

.menu .p-menu__note {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  font-weight: normal;
  width: 550px;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
}

.menu .p-menu__note__box {
  width: 100%;
}

.menu .p-menu__note--read {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.menu .p-menu__note--ja {
  font-size: 20px;
  margin-bottom: 10px;
}

.menu .p-menu__title {
  font-size: 40px;
  line-height: 1;
}

.menu .p-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 auto;
  width: 1215px;
}

.menu .p-menu__item {
  background: #fff;
  border: 1px solid #eaecf2;
  border-radius: 5px;
  margin: 0 7.5px 15px;
  width: 390px;
  padding: 105px 30px 30px;
  position: relative;
}

.menu .p-menu__item a {
  color: #212121;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  padding: 30px;
  position: absolute;
}

.menu .p-menu__item__title {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  border-bottom: 1px solid #eaecf2;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
}

.menu .p-menu__item__title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 26px;
  width: 10px;
}

.menu .p-menu__item__title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.menu .p-menu__item__title .num {
  font-size: 35px;
  font-size: 3.5rem;
  margin-right: 8px;
}

.menu .p-menu__item__title .txt {
  font-size: 30px;
  font-size: 3rem;
}

.menu .p-menu__item__title .u-btn__popup {
  display: none;
}

.menu .p-menu__item__note p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1em;
}

.menu .p-menu__item__note p .strong {
  color: #caac4a;
}

.menu .p-menu__item:hover {
  background: #eaecf2;
}

.menu .p-menu__item:hover .p-menu__item__title {
  border-bottom: 1px solid #fff;
}

.menu .p-menu__item.long-type {
  width: 585px;
}

.menu .p-menu__btn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1215px;
}

.menu .p-popup__header {
  display: none;
}

.menu .p-other__hero {
  margin-bottom: 30px;
  position: relative;
}

.menu .p-other__hero img {
  border-radius: 5px;
}

.menu .p-other__note {
  width: 50%;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  position: absolute;
  left: 3%;
  top: 35%;
}

.menu .p-other__title {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}

.menu .p-other__ja {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1;
}

.menu .p-other__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.menu .p-other__item {
  margin-bottom: 85px;
  width: 585px;
}

.menu .p-other__menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-detail__title {
  background: #fbfbf9;
  border-bottom: 1px solid #eaecf2;
  border-top: 1px solid #eaecf2;
  /*color: #CE986B;*/
  color: #CE986C;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: .1em;
  line-height: 1;
  padding: 72px 0;
  text-align: center;
}

.l-detail__hero {
  padding: 100px 0;
  margin: 0 auto;
  width: 1200px;
}

.l-detail__hero__note {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; */
  padding: 50px 15px;
  width: 100%;
}

.l-detail__hero__title {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  /* width: 480px; */
}

.l-detail__hero__read {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  /* width: 520px; */
  margin-bottom: 30px;
}

.l-detail__navi {
  padding: 100px 0;
}

.l-detail__navi__list {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
}

.l-detail__navi__item {
  border-bottom: 1px solid #eaecf2;
  border-left: 1px solid #eaecf2;
  height: 75px;
  width: 400px;
}

.l-detail__navi__item a {
  color: #212121;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  font-size: 2rem;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  position: relative;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-detail__navi__item a:hover {
  background: #f1f0ea;
}

.l-detail__navi__item:nth-of-type(1) {
  border-top: 1px solid #eaecf2;
  border-radius: 5px 0 0 0;
}

.l-detail__navi__item:nth-of-type(2) {
  border-top: 1px solid #eaecf2;
}

.l-detail__navi__item:nth-of-type(3) {
  border-top: 1px solid #eaecf2;
  border-radius: 0 5px 0 0;
}

.l-detail__navi__item:nth-of-type(4) {
  border-radius: 0 0 0 5px;
}

.l-detail__navi__item:nth-of-type(3n) {
  border-right: 1px solid #eaecf2;
}

.l-detail__navi__item:last-of-type {
  border-radius: 0 0 5px 0;
}

.l-detail__contents {
  /* background: #fbfbf9; */
  padding: 100px 0;
}

.l-detail .p-recommend {
  /* background: #fbfbf9; */
  background: url('../img/menu/bg_image.gif') top center no-repeat;
  padding: 100px 0 60px;
}

.l-detail .p-recommend__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
}

.l-detail .p-recommend__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  /* background: #d03987 url(../img/list_title_bg01.png) 20px center no-repeat; */
  background: #ce976e;
  background-size: contain;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
  height: 100px;
  text-align: center;
  width: 560px;
}

.l-detail .p-risk__list {
  background: #fff5f5;
  border-radius: 5px;
  padding: 50px 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
}

.l-detail .p-risk__item {
  margin-bottom: 50px;
  width: 520px;
}

.l-detail .p-risk__item p {
  border-top: 1px solid #212121;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 5px;
  width: 100%;
}

.l-detail .p-risk__title {
  background: url(../img/list_title_bg02.png) left center no-repeat;
  background-size: auto 27px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 27px;
  padding-left: 40px;
}

.l-detail .p-flow {
  /* background: #fbfbf9; */
  background: url(../img/menu/bg_image.gif) top center;
  padding: 100px 0;
}

.l-detail .p-flow__list {
  margin: 0 auto;
  width: 1200px;
}

.l-detail .p-flow__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.l-detail .p-flow__item:last-of-type {
  margin-bottom: 0;
}

.l-detail .p-flow__title {
  /* background: #fbfbf9; */
  border-left: 5px solid #ce976e;
  border-radius: 5px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  padding: 35px 40px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.l-detail .p-flow__title:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.l-detail .p-flow__title.open:after {
  background-image: url(../img/icon_flow_open.png);
}

.l-detail .p-flow__title.close {
  background: #ce976e;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.l-detail .p-flow__title.close:after {
  background-image: url(../img/icon_flow_close.png);
}

.l-detail .p-step__list {
  /* background: #fbfbf9; */
  display: none;
  padding: 0 40px;
}

.l-detail .p-step__item {
  border-bottom: 1px solid #eaecf2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 40px 0;
}

.l-detail .p-step__item:last-of-type {
  border-bottom: none;
}

.l-detail .p-step__item__num {
  background: #eaecf2;
  /* border: 1px solid #eaecf2; */
  border-radius: 50%;
  display: table;
  height: 100px;
  width: 100px;
  margin-right: 20px;
}

.l-detail .p-step__item__num p {
  border-radius: 50%;
  color: #ce976e;
  display: table-cell;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.l-detail .p-step__item__num p span {
  display: block;
  font-size: 38px;
  font-size: 3.8rem;
  font-style: italic;
  margin-left: -.1em;
  letter-spacing: .05em;
}

.l-detail .p-step__item__note {
  padding: 5px 0 0;
  width: 980px;
}

.l-detail .p-step__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}

.l-detail .p-step__item__read {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.l-detail .p-faq__list {
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  width: 900px;
}

.l-detail .p-faq__question {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  padding: 20px 60px;
  position: relative;
  cursor: pointer;
}

.l-detail .p-faq__question:before {
  background: url(../img/icon_Q.png) center center no-repeat;
  background-size: 23px auto;
  content: "";
  display: block;
  height: 29.5px;
  width: 23px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.l-detail .p-faq__question:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.l-detail .p-faq__question.open:after {
  background-image: url(../img/icon_faq_open.png);
}

.l-detail .p-faq__question.close:after {
  background-image: url(../img/icon_faq_close.png);
}

.l-detail .p-faq__answer {
  background: #fbfbf9;
  border-bottom: 1px solid #eaecf2;
  display: none;
  line-height: 2;
  padding: 16px 30px 16px 60px;
  position: relative;
}

.l-detail .p-faq__answer:before {
  background: url(../img/icon_A.png) center center no-repeat;
  background-size: 21.5px auto;
  content: "";
  display: block;
  height: 22px;
  width: 23px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.l-detail .p-price {
  /* background: #fbfbf9; */
  background: url('../img/menu/bg_image.gif') top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.l-detail .p-price__list {
  margin: 0 auto;
  width: 900px;
}

.l-detail .p-price__item {
  margin-bottom: 50px;
}

.l-detail .p-price__item__title {
  background: #CE986B;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 22px 16px;
}

.l-detail .p-price__item__subtitle {
  background: #eaecf2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 22px 16px;
}

.l-detail .p-price__item .c-table__price {
  background: #fff;
  border: 1px solid #eaecf2;
  display: table;
  width: 100%;
}

.l-detail .p-price__item .c-table__price__note {
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  /* line-height: 2; */
  line-height: 1.5;
  /* padding: 15px 25px; */
  padding: 0px 25px;
  vertical-align: middle;
}

.l-detail .p-price__item .c-table__price__num--list {
  border-left: 1px solid #eaecf2;
  display: table-cell;
  width: 50%;
}

.l-detail .p-price__item .c-table__price__num--item:last-of-type {
  border-bottom: none;
}

.l-detail .p-price__item .c-table__price__num--item span {
  display: inline-block;
}

.l-detail .p-price__item .c-table__price__num--item .strong {
  font-weight: 700;
}

.l-detail .p-price__item .c-table__price__memo {
  color: #a8a8a8;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 15px;
}

.l-detail .p-note {
  background: #fff;
}

.l-detail .p-note__inner {
  width: 1200px;
  margin: 0 auto;
}

.l-detail .p-note__textarea {
  text-align: center;
}

.p-price__item .c-table__price__num {
  display: table-cell;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  vertical-align: middle;
  text-align: right;
}

.p-price__item .c-table__price__text {
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 20px;
  vertical-align: middle;
  text-align: right;
}

.p-price__item .c-table__price__num--item {
  border-bottom: 1px solid #eaecf2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 9px 25px 10px;
}

.price .p-price {
  background: #fbfbf9;
  padding: 50px 0 100px;
}

.price .p-price__list {
  margin: 0 auto;
  width: 960px;
}

.price .p-price__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.price .p-price__item:last-of-type {
  margin-bottom: 0;
}

.price .p-price__item__list {
  display: none;
  padding: 50px 30px;
}

.price .p-price__item .c-table {
  margin-bottom: 50px;
}

.price .p-price__item .c-table:last-child {
  margin-bottom: 30px;
}

.price .p-price__item .c-table__title {
  background: #c197ae;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 22px 16px;
  display: flex;
  justify-content: space-between;
}

.price .p-price__item .c-table__subtitle {
  background: #eaecf2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 22px 16px;
}

.price .p-price__item .c-table__price {
  background: #fff;
  border: 1px solid #e0ddda;
  border-top: none;
  display: table;
  width: 100%;
}

.price .p-price__item .c-table__price > .c-table__price {
  border-left: none;
}

.price .p-price__item .c-table__price:first-child {
  border-top: 1px solid #e0ddda;
}

.price .p-price__item .c-table__price__num--list {
  border-left: 1px solid #eaecf2;
  display: table-cell;
  width: 75%;
}

.price .p-price__item .c-table__price__num--item:last-of-type {
  border-bottom: none;
}

.price .p-price__item .c-table__price__num--item span {
  display: inline-block;
}

.price .p-price__item .c-table__price__num--item .strong {
  font-weight: 700;
}

.price .p-price__item .c-table__price__memo {
  color: #a8a8a8;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 15px;
}

.price .p-price__title {
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 25px 40px;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1;
  background: #fff;
  border-left: 5px solid #ce976e;
  border-radius: 5px;
}

.price .p-price__title:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  display: block;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
}

.price .p-price__title.open:after {
  background-image: url(../img/icon_flow_open.png);
}

.price .p-price__title.close {
  background: #ce976e;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.price .p-price__title.close:after {
  background-image: url(../img/icon_flow_close.png);
}

.price .p-price__title__text--open {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  padding: 5px 0 0 50px;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/list_title_bg01.png);
  background-size: auto 38px;
}

.price .p-price__open {
  width: 960px;
  margin: 0 auto 72px;
  padding: 50px 40px;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  background-color: #fffeff;
}

.price .p-price__open__text {
  margin-bottom: 20px;
}

.price .p-price__open__text:last-child {
  margin-bottom: 0;
}

.price .p-price__open__text--bold {
  font-weight: bold;
  color: #caac4a;
}

.faq .p-faq__tab__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 50px;
  width: 960px;
}

.faq .p-faq__tab__item {
  border-bottom: 2px solid rgba(48, 67, 130, 0.3);
  color: rgba(48, 67, 130, 0.3);
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  width: 160px;
  cursor: pointer;
  transition: all .2s ease;
}

.faq .p-faq__tab__item br {
  display: none;
}

.faq .p-faq__tab__item.current {
  border-bottom: 2px solid #ce976e;
  color: #ce976e;
}

.faq .p-faq__tab__item.current:after {
  background: url(../img/icon_arrow_up01.png) center bottom no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 7.5px;
  width: 10px;
}

.faq .p-faq__tab__contents {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 40px 30px 75px;
  width: 960px;
  display: none;
}

.faq .p-faq__tab__contents.show {
  display: block;
}

.faq .p-faq__contents {
  background: #fbfbf9;
  padding: 50px 0 100px;
}

.faq .p-faq__title {
  color: #CE986B;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.faq .p-faq__list {
  border-top: 1px solid #eaecf2;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  width: 900px;
}

.faq .p-faq__question {
  border-bottom: 1px solid #eaecf2;
  font-weight: 700;
  padding: 20px 60px;
  position: relative;
  cursor: pointer;
}

.faq .p-faq__question:before {
  background: url(../img/icon_Q.png) center center no-repeat;
  background-size: 23px auto;
  content: "";
  display: block;
  height: 29.5px;
  width: 23px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq .p-faq__question:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq .p-faq__question.open:after {
  background-image: url(../img/icon_faq_open.png);
}

.faq .p-faq__question.close:after {
  background-image: url(../img/icon_faq_close.png);
}

.faq .p-faq__answer {
  background: rgba(48, 67, 130, 0.03);
  border-bottom: 1px solid #eaecf2;
  display: none;
  line-height: 2;
  padding: 16px 30px 16px 60px;
  position: relative;
}

.faq .p-faq__answer:before {
  background: url(../img/icon_A.png) center center no-repeat;
  background-size: 21.5px auto;
  content: "";
  display: block;
  height: 22px;
  width: 23px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.p-form__table {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  table-layout: fixed;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-form__table th,
.p-form__table td {
  padding: 15px 0;
}

.p-form__table td {
  padding-left: 20px;
}

.p-form__table th {
  position: relative;
  vertical-align: top;
}

.p-form__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form__column > * {
  margin: 5px 10px 0 0;
}

.p-form__column--2 > * {
  width: calc(50% - (10px / 2));
}

.p-form__column--3 > * {
  width: calc(33.333333333% - (10px / 1.5));
}

.p-form__show--confirm {
  display: none;
}

.mw_wp_form_confirm .p-form__show--confirm {
  display: block;
}

.p-form__hide--confirm {
  display: block;
}

.mw_wp_form_confirm .p-form__hide--confirm {
  display: none;
}

.p-form .wpcf7-list-item {
  margin: inherit;
}

.p-form .wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

.p-reserve__date__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}

.p-reserve__date__item:last-child {
  margin-bottom: 0;
}

.p-reserve__date__item__error {
  width: 100%;
}

.p-reserve__date__item .wpcf7-form-control-wrap {
  margin-left: 20px;
}

.p-reserve__date__item input[type="date"] {
  width: 160px;
  height: 38px;
}

.p-reserve__date__item select {
  height: 38px;
}

.p-reserve__note {
  margin: 40px auto 30px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.p-reserve__note a {
  text-decoration: none;
}

.p-sitemap__inner {
  padding: 100px 0 95px;
}

.p-sitemap__nav__list {
  border-top: 1px solid #eaecf2;
}

.p-sitemap__nav__list__item {
  border-bottom: 1px solid #eaecf2;
}

.p-sitemap__nav__list__item__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #212121;
  line-height: 1;
  text-decoration: none;
}

.p-sitemap__nav__list__item--sm {
  font-size: 0.6em;
}

.p-sitemap__nav__list__item .u-link--disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.p-sitemap__nav__list__item--en {
  margin-left: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #acb1c6;
}

.p-sitemap__nav__list--menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 50px;
  border-top: none;
}

.p-sitemap__nav__list--menu__item {
  border-bottom: none;
}

.p-sitemap__nav__list--menu__item > a {
  border-bottom: 1px solid #eaecf2;
}

.p-sitemap__nav__list--menu-sub {
  margin-top: 15px;
}

.p-sitemap__nav__list--menu-sub__item {
  margin-bottom: 5px;
}

.p-sitemap__nav__list--menu-sub__item__inner {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #212121;
  text-decoration: none;
}

/* align
----------------------------------------------------------------- */
.float-r {
  float: right;
}

.float-l {
  float: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

.u-align--left {
  text-align: left;
}

.u-align--img-right {
  float: right;
  margin: 0 0 .2em 1em;
  max-width: 250px;
}

.u-align--img-left {
  float: left;
  margin: 0 1em .2em 0;
  max-width: 250px;
}

.u-sp__show {
  display: none;
}

.u-link--disabled {
  cursor: default;
  pointer-events: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}
.sp-only-br {
  display: none;
}

.u-display--block {
  display: block;
}

.u-display--inline {
  display: inline;
}

.u-show {
  display: block;
}

/* margin, padding
----------------------------------------------------------------- */
.u-mg--0 {
  margin: 0 !important;
}

.u-mg--t-0 {
  margin-top: 0 !important;
}

.u-mg--t-xl {
  margin-top: 100px !important;
}

.u-mg--t-lg {
  margin-top: 60px !important;
}

.u-mg--t-md {
  margin-top: 30px !important;
}

.u-mg--t-sm {
  margin-top: 20px !important;
}

.u-mg--t-xs {
  margin-top: 10px !important;
}

.u-mg--r-0 {
  margin-right: 0 !important;
}

.u-mg--r-xl {
  margin-right: 100px !important;
}

.u-mg--r-lg {
  margin-right: 60px !important;
}

.u-mg--r-md {
  margin-right: 30px !important;
}

.u-mg--r-sm {
  margin-right: 20px !important;
}

.u-mg--r-xs {
  margin-right: 10px !important;
}

.u-mg--b-0 {
  margin-bottom: 0 !important;
}

.u-mg--b-xl {
  margin-bottom: 100px !important;
}

.u-mg--b-lg {
  margin-bottom: 60px !important;
}

.u-mg--b-md {
  margin-bottom: 30px !important;
}

.u-mg--b-sm {
  margin-bottom: 20px !important;
}

.u-mg--b-xs {
  margin-bottom: 10px !important;
}

.u-mg--l-0 {
  margin-left: 0 !important;
}

.u-mg--l-xl {
  margin-left: 100px !important;
}

.u-mg--l-lg {
  margin-left: 60px !important;
}

.u-mg--l-md {
  margin-left: 30px !important;
}

.u-mg--l-sm {
  margin-left: 20px !important;
}

.u-mg--l-xs {
  margin-left: 10px !important;
}

.u-mg--t-auto {
  margin-top: auto !important;
}

.u-mg--r-auto {
  margin-right: auto !important;
}

.u-mg--b-auto {
  margin-bottom: auto !important;
}

.u-mg--l-auto {
  margin-left: auto !important;
}

.u-pd--0 {
  padding: 0 !important;
}

.u-pd--t-0 {
  padding-top: 0 !important;
}

.u-pd--t-xl {
  padding-top: 100px !important;
}

.u-pd--t-lg {
  padding-top: 60px !important;
}

.u-pd--t-md {
  padding-top: 30px !important;
}

.u-pd--t-sm {
  padding-top: 20px !important;
}

.u-pd--t-xs {
  padding-top: 10px !important;
}

.u-pd--r-0 {
  padding-right: 0 !important;
}

.u-pd--r-xl {
  padding-right: 100px !important;
}

.u-pd--r-lg {
  padding-right: 60px !important;
}

.u-pd--r-md {
  padding-right: 30px !important;
}

.u-pd--r-sm {
  padding-right: 20px !important;
}

.u-pd--r-xs {
  padding-right: 10px !important;
}

.u-pd--b-0 {
  padding-bottom: 0 !important;
}

.u-pd--b-xl {
  padding-bottom: 100px !important;
}

.u-pd--b-lg {
  padding-bottom: 60px !important;
}

.u-pd--b-md {
  padding-bottom: 30px !important;
}

.u-pd--b-sm {
  padding-bottom: 20px !important;
}

.u-pd--b-xs {
  padding-bottom: 10px !important;
}

.u-pd--l-0 {
  padding-left: 0 !important;
}

.u-pd--l-xl {
  padding-left: 100px !important;
}

.u-pd--l-lg {
  padding-left: 60px !important;
}

.u-pd--l-md {
  padding-left: 30px !important;
}

.u-pd--l-sm {
  padding-left: 20px !important;
}

.u-pd--l-xs {
  padding-left: 10px !important;
}

/* text
----------------------------------------------------------------- */
.gothic {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.mincho {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.font20 {
  font-size: 20px;
}

.quilline {
  font-family: 'Alex Brush', cursive;
  font-weight: normal;
}

.u-text--size-xs {
  font-size: .75em;
}

.u-text--size-sm {
  font-size: .8em;
}

.u-text--size-md {
  font-size: 1.2em;
}

.u-text--size-lg {
  font-size: 1.5em;
}

.u-text--size-xl {
  font-size: 1.7em;
}

.u-text--size-xxl {
  font-size: 2em;
}

.u-text--size-30p {
  font-size: 30%;
}

.u-text--size-35p {
  font-size: 35%;
}

.u-text--size-40p {
  font-size: 40%;
}

.u-text--size-45p {
  font-size: 45%;
}

.u-text--size-50p {
  font-size: 50%;
}

.u-text--size-55p {
  font-size: 55%;
}

.u-text--size-60p {
  font-size: 60%;
}

.u-text--size-65p {
  font-size: 65%;
}

.u-text--size-70p {
  font-size: 70%;
}

.u-text--size-75p {
  font-size: 75%;
}

.u-text--size-80p {
  font-size: 80%;
}

.u-text--size-85p {
  font-size: 85%;
}

.u-text--size-90p {
  font-size: 90%;
}

.u-text--size-95p {
  font-size: 95%;
}

.u-text--size-100p {
  font-size: 100%;
}

.u-text--size-105p {
  font-size: 105%;
}

.u-text--size-110p {
  font-size: 110%;
}

.u-text--size-115p {
  font-size: 115%;
}

.u-text--size-120p {
  font-size: 120%;
}

.u-text--size-125p {
  font-size: 125%;
}

.u-text--size-130p {
  font-size: 130%;
}

.u-text--size-135p {
  font-size: 135%;
}

.u-text--size-140p {
  font-size: 140%;
}

.u-text--size-145p {
  font-size: 145%;
}

.u-text--size-150p {
  font-size: 150%;
}

.u-text--size-155p {
  font-size: 155%;
}

.u-text--color-theme {
  color: #CE986B;
}

.u-text--color-accent {
  color: #caac4a;
}

.u-text--color--danger {
  color: #e61d35;
}

.u-text--color--em {
  color: #e61d35;
}

.u-text--color--sub {
  color: #acb1c6;
}

.u-text--font-gothic {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.u-text--font-mincho {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.u-text--strong {
  font-weight: bold;
}

.u-text--block {
  display: block;
}

.u-text--block--sp {
  margin-right: 15px;
  margin-right: 1.5rem;
}

.u-text--break {
  word-wrap: break-word;
}

@media screen and (max-width: 768px){
  html{
    font-size: 1.33vw;
  }
  body{
    font-size: 3.2rem;
  }
  .l-header__inner{
    /* height: 16vw; */
    padding: 0 5.33vw;
    min-width: inherit;
  }
  .l-header__logo{
    /* width: 53.33vw; */
    /* width: 200px; */

  }
  .l-header__logo span{
    margin-bottom: 1.33vw;
    font-size: 2rem;
  }
  .l-header__logo a{
    /* height: 5.87vw; */
  }
  .l-header__info{
    background: #fbfbf9;
    display: none;
  }
  .l-header__tel{
    border-bottom: 1px solid #e5e6ef;
    margin: 0 auto;
    padding: 6.666vw 0;
  }
  .l-header__tel__read{
    color: #212121;
    display: block;
    font-size: 2.8rem;
  }
  .l-header__tel__num{
    font-size: 8rem;
  }
  .l-header__tel__num a{
    letter-spacing: inherit;
  }
  .l-header__tel__num:before{
    background-size: contain;
    height: 8.533vw;
    width: 8.533vw;
    margin: 0 3.2vw 0 0;
  }
  .l-header__tel__time{
    font-size: 2.4rem;
  }
  .l-header__btn__list{
    display: block;
    margin: 0 5.33vw;
    padding: 2.666vw 0 26.66vw;
  }
  .l-header__btn__item{
    margin-left: 0;
    margin-bottom: 2.66vw;
    width: 100%;
  }
  .l-header__btn__item a{
    background: #caac4a url(../img/icon_arrow_right02.png) 92% center no-repeat;
    background-size: 1.866vw auto;
    border-radius: 1.33vw;
    font-size: 3.2rem;
    height: 14vw;
    line-height: 13.33vw;
    padding-left: 7vw;
    text-align: left;
    width: 100%;
  }
  .l-header__btn__item a.u-btn__contact {
    width: 100%;
  }
  .l-header__btn__item a.u-btn__line {
    font-size: 3.2rem;
  }
  .l-header__btn__item a:before{
    margin: 0 4.15px 0 0;
  }
  .l-header__btn__item a:hover{
    background-color: #caac4a;
  }
  .l-header__btn__item a:hover.u-btn__line{
    background-color: #00b900;
  }
  .l-header__btn__item a.u-btn__line:before{
    background: url(../img/icon_line_sp.png) center center no-repeat;
    background-size: 7.066vw auto;
    height: 6.8vw;
    width: 7.066vw;
  }
  .l-header__btn__item a.u-btn__reservation:before{
    background: url(../img/icon_reservation_sp.png) center center no-repeat;
    background-size: 6.666vw auto;
    height: 8vw;
    width: 6.666vw;
  }
  .l-header__btn__item a.u-btn__contact{
    padding-left: 6.5vw;
  }
  .l-header__btn__item a.u-btn__contact span {
    display: inline-block;
  }
  .l-header__btn__item a.u-btn__contact:before{
    background: url(../img/icon_mail_sp.png) center center no-repeat;
    background-size: 8vw auto;
    height: 8vw;
    width: 8vw;
  }
  .l-header__btn__menu {
    display: block;
  }

  .l-header__btn__menu.open {
    /* background-image: url(../img/btn_menu_open01.png); */
  }

  .l-header__btn__menu.open::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
    /*color: #d03987;*/
    color: #CE986C;
    font-size: 5rem;
  }

  .l-header__btn__menu.close{
    /* background-image: url(../img/btn_menu_close01.png); */
  }

  .l-header__btn__menu.close::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 600;
    /*color: #d03987;*/
    color: #CE986C;
    font-size: 5rem;
  }

  .l-nav{
    background: rgba(209, 158, 198, 0.62);
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    z-index: 9999;
    height: 100%;
    bottom: 0;
  }
  .l-nav__line{
    min-width: inherit;
  }
  .l-nav__list{
    display: block;
    min-width: inherit;
    max-width: inherit;
  }
  .l-nav__item{
    background: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e6ef;
    position: relative;
  }
  .l-nav__item:last-of-type{
    background: none;
  }

  .l-nav__item > a{
    font-size: 3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 13.33vw;
    padding: 0 5.33vw;
    text-align: left;
    background: #fbfbf9;
  }

  .l-nav__item > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
    position: absolute;
    right: 20px;
  }

  .l-nav__item.open > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  .l-nav__item > a span{
    display: inline-block;
    font-size: 2.4rem;
    margin-top: 0;
    margin-left: 2.66vw;
  }

  .l-nav__item:hover{
    background: inherit;
  }
  .l-nav__item:hover > a{
    color: #ce976e;
  }
  .l-nav__item:hover > a span{
    color: #acb1c6;
  }
  .l-nav .l-header__info{
    display: block;
  }
  .l-nav__fixed{
    background: #fff;
    border-top: 1px solid #d6dae6;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .l-nav__fixed__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-nav__fixed__item{
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 2rem;
    text-align: center;
    width: 33.3333%;
  }

  .l-nav__fixed__item a{
    color: #212121;
    display: block;
    height: 16vw;
    padding-top: 9.33vw;
    width: 100%;
  }

  .l-nav__fixed__item.map a{
    background: #CAAC4D url(../img/icon_map_sp.png) center 3.33vw no-repeat;
    background-size: 8vw auto;
    color: #fff;
  }

  .l-nav__fixed__item.reservation a{
    background: #CAAC4D url(../img/icon_mail_sp.png) center 3.33vw no-repeat;
    background-size: 6vw auto;
    color: #fff;
  }

  .l-nav__fixed__item.contact a{
    background: url(../img/icon_mail02_sp.png) center 3.33vw no-repeat;
    background-size: 5.466vw auto;
  }

  .l-nav__fixed__item.line a{
    background: #00b900 url(../img/icon_line_sp.png) center 2.66vw no-repeat;
    background-size: 5.33333vw auto;
    color: #fff;
  }

  .l-nav__fixed__item.tel a{
    background: #ce976e;
    color: #fff;
    padding: 0px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

  .l-nav__fixed__item.tel a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    font-size: 2em;
  }

  .l-subnav{
    position: static !important;
    display: block;
    opacity: inherit !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
  }
  .l-subnav__list{
    border-top: 1px solid #eaecf2;
    display: none;
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
  .l-subnav__item{
    border-right: none;
    padding: 0;
    max-width: inherit;
  }
  .l-subnav__item ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 5.33vw 0 0 5.33vw; */
    margin: 0 0 0 5.33vw;
  }

  .l-subnav__item ul li{
    margin: 0 30px 15px 0px;
    padding: 0;
    width: 41%;
  }

  .l-subnav__item ul li a {
    display: inline-block;
    width: 100%;
    /* font-size: 2.8rem; */
    /* font-family: "Font Awesome 5 Free"; */
    /* content: "\f054"; */
    /* font-weight: 900; */
    /* background-size: 1vw auto; */
  }

  .l-subnav__item ul li a:hover{
    color: inherit;
  }
  .l-subnav__title a{
    border-top: 1px solid #eaecf2;
    font-size: 3.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 13.33vw;
    padding: 0 5.33vw;
    margin-bottom: 0;
    text-align: left;
  }

  .l-subnav__title a span{
    display: inline-block;
    font-size: 2.8rem;
    margin-top: 0;
    margin-left: 2.66vw;
  }

  .js-navi{
    position: relative;
  }

  .js-navi > .u-btn__subnav{
    display: block;
    height: 13.33vw;
    width: 10vw;
    position: absolute;
    top: 0;
    right: 3.66vw;
  }

  .js-navi.open > a{
    background: #fbfbf9;
  }

  .js-navi.close > a{
    background: #ce976e;
    background: linear-gradient(to bottom, #ce976e 0%, #eab89a 100%);
    color: #fff;
  }
  .js-navi.close > a span{
    color: #fff;
  }
  .l-footer{
    display: block;
    min-width: inherit;
    height: auto;
    padding: 15px 0 75px;
  }
  .l-footer__inner{
    display: block;
    padding: 0;
    min-width: inherit;
  }

  .l-footer__logo{
    margin: 0 auto 15px;
  }

  .l-footer__navi{
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
  }

  .l-footer__navi ul {
    display: inline;
  }

  .l-footer__navi li{
    /* margin: 0 2.666vw; */
    margin: 7px 0;
    border-right: none;
  }

  .l-footer__navi li:first-child {
    border-left: none;
  }

  .l-footer__navi li a{
    font-size: 2rem;
  }

  .l-footer__link--sns{
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.33333vw 0;
  }
  .l-footer__link--sns__item{
    width: 8vw;
    margin-right: 2vw;
  }
  .l-footer__copy{
    margin: 0 auto;
    text-align: center;
  }
  .c-sidebar__title{
    border-left: 1.33vw solid #ce976e;
    border-radius: 1.33vw;
    font-size: 3.2rem;
    height: 13.33vw;
    line-height: 13.33vw;
    padding-left: 3.33vw;
    margin-bottom: 5.33vw;
  }
  .c-sidebar__item{
    margin-bottom: 10.66vw;
  }
  .c-sidebar__item ul{
    padding-left: 5.33vw;
  }
  .c-sidebar__item ul li a{
    font-size: 3.2rem;
  }
  .l-main{
    min-width: inherit;
  }
  .u-btn__type01{
    margin: 13.33vw auto;
    width: 66.66vw;
  }
  .u-btn__type01 a{
    border-radius: 1.33vw;
    font-size: 3.2rem;
    height: 13.33vw;
    line-height: 13.33vw;
  }

  .u-btn__type01 a:hover{
    background: #fff;
    color: #CE986B;
  }
  .u-btn__type01 a:hover:after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
  }
  .u-btn__type02{
    margin: 0 auto 2.666vw;
    width: 100%;
  }
  .u-btn__type02 a{
    font-size: 3.2rem;
    height: 13.33vw;
    line-height: 13.33vw;
    padding-left: 5.333vw;
  }
  .u-btn__type02 a:after{
    right: 5.333vw;
  }

  .u-btn__type02 a:hover{
    background-color: #fff;
  }

  .u-btn__type03{
    margin: 0 0 2.666vw;
    width: 43.33vw;
  }
  .u-btn__type03 a{
    border-radius: 1.333vw;
    font-size: 2.8rem;
    padding: 10px 15px 10px 10px;
  }
  .u-btn__type03 a:after{
    right: 5px;
    /* height: 3.2vw;
    width: 1.2vw; */
  }
  .u-btn__type03 a:hover{
    background-color: #fff;
  }
  .u-btn__menu{
    display: block;
    height: 5.33vw;
    width: 5.866vw;
    position: absolute;
    right: 7.73vw;
    top: 6vw;
  }
  .u-btn__menu.open{
    background: url(../images/icon_menu_open.png) center center no-repeat;
    background-size: auto 5.33vw;
  }
  .u-btn__menu.close{
    background: url(../images/icon_menu_close.png) center center no-repeat;
    background-size: auto 5.33vw;
  }
  .u-btn__more.open{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #ce976e;
    font-size: 2.8rem;
    display: block;
    height: 13.333vw;
    line-height: 13.333vw;
    margin: 0 auto;
    width: 89.2vw;
    text-align: center;
    cursor: pointer;
  }
  .p-risk .u-btn__more.open{
    background: #fdd7d7;
    color: #f73939;
  }
  .u-btn__more.open:after{
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    font-weight: 900;
    display: inline-block;
    margin-left: 2.133vw;
  }
  .p-risk .u-btn__more.open:after{
    /* background: url(../img/icon_plus02_sp.png) center center no-repeat; */
  }
  .u-btn__more.close{
    display: none;
  }
  .u-btn__detail{
    text-align: center;
    margin: 0 auto 9.333vw;
  }
  .u-btn__detail a{
    color: #ce976e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.2rem;
    line-height: 1;
  }
  .u-btn__detail a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    display: inline-block;
    margin-right: 2.666vw;
    height: 5.333vw;
    width: 5.333vw;
  }
  .link_detail{
    line-height: 1;
    text-align: center;
    padding: 3.333vw 0 3.7vw;
  }
  .link_detail a{
    color: #ce976e;
    font-size: 2.4rem;
  }
  .c-input--text, .c-input--date, .c-input--textarea{
    padding: 1.33333vw 2.66667vw;
    font-size: 3.2rem;
  }
  .c-input--text::-webkit-input-placeholder, .c-input--date::-webkit-input-placeholder, .c-input--textarea::-webkit-input-placeholder{
    font-size: 2.8rem;
  }
  .c-input--text::-moz-placeholder, .c-input--date::-moz-placeholder, .c-input--textarea::-moz-placeholder{
    font-size: 2.8rem;
  }
  .c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder{
    font-size: 2.8rem;
  }
  .c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder{
    font-size: 2.8rem;
  }
  .c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder{
    font-size: 2.8rem;
  }
  .c-input--text::placeholder, .c-input--date::placeholder, .c-input--textarea::placeholder{
    font-size: 2.8rem;
  }
  .c-input--text:-ms-input-placeholder, .c-input--date:-ms-input-placeholder, .c-input--textarea:-ms-input-placeholder{
    font-size: 2.8rem;
  }
  .c-input--text::-ms-input-placeholder, .c-input--date::-ms-input-placeholder, .c-input--textarea::-ms-input-placeholder{
    font-size: 2.8rem;
  }
  .c-input--checkbox, .p-form .wpcf7-list-item input[type="checkbox"], .c-input--radio, .p-form .wpcf7-list-item input[type="radio"]{
    width: 15px;
    margin-right: 2.66667vw;
    margin-left: 1.33333vw;
  }
  .c-input--select{
    padding: 1.33333vw 2.66667vw;
    font-size: 3.2rem;
  }
  .c-input--date{
    padding-left: 8vw;
    background-position: 1.33333vw 50%;
    background-size: 5.06667vw auto;
  }
  .c-input--textarea{
    height: 5em;
  }
  .c-button--success, .c-button--back{
    padding: 2.66667vw 2em;
    font-size: 3rem;
  }
  .c-label--optional, .c-label--must{
    margin: 2px 0 0 10px;
    padding: 0.26667vw 1.6vw;
    font-size: 2.4rem;
  }
  .c-col__multi{
    margin-bottom: 13.33vw;
    display: block;
  }
  .c-col__img{
    margin-bottom: 13.33vw;
    min-width: inherit;
    width: 100%;
  }
  .c-col__img .caption{
    padding: 1em 0 0;
    margin-bottom: 0;
  }
  .c-section__inner{
    padding: 9.33333vw 0 20vw;
  }
  .c-section--md{
    width: 89.33333vw;
  }
  .c-section--sm{
    width: 89.33333vw;
  }
  .c-list--disc{
    margin: 20px 0;
  }
  .c-list--num{
    margin: 20px 0;
  }
  .l-section{
    padding: 13.33vw 0 0;
  }
  .l-section.p-address{
    padding: 13.33vw 0 17.315px;
  }
  .l-section.p-doctor{
    padding: 13.33vw 0 20vw;
  }
  .l-section.p-column{
    padding: 13.33vw 0 0;
  }
  .l-section__title{
    font-size: 6.0rem;
    margin-bottom: 13.33vw;
  }
  h3.l-section__title{
    font-size: 4.0rem;
    margin-bottom: 5%;
  }
  .p-menu .l-section__title{
    margin-bottom: 13.33vw;
  }
  .l-section__title span{
    font-size: 2.8rem;
    margin-top: 2vw;
  }
  .l-section__note{
    margin: 0 5.33vw;
  }
  .l-section__note p{
    font-size: 3.2rem;
    line-height: 2;
    text-align: left;
  }
  .l-section__note p br{
    display: none;
  }
  .l-section__subtitle{
    font-size: 4rem;
    margin-bottom: 13.333vw;
  }
  .column .l-bread.bottom, .detail .l-bread.bottom{
    display: none;
  }
  .l-bread{
    min-width: inherit;
    padding: 15px 5.333vw;
  }
  .l-bread__list{
    max-width: inherit;
  }
  .l-bread__item{
    font-size: 2.2rem;
  }
  .l-page__title{
    font-size: 6.0rem;
    padding: 6.666vw 0;
  }
  .l-page__title span{
    font-size: 2.8rem;
    margin-top: 2.666vw;
  }
  .l-page__hero{
    min-width: inherit;
  }
  .l-page__hero__picture-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 73.33333333vw;
  }
  .l-page__hero__picture-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .l-page__hero__note{
    padding: 0;
    min-width: inherit;
    position: static;
    transform: inherit;
  }
  .l-page__hero__title{
    font-size: 4.6rem;
  }
  .menu .l-page__hero__title{
    margin: 10.666vw auto 8vw;
    width: 89.2vw;
  }
  .l-page__hero__read{
    border-bottom: 1px solid #eaecf2;
    font-size: 3.2rem;
    margin: 0 auto;
    padding-bottom: 8vw;
    width: 89.2vw;
  }
  .l-page__read{
    font-size: 3.2rem;
    padding: 13.33vw 5.33vw;
    text-align: left;
  }
  .l-page__contents{
    padding: 13.333vw 0;
  }
  .l-post__content{
    display: block;
    padding: 13.33vw 0 6.66vw;
    width: 100%;
  }
  body.news .l-post__content{
    padding-bottom: 13.33vw;
  }
  .l-post__list{
    margin: 0 auto;
    width: 89.3vw;
  }
  .l-post__list__title{
    margin: 0 auto 6.66vw;
  }
  .l-post__list__subtitle{
    font-size: 2.8rem;
    padding: 0 0 15px;
  }
  .l-post__sidebar{
    margin: 30px auto 0;
    width: 89.3vw;
  }
  .c-post__item a{
    padding: 5.33vw 0;
  }
  .c-post__item a:hover{
    background: inherit;
  }
  .c-post__item a:hover .c-post__title{
    color: inherit;
  }
  .c-post__note{
    width: 53.33vw;
  }
  .c-post__meta{
    line-height: 1;
    padding: 0;
    margin-bottom: 2.66vw;
  }
  .detail .c-post__meta{
    margin-bottom: 5.33vw;
  }
  .c-post__date{
    font-size: 2.8rem;
    line-height: 1;
    margin-right: 3.33vw;
  }
  .c-post__cat{
    height: 4.8vw;
    padding: 1px 1.33333vw;
    font-size: 2.4rem;
    line-height: 4.8vw;
    border-radius: 2.15px;
  }
  .c-post__title{
    font-size: 2.8rem;
  }
  .c-post__title br{
    display: none;
  }
  .c-post__img{
    width: 32vw;
  }
  .c-post__header{
    margin-bottom: 5.33vw;
    padding: 0 0 4.66vw 0;
  }
  .c-post__detail{
    margin: 0 auto;
    width: 89.3vw;
  }
  .c-post__detail__title{
    font-size: 3.6rem;
    line-height: 1.33;
  }
  .c-post__body{
    padding: 0;
  }
  .c-post__body p, .c-post__body ul li {
    font-size: 14px;
  }
  .c-post__body h3{
    margin: 9.33333vw auto 6.66667vw;
    padding: .5em 0;
    font-size: 3.5rem;
    /* border-left: 1.33vw solid #d03987; */
  }
  .c-post__body h4{
    font-size: 3.2rem;
    padding: 0 0 .8em;
  }
  .c-post__body h4.type01{
    background-size: 5.33vw auto;
    padding: 0 0 .8em 6.66vw;
  }
  .c-post__body h4.type02{
    background-size: 5.33vw auto;
    padding: 0 0 .8em 6.66vw;
  }
  .c-post__attention{
    padding: 15px 5.33vw;
  }
  .c-post__attention__title{
    font-size: 3.2rem;
  }
  .c-post__attention br{
    display: none;
  }
  .c-post__navi{
    margin: 15px auto 20vw;
    padding: 0;
    position: relative;
  }
  .c-post__navi__inner{
    margin-bottom: 0;
    padding: 2.66vw 0;
    height: 25.33vw;
  }
  .c-post__navi__title{
    height: 20vw;
    width: 14.66vw;
  }
  .c-post__navi__title a{
    font-size: 2.8rem;
  }
  .c-post__navi__link a{
    display: none;
  }
  .c-post__list__link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
  }
  .c-post__list__link a{
    font-size: 2.8rem;
  }
  .c-pagination{
    margin: 13.33vw auto 16vw;
  }
  .c-pagination__list{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-pagination__list li{
    border-radius: 1.33vw;
    height: 10.66vw;
    margin: 0;
    width: 10.66vw;
  }
  .c-pagination__list li a, .c-pagination__list li span{
    border-radius: 1.33vw;
    font-size: 2.8rem;
  }
  .c-pagination__list li a:hover, .c-pagination__list li span:hover{
    background-color: inherit;
  }
  .c-pagination__list li.previous a, .c-pagination__list li.next a{
    background-size: 1.866vw auto;
  }
  .wp-block-column{
    margin-bottom: 2em;
  }
  .wp-block-column:last-child{
    margin-bottom: 0;
  }
  .wp-block-image figcaption{
    margin: 0;
  }
  .p-address{
    min-width: inherit;
  }
  .p-address__tel{
    border-radius: 1.333vw;
    min-height: inherit;
    margin: 0 auto 2.666vw;
    padding: 5.6vw 3.33vw;
    width: 89.2vw;
  }
  .p-address__read{
    font-size: 3.6rem;
    margin-bottom: 6.666vw;
  }
  .p-address__num{
    font-size: 7rem;
    margin-bottom: 15px;
    white-space: nowrap;
  }

  .p-address__num:before{
  }

  .p-address__time{
    font-size: 2.4rem;
  }
  .p-address__btn__list{
    display: block;
    width: 89.2vw;
  }
  .p-address__btn__item{
    margin-bottom: 2.66vw;
    width: 100%;
  }
  .p-address__btn__item a{
    height: 18vw;
    padding-left: 20vw;
    font-size: 4rem;
    text-align: left;
    line-height: 6.33vw;
    border-radius: 1.33vw;
  }
  .p-address__btn__item a span{
    font-size: 3rem;
  }
  .p-address__btn__item a:after{
    /* right: 5.333vw; */
  }
  .p-address__btn__item a:hover{
    background-color: #caac4a;
  }
  .p-address__btn__item a:hover.u-btn__line{
    background-color: #00b900;
  }
  .p-address__btn__item a.u-btn__line{
    padding-left: 15vw;
  }
  .p-address__btn__item a.u-btn__line:before{
    background-size: 7.066vw auto;
    height: 6.8vw;
    width: 7.066vw;
    left: 8.15px;
  }
  .p-address__btn__item a.u-btn__reservation{
    padding-left: 15vw;
  }
  .p-address__btn__item a.u-btn__reservation:before{
    background-size: 6.666vw auto;
    height: 8vw;
    width: 6.666vw;
    left: 5.666vw;
  }
  .p-address__btn__item a.u-btn__contact{
    padding-left: 20vw;
  }
  .p-address__btn__item a.u-btn__contact:before{
    background-size: 8vw auto;
    height: 8vw;
    width: 8vw;
    left: 8vw;
  }
  .p-hero{
    min-width: inherit;
    padding-top: 76px;
  }
  .p-hero__inner{
    /* -ms-flex-align: end; */
    /* align-items: flex-end; */
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 145.73333vw;
  }
  .p-hero__text{
    width: 100%;
  }
  .home .p-concept__img01{
    margin: 0 auto 13.33vw;
    width: 89.2vw;
  }
  .home .p-menu{
    /*background: #fbfbf9;*/
  }
  .home .p-menu__contents{
    /* padding-bottom: 20vw; */
    padding-bottom: 30px;
  }
  .home .p-menu__hero{
    margin-bottom: 6.66vw;
  }
  .home .p-menu__note{
    left: 50%;
    transform: translateX(-50%);
    top: 62%;
    margin: auto;
    width: 100%;
  }
  .home .p-menu__note--read{
    font-size: 2.5rem;
  }
  .home .p-menu__note--ja{
    font-size: 4rem;
  }
  .home .p-menu__title{
    font-size: 8rem;
  }
  .home .p-menu__list{
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
  .home .p-menu__item{
    border-radius: 1.33vw;
    margin: 0 auto 2.666vw;
    padding: 0;
    width: 89.2vw;
  }
  .home .p-menu__item a{
    padding: 5.333vw;
    position: static;
  }
  .home .p-menu__item__title{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .home .p-menu__item__title:after{
    height: 5.733vw;
    width: 2.133vw;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
  .home .p-menu__item__title .num{
    font-size: 6rem;
  }
  .home .p-menu__item__title .txt{
    font-size: 4.4rem;
    position: relative;
    margin-right: 2.66vw;
  }
  .home .p-menu__item__title .u-btn__popup {
    display: inline-block;
    position: relative;
    z-index: 9990;
  }

  .home .p-menu__item__title .u-btn__popup::after {
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    font-weight: 900;
    color: #B4B6BD;
  }

  .home .p-menu__item__note p{
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .home .p-menu__item:hover{
    background: #fff;
  }
  .home .p-menu__item:hover .p-menu__item__title{
    border-bottom: none;
  }
  .home .p-menu__item.long-type{
    width: 89.2vw;
  }
  .home .p-menu__btn__list{
    display: block;
    margin: 0 auto;
    width: 89.2vw;
  }
  .home .p-popup{
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 9.333vw 5.333vw;
    height: 100%;
    width: 100%;
    z-index: 9991;
  }
  .home .p-popup__header{
    display: block;
  }
  .home .p-popup__breadcrumbs{
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .home .p-popup__title{
    border-bottom: 1px solid #eaecf2;
    border-top: 1px solid #eaecf2;
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 5.333vw;
    padding: 5.333vw 0;
  }

  .home .p-popup__close{
    position: absolute;
    right: 7vw;
    top: 15px;
    cursor: pointer;
  }

  .home .p-popup__close::after {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    font-weight: 900;
    font-size: 5rem;
    color: #B4B6BD;
  }

  .home .p-other .p-menu__title{
    font-size: 4rem;
    margin-bottom: 13.333vw;
  }
  .home .p-other__hero img{
    border-radius: 0;
  }
  .home .p-other__note{
    font-size: 6rem;
    left: 4.5vw;
    width: 50%;
  }
  .home .p-other__title{
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  .home .p-other__ja{
    font-size: 3rem;
  }
  .home .p-other__list{
    display: block;
    width: 100%;
    margin: 0 auto 10vw;
  }
  .home .p-other__list iframe{
    width: 90%;
    margin: 5%;
    height: 315px;
  }
  .home .p-other__item{
    width: 100%;
    margin-bottom: 9.333vw;
  }
  .home .p-other__menu__list{
    margin: 0 auto;
    width: 89.2vw;
  }
  .home .p-other__machine{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .home .p-other__machine figure{
    width: 50%;
    padding-bottom: 50px;
    text-align: center;
    margin: 0;
  }
  .home .p-doctor{
    /* background: #F9F9FD; */
    background-image: url(../img/home/clinic_img.jpg);
    background-size: cover;
  }
  .home .p-doctor__inner{
    display: block;
    width: 100%;
  }
  .home .p-doctor__img{
    margin: 0 auto 10.666vw;
    width: 65vw;
  }
  .home .p-doctor__name{
    font-size: 2.8rem;
  }
  .home .p-doctor__name span{
    font-size: 4rem;
  }
  .home .p-doctor__note{
    font-size: 2.7rem;
    line-height: 2;
    margin: 0 auto 5.33vw;
    width: 89.2vw;
  }
  .home .p-doctor__note br{
    display: none;
  }
  .home .p-doctor__note .js-note--more{
    display: none;
  }
  .home .p-column__list{
    width: 89.2vw;
  }
  .home .p-column__item a{
    font-size: 2.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 5.6vw 0;
    width: 100%;
  }
  .home .p-column__item a:hover{
    background: inherit;
  }
  .home .p-column__date{
    margin: 0 3.333vw 15px 0;
  }
  .home .p-column__cate{
    border-radius: 2.15px;
    font-size: 2.4rem;
    height: 4.8vw;
    line-height: 4.8vw;
    min-width: 20vw;
    margin: 0 0 15px;
    padding: 0 1.333vw;
  }
  .home .p-column__title{
    width: 100%;
  }
  .home .js-thumb__slide{
    min-width: inherit;
  }
  .clinic .p-concept__hero{
    display: block;
    min-width: inherit;
    height: auto;
    /*min-height: inherit;*/
    /*padding: 20vw 0;*/
    min-height: 40vh;
    padding: 6vw 0;
  }
  .clinic .p-concept__hero__image{
    display: block;
  }
  .clinic .p-concept__hero__inner{
    display: block;
  }
  .clinic .p-concept__hero__note{
    padding: 0;
    position: static;
    margin: 10.666vw auto 0;
    min-width: inherit;
    width: 89.2vw;
    transform: inherit;
  }
  .clinic .p-concept__hero__title{
    margin-bottom: 10.666vw;
    width: 83.466vw;
  }
  .clinic .p-concept__hero__read{
    font-size: 3.2rem;
    width: 100%;
  }
  .clinic .p-feature{
    background-size: contain;
    padding: 18.666vw 0 0;
  }
  .clinic .p-feature__title{
    font-size: 4.8rem;
  }
  .clinic .p-feature__title .strong{
    font-size: 6.4rem;
  }
  .clinic .p-feature__list{
    display: block;
    width: 89.2vw;
  }
  .clinic .p-feature__item{
    margin-bottom: 18.666vw;
    width: 100%;
  }
  .clinic .p-feature__num{
    font-size: 6rem;
    margin: -10.666vw auto 5.333vw;
    height: 16vw;
    line-height: 16vw;
    width: 16vw;
  }
  .clinic .p-feature__subtitle{
    font-size: 6rem;
    padding-bottom: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .clinic .p-feature__subtitle:after{
    height: .2666vw;
    width: .8em;
  }
  .clinic .p-feature__read{
    font-size: 2.8rem;
    padding: 0;
  }
  .clinic .p-gallery{
    padding: 13.333vw 0 20vw;
  }
  .clinic .p-gallery .js-slider{
    width: 100%;
  }
  .clinic .p-gallery .p-slider__cap{
    font-size: 2.8rem;
    padding: 15px 0 0;
  }
  .clinic .p-gallery .slick-prev, .clinic .p-gallery .slick-next{
    height: 10.66vw;
    width: 10.66vw;
    transform: translate(0, calc(-50% - 10vw));
  }
  .clinic .p-gallery .slick-prev:hover, .clinic .p-gallery .slick-next:hover{
    background: #eaecf2;
  }
  .clinic .p-gallery .slick-prev:hover:before, .clinic .p-gallery .slick-next:hover:before{
    color: #ce976e;
  }
  .clinic .p-gallery .slick-prev:before, .clinic .p-gallery .slick-next:before{
    font-size: 2.8rem;
  }
  .clinic .p-gallery .slick-prev{
    left: 0;
    z-index: 1;
  }
  .clinic .p-gallery .slick-next{
    right: 0;
    z-index: 1;
  }
  .clinic .p-clinic{
    padding: 13.333vw 0;
  }
  .clinic .p-clinic__info{
    display: block;
    width: 89.2vw;
  }
  .clinic .p-clinic__logo{
    margin-bottom: 13.333vw;
    width: 100%;
  }
  .clinic .p-clinic__note{
    display: block;
    width: 100%;
  }
  .clinic .p-clinic__note tbody{
    display: block;
  }
  .clinic .p-clinic__note tr{
    display: block;
  }
  .clinic .p-clinic__note th, .clinic .p-clinic__note td{
    display: block;
    padding: 0;
  }
  .clinic .p-clinic__note th{
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 15px;
    padding: 6vw 3.333vw 0;
  }
  .clinic .p-clinic__note td{
    font-size: 2.8rem;
    padding: 0 3.333vw 5.333vw;
    line-height: 1.4;
  }
  .clinic .p-clinic__note td .small{
    font-size: 2.4rem;
  }
  .clinic .p-access{
    padding: 13.333vw 0;
  }
  .clinic .p-access__map{
    height: 100vw;
    width: 100%;
  }
  .clinic .p-access__info{
    display: block;
    width: 89.2vw;
  }
  .clinic .p-access__address{
    font-size: 3.2rem;
    margin-bottom: 10.666vw;
    width: 100%;
  }
  .clinic .p-access__address .google-map{
    margin-top: 0;
  }
  .clinic .p-access__address .google-map a{
    font-size: 2.8rem;
  }
  .clinic .p-access__address .google-map a:after{
    height: 2.933vw;
    width: 4.266vw;
  }
  .clinic .p-access__item{
    font-size: 2.8rem;
    margin-bottom: 3.333vw;
    width: 100%;
  }
  .menu .l-page__navi{
    padding: 13.333vw 0;
    width: 89.2vw;
  }
  .menu .l-page__navi__read{
    font-size: 3.2rem;
    text-align: left;
  }
  .menu .l-page__navi__read br{
    display: none;
  }
  .menu .l-page__navi__item a:hover{
    background: transparent;
  }
  .menu .l-page__navi__item a:hover:after{
    display: none;
  }
  .menu .l-page__navi__main{
    margin: 0 auto 2.666vw;
  }
  .menu .l-page__navi__main .l-page__navi__item{
    font-size: 4rem;
    /* height: 215px; */
    height: 100px;
  }
  .menu .l-page__navi__main .l-page__navi__item.left{
    border-radius: 1.33vw 0 0 1.33vw;
  }
  .menu .l-page__navi__main .l-page__navi__item.right{
    border-radius: 0 1.33vw 1.33vw 0;
  }
  .menu .l-page__navi__main .l-page__navi__item span{
    font-size: 2.8rem;
    margin-top: 2.666vw;
  }
  .menu .l-page__navi__sub{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu .l-page__navi__sub .l-page__navi__item{
    border-left: 1px solid #f2f0ea;
    border-top: 1px solid #f2f0ea;
    border-right: none;
    border-bottom: none;
    font-size: 4rem;
    height: 17.33vw;
    width: 50%;
  }
  .menu .l-page__navi__sub .l-page__navi__item:nth-of-type(2){
    border-right: 1px solid #f2f0ea;
    border-radius: 0 1.33vw 0 0;
  }

  .menu .l-page__navi__sub .l-page__navi__item:nth-of-type(4){
    border-right: 1px solid #f2f0ea;
  }

  .menu .l-page__navi__sub .l-page__navi__item:nth-of-type(5){
    border-bottom: 1px solid #f2f0ea;
    border-radius: 0 0 0 1.33vw;
  }
  .menu .l-page__navi__sub .l-page__navi__item.left{
    border-radius: 1.33vw 0 0 0;
  }
  .menu .l-page__navi__sub .l-page__navi__item.right{
    border-bottom: 1px solid #f2f0ea;
    border-radius: 0 0 1.33vw 0;
  }
  .menu .l-page__navi__sub .l-page__navi__item span{
    font-size: 2.8rem;
    margin-top: 1.333vw;
  }
  .menu .p-menu__contents{
    /* background: #fbfbf9; */
    background: #f2f0ea;
    /* padding: 5.333vw 0 0; */
    padding: 0;
    margin-bottom: 60px;
  }
  .menu .p-menu__contents.p-other{
    background: #fbfbf9;
    padding: 0;
  }
  .menu .p-menu__hero{
    height: auto;
    width: 100%;
    margin-bottom: 0;
    padding: 0 5.15px;
  }
  .menu .p-menu__hero__picture{
    position: static;
    margin-bottom: 11vw;
  }
  .menu .p-menu__hero__picture img{
    margin-bottom: 11vw;
  }
  .menu .p-menu__note{
    width: 100%;
    height: auto;
    padding: 0 5.15px;
  }
  .menu .p-menu__note--read{
    font-size: 3.733333vw;
    margin: 6vw 0 6.66666vw;
  }
  .menu .p-menu__note--ja{
    font-size: 4rem;
  }
  .menu .p-menu__title{
    font-size: 10.6666vw;
  }
  .menu .p-menu__list{
    display: block;
    width: 100%;
  }
  .menu .p-menu__item{
    border-radius: 1.33vw;
    margin: 0 auto 2.666vw;
    padding: 0;
    width: 89.2vw;
  }
  .menu .p-menu__item a{
    padding: 5.333vw;
    position: static;
  }
  .menu .p-menu__item__title{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .menu .p-menu__item__title:after{
    height: 5.733vw;
    width: 2.133vw;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
  .menu .p-menu__item__title .num{
    font-size: 6rem;
  }
  .menu .p-menu__item__title .txt{
    font-size: 4.4rem;
    position: relative;
    margin-right: 2.66vw;
  }
  .menu .p-menu__item__title .u-btn__popup{
    background: url(../img/btn_popup_open.png) center center no-repeat;
    background-size: 6.666vw;
    display: inline-block;
    position: relative;
    height: 6.666vw;
    width: 6.666vw;
    z-index: 9990;
  }
  .menu .p-menu__item__note p{
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .menu .p-menu__item:hover{
    background: #fff;
  }
  .menu .p-menu__item:hover .p-menu__item__title{
    border-bottom: none;
  }
  .menu .p-menu__item.long-type{
    width: 89.2vw;
  }
  .menu .p-menu__btn__bg{
    background: #fff;
    padding: 5.333vw 0 9.333vw;
  }
  .menu .p-menu__btn__list{
    display: block;
    margin: 0 auto;
    width: 89.2vw;
  }
  .menu .p-popup{
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 9.333vw 5.333vw;
    height: 100%;
    width: 100%;
    z-index: 9991;
  }
  .menu .p-popup__header{
    display: block;
  }
  .menu .p-popup__breadcrumbs{
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 9.333vw;
  }
  .menu .p-popup__title{
    border-bottom: 1px solid #eaecf2;
    border-top: 1px solid #eaecf2;
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 5.333vw;
    padding: 5.333vw 0;
  }
  .menu .p-popup__close{
    background: url(../img/btn_popup_close.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 5.333vw;
    top: 5.333vw;
    height: 10.666vw;
    width: 10.666vw;
    cursor: pointer;
  }
  .menu .p-other__hero{
    margin-bottom: 0;
  }
  .menu .p-other__hero img{
    border-radius: 0;
  }
  .menu .p-other__note{
    left: 5.15px;
    width: 40%;
  }
  .menu .p-other__title{
    font-size: 8vw;
    margin-bottom: 2vw;
  }
  .menu .p-other__ja{
    font-size: 3rem;
  }
  .menu .p-other__list{
    display: block;
    width: 100%;
  }
  .menu .p-other__item{
    margin-bottom: 0;
    width: 100%;
  }
  .menu .p-other__menu__bg{
    background: #fff;
    padding: 5.333vw 0 9.333vw;
  }
  .menu .p-other__menu__list{
    margin: 0 auto;
    width: 89.2vw;
  }

  .l-detail__title {
    font-size: 6.0rem;
    padding: 9.6vw 0;
    line-height: normal;
  }

  .l-detail__hero{
    padding: 0;
    width: 100%;
  }
  .l-detail__hero__note{
    display: block;
    padding: 9.333vw 5.333vw;
  }
  .l-detail__hero__title{
    font-size: 6rem;
    line-height: 1.33;
    margin-bottom: 8vw;
    max-width: 100%;
  }
  .l-detail__hero__title br{
    display: none;
  }
  .l-detail__hero__read{
    font-size: 2.8rem;
    width: 100%;
  }
  .l-detail__hero__read br{
    display: none;
  }
  .l-detail__navi__list{
    width: 89.2vw;
  }
  .l-detail__navi__item{
    height: 17.333vw;
    width: 50%;
  }
  .l-detail__navi__item a{
    font-size: 2.8rem;
    line-height: 1.25;
  }
  .l-detail__navi__item a:hover{
    background: #fff;
  }
  .l-detail__navi__item a:hover:after{
    display: none;
  }
  .l-detail__navi__item:nth-of-type(1){
    border-radius: 1px;
  }
  .l-detail__navi__item:nth-of-type(2){
    border-right: 1px solid #eaecf2;
    border-radius: 0 1.33vw 0 0;
  }
  .l-detail__navi__item:nth-of-type(3){
    border-top: none;
    border-radius: 0;
  }
  .l-detail__navi__item:nth-of-type(4){
    border-right: 1px solid #eaecf2;
    border-radius: 0;
  }
  .l-detail__navi__item:nth-of-type(5){
    border-radius: 0 0 0 1.33vw;
  }
  .l-detail__navi__item:nth-of-type(3n){
    border-right: none;
  }
  .l-detail__navi__item:last-of-type{
    border-radius: 0 0 1.33vw 0;
    border-right: 1px solid #eaecf2;
  }

  .l-detail__contents{
    padding: 13.333vw 0;
  }

  .l-detail .p-recommend{
    padding: 13.333vw 0 17.33vw;
  }
  .l-detail .p-recommend__list{
    width: 89.2vw;
  }
  .l-detail .p-recommend__item{
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 1.33vw;
    font-size: 3.2rem;
    margin-bottom: 2.66vw;
    height: 16vw;
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }
  .l-detail .p-risk__list{
    padding: 13.33vw 5.33vw;
    width: 100%;
  }
  .l-detail .p-risk__item{
    margin-bottom: 7.33vw;
    width: 100%;
  }

  .l-detail .p-risk__item:last-child {
    margin-bottom: 0px;
  }

  .l-detail .p-risk__item p{
    font-size: 2.8rem;
  }
  .l-detail .p-risk__title{
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    background-size: 8vw auto;
    /* height: 8vw; */
    font-size: 2.8rem;
    padding-left: 10vw;
    margin-bottom: 0;
  }
  .l-detail .p-risk .js-note--more{
    display: none;
  }
  .l-detail .p-flow{
    padding: 13.333vw 0;
  }
  .l-detail .p-flow__list{
    width: 89.2vw;
  }
  .l-detail .p-flow__title{
    border-left: 1.33vw solid #ce976e;
    border-radius: 1.33vw;
    font-size: 4rem;
    padding: 6.66vw 15px;
  }
  .l-detail .p-flow__title:after{
    height: 5.33vw;
    width: 5.33vw;
    right: 5.33vw;
  }
  .l-detail .p-flow__title.close{
    border-radius: 1.33vw 1.33vw 0 0;
  }
  .l-detail .p-step__list{
    padding: 0 5.33vw;
  }
  .l-detail .p-step__item{
    display: block;
    padding: 5.33vw 0;
    position: relative;
  }
  .l-detail .p-step__item__num{
    height: 13.33vw;
    width: 13.33vw;
    position: absolute;
    left: 0;
    top: 6.66vw;
  }
  .l-detail .p-step__item__num p{
    font-size: 2rem;
  }
  .l-detail .p-step__item__num p span{
    font-size: 4.2rem;
    margin-left: -.2em;
  }
  .l-detail .p-step__item__note{
    padding: 1.33vw 0 0;
    width: 100%;
  }
  .l-detail .p-step__item__title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.6rem;
    height: 13.33vw;
    padding-left: 16.66vw;
    margin-bottom: 2.66vw;
  }
  .l-detail .p-step__item__read{
    font-size: 2.8rem;
  }
  .l-detail .p-step__item__read br{
    display: none;
  }
  .l-detail .p-faq{
    padding: 13.333vw 0 17.33vw;
  }
  .l-detail .p-faq__list{
    font-size: 2.8rem;
    width: 89.2vw;
  }
  .l-detail .p-faq__question{
    padding: 5.33vw 10vw 5.33vw 12vw;
  }
  .l-detail .p-faq__question br{
    display: none;
  }
  .l-detail .p-faq__question:before{
    background-size: 6.133vw auto;
    height: 7.866vw;
    width: 6.133vw;
    left: 2vw;
  }
  .l-detail .p-faq__question:after{
    height: 5.33vw;
    width: 5.33vw;
    right: 2vw;
  }
  .l-detail .p-faq__answer{
    padding: 5.33vw 15px 5.33vw 35px;
  }
  .l-detail .p-faq__answer:before{
    background-size: 5.733vw auto;
    height: 5.866vw;
    width: 5.733vw;
    top: 50%;
    transform: translateY(-50%);
    left: 2vw;
  }
  .l-detail .p-price{
    padding: 13.33vw 0;
  }
  .l-detail .p-price__list{
    width: 815px;
  }
  .l-detail .p-price__item__title{
    font-size: 3.2rem;
    padding: 2.66vw 6vw;
  }
  .l-detail .p-price__item__subtitle{
    font-size: 2.8rem;
    padding: 2.66vw 6vw;
  }
  .l-detail .p-price__item .c-table__price{
    display: block;
    padding: 3.33vw 5.33vw;
  }
  .l-detail .p-price__item .c-table__price.sp-table{
    /* display: table; */
    padding: 0;
  }
  .l-detail .p-price__item .c-table__price__note{
    display: block;
    font-size: 2.8rem;
    padding: 0 0 5.33vw;
    width: 100%;
  }

  .l-detail .p-price__item .c-table__price__note br{
    display: none;
  }

  .p-price .c-table__price.sp-table .c-table__price__note.sub {
    display: inline-block;
    display: table-cell;
    /* float: left; */
    width: 60%;
  }

  .l-detail .p-price__item .c-table__price__num{
    display: block;
    font-size: 3.2rem;
    padding: 0;
  }
  .l-detail .p-price__item .c-table__price__num--list{
    width: 78%;
  }
  .l-detail .p-price__item .c-table__price__num--item{
    padding: 1.33vw 15px;
  }
  .l-detail .p-price__item .c-table__price__memo{
    font-size: 2rem;
    margin-top: 2vw;
  }
  .l-detail .p-note{
    padding: 13.333vw 0 17.33vw;
  }
  .l-detail .p-note__inner{
    width: 90%;
  }
  .l-detail .p-note__textarea{
    text-align: left;
  }
  .p-price__item .c-table__price__num{
    display: block;
    font-size: 3.2rem;
    padding: 0;
  }
  .p-price .c-table__price{
    display: block;
    padding: 3.33vw 5.33vw;
  }
  .p-price .c-table__price.sp-table{
    /* display: table; */
    padding: 0;
  }
  .p-price .c-table__price.sp-table .c-table__price__note{
    /* display: block; */
    padding: 15px;
    width: 100%;
  }
  .p-price .c-table__price.sp-table .c-table__price__num{
    display: table-cell;
    padding: 15px 15px 15px 0;
    width: 120px;
    float: right;
  }
  .p-price .c-table__price__note{
    display: block;
    font-size: 2.8rem;
    padding: 0 0 5.33vw;
  }
  .p-price .c-table__price__note br{
    display: none;
  }

  .price .p-price{
    padding: 6.66vw 0 13.33vw;
  }
  .price .p-price__list{
    width: 89.2vw;
  }
  .price .p-price__item{
    border-radius: 1.33vw;
    margin-bottom: 3.33vw;
  }
  .price .p-price__item__list{
    padding: 30px 8px 5px;
  }
  .price .p-price__item .c-table{
    margin-bottom: 10.66;
  }
  .price .p-price__item .c-table__title{
    font-size: 3.2rem;
  }
  .price .p-price__item .c-table__subtitle{
    font-size: 2.8rem;
    padding: 2.66vw 6vw;
  }
  .price .p-price__item .c-table__price__memo{
    font-size: 2rem;
    margin-top: 2vw;
  }
  .price .p-price__title{
    border-left: 1.33vw solid #ce976e;
    border-radius: 1.33vw;
    font-size: 3.2rem;
    padding: 6.66vw 15px;
  }
  .price .p-price__title:after{
    right: 15px;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .price .p-price__title__text{
    width: auto;
  }
  .price .p-price__title__text--open{
    height: 5.33333vw;
    margin-left: 15px;
    padding: 0 0 0 6.66667vw;
    font-size: 3.2vw;
    background-size: auto 5.33333vw;
  }
  .price .p-price__open{
    width: 89.33333vw;
    margin-bottom: 13.33333vw;
    padding: 6.66667vw 5.33333vw;
    text-align: left;
  }
  .faq .p-faq__tab__list{
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 15px;
    width: 90.615px;
  }
  .faq .p-faq__tab__item{
    font-size: 2.8rem;
    margin: 0 .67vw 8vw;
    padding-bottom: 4.8vw;
    width: 21.32vw;
    height: 12vw;
  }
  .faq .p-faq__tab__item br{
    display: block;
  }
  .faq .p-faq__tab__item.current:after{
    height: 1.866vw;
    width: 2.666vw;
  }
  .faq .p-faq__tab__contents{
    border-radius: 1.33vw;
    padding: 40px 2.66vw 75px;
    width: 89.2vw;
  }
  .faq .p-faq__contents{
    padding: 13.33vw 0;
  }
  .faq .p-faq__title{
    font-size: 3.2rem;
    margin-bottom: 8vw;
  }
  .faq .p-faq__list{
    font-size: 3.2rem;
    width: 100%;
  }
  .faq .p-faq__question{
    padding: 5.33vw 10vw 5.33vw 12vw;
  }
  .faq .p-faq__question br{
    display: none;
  }
  .faq .p-faq__question:before{
    background-size: 6.133vw auto;
    height: 7.866vw;
    width: 6.133vw;
    left: 2vw;
  }
  .faq .p-faq__question:after{
    height: 5.33vw;
    width: 5.33vw;
    right: 2vw;
  }
  .faq .p-faq__answer{
    padding: 5.33vw 10vw 5.33vw 12vw;
  }
  .faq .p-faq__answer:before{
    background-size: 5.733vw auto;
    height: 5.866vw;
    width: 5.733vw;
    top: 50%;
    transform: translateY(-50%);
    left: 2vw;
  }
  .p-form__table{
    display: block;
    margin: 6.66667vw 0;
    font-size: 2.8rem;
  }
  .p-form__table tbody,
  .p-form__table tr,
  .p-form__table th,
  .p-form__table td{
    display: block;
    width: 100% !important;
  }
  .p-form__table tr{
    margin: 5.33333vw 0;
  }
  .p-form__table th,
  .p-form__table td{
    padding: 0;
  }
  .p-form__table th{
    margin-bottom: 15px;
  }
  .p-form__column{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-form__column > *{
    max-width: 100%;
    min-height: 0%;
  }
  .p-form__column > *{
    width: 100%;
    margin: 0 0 1.33333vw;
  }
  .p-form__column > *:last-child{
    margin-bottom: 0;
  }
  .p-reserve__date__item{
    margin-bottom: 1.33333vw;
  }
  .p-reserve__date__item .wpcf7-form-control-wrap{
    margin-left: 1.33333vw;
  }
  .p-reserve__date__item input[type="date"]{
    width: 36vw;
    height: 10vw;
  }
  .p-reserve__date__item select{
    height: 10vw;
  }
  .p-reserve__note{
    margin: 5.33333vw auto;
    font-size: 2.8rem;
    text-align: left;
  }
  .p-sitemap__inner{
    padding: 9.33333vw 0 20vw;
  }
  .p-sitemap__nav__list__item__inner{
    padding: 15px 0;
    font-size: 5.33333vw;
  }
  .p-sitemap__nav__list__item--en{
    margin-left: 5.33333vw;
    font-size: 3.2vw;
  }
  .p-sitemap__nav__list--menu{
    display: block;
    margin-bottom: 0;
  }
  .p-sitemap__nav__list--menu__item{
    border-top: 1px solid #eaecf2;
  }
  .p-sitemap__nav__list--menu__item:first-child{
    border-top: none;
  }
  .p-sitemap__nav__list--menu-sub{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2.66667vw 0 5.33333vw;
  }
  .p-sitemap__nav__list--menu-sub > *{
    margin: 10px 1.33333vw 0 0;
    width: calc(50% - (1.33333vw / 2));
  }
  .p-sitemap__nav__list--menu-sub > *:nth-of-type(-n+2){
    margin-top: 0;
  }
  .p-sitemap__nav__list--menu-sub > *:nth-of-type(2n){
    margin-right: 0;
  }
  .p-sitemap__nav__list--menu-sub__item__inner{
    font-size: 3.73333vw;
  }
  .u-align--center-sp{
    text-align: center;
  }
  .u-align--right-sp{
    text-align: right;
  }
  .u-align--left-sp{
    text-align: left;
  }
  .u-align--img-right{
    max-width: 50%;
  }
  .u-align--img-left{
    max-width: 50%;
  }
  .u-pc__show{
    display: none !important;
  }
  .u-sp__show{
    display: block;
  }
  .u-sp__show.l-bread__item{
    display: inline-block;
  }
  .pc-only{
    display: none !important;
  }
  .sp-only{
    display: block !important;
  }
  .sp-only-br{
    display: inline !important;
  }
  .u-display--block-sp{
    display: block;
  }
  .u-display--inline-sp{
    display: inline-block;
  }
  .u-show--pc{
    display: none;
  }
  .u-show--sp{
    display: block;
  }
  .u-hide--sp{
    display: none !important;
  }
  .u-mg--t-xl{
    margin-top: 60px !important;
  }
  .u-mg--t-lg{
    margin-top: 30px !important;
  }
  .u-mg--t-md{
    margin-top: 20px !important;
  }
  .u-mg--t-sm{
    margin-top: 10px !important;
  }
  .u-mg--t-xs{
    margin-top: 5px !important;
  }
  .u-mg--r-xl{
    margin-right: 60px !important;
  }
  .u-mg--r-lg{
    margin-right: 30px !important;
  }
  .u-mg--r-md{
    margin-right: 20px !important;
  }
  .u-mg--r-sm{
    margin-right: 10px !important;
  }
  .u-mg--r-xs{
    margin-right: 5px !important;
  }
  .u-mg--b-xl{
    margin-bottom: 60px !important;
  }
  .u-mg--b-lg{
    margin-bottom: 30px !important;
  }
  .u-mg--b-md{
    margin-bottom: 20px !important;
  }
  .u-mg--b-sm{
    margin-bottom: 10px !important;
  }
  .u-mg--b-xs{
    margin-bottom: 5px !important;
  }
  .u-mg--l-xl{
    margin-left: 60px !important;
  }
  .u-mg--l-lg{
    margin-left: 30px !important;
  }
  .u-mg--l-md{
    margin-left: 20px !important;
  }
  .u-mg--l-sm{
    margin-left: 10px !important;
  }
  .u-mg--l-xs{
    margin-left: 5px !important;
  }
  .u-pd--t-xl{
    padding-top: 60px !important;
  }
  .u-pd--t-lg{
    padding-top: 30px !important;
  }
  .u-pd--t-md{
    padding-top: 20px !important;
  }
  .u-pd--t-sm{
    padding-top: 10px !important;
  }
  .u-pd--t-xs{
    padding-top: 5px !important;
  }
  .u-pd--r-xl{
    padding-right: 60px !important;
  }
  .u-pd--r-lg{
    padding-right: 30px !important;
  }
  .u-pd--r-md{
    padding-right: 20px !important;
  }
  .u-pd--r-sm{
    padding-right: 10px !important;
  }
  .u-pd--r-xs{
    padding-right: 5px !important;
  }
  .u-pd--b-xl{
    padding-bottom: 60px !important;
  }
  .u-pd--b-lg{
    padding-bottom: 30px !important;
  }
  .u-pd--b-md{
    padding-bottom: 20px !important;
  }
  .u-pd--b-sm{
    padding-bottom: 10px !important;
  }
  .u-pd--b-xs{
    padding-bottom: 5px !important;
  }
  .u-pd--l-xl{
    padding-left: 60px !important;
  }
  .u-pd--l-lg{
    padding-left: 30px !important;
  }
  .u-pd--l-md{
    padding-left: 20px !important;
  }
  .u-pd--l-sm{
    padding-left: 10px !important;
  }
  .u-pd--l-xs{
    padding-left: 5px !important;
  }
  .u-text--size-30p-sp{
    font-size: 30%;
  }
  .u-text--size-35p-sp{
    font-size: 35%;
  }
  .u-text--size-40p-sp{
    font-size: 40%;
  }
  .u-text--size-45p-sp{
    font-size: 45%;
  }
  .u-text--size-50p-sp{
    font-size: 50%;
  }
  .u-text--size-55p-sp{
    font-size: 55%;
  }
  .u-text--size-60p-sp{
    font-size: 60%;
  }
  .u-text--size-65p-sp{
    font-size: 65%;
  }
  .u-text--size-70p-sp{
    font-size: 70%;
  }
  .u-text--size-75p-sp{
    font-size: 75%;
  }
  .u-text--size-80p-sp{
    font-size: 80%;
  }
  .u-text--size-85p-sp{
    font-size: 85%;
  }
  .u-text--size-90p-sp{
    font-size: 90%;
  }
  .u-text--size-95p-sp{
    font-size: 95%;
  }
  .u-text--size-100p-sp{
    font-size: 100%;
  }
  .u-text--size-105p-sp{
    font-size: 105%;
  }
  .u-text--size-110p-sp{
    font-size: 110%;
  }
  .u-text--size-115p-sp{
    font-size: 115%;
  }
  .u-text--size-120p-sp{
    font-size: 120%;
  }
  .u-text--size-125p-sp{
    font-size: 125%;
  }
  .u-text--size-130p-sp{
    font-size: 130%;
  }
  .u-text--size-135p-sp{
    font-size: 135%;
  }
  .u-text--size-140p-sp{
    font-size: 140%;
  }
  .u-text--size-145p-sp{
    font-size: 145%;
  }
  .u-text--size-150p-sp{
    font-size: 150%;
  }
  .u-text--size-155p-sp{
    font-size: 155%;
  }
  .u-text--block--sp{
    margin-right: 0;
    display: block;
  }
}

@media print, screen and (min-width: 769px){
  .l-subnav--overlay{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(209, 158, 198, 0.62);
  }
  .l-footer__link--sns__item a{
    transition: .3s;
  }
  .l-footer__link--sns__item a:hover{
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .c-button--success, .c-button--back{
    transition: background-color .4s;
  }
  .c-button--success:hover{
    background-color: #b89d46;
  }
  .c-button--back:hover{
    background-color: #727a9c;
  }
  th .c-label--optional, th .c-label--must{
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .c-post__body a{
    transition: .3s;
  }
  .c-post__body a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .p-form__table th{
    width: 30%;
  }
  .p-form__column--2 > *:nth-of-type(-n+2){
    margin-top: 0;
  }
  .p-form__column--2 > *:nth-of-type(2n){
    margin-right: 0;
  }
  .p-form__column--3 > *:nth-of-type(-n+3){
    margin-top: 0;
  }
  .p-form__column--3 > *:nth-of-type(3n){
    margin-right: 0;
  }
  .p-reserve__note a{
    transition: .3s;
  }
  .p-reserve__note a:hover{
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .p-sitemap__nav__list__item__inner{
    transition: .3s;
  }
  .p-sitemap__nav__list__item__inner:hover{
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .p-sitemap__nav__list--menu > *{
    margin: 50px 52px 0 0;
    width: calc(33.3333% - ((70px) / 1.33));
  }
  .p-sitemap__nav__list--menu > *:nth-of-type(-n+3){
    margin-top: 0;
  }
  .p-sitemap__nav__list--menu > *:nth-of-type(3n){
    margin-right: 0;
  }
  .p-sitemap__nav__list--menu-sub__item:last-child{
    margin-bottom: 0;
  }
  .p-sitemap__nav__list--menu-sub__item__inner{
    transition: .3s;
  }
  .p-sitemap__nav__list--menu-sub__item__inner:hover{
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .u-align--center-pc{
    text-align: center;
  }
  .u-align--right-pc{
    text-align: right;
  }
  .u-align--left-pc{
    text-align: left;
  }
  .u-display--block-pc{
    display: block;
  }
  .u-display--inline-pc{
    display: inline-block;
  }
  .u-show--pc{
    display: block;
  }
  .u-show--sp{
    display: none;
  }
  .u-hide--pc{
    display: none !important;
  }
  .u-text--size-30p-pc{
    font-size: 30%;
  }
  .u-text--size-35p-pc{
    font-size: 35%;
  }
  .u-text--size-40p-pc{
    font-size: 40%;
  }
  .u-text--size-45p-pc{
    font-size: 45%;
  }
  .u-text--size-50p-pc{
    font-size: 50%;
  }
  .u-text--size-55p-pc{
    font-size: 55%;
  }
  .u-text--size-60p-pc{
    font-size: 60%;
  }
  .u-text--size-65p-pc{
    font-size: 65%;
  }
  .u-text--size-70p-pc{
    font-size: 70%;
  }
  .u-text--size-75p-pc{
    font-size: 75%;
  }
  .u-text--size-80p-pc{
    font-size: 80%;
  }
  .u-text--size-85p-pc{
    font-size: 85%;
  }
  .u-text--size-90p-pc{
    font-size: 90%;
  }
  .u-text--size-95p-pc{
    font-size: 95%;
  }
  .u-text--size-100p-pc{
    font-size: 100%;
  }
  .u-text--size-105p-pc{
    font-size: 105%;
  }
  .u-text--size-110p-pc{
    font-size: 110%;
  }
  .u-text--size-115p-pc{
    font-size: 115%;
  }
  .u-text--size-120p-pc{
    font-size: 120%;
  }
  .u-text--size-125p-pc{
    font-size: 125%;
  }
  .u-text--size-130p-pc{
    font-size: 130%;
  }
  .u-text--size-135p-pc{
    font-size: 135%;
  }
  .u-text--size-140p-pc{
    font-size: 140%;
  }
  .u-text--size-145p-pc{
    font-size: 145%;
  }
  .u-text--size-150p-pc{
    font-size: 150%;
  }
  .u-text--size-155p-pc{
    font-size: 155%;
  }
}

@media screen and (max-width: 360px){
  .u-show--xs{
    display: block;
  }
}

@media print, screen and (min-width: 361px){
  .u-show--xs{
    display: none;
  }
}


/* 採用情報　追加css */
#recruit .p-concept__hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1280px;
  height: 40vw;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/clinic/fv_back_img.jpg);
  background-size: cover;
}

#recruit .p-hero__inner {
  height: 40vw;
  min-height: 600px;
}

#recruit .p-concept {
  background-size: cover;
}

#recruit .p-feature .l-section__note {
  padding: 75px 0;
  margin-bottom: 75px;
}

#recruit .p-feature__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
}

#recruit .p-feature__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

#recruit .p-feature__item .img {
  width: calc((100% - 30px) / 2);
}

#recruit .p-feature__img {
  border-radius: 5px;
}

#recruit .p-feature__item .txt {
  width: 50%;
}

#recruit .p-feature__item_box {
  margin-bottom: 30px;
}

#recruit .p-feature__subtitle {
  color: #ce976e;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  margin-bottom: 16px;
}

#recruit .p-feature__subtitle span {
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px;
  border-left: solid 5px #ce976e;
}

#recruit .p-feature__read {
  font-size: 14px;
  line-height: 2;
  padding: 0 20px;
  width: 100%;
}

#recruit .p-feature__read span {
  color: #ce976e;
  font-weight: 600;
}

#recruit .p-credo {
  margin: 75px 0;
}

#recruit .p-credo .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#recruit .p-credo .credo_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

#recruit .p-credo .credo_box .img {
  width: calc((100% - 30px) / 2);
}

#recruit .p-credo .credo_box .txt {
  width: 50%;
  font-size: 14px;
}

#recruit .p-credo .credo_box .txt p span {
  color: #ce976e;
  font-weight: 600;
  display: block;
  font-size: 16px;
}

#recruit .desired_profile {
  background-color: #ccc;
  background: url(https://lux-clinic.jp/wp-content/uploads/2025/06/recruit_bg.png) center center no-repeat;
  background-size: cover;
  padding: 75px 0;
  margin-bottom: 75px;
}

#recruit .desired_profile .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#recruit .desired_profile p {
  color: #CE986B;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
}

#recruit .desired_profile .desired_profile_list li {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 1rem;
  text-align: center;
}

#recruit .desired_profile .desired_profile_list li:last-of-type {
  margin-bottom: 0;
}

#recruit .message {
  margin: 75px 0;
}

#recruit .message .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#recruit .message .message_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

#recruit .message .message_box .img {
  width: calc((100% - 30px) / 2);
}

#recruit .message .message_box .txt {
  width: 50%;
  font-size: 14px;
}

@media screen and (min-width:768px) and ( max-width:1079px) {
  #recruit .p-concept__hero{
    display: block;
    min-width: inherit;
    height: auto;
    width: 100%;
    min-height: 50vh;
  }
  #recruit .p-hero__inner {
    min-height: inherit;
    height: fit-content;
  }
  #recruit h2.p-hero__text {
    margin-bottom: 0;
    font-size: 5rem;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 50vh;
    width: 100%;
    margin: auto;
    padding-left: 6vw;
  }
}

@media screen and (max-width: 767px){
  #recruit .p-concept__hero{
    display: block;
    min-width: inherit;
    height: auto;
    width: 100vw;
    min-height: 30vh;
  }
  #recruit .p-hero__inner {
    min-height: inherit;
    height: fit-content;
  }
  #recruit h2.p-hero__text {
    margin-bottom: 0;
    font-size: 5rem;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 30vh;
    width: 100vw;
    margin: auto;
  }
  #recruit .p-feature__list{
    display: block;
    width: 89.2vw;
  }
  #recruit .p-feature__item{
    margin-bottom: 18.666vw;
    width: 100%;
    flex-direction: column;
  }
  #recruit .p-feature__subtitle{

  }
  #recruit .p-feature__item .img {
    width: 100%;
  }
  #recruit .p-feature__item .txt {
    width: 100%;
  }
  #recruit .p-feature__read{
    font-size: 2.8rem;
    padding: 0;
  }
  #recruit .p-credo .inner {
    width: 90%;
  }
  #recruit .p-credo .credo_box {
    flex-direction: column;
  }
  #recruit .p-credo .credo_box .img {
    width: 100%;
  }
  #recruit .p-credo .credo_box .txt {
    width: 100%;
  }
  #recruit .message .message_box {
    flex-direction: column;
  }
  #recruit .message .message_box .img {
    width: 100%;
  }
  #recruit .message .message_box .txt {
    width: 100%;
  }
  #recruit .desired_profile .inner {
    width: 90%;
  }
  #recruit .message .inner {
    width: 90%;
  }
  #recruit .desired_profile {
    background-position-x: 35%;
  }
  #recruit .desired_profile p {
    font-size: 4rem;
  }
}

#recruit .p-concept {
  background: url(/wp-content/uploads/2025/06/sozai_01.jpg) center center no-repeat;
}

#recruit .p-feature .l-section__note p {
  color: #333;
  font-weight: 500;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/* 施術ページ追加css */
.menu_page_box {
  overflow-x: hidden;
}

.menu_page_box .l-detail__hero,
.menu_page_box .l-detail__hero img {
  width: 100%;
}

.menu_page_box .menu_list {
  margin: 0 auto;
  width: 1200px;
  margin: 0 auto 80px;
}

.menu_page_box .list_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.menu_page_box .list_box .list_item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}

.menu_page_box .list_box .list_item:nth-of-type(3n) {
  margin-right: 0;
}

.menu_page_box .list_box .list_item a {
  border: solid 1px #D3BF8A;
  background-color: #FAF6ED;
  position: relative;
  padding: 0.5rem 4rem 0.5rem 2rem;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #333;
}

.menu_page_box .list_box .list_item a::after {
  position: absolute;
  /*top: 12px;*/
  top: 34%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
  font-size: 0.9rem;
}

.menu_page_box .menu_contents {
  font-size: 16px;
}

.menu_page_box .menu_contents .contents_box .inner {
  margin: 0 auto;
  width: 1200px;
}

.menu_page_box .menu_contents #trouble {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #333;
  position: relative;
  padding: 60px 0 0;
}

.menu_page_box .menu_contents #trouble::after {
  content: "";
  position: absolute;
  height: 120px;
  width: 100vw;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  background-color: #333;
  left: 0;
  bottom: -120px;
  z-index: 100;
}

.menu_page_box .menu_contents #trouble .inner {
  margin: 0 auto;
}

.menu_page_box .menu_contents .contents_box h3 {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}


.menu_page_box .menu_contents .contents_box h3 span {
  font-size: 12px;
  display: block;
  color: #D5A57D;
}

.menu_page_box .menu_contents #trouble.contents_box h3 span,
.menu_page_box .menu_contents #features.contents_box h3 span {
  color: #fff;
}

.menu_page_box .menu_contents #trouble h3 {
  color: #fff;
}

.menu_page_box .menu_contents .contents_box .trouble_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 0;
}

.menu_page_box .menu_contents .contents_box .trouble_box .item {
  width: calc((100% - 60px) / 3);
}

.menu_page_box .menu_contents .contents_box .trouble_box .item p {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 16px 0;
  height: 90px;
}

.menu_page_box .menu_contents #features {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(to right, #B6928B, #95705F);
  position: relative;
  padding: 60px 0 0;
}

.menu_page_box .menu_contents #features h3 {
  color: #fff;
  margin-top: 60px;
}

.menu_page_box .menu_contents #features .features_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 0;
}

.menu_page_box .menu_contents #features .features_box .item {
  width: calc((100% - 90px) / 4);
  color: #fff;
  font-weight: 600;
}

.menu_page_box .menu_contents #features .features_box .item .features_number {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
}

.menu_page_box .menu_contents #features .features_box .item .features_number span {
  font-size: 3rem;
  display: inline-block;
  margin-left: 0.2rem;
}

.menu_page_box .menu_contents #features .features_box .item p {
  font-size: 16px;
}

.menu_page_box .menu_contents #overview {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 60px 0;
}

.menu_page_box .menu_contents #overview h3 {
  margin-bottom: 60px;
}

.menu_page_box .menu_contents #overview h3 span {
  color: #D5A57D;
}

.menu_page_box .menu_contents #overview .overview_box {
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  background: url(/wp-content/uploads/2025/06/treatment_overview_01.png) right top no-repeat;
  background-size: calc(50% - 30px);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 520px;
  position: relative;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 calc(50% - 50vw) 50px;
  position: relative;
  padding: 0rem 0 0rem calc(50vw - 50%);
}

.menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) {
  flex-direction: row-reverse;
  padding: 0rem calc(50vw - 50%) 0rem 0;
}

.menu_page_box .menu_contents #overview .overview_box figure {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  aspect-ratio: 155 / 81;
}

.menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) figure {
  position: absolute;
  right: 50%;
  left: 0;
  top: 0;
  aspect-ratio: 155 / 81;
}

.menu_page_box .menu_contents #overview .overview_box figure img {
  width: 100%;
}

.menu_page_box .menu_contents #overview .overview_box .txt {
  /*width: 1200px;
  margin: 0 auto;*/
  min-width: 30%;
  max-width: 600px;
  z-index: 100;
  margin-left: 0;
  padding-right: 30px;
}

.menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) .txt {
  min-width: 30%;
  max-width: 600px;
  z-index: 100;
  margin-right: 0;
  padding-left: 30px;
}

.menu_page_box .menu_contents #overview .overview_box .txt h4,
.menu_page_box .menu_contents #overview .overview_box .txt p {
  /*width: 50%;*/
  width: 100%;
}

.menu_page_box .menu_contents #overview .overview_box .txt h4 {
  color: #fff;
  font-size: 28px;
}

.menu_page_box .menu_contents #overview .overview_box .txt h4 span {
  background-color: #F95671;
  padding: 0.5rem 16px 9px;
  display: block;
  margin-bottom: 16px;
  width: fit-content;
}

.menu_page_box .menu_contents #overview .overview_box .txt .overview_list {
  margin: 3rem 0;
  background-color: #fdefe3;
  padding: 2rem 2rem 2rem 5rem;
  border-radius: 10px;
}

.menu_page_box .menu_contents #overview .overview_box .txt .overview_list li {
  font-size: 2rem;
  line-height: 5rem;
  color: #CE986C;
}

.menu_page_box .menu_contents #case {
  background-color: #FAF6ED;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 60px 0;
}

.menu_page_box .menu_contents .contents_box .case_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .case_box .case_item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  max-width: calc((100% - 40px) / 2);
}

.menu_page_box .menu_contents .contents_box .case_box .case_item .case_img {
  border-radius: 20px 20px 0 0;
}

.menu_page_box .menu_contents .contents_box .case_box .case_item .case_img .blurred-image {
  display: block;
  width: 100%;
  filter: blur(20px);
  transition: filter 0.5s ease;
  border-radius: 20px 20px 0 0;
}

.menu_page_box .menu_contents .contents_box .case_box .case_item .case_img .overlay {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgb(255 255 255 / 50%);
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.menu_page_box .menu_contents .contents_box .case_box .case_item .case_img .overlay p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.menu_page_box .menu_contents .contents_box .case_box .case_item .case_img .overlay button {
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  background-color: #D6A57D;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
}

.menu_page_box .menu_contents .contents_box .case_box .case_item .case_txt {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 16px 0;
  z-index: 1000;
  position: relative;
  border-radius: 0 0 20px 20px;
}

.menu_page_box .menu_contents #comment {
  background: url(/wp-content/uploads/2025/06/sozai_01.jpg) left top no-repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 60px 0;
}

.menu_page_box .menu_contents .contents_box .comment_box {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  margin: 60px 0;
}

/*.menu_page_box .menu_contents .contents_box .comment_box .left_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(50% - 20px);
  padding-bottom: 0;
}

.menu_page_box .menu_contents .contents_box .comment_box .left_box figure {
  padding: 40px 0 0 20px;
  display: block;
}

.menu_page_box .menu_contents .contents_box .comment_box .left_box figure img {
  position: absolute;
  bottom: 0;
}

.menu_page_box .menu_contents .contents_box .comment_box .left_box .left_box_txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 10px;
}

.menu_page_box .menu_contents .contents_box .comment_box .left_box .left_box_txt h4 {
  color: #F95671;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

.menu_page_box .menu_contents .contents_box .comment_box .left_box .left_box_txt p {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  text-align: right;
  z-index: 100;
}

.menu_page_box .menu_contents .contents_box .comment_box .left_box .left_box_txt p span {
  font-size: 14px;
}*/

.left_box2 {
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: #fff;
  width: 50%;
}

.left_box2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
      "image title"
      "image text";
  position: relative;
}

.left_box2 figure {
  grid-area: image;
  margin: 0;
}

.left_box2 h4 {
  grid-area: title;
  align-self: start;
  color: #F95671;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding-top: 20px;
}

.left_box2 p {
  grid-area: text;
  align-self: end;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  text-align: right;
  z-index: 100;
  margin: 0;
}

.left_box2 span {
  font-size: 14px;
}

.left_box2 figure img {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: auto;
}

.menu_page_box .menu_contents .contents_box .comment_box .right_box {
  width: 50%;
  padding: 40px 40px 40px 0;
}

.menu_page_box .menu_contents .contents_box .comment_box .right_box figure img {
  margin: 0 auto;
  display: block;
}

.menu_page_box .menu_contents #merit {
  background: url(/wp-content/uploads/2025/06/merit_bg.png) left top no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 60px 0;
}

.menu_page_box .menu_contents .contents_box .merit_box {
  margin: 60px 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}

.menu_page_box .menu_contents .contents_box .merit_box .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 40px) / 3);
}

.menu_page_box .menu_contents .contents_box .merit_box .item figure img {
  aspect-ratio: 380 / 220;
  object-fit: cover;
}

.menu_page_box .menu_contents .contents_box .merit_box .item h4 {
  text-align: center;
  width: fit-content;
  margin: 16px auto;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu_page_box .menu_contents .contents_box .merit_box .item h4 span {
  background-color: #F95671;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 5px 16px;
  margin-bottom: 5px;
}

.menu_page_box .menu_contents .contents_box .merit_box .item p span {
  font-size: 14px;
}

.menu_page_box .menu_contents #device {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .device_box2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin: 45px 0;
}

.menu_page_box .menu_contents .contents_box .device_box2 p {
  width: calc((100% - 30px) / 2);
}

.menu_page_box .menu_contents .contents_box .device_box2 figure {
  width: 50%;
}

.menu_page_box .menu_contents .contents_box .device_box h4 {
      background-color: #FAF6ED;
    border: solid 1px #D5A57D;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.menu_page_box .menu_contents .contents_box .device_box p {
  font-size: 16px;
  margin-bottom: 16px;
}

.menu_page_box .menu_contents .contents_box .device_box .list {
  background-color: #F5F5F5;
  width: fit-content;
  padding: 30px 50px;
  margin-bottom: 30px;
}

.menu_page_box .menu_contents .contents_box .device_box .list li {
  margin-bottom: 16px;
}

.menu_page_box .menu_contents .contents_box .device_box .list li:last-of-type {
  margin-bottom: 0;
}

.menu_page_box .menu_contents .contents_box .device_box .list li::before {
  content: '・';
  margin-right: 5px;
}

.menu_page_box .menu_contents .contents_box .device_box h5 {
  color: #D5A57D;
  border-left: solid 5px #D5A57D;
  padding-left: 10px;
  font-size: 20px;
  margin: 50px 0 16px;
}

.menu_page_box .menu_contents .contents_box .device_box .tag_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.menu_page_box .menu_contents .contents_box .device_box .tag_list li {
  background-color: #F5F5F5;
  border-radius: 50px;
  padding: 8px 16px;
}

.menu_page_box .menu_contents #duration_effect {
  background: url(/wp-content/uploads/2025/06/duration_effect_bg.png) left top no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 100px 0;
}

.menu_page_box .menu_contents .contents_box .effect_box {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .effect_box h4 {
  background-color: #F6EFE7;
  border: solid 1px #DDD1C3;
  font-size: 24px;
  font-weight: 500;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  padding: 10px 16px 8px 16px;
}

.menu_page_box .menu_contents .contents_box .effect_box h4 i {
  transform: rotate(45deg);
  color: #D5A57D;
  font-size: 14px;
  margin-right: 16px;
}

.menu_page_box .menu_contents .contents_box .effect_box p {
  margin: 8px 0 40px;
}

.menu_page_box .menu_contents .contents_box .effect_box p:last-of-type {
  margin-bottom: 0;
}

.menu_page_box .menu_contents .contents_box .effect_box p a {
  border-bottom: solid 1px #CE986C;
  display: inline-block;
  margin-left: 16px;
}

.menu_page_box .menu_contents #risks {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .risks_box {
  margin: 60px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.menu_page_box .menu_contents .contents_box .risks_box p:first-of-type {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  background-color: #D5A57D;
  color: #fff;
  border-radius: 50px;
  padding: 12px 64px;
  width: 20%;
  text-align: center;
}

.menu_page_box .menu_contents .contents_box .risks_box p:last-of-type {
  width: calc(100% - 30px - 20%);
}

.menu_page_box .menu_contents #about {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .about_box {
  margin: 60px 0 0;
}

.menu_page_box .menu_contents .contents_box .about_box table {
  border-top: solid 1px #D5A57D;
  width: 100%;
}

.menu_page_box .menu_contents .contents_box .about_box table tr {
  border-bottom: solid 1px #D5A57D;
}

.menu_page_box .menu_contents .contents_box .about_box table tr td:first-of-type {
  background-color: #F9F2EC;
  padding: 16px;
  width: 20%;
}

.menu_page_box .menu_contents .contents_box .about_box table tr td:last-of-type {
  padding: 16px;
}

.menu_page_box .menu_contents #frequency {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .frequency_box {
  background: url(/wp-content/uploads/2025/06/frequency_bg.png) left top no-repeat;
  background-size: cover;
  width: fit-content;
  margin: 60px auto;
  padding: 50px 150px;
  text-align: center;
}

.menu_page_box .menu_contents .contents_box .frequency_box span {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 24px;
  display: block;
}

.menu_page_box .menu_contents #fee {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .fee_box {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .fee_box table {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  border-top: solid 1px #D5A57D;
  width: 100%;
}

.menu_page_box .menu_contents .contents_box .fee_box table tr {
  border-bottom: solid 1px #D5A57D;
}

.menu_page_box .menu_contents .contents_box .fee_box table tr td:first-of-type {
  background-color: #F9F2EC;
  padding: 16px;
  width: 30%;
}

.menu_page_box .menu_contents .contents_box .fee_box table tr td:last-of-type {
  padding: 16px;
  font-size: 14px;
  text-align: right;
}

.menu_page_box .menu_contents .contents_box .fee_box table tr td:last-of-type span {
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
}

.menu_page_box .menu_contents #faq {
  background: url(/wp-content/uploads/2025/06/faq_bg.png) left top no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 100px 0;
}

.menu_page_box .menu_contents .contents_box .faq_box {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item {
  margin: 0 0 30px;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .q {
  background: url(/wp-content/uploads/2025/06/faq_ttl_bg.png) left top no-repeat;
  background-size: cover;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  color: #fff;
  font-size: 28px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .q span {
  display: inline-block;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .q span:first-of-type {
  font-size: 28px;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .q span:nth-of-type(2) {
  font-size: 16px;
  margin-right: 16px;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .q i {
  position: absolute;
  right: 20px;
  top: 38px;
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .a {
  margin: 16px 0 36px;
  padding: 0 20px;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .a p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .a span {
  display: inline-block;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .a span:first-of-type {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  display: inline-block;
  color: #B28850;
  font-size: 28px;
  margin-right: 16px;
}

.menu_page_box .menu_contents .contents_box .faq_box .faq_item .a {
  display: none;
}

.menu_page_box .menu_contents #message {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .message_box {
  margin: 60px 0;
}

.menu_page_box .menu_contents .contents_box .message_box .item,
.menu_page_box .menu_contents .contents_box .message_box .item2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.menu_page_box .menu_contents .contents_box .message_box .item figure {
  width: 50%;
}

.menu_page_box .menu_contents .contents_box .message_box .item .txt {
  width: calc(50% - 30px);
}

.menu_page_box .menu_contents .contents_box .message_box .item .txt h4 {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.menu_page_box .menu_contents .contents_box .message_box .item .txt p:first-of-type,
.menu_page_box .menu_contents .contents_box .message_box .item .txt p:nth-of-type(2) {
  margin-bottom: 16px;
}

.menu_page_box .menu_contents .contents_box .message_box .item .txt p:last-of-type {
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 28px;
  text-align: right;
}

.menu_page_box .menu_contents .contents_box .message_box .item .txt p:last-of-type span {
  font-size: 16px;
}

.menu_page_box .menu_contents .contents_box .message_box .item2 .item_box {
  width: calc(50% - 15px);
  margin: 16px 0;
}

.menu_page_box .menu_contents .contents_box .message_box .item2 h4 {
  background-color: #F6EFE7;
  border: solid 1px #DDD1C3;
  font-size: 24px;
  font-weight: 500;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  padding: 10px 16px 8px 16px;
}

.menu_page_box .menu_contents .contents_box .message_box .item2 h4 i {
  transform: rotate(45deg);
  color: #D5A57D;
  font-size: 14px;
  margin-right: 16px;
}

.menu_page_box .menu_contents .contents_box .message_box .item2 .item_box p {
  margin: 16px 0;
}

.menu_page_box .menu_contents .contents_box .message_box .item2 .item_box:nth-of-type(2) h4:nth-of-type(2) {
  margin-top: 30px;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1189px){
  .menu_page_box .menu_contents #overview .overview_box,
  .menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) {
    background: none;
    flex-direction: column;
    height: auto;
  }
  .menu_page_box .menu_contents #overview .overview_box figure,
  .menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) figure {
    width: 96%;
    margin: 0 auto;
    position: relative;
    left: 0;
  }
  .menu_page_box .menu_contents #overview .overview_box figure img {
    width: 100%;
    border-radius: 20px;
  }
  .menu_page_box .menu_contents #overview .overview_box .txt,
  .menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) .txt {
    width: auto;
  }
  .menu_page_box .menu_contents #overview .overview_box .txt h4,
  .menu_page_box .menu_contents #overview .overview_box .txt p {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (min-width:768px) and ( max-width:1199px) {
  .menu_page_box .menu_list,
  .menu_page_box .menu_contents,
  .menu_page_box .menu_contents .contents_box .inner {
    width: 96%;
    margin: 0 auto;
  }

  .menu_page_box .list_box {
    margin: 20px auto;
  }

  .menu_page_box .list_box .list_item {
    font-size: 14px;
  }

  .menu_page_box .menu_contents .contents_box .trouble_box .item {
    width: calc((100% - 30px) / 2);
  }

  .menu_page_box .menu_contents .contents_box .trouble_box .item p {
    font-size: 16px;
  }

  .menu_page_box .menu_contents .contents_box .trouble_box .item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .sp-only {
    display: block;
  }
  .menu_page_box .menu_list {
    width: 96%;
    margin: 30px auto;
  }
  .menu_page_box .list_box .list_item,
  .menu_page_box .list_box .list_item:nth-of-type(3n) {
    width: 100%;
    margin-right: 0;
  }
  .menu_page_box .menu_contents {
    width: 96%;
    margin: 40px auto 80px;

  }
  .menu_page_box .menu_contents .contents_box .inner {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .trouble_box {
    flex-direction: column;
  }
  .menu_page_box .menu_contents .contents_box .trouble_box .item {
    width: 94%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .trouble_box .item img {
    width: 100%;
  }
  .menu_page_box .menu_contents #features .features_box {
    flex-wrap: wrap;
    gap: 4%;
  }
  .menu_page_box .menu_contents #features .features_box .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .menu_page_box .menu_contents #features .features_box .item img {
    width: 100%;
  }
  .menu_page_box .menu_contents #features .features_box .item p {
    font-size: 14px;
  }
  .menu_page_box .menu_contents #overview .overview_box,
  .menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) {
    background: none;
    flex-direction: column;
    height: auto;
  }
  .menu_page_box .menu_contents #overview .overview_box figure,
  .menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) figure {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents #overview .overview_box figure img {
    width: 100%;
    border-radius: 20px;
  }
  .menu_page_box .menu_contents #overview .overview_box .txt,
  .menu_page_box .menu_contents #overview .overview_box:nth-of-type(even) .txt {
    width: auto;
  }
  .menu_page_box .menu_contents #overview .overview_box .txt h4,
  .menu_page_box .menu_contents #overview .overview_box .txt p {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .case_box {
    flex-direction: column;
  }
  .menu_page_box .menu_contents .contents_box .case_box .case_item {
    max-width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .case_box .case_item .case_img .overlay p {
    font-size: 16px;
  }
  .menu_page_box .menu_contents .contents_box .comment_box {
    flex-direction: column;
    gap: 0;
  }
  /*.menu_page_box .menu_contents .contents_box .comment_box .left_box {
    display: none;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .left_box_sp {
    padding: 30px;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .left_box_sp h4 {
    color: #F95671;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .left_box_sp .left_box_txt {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .left_box_sp .left_box_txt figure {
    width: 32%;
    margin-top: 10px;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .left_box_sp .left_box_txt p {
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 20px;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .left_box_sp .left_box_txt p span {
    font-size: 14px;
  }*/
  .left_box2 {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "title title"
        "image text";
    gap: 15px;
    width: 100%;
  }

  .left_box2 h4 {
    grid-area: title;
    font-size: 20px;
    margin: 0;
    padding-top: 0;
  }

  .left_box2 figure {
    grid-area: image;
    align-self: start;
  }

  .left_box2 p {
    grid-area: text;
    align-self: end;
    font-size: 16px;
    text-align: right;
  }

  .left_box2 figure img {
    position: static;
    width: 60px;
    object-fit: cover;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .right_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
  }
  .menu_page_box .menu_contents .contents_box .comment_box .right_box figure {
    margin-top: 30px;
  }
  .menu_page_box .menu_contents .contents_box .merit_box {
    flex-direction: column;
  }
  .menu_page_box .menu_contents .contents_box .merit_box .item {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .merit_box .item figure,
  .menu_page_box .menu_contents .contents_box .merit_box .item figure img {
    width: 100%;
  }
  .menu_page_box .menu_contents .contents_box .device_box2 {
    flex-direction: column;
  }
  .menu_page_box .menu_contents .contents_box .device_box2 p {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .device_box2 figure {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .device_box2 figure img {
    width: 100%;
  }
  .menu_page_box .menu_contents .contents_box .device_box .list {
    padding: 30px 20px;
  }
  .menu_page_box .menu_contents .contents_box .device_box h5 {
    font-size: 18px;
  }
  .menu_page_box .menu_contents .contents_box .device_box .tag_list {
    gap: 10px;
  }
  .menu_page_box .menu_contents #duration_effect {
    padding: 60px 0;
  }
  .menu_page_box .menu_contents .contents_box .effect_box h4 {
    font-size: 18px;
  }
  .menu_page_box .menu_contents .contents_box .effect_box p a {
    word-break: break-all;
    border-bottom: none;
    text-decoration: underline;
    margin-left: 0;
  }
  .menu_page_box .menu_contents .contents_box .risks_box {
    flex-direction: column;
  }
  .menu_page_box .menu_contents .contents_box .risks_box p:first-of-type,
  .menu_page_box .menu_contents .contents_box .risks_box p:last-of-type {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .about_box table {
    font-size: 14px;
  }
  .menu_page_box .menu_contents .contents_box .about_box table tr td:first-of-type {
    width: 36%;
  }
  .menu_page_box .menu_contents .contents_box .frequency_box {
    padding: 30px;
    font-size: 14px;
  }
  .menu_page_box .menu_contents .contents_box .frequency_box span {
    font-size: 20px;
  }
  .menu_page_box .menu_contents .contents_box .fee_box table {
    font-size: 14px;
  }
  .menu_page_box .menu_contents .contents_box .fee_box table tr td:first-of-type {
    width: 36%;
  }
  .menu_page_box .menu_contents #faq {
    padding: 60px 0;
  }
  .menu_page_box .menu_contents .contents_box .faq_box .faq_item .q {
    font-size: 18px;
    padding: 10px;
    gap: 8px;
  }
  .menu_page_box .menu_contents .contents_box .faq_box .faq_item .q i {
    right: 14px;
    top: 32px;
  }
  .menu_page_box .menu_contents .contents_box .faq_box .faq_item .a {
    padding: 0 16px;
  }
  .menu_page_box .menu_contents .contents_box .message_box .item,
  .menu_page_box .menu_contents .contents_box .message_box .item2 {
    flex-direction: column;
  }
  .menu_page_box .menu_contents .contents_box .message_box .item figure img {
    width: 100%;
  }
  .menu_page_box .menu_contents .contents_box .message_box .item figure,
  .menu_page_box .menu_contents .contents_box .message_box .item .txt,
  .menu_page_box .menu_contents .contents_box .message_box .item2 .item_box {
    width: 96%;
    margin: 0 auto;
  }
  .menu_page_box .menu_contents .contents_box .message_box .item .txt p:last-of-type {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .menu_page_box .menu_contents .contents_box .message_box .item .txt p:last-of-type span {
    font-size: 14px;
  }
  .menu_page_box .menu_contents .contents_box .message_box .item2 h4 {
    font-size: 18px;
  }
}

/* top追加css */
.top_bg_01 {
  background: url(/common/img/top_bg_01.png) left top no-repeat;
  background-size: cover;
  padding: 150px 0 30px;
}

.top_bg_02 {
  background: url(/common/img/top_bg_02.png) left top no-repeat;
  background-size: cover;
  padding: 150px 0 30px;
  margin-bottom: 60px;
}

.top_bg_03 {
  background: url(/common/img/top_bg_03.png) left top no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.home .campaign_bnr_area {
  margin: 40px auto 0;
  width: 96%;
  max-width: 960px;
}

.home .campaign_bnr_area .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.home .campaign_bnr_area .inner figure {
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 768px){
  .top_bg_01 {
    padding: 80px 0 30px;
  }

  .top_bg_02 {
    padding: 80px 0 30px;
  }

  .top_bg_03 {
    background-size: cover;
  }
}

@media screen and (max-width: 767px){
  .home .campaign_bnr_area {
    margin: 40px auto 0;
    max-width: 96%;
  }

  .home .campaign_bnr_area .inner {
    flex-direction: column;
  }

  .home .campaign_bnr_area .inner figure {
    width: 100%;
  }
}




/* 症例追加分 */
.case-layout {
  padding: 40px 40px;
}

.case-layout__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.case-layout.-bk-gray{
  background-color: #FAFAF8;
}

.case-layout__title-area {
}
.case-layout__title-en {
  font-size: 18px;
  color: #D5A57D;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.case-layout__title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}


.p-case-search {
  border: solid 1px #C88E61;
  background-color: #FAFAF8;
  padding: 25px 40px;
  width: 100%;
  max-width: 860px;
  margin: 64px auto;
}
.p-case-search__msg {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.p-case-search__top {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 660px;
}
.p-case-search__label {
  font-size: 16px;
  color: #C78D60;
  flex-shrink: 0;
  width: fit-content;
}
.p-case-search__input {
  border: solid 1px #D0D0D0;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  width: 100%;
  color: 333;
}
.p-case-search__bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 20px auto 0 auto;
    width: 100%;
}
.p-case-search__box {

}
.p-case-search__select {
    width: 100%;
    font-size: 16px;
    color: #ccc;
    border-radius: 5px;
    border: solid 1px #D0D0D0;
    padding: 7px 12px;
}


.p-case-search__btn {
  font-size: 16px;
  padding: 9px 24px 12px 24px;
  border-radius: 100px;
  background-color: #D6A57D;
  width: 220px;
  color: #fff;
  border: none;
  text-align: center;
  margin: 32px auto 0 auto;
  display: block;
}



.case-panel-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 32px;
}

.case-panel {
  width: 100%;
  display: block;
}
.case-panel__head {

}
.case-panel__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.case-panel__body {
  margin-top: 3px;
}
.case-panel__title {
  font-size: 18px;
  color: #CE986B;
  border-bottom: solid 1px #CE986B;
  padding-bottom: 2px;
}
.case-panel__dl {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}
.case-panel__dl + .case-panel__dl {
  margin-top: 6px;
}
.case-panel__dt {
  font-size: 14px;
  color: #000;
  border: solid 1px #D0D0D0;
  border-radius: 5px;
  padding: 1px 8px;
  width: 80px;
  flex-shrink: 0;
  text-align: center;
  background-color: #fff;
}
.case-panel__dd {
  font-size: 14px;
  color: #000;
  width: 100%;
}
.case-panel__dd .detail_child {
  display: block;
}
.case-panel__dd.-price {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.case-panel__unit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.case-panel__footer {
  margin-top: 20px;
}
.case-panel__more {
  background: #D6A57D;
  font-size: 16px;
  border-radius: 100px;
  padding: 8px 24px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 220px;
  color: #fff;
}



.case-panel__doctor {
  display: grid;
  grid-template-areas:
    "icon name"
    "icon enname";
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  margin-top: 20px;
}
.case-panel__doctor-icon {
  grid-area: icon;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.case-panel__doctor-info {
  grid-area: name;
  display: flex;
  align-items: center;
  gap: 4px;
}
.case-panel__doctor-name {
  font-size: 14px;
  font-weight: bold;
    line-height: 1;
    color: #000;
}
.case-panel__blank-icon {
  display: block;
  width: 10px;
  height: 10px;
}
.case-panel__doctor-name-en {
  grid-area: enname;
  font-size: 12px;
  color: #A18A75;
  line-height: 1;
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.case-slider-in-single {
  width: 100%;
  max-width: 680px;
  margin: 32px auto 0 auto;
}

.splide__slide {
  object-fit: cover;
}

.splide__pagination  {
  bottom: -1.5em !important;
}

.splide__pagination__page.is-active {
  background-color: #EBEBEB !important;
}



.single-content {
  padding: 0 40px;
  margin-top: 56px;
}
.single-content__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-content__title {
  color: #CE986B;
  font-size: 28px;
  border-bottom: solid 1px #CE986B;
}


.single-content__detail {
  width: 100%;
  max-width: 758px;
  margin: 64px auto 0 auto;
  padding: 32px 40px;
  background-color: #FFFDF8;
}
.single-content__single-content__detail-inner {

}
.single-content__detail-title {
  color: #333333;
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: solid 1px #D6A57D;
  font-weight: bold;
}
.single-content__detail-dl {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.single-content__detail-dl + .single-content__detail-dl {
  border-top: solid 1px #E3E3E3;
}
.single-content__detail-dt {
  width: 160px;
  flex-shrink: 0;
  font-size: 16px;
}
.single-content__detail-dd {
  width: 100%;
  font-size: 16px;
}
.single-content__detail-dd .menu_simple_details_child {
  display: block;
}


.single-content__doctor {
  background-color: #F2F2F2;
  padding: 20px 40px;
  width: 100%;
  max-width: 785px;
  margin: 40px auto 0 auto;
}

.single-content__doctor-label {
  font-size: 14px;
  color: #333333;
  padding-bottom: 3px;
  border-bottom: solid 1px #D6A57D;
  font-weight: bold;
}
.single-content__doctor-inner {
  display: flex;
  padding-top: 10px;
  gap: 20px;
}
.single-content__doctor-img {
  width: 140px;
  flex-shrink: 0;
}
.single-content__doctor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single-content__doctor-name {
}
.single-content__doctor-name-ja {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.single-content__doctor-name-en {
  font-size: 12px;
  color: #A18A75;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  margin-top: 1px;
  line-height: 1;
}
.single-content__doctor-more {
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #C7C7C7;
  padding: 6px 24px 6px 12px;
  color: #000000;
  font-size: 16px;
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    position: relative;
    width: 290px;
}
.single-content__doctor-more::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #ABADB5;
    border-right: 2px solid #ABADB5;
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
}

.single-content__btn {
  background-color: #D6A57D;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px 12px;
  width: 100%;
  max-width: 290px;
  display: block;
  margin: 20px auto 0 auto;
  margin-bottom: 64px;
}

.single-content__doctor-more-sp {
  display: none;
}


.single-content__share {
  margin-top: 64px;
}
.single-content__share-title {
  font-size: 28px;
  color: #333;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}
.single-content__share-icons {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.single-content__share-icon {
  width: 50px;
}

.single-content__share-icon img {
  display: block;
}


.case-single-relation {
  padding: 32px 40px;
  background-color: #FAFAF8;
  width: 100%;
}

.case-single-relation__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.case-single-relation__title {
color: #CE986B;
font-weight: bold;
font-size: 28px;
border-bottom: solid 1px #CE986B;
padding-bottom: 4px;
}


.l-page__title.-case {
  color: #CE986B;
}


@media screen and (min-width: 769px){
  .mt-d-32 {
    margin-top: 32px;
  }

  .mt-d-64 {
        margin-top: 64px;
  }
}

@media screen and (max-width: 768px){
  .p-case-search {
    padding: 20px 20px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    width: calc(100% - 40px);
  }
  .p-case-search__top {
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
  }
  .p-case-search__bottom {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr;
  }
  .p-case-search__box:nth-child(1) {
    grid-column: 1 / -1;
  }
  .case-layout {
    padding: 40px 20px;
  }
  .case-panel-list {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .case-panel__more {
    width: 100%;
    max-width: 100%;
  }

  .single-content {
    padding: 0 10px;
  }

  .single-content__title {
    font-size: 20px;
  }

  .case-slider-in-single {
    margin-top: 20px;
  }
  .single-content__detail {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .single-content__detail-dt {
    font-size: 14px;
    width: 100px;
  }
  .single-content__doctor {
    padding: 20px 20px;
  }
  .single-content__detail-dd {
    font-size: 14px;
  }

  .single-content__doctor-more {
    display: none;
  }

  .single-content__btn {
    max-width: 100%;
      padding: 8px 12px;
  }

  .single-content__doctor-more-sp {
    display: block;
      border-radius: 5px;
  background-color: #fff;
  border: solid 1px #C7C7C7;
  padding: 6px 24px 6px 12px;
  color: #000000;
  font-size: 16px;
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .single-content__doctor-more-sp::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #ABADB5;
    border-right: 2px solid #ABADB5;
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
}


.case-single-relation {
  padding: 20px 10px;
}

.case-single-relation__title {
  font-size: 18px;
  padding-bottom: 2px;
}
  .mt-s-32 {
    margin-top: 32px;
  }
    .mt-s-18 {
    margin-top: 18px;
  }
}

/* ヘッダーメニュー追加 20250724 */
.price_header_menu .l-subnav {
  left: 0;/*js調整*/
  width: fit-content;
}

.price_header_menu .l-subnav__list {
  min-width: fit-content;
}

.price_header_menu .l-subnav__item {
  padding: 20px 30px 20px 10px;
  max-width: fit-content;
  position: relative;
}

.price_header_menu .l-subnav__item ul {
  margin-bottom: 0;
}

.price_header_menu .l-subnav__item ul li {
  margin-bottom: 20px;
  padding: 0 20px 0 10px;
}

.price_header_menu .l-subnav__item ul li:last-of-type {
  margin-bottom: 0;
}

.price_header_menu .l-subnav__item ul li a::after {
  right: -30px;
}

@media screen and (max-width: 768px){
  .price_header_menu.open > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    position: absolute;
    top: 25px;
    right: 20px;
    transform: translateY(-50%);
  }

  .price_header_menu.open.submenu-close > a::after {
    content: "\f068";
  }

  .price_header_menu .l-subnav__item ul li {
    width: 100%;
    padding: 0;
  }
}

/* LINEキャンペーンページ */
.page-line_campaign_list .inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 100px;
}

.page-line_campaign_list h3.campaign_month span {
  font-size: 70px;
  margin-right: 10px;
}

.page-line_campaign_list .bnr_list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 32px;
}

.page-line_campaign_list .bnr_list .item {
  width: calc((100% - 32px) / 2);
}

.page-line_campaign_list .bnr_list .item img {
  width: 100%;
  height: auto;
}

.page-line_campaign_list .bnr_list .item h4 {
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.page-line_campaign_list .bnr_list .item h4.ttl {
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #CE976E;
  font-family: 'Cormorant Garamond', serif;
}

.page-line_campaign_list .bnr_list .item p.off {
  color: #665544;
  font-weight: 600;
  background: linear-gradient(315deg, #c4b3a2, #e3d3c3, #c4b3a2);
  padding: 5px 15px;
  width: fit-content;
  border-radius: 8px;
  margin-bottom: 16px;
}

.page-line_campaign_list .bnr_list .item p.detail {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.page-line_campaign_list .bnr_list .item .period {
  font-size: 16px;
}

.page-line_campaign_list .bnr_list .item .period span {
  font-weight: 500;
  display: inline-block;
  margin-right: 0.5rem;
}

br.tabsp-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  br.tabsp-only {
    display: block;
  }
}

@media screen and (max-width: 767px){
  .page-line_campaign_list h3.campaign_month span {
    font-size: 40px;
  }

  .page-line_campaign_list .bnr_list {
    flex-direction: column;
    gap: 50px;
    margin-top: 10px;
  }

  .page-line_campaign_list .bnr_list .item {
    width: 100%;
  }

  .page-line_campaign_list .bnr_list .item h4 {
    margin: 12px 0 8px;
  }

  .page-line_campaign_list .bnr_list .item .period {
    font-size: 14px;
  }

  br.tabsp-only {
    display: block;
  }
}

/* TOP 症例追加 */
.top_case_area .inner {
  margin: 40px auto;
  width: 100%;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.top_case_area h2 {
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
}

.top_case_area h2 span {
  color: #CE976E;
  display: block;
}

.top_case_area .splide {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.top_case_area .splide__slide {
  overflow: hidden;
}

.top_case_area .splide__arrow svg {
  display: none;
}

.top_case_area .splide__slide h3 {
  font-size: 16px;
  line-height: 1.4;
  margin: 1rem 0 0;
}

.splide__arrows {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 999;
}

.splide__arrow {
  position: static;
  pointer-events: auto;
}

.top_case_area .splide__arrow {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.5);
  opacity: .95;
}

.top_case_area .splide__arrow--prev {
  background-image: url("/common/img/circle-chevron-left-solid-full.svg");
}

.top_case_area .splide__arrow--next {
  background-image: url("/common/img/circle-chevron-right-solid-full.svg");
}

.top_case_area .splide__arrow--prev {
  left: 0;
}

.top_case_area .splide__arrow--next {
  right: 0;
}

.top_case_area .splide__pagination {
  display: none;
}

.top_case_area .top_case_btn a {
  display: block;
  background-color: #CAAC4A;
  color: #fff;
  padding: 10px 20px;
  border-radius: 300px;
  margin: 60px auto;
  width: fit-content;
  max-width: 96%;
  min-width: 360px;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.top_case_area .top_case_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
  font-size: 10px;
}

@media screen and (max-width: 767px){
  .top_case_area .splide {
    width: 94%;
    margin: 60px auto 0;
  }

  .top_case_area .top_case_btn a {
    margin: 30px auto 60px;
  }
}

/* パンくずリスト上にヘッダー分の余白追加 */
.breadcrumb {
  padding-top: 132px;
}

@media screen and (max-width: 768px){
  .breadcrumb {
    padding-top: 76px;
  }
}