@charset "UTF-8";
@media print {
  @page {
    margin: 10mm;
    size: A4;
  }
  body {
    width: 297mm;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

:root {
  --ppp: 40px;
  --padding: 40px;
  --radius: 14px;
  --base-width: 1080px;
}

@media screen and (max-width: 767px) {
  :root {
    --ppp: 20px;
    --padding: 20px;
  }
}

.js-sc-item {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 600ms cubic-bezier(0.4, 0.8, 0.74, 1), transform 900ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

.js-sc-item.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.26, 0, 0.6, 0.2), transform 900ms cubic-bezier(0.32, 0.94, 0.6, 1);
}

.js-accordion + * {
  display: none;
}

/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  position: relative;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: #2f2f2f;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

fieldset,
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  line-height: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

caption,
th {
  text-align: left;
}

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

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
}

form label {
  cursor: pointer;
  display: block;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

a {
  color: #333;
  border: 0 none;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #333;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  vertical-align: middle;
  border-radius: 0;
  color: inherit;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea,
select {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

iframe {
  border: none;
  display: block;
}

.l-contents,
.l-contents--space {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 100px - 482px);
  overflow: hidden;
  z-index: 1;
}

.l-contents--space {
  padding-top: 100px;
}

@media screen and (max-width: 1100px) {
  .l-contents--space {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-contents--space {
    padding-top: 50px;
  }
}

.fixed-anchor,
.anchor-wrap {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .fixed-anchor,
  .anchor-wrap {
    margin-top: -45px;
    padding-top: 45px;
  }
}

/* ------------------------------------------------------
    CALENDAR
------------------------------------------------------ */
.container {
  width: calc(100% - (var(--padding) * 2));
  max-width: 1050px;
  margin: 0 auto;
}

.inner--md {
  width: calc(100% - (var(--padding) * 2));
  max-width: 700px;
  margin: 0 auto;
}

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

/*------------------------------------------------

		footer

------------------------------------------------*/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 1.6rem;
}
.footer img {
	height: 33px;
  zoom: 1;
}
@media (max-width: 767px) {
  .footer {
    height: 50px;
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------

    ページトップボタン

------------------------------------------------------ */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  pointer-events: none;
  transition: all 300ms ease;
  z-index: 99;
  opacity: 0;
}

.page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(132, 201, 156, 0.8);
  transition: all 300ms ease;
}

.page-top a.is-over {
  opacity: 0.6;
}

.page-top a::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 3px;
  height: 16px;
  transform-origin: 50% calc(3px / 2);
}

.page-top a::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 3px;
  height: 16px;
  transform-origin: 50% calc(3px / 2);
}

.page-top a::before {
  border-radius: calc(3px / 4) calc(3px / 2) 0 0;
  transform: translate(-50%, -50%) rotate(-40deg);
  transition: all 300ms ease;
}

.page-top a::after {
  border-radius: calc(3px / 2) calc(3px / 4) 0 0;
  transform: translate(-50%, -50%) rotate(40deg);
  transition: all 300ms ease;
}

.page-top.in {
  bottom: 20px;
  opacity: 1;
  pointer-events: auto;
}

.page-top.out {
  position: absolute;
  bottom: auto;
  top: -78px;
  bottom: auto;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 88px;
  top: 0;
  padding: 0 42px 0 50px;
  background-color: white;
  z-index: 10000;
}

@media screen and (max-width: 767px) {
  .header {
    height: 45px;
    padding: 0 10px 0 20px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  width: 270px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 155px;
  }
}

.header nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 440px;
  margin-right: 0;
  background-color: #2f2f2f;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .header nav {
    width: 100%;
  }
}

.header__menu {
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header__menu.open {
  height: calc(100vh - 88px);
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .header__menu.open {
    height: calc(100vh - 45px);
  }
}

.header__menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: calc(100vh - 88px);
  padding: 0 20px 100px;
}

.header__menu-list li {
  width: 100%;
}

.header__menu-list li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.header__menu-list a {
  display: block;
  align-items: center;
  padding: 1.25em;
  height: 100%;
  transition: opacity 300ms ease;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header__menu-list a {
    padding: 1.166em;
    font-size: 1.2rem;
  }
}

.header__menu-list a:hover {
  opacity: 0.7;
}

.header__menu-list2 {
  padding-left: 30px;
}

.header__menu-list2 a {
  position: relative;
  padding: 1em 0 1em 30px;
}

.header__menu-list2 a::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background: #fff;
}

.header__utils {
  display: flex;
  height: 88px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__utils {
    height: 45px;
  }
}

.header__utils a {
  transition: opacity 300ms ease;
}

.header__utils a:hover {
  opacity: 0.7;
}

.header__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header__phone {
    width: 48px;
    margin-right: 0;
  }
}

.header__phone span {
  line-height: 1;
}

.header__phone img {
  width: 47px;
}

@media screen and (max-width: 767px) {
  .header__phone img {
    width: 24px;
  }
}

.header__reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header__reserve {
    margin-right: 0;
  }
}

.header__reserve span {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .header__reserve span {
    font-size: 1.1rem;
  }
}

.header__reserve img {
  width: 49px;
  margin-right: .75em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header__reserve img {
    width: 24px;
    margin-right: 5px;
  }
}

/* ------------------------------------------------------

    Humberger Menu Btn

------------------------------------------------------ */
.menu-btn {
  position: relative;
  width: 88px;
  height: 88px;
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
  transition: opacity 300ms ease;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    display: block;
    width: 45px;
    height: 45px;
  }
}

.menu-btn:hover {
  opacity: 0.6;
}

.menu-btn.open {
  background-color: #fff;
}

.menu-btn > span:nth-child(1),
.menu-btn > span:nth-child(2),
.menu-btn > span:nth-child(3) {
  position: absolute;
  left: calc(50% - 26px);
  top: calc(50% - 22px);
  width: 52px;
  height: 44px;
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  .menu-btn > span:nth-child(1),
  .menu-btn > span:nth-child(2),
  .menu-btn > span:nth-child(3) {
    left: calc(50% - 13px);
    top: calc(50% - 10px);
    width: 26px;
    height: 20px;
  }
}

.menu-btn.open > span:nth-child(1) {
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.menu-btn.open > span:nth-child(2) {
  display: none;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.menu-btn.open > span:nth-child(3) {
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.menu-btn > span span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .menu-btn > span span {
    height: 2px;
  }
}

.menu-btn > span:nth-child(1) span {
  top: 50%;
  transform: translateY(-50%) translateY(-20px);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

@media screen and (max-width: 767px) {
  .menu-btn > span:nth-child(1) span {
    transform: translateY(-50%) translateY(-9px);
  }
}

.menu-btn > span:nth-child(2) span {
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.1596s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.menu-btn > span:nth-child(3) span {
  top: 50%;
  transform: translateY(-50%) translateY(20px);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

@media screen and (max-width: 767px) {
  .menu-btn > span:nth-child(3) span {
    transform: translateY(-50%) translateY(9px);
  }
}

.menu-btn.open > span:nth-child(1) span {
  background-color: #000;
  transform: translateY(-50%);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-btn.open > span:nth-child(3) span {
  background-color: #000;
  transform: translateY(-50%);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-ztop {
  z-index: 100;
}

.u-nowrap {
  white-space: nowrap;
}

.u-hidden {
  display: none !important;
}

.u-disable {
  pointer-events: none;
}

.u-transparent {
  opacity: 0;
}

.u-active {
  opacity: 0.5;
}

.u-debug {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.8);
  font-size: 1.2rem;
  color: #fff;
  z-index: 1000;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

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

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

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

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

.u-text-indent {
  text-indent: 1em;
}

.u-txt-bold,
.u-text-bold {
  font-weight: bold;
}

.u-txt-underline {
  text-decoration: underline;
}

/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.u-txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/********************************************************
	Utility: display
********************************************************/
.u-dn {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (max-width: 1199px) {
  .u-dn--lg {
    display: none !important;
  }
  .u-d-i--lg {
    display: inline !important;
  }
  .u-d-ib--lg {
    display: block !important;
  }
  .u-d-b--lg {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-dn--md {
    display: none !important;
  }
  .u-d-i--md {
    display: inline !important;
  }
  .u-d-ib--md {
    display: block !important;
  }
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

.reserve-btn {
  display: block;
  width: 225px;
  height: 45px;
  margin: 0 auto;
  background-color: #8f7913;
}

/* ------------------------------------------------------
    トップ
------------------------------------------------------ */
.top {
  position: relative;
  background-color: #fff;
}

.top .container {
  position: relative;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .top .container {
    padding-bottom: 40px;
  }
}

.top .container::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  background: #ffff url(../img/top/bg.jpg) 50% 0%/1920px no-repeat;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .top .container::before {
    background: #ffff url(../img/top/bg.jpg) 50% 0%/960px no-repeat;
  }
}

.top__title {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .top__title {
    width: 100%;
    height: 769px;
  }
  .top__title img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    max-width: none;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .top__title {
    height: auto;
  }
  .top__title img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}

.top__copy {
  padding-top: 20px;
  margin-bottom: 80px;
  text-align: center;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

@media screen and (max-width: 767px) {
  .top__copy {
    padding-top: 15px;
    margin-bottom: 35px;
  }
}

.top .inner--md {
  position: relative;
}

.top__link {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.top__link-item {
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 767px) {
  .top__link-item {
    width: calc((100% - 10px) / 3);
  }
}

.top__link-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f4e5;
  transition: opacity 300ms ease;
  text-align: center;
}

.top__link-item a:hover {
  opacity: 0.7;
}

.top__link-item a p:first-child {
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
  background: #f0f3e2 url(../img/top/circle.png) 0 0/100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .top__link-item a p:first-child {
    padding: 7px;
  }
}

.top__link-item a p:first-child img {
  max-width: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top__link-item a p:first-child img {
    max-width: 12px;
  }
}

.top__link-item a p:last-child {
  max-width: 162px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .top__link-item a p:last-child {
    max-width: 93px;
  }
}

/* ------------------------------------------------------
    ３つの柱
------------------------------------------------------ */
.point {
  position: relative;
  overflow: hidden;
}

.point.p1, .point.p2 {
  background: linear-gradient(to top, #ffffff 0px, #f0f2e1 100px);
}

.point.p3 {
  background-color: #f0f2e1;
}

.point .inner {
  padding-top: 0;
}

.point__ttl {
  position: relative;
  max-width: 1050px;
  margin: 0 auto 55px;
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .point__ttl {
    padding: 30px 30px 0 30px;
    margin: 0 auto 40px;
  }
}

.point__ttl::before {
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  width: 286px;
  height: 143px;
  border-radius: 0 0 142px 142px;
  background: #8f7913;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .point__ttl::before {
    left: -143px;
  }
}

@media screen and (max-width: 767px) {
  .point__ttl::before {
    left: -80px;
    width: 160px;
    height: 80px;
    border-radius: 0 0 80px 80px;
  }
}

.point__ttl span:first-child {
  position: absolute;
  display: block;
  top: 40px;
  left: 100px;
  width: 32px;
}

@media screen and (max-width: 991px) {
  .point__ttl span:first-child {
    left: 42px;
  }
}

@media screen and (max-width: 767px) {
  .point__ttl span:first-child {
    width: 18px;
    top: 20px;
    left: 24px;
  }
}

.point__ttl span:first-child img {
  width: 100%;
}

.point__ttl span:last-child {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
}

.point__ttl span:last-child img {
  width: 100%;
}

.p1 , .p2 {
  padding-bottom: 145px;
}

@media screen and (max-width: 767px) {
  .p1 , .p2 {
    padding-bottom: 60px;
  }
}

.p1 .point__ttl span:last-child {
  max-width: 270px;
}

@media screen and (max-width: 767px) {
  .p1 .point__ttl span:last-child {
    max-width: 154px;
  }
}

.p1 .inner--sm {
  width: calc(100% - (var(--padding) * 2));
  max-width: 520px;
}

.p1__fig {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p1__fig {
    margin-bottom: 15px;
  }
}

.p1__fig img {
  width: 100%;
}

.p1__lead {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p1__lead {
    margin-bottom: 10px;
  }
}

.p1__price {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p1__price {
    margin-bottom: 25px;
  }
}

.p1__price img {
  position: relative;
}

.p1__price::before {
  content: '';
  position: absolute;
  background-color: #931a39;
  border-bottom: solid 8px #887a33;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p1__price::before {
    border-bottom: solid 4px #887a33;
  }
}

.p1__price2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p1__price2 {
    margin-bottom: 28px;
  }
}

.p1__anchor {
  display: block;
  max-width: 400px;
  margin: 0 auto 80px;
  transition: opacity 300ms ease;
}

.p1__anchor:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p1__anchor {
    max-width: 228px;
    margin: 0 auto 40px;
  }
}

.p1__msg {
  position: relative;
  width: 100vw;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p1__msg {
    margin-bottom: 35px;
  }
}

.p1__msg .inner--md {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 550px;
  z-index: 1;
  max-width: 950px;
}

@media screen and (max-width: 767px) {
  .p1__msg .inner--md {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.p1__msg-text {
  width: 372px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 10px rgba(255, 255, 255,1.0)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 1.0));
}

@media screen and (max-width: 767px) {
  .p1__msg-text {
    position: absolute;
    top: 48.8%;
    right: 5.33333%;
    width: 56.53333%;
  }
}

.p1__msg-bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p1__msg-bg {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
}

.p1__graph {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p1__graph {
    margin-bottom: 35px;
  }
}

.p1__msg1 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p1__msg1 {
    margin-bottom: 15px;
  }
}

.p1__msg2 {
  position: relative;
  padding: 32px 0;
  margin-bottom: 30px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p1__msg2 {
    margin-bottom: 20px;
    padding: 18px 0;
  }
}

.p1__msg2::before {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8f7912;
  z-index: -1;
}

.p1__msg3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p1__msg3 {
    margin-bottom: 15px;
  }
}

.p2 .point__ttl {
  margin: 0 auto 25px;
}

@media screen and (max-width: 767px) {
  .p2 .point__ttl {
    margin: 0 auto 20px;
  }
}

.p2 .point__ttl span:last-child {
  max-width: 530px;
}

@media screen and (max-width: 767px) {
  .p2 .point__ttl span:last-child {
    max-width: 251px;
    left: 10%;
    left: 30px;
  }
}

.p3 .point__ttl {
  margin: 0 auto 75px;
}

@media screen and (max-width: 767px) {
  .p3 .point__ttl {
    margin: 0 auto 40px;
  }
}

.p3 .point__ttl span:last-child {
  max-width: 510px;
}

@media screen and (max-width: 767px) {
  .p3 .point__ttl span:last-child {
    max-width: 255px;
    left: 10%;
    left: 30px;
  }
}

/* ------------------------------------------------------
    タブ
------------------------------------------------------ */
.tab-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - (var(--padding) * 2));
  max-width: 590px;
  min-height: 74px;
  margin: 40px auto 40px;
}

@media screen and (max-width: 767px) {
  .tab-link {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .tab-link--1 {
    min-height: 42px;
    margin: 15px auto 15px;
  }
}

@media screen and (max-width: 767px) {
  .tab-link--2 {
    min-height: 42px;
    margin: 15px auto 15px;
  }
}

.tab-link::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.tab-link__item {
  position: relative;
  flex: 1 1 auto;
  display: flex;
}

.tab-link__item:not(:last-child) {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .tab-link__item:not(:last-child) {
    margin-right: 3px;
  }
}

.tab-link__item a {
  flex: 1 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #caccbe;
  text-align: center;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .tab-link__item a {
    padding: 5px 10px;
  }
}

.tab-link__item a:hover {
  background-color: #000;
  transition: background-color 300ms ease;
}

.tab-link__item a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f0f2e1 transparent transparent;
}

@media screen and (max-width: 767px) {
  .tab-link__item a::before {
    border-width: 0 10px 10px 0;
  }
}

.tab-link__item img {
  width: 100%;
}

.tab-link__item.is-selected a {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}

.tab-link--1 .tab-link__item:nth-child(1) img {
  max-width: 82px;
}

@media screen and (max-width: 767px) {
  .tab-link--1 .tab-link__item:nth-child(1) img {
    max-width: 47px;
  }
}

.tab-link--1 .tab-link__item:nth-child(2) img {
  max-width: 162px;
}

@media screen and (max-width: 767px) {
  .tab-link--1 .tab-link__item:nth-child(2) img {
    max-width: 93px;
  }
}

.tab-link--1 .tab-link__item:nth-child(3) img {
  max-width: 176px;
}

@media screen and (max-width: 767px) {
  .tab-link--1 .tab-link__item:nth-child(3) img {
    max-width: 100px;
  }
}

.tab-link--2 .tab-link__item:nth-child(1) img {
  max-width: 162px;
}

@media screen and (max-width: 767px) {
  .tab-link--2 .tab-link__item:nth-child(1) img {
    max-width: 93px;
  }
}

.tab-link--2 .tab-link__item:nth-child(2) img {
  max-width: 260px;
}

@media screen and (max-width: 767px) {
  .tab-link--2 .tab-link__item:nth-child(2) img {
    max-width: 149px;
  }
}

/* ------------------------------------------------------
    安心保証 x アフターケア
------------------------------------------------------ */
/* ------------------------------------------------------
    水の森美容外科ではなによりも、患者様の安全を第一に考えて施術を行っております。
------------------------------------------------------ */
.care-1 {
  position: relative;
}

.care-1 .inner--md {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 550px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .care-1 .inner--md {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: none;
  }
}

.care-1__text {
  width: 376px;
  margin-left: auto;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

@media screen and (max-width: 767px) {
  .care-1__text {
    position: absolute;
    top: 14.88095%;
    right: 6.66667%;
    width: 57.33333%;
  }
}

.care-1__bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .care-1__bg {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
}

/* ------------------------------------------------------
    水の森美容外科ではなによりも、患者様の安全を第一に考えて施術を行っております。
------------------------------------------------------ */
.care-2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .care-2 {
    margin-bottom: 35px;
  }
}

.care-2 .inner--md {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 550px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .care-2 .inner--md {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: none;
  }
}

.care-2__text {
  width: 444px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

@media screen and (max-width: 767px) {
  .care-2__text {
    position: absolute;
    top: 25.4902%;
    left: 5.33333%;
    width: 67.46667%;
  }
}

.care-2__bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .care-2__bg {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
}

/* ------------------------------------------------------
    アフターケア
------------------------------------------------------ */
.care-3 {
  display: flex;
  max-width: 700px;
  margin: 0 auto 20px;
  z-index: 10;
}

.care-3 > div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.care-3__item {
  position: relative;
  flex: 1 1 auto;
  z-index: 10;
}

.care-3__item:first-child {
  display: flex;
  align-items: center;
}

.care-3__item:first-child::before {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f9fdd8;
  top: 0;
  left: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.care-3__item:last-child {
  display: flex;
  align-items: center;
}

.care-3__item:last-child::before {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.care-3 > figure {
  position: relative;
  width: 50%;
  padding-top: 40px;
  padding-left: 60px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .care-3 > figure {
    padding-top: 20px;
    padding-left: 32px;
  }
}

/* ------------------------------------------------------
    ダウンタイムについて
------------------------------------------------------ */
.downtime {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .downtime {
    margin-bottom: 40px;
  }
}

.downtime > .container {
  padding-top: 70px;
  border-top: 10px solid #9c8716;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .downtime > .container {
    padding-top: 30px;
    border-top: 5px solid #9c8716;
  }
}

.downtime__copy {
  max-width: 500px;
  margin: 0 auto 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .downtime__copy {
    margin: 0 auto 30px;
  }
}

.downtime__desc {
  margin-bottom: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .downtime__desc {
    margin-bottom: 0;
  }
}

.downtime__desc p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .downtime__desc p + p {
    margin-top: 1em;
  }
}

.downtime__desc strong {
  color: #931b3a;
  font-size: 130%;
}

@media screen and (max-width: 767px) {
  .downtime__desc strong {
    font-size: 125%;
  }
}

.downtime__doctor {
  position: relative;
  max-width: 590px;
  margin: 0 auto;
}

.downtime__doctor::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 50%;
  background-color: #efe7e8;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .downtime__doctor figure {
    margin-left: 0;
  }
}

.downtime__doctor img {
  position: relative;
  width: 100%;
  max-width: none;
}

.downtime__price {
  padding: 65px;
}

@media screen and (max-width: 767px) {
  .downtime__price {
    padding: 30px 0;
  }
}

.downtime__price a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .downtime__price a {
    max-width: 270px;
  }
}

.downtime__price a:hover {
  opacity: 0.7;
  transform: opacity 300ms ease;
}

/* ------------------------------------------------------
    ・太もも脂肪吸引のダウンタイムってどのぐらい辛いの？
    ・日常の動作について
    ・術後のお休み期間について
------------------------------------------------------ */
.dtab .container {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .dtab .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.dtab__note {
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 1.6rem;
}

.dtab__title {
  margin-bottom: 55px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dtab__title {
    margin-bottom: 25px;
  }
}

.dtab__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .dtab__title img {
    max-width: 295px;
  }
}

.dtab__desc {
  padding: 40px 60px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .dtab__desc {
    padding: var(--padding);
  }
}

.dtab__desc p:nth-of-type(n + 2) {
  margin-top: 1em;
}

.dtab--1 .container {
  background-color: #f9fdd8;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .dtab--1 .container {
    padding-top: 30px;
  }
}

.dtab--1 .dtab__title img {
  max-width: 516px;
}

@media screen and (max-width: 767px) {
  .dtab--1 .dtab__title img {
    max-width: 295px;
  }
}

.dtab--1 .tab-list__item {
  width: calc( 33.333% - 16px);
  border-color: #9c8716;
  color: #9c8716;
  transition: all 300ms ease;
}

.dtab--1 .tab-list__item:hover, .dtab--1 .tab-list__item.is-open {
  background-color: #9c8716;
  color: #fff;
}

.dtab--2 .container {
  background-color: #edfffc;
}

.dtab--2 .tab-list__item {
  width: calc( 25% - 16px);
  border-color: #0f3c62;
  color: #0f3c62;
  transition: all 300ms ease;
}

.dtab--2 .tab-list__item:hover, .dtab--2 .tab-list__item.is-open {
  background-color: #0f3c62;
  color: #fff;
}

.dtab--3 .container {
  background-color: #fdf1d8;
}

.dtab--3 .tab-list__item {
  width: calc( 25% - 16px);
  border-color: #c2623d;
  color: #c2623d;
  transition: all 300ms ease;
}

.dtab--3 .tab-list__item:hover, .dtab--3 .tab-list__item.is-open {
  background-color: #c2623d;
  color: #fff;
}

.tab-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .tab-list {
    margin-bottom: 20px;
  }
}

.tab-list__item {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  border: 1px solid transparent;
  background-color: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.363;
}

@media screen and (max-width: 767px) {
  .tab-list__item {
    min-height: 46px;
    font-size: 1.3rem;
  }
}

.tab-list__item:not(:last-child) {
  margin-right: 10px;
}

.tab-list__item.is-open {
  background: #333;
  color: #fff;
  background-color: #9c8716;
}

.tab-contents {
  display: none;
  background-color: #fff;
}

.tab-contents.is-open {
  display: block;
}

/* ------------------------------------------------------
    料金一覧
------------------------------------------------------ */
.price {
  background: #ffffff url(../img/gray-bg.jpg) 50% 50%/cover no-repeat;
}

.price .container {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .price .container {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}

.price__title {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price__title {
    margin-bottom: 20px;
  }
}

.price__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .price__title img {
    max-width: 295px;
  }
}

.price__title2 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price__title2 {
    margin-bottom: 20px;
  }
}

.price__title2 img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .price__title2 img {
    max-width: 295px;
  }
}

.price__01, .price__02 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.price__01 dt, .price__01 dd, .price__02 dt, .price__02 dd {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 5px 5px 5px 100px;
  border-bottom: 1px solid #340612;
}

@media screen and (max-width: 767px) {
  .price__01 dt, .price__01 dd, .price__02 dt, .price__02 dd {
    padding: 5px 14px 5px 20px;
  }
}

.price__01 dt:nth-of-type(1),
.price__01 dt:nth-of-type(1) + dd, .price__02 dt:nth-of-type(1),
.price__02 dt:nth-of-type(1) + dd {
  border-top: 1px solid #340612;
}

.price__01 {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .price__01 {
    margin-bottom: 30px;
  }
}

.price__01 dt {
  min-height: 86px;
  background-color: #f0f2e1;
}

@media screen and (max-width: 767px) {
  .price__01 dt {
    min-height: 43px;
  }
}

.price__01 dd {
  background-color: #fff;
}

.price__02 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .price__02 {
    font-size: 1.3rem;
  }
}

.price__02 dt {
  min-height: 126px;
  background-color: #9c8716;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .price__02 dt {
    min-height: 62px;
  }
}

.price__02 dd {
  background-color: #f9fdd8;
}

.price__02 dd p {
  color: #756310;
  line-height: 1.5;
}

.price__02 dd p strong {
  font-size: 2.0rem;
  color: #931b3a;
}

@media screen and (max-width: 767px) {
  .price__02 dd p strong {
    font-size: 1.2rem;
  }
}

.price__mark {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-right: 25px;
  border-radius: 50px;
  background-color: #931b3a;
  left: 25px;
  border: 1.5px solid #fff;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .price__mark {
    position: relative;
    left: auto;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: -10px;
    font-size: 1.0rem;
  }
}

.price__note {
  font-size: 1.6rem;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .price__note {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}

.price__anchor {
  padding: 65px 65px 35px;
}

@media screen and (max-width: 767px) {
  .price__anchor {
    padding: 20px;
  }
}

.price__anchor a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  transition: opacity 300ms ease;
}

@media screen and (max-width: 767px) {
  .price__anchor a {
    max-width: 228px;
  }
}

.price__anchor a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------
    動画で解説
------------------------------------------------------ */
.movie {
  background-color: #f0f2e1;
}

.movie .container {
  padding-top: 85px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .movie .container {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

.movie__title {
  margin-bottom: 55px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie__title {
    margin-bottom: 25px;
  }
}

.movie__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .movie__title img {
    max-width: 295px;
  }
}

.movie__list {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .movie__list {
    margin-bottom: 22px;
  }
}

.movie__list-item {
  position: relative;
}

.movie__list-item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie__list-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__list-item + .movie__list-item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .movie__list-item + .movie__list-item {
    margin-top: 15px;
  }
}

.movie__link {
  display: flex;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .movie__link {
    height: 85px;
  }
}

.movie__link p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie__link p {
    font-size: 1.3rem;
    line-height: 1.84;
  }
}

.movie__link p:first-child {
  background-color: #fafedd;
  color: #9c8716;
}

.movie__link p:last-child {
  background-color: #fff;
}

.movie__link p:last-child a {
  transition: opacity 300ms ease;
}

.movie__link p:last-child a:hover {
  opacity: 0.7;
}

.movie__link p:last-child img {
  width: 65px;
}

@media screen and (max-width: 767px) {
  .movie__link p:last-child img {
    width: 33px;
  }
}

/* ------------------------------------------------------
    ドクター紹介
------------------------------------------------------ */
.doctor {
  background-color: #f0f2e1;
}

.doctor .container {
  padding-top: 40px;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .doctor .container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.doctor__title {
  margin-bottom: 55px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .doctor__title {
    margin-bottom: 20px;
  }
}

.doctor__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .doctor__title img {
    max-width: 295px;
  }
}

.doctor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.doctor__list-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  padding: 50px 10px 50px 30px;
  background-color: #edfffc;
}

@media screen and (max-width: 767px) {
  .doctor__list-item {
    width: 100%;
    padding: 25px 20px 25px 7px;
  }
}

.doctor__list-item {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .doctor__list-item {
    margin-top: 5px;
  }
}

.doctor__photo {
  width: 30.37%;
  padding-right: 45px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .doctor__photo {
    width: 50%;
    padding-right: 0;
  }
  .doctor__photo figure {
    width: 125px;
    margin-left: auto;
    margin-right: 15px;
  }
}

.doctor__photo2 {
  width: calc(50% + 20px);
}

@media screen and (max-width: 767px) {
  .doctor__photo2 {
    width: 50%;
  }
  .doctor__photo2 figure {
    width: 125px;
    margin-left: auto;
    margin-right: 15px;
  }
}

.doctor__name {
  width: 30.37%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .doctor__name {
    width: 50%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .doctor__name p img {
    max-width: 112px;
  }
}

.doctor__name2 {
  width: calc(50% - 20px);
  padding-left: 20px;
}
.doctor__name2.long {
  width: calc(50% - 20px);
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .doctor__name2 {
    width: 50%;
    padding-left: 20px;
  }
}

.doctor__name2 p img {
  width: 100%;
  max-width: 180px;
}

.doctor__name2.long p img {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .doctor__name2 p img {
    max-width: 112px;
  }
  .doctor__name2.long p img {
    max-width: 160px;
  }
}

.doctor__link {
  display: flex;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .doctor__link {
    height: 85px;
  }
}

.doctor__link p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .doctor__link p {
    font-size: 1.3rem;
    line-height: 1.84;
  }
}

.doctor__link p:first-child {
  background-color: #edfffc;
}

.doctor__link p:last-child {
  background-color: #fff;
}

.doctor__link p:last-child a {
  transition: opacity 300ms ease;
}

.doctor__link p:last-child a:hover {
  opacity: 0.7;
}

.doctor__link p:last-child img {
  width: 65px;
}

@media screen and (max-width: 767px) {
  .doctor__link p:last-child img {
    width: 33px;
  }
}

/* ------------------------------------------------------
    クリニック紹介
------------------------------------------------------ */
.access {
  background-color: #f0f2e1;
}

.access .container {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .access .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.access__title {
  margin-bottom: 55px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access__title {
    margin-bottom: 25px;
  }
}

.access__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .access__title img {
    max-width: 295px;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.access__list-item {
  width: calc((100% - 10px) / 2);
  background-color: #fff;
}

.access__list-item:nth-child(n + 3) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .access__list-item:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .access__list-item {
    width: 100%;
  }
  .access__list-item:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.access__info-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  background-color: #9c8716;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .access__info-title {
    height: 50px;
    font-size: 1.6rem;
  }
}

.access__info-address {
  padding: 30px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .access__info-address {
    padding: 20px;
    font-size: 1.2rem;
  }
}

.access__info-address p + p {
  min-height: 5.2em;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .access__info-address p + p {
    min-height: 0;
  }
}

.access__info-address strong {
  font-weight: 700;
}

.access__info-map {
  position: relative;
  width: 100%;
  height: auto;
}

.access__info-map::before {
  content: '';
  display: block;
  padding-top: 61.492%;
}

.access__info-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access__info-tel {
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .access__info-tel {
    padding: 20px 50px;
  }
}

.access__info-tel a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  height: 80px;
  padding-right: 45px;
  background: #9c8716;
  transition: opacity 300ms ease;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .access__info-tel a {
    max-width: 228px;
    height: 48px;
    padding-right: 25px;
    font-size: 1.2rem;
  }
}

.access__info-tel a:hover {
  opacity: 0.7;
}

.access__info-tel a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: #2f2f2f url(../img/icon-phone.svg) 50% 50%/23px no-repeat;
}

@media screen and (max-width: 767px) {
  .access__info-tel a::before {
    width: 25px;
    background: #2f2f2f url(../img/icon-phone.svg) 50% 50%/12px no-repeat;
  }
}

/* ------------------------------------------------------
    お支払い方法
------------------------------------------------------ */
.pay {
  background-color: #f2f4e6;
}

.pay .container {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pay .container {
    padding-top: 20px;
    padding-bottom: 37px;
  }
}

.pay__inner {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .pay__inner {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.pay__title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pay__title {
    margin-bottom: 20px;
  }
}

.pay__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .pay__title img {
    max-width: 295px;
  }
}

.pay__list-item:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pay__list-item:nth-child(n + 2) {
    margin-top: 8px;
  }
}

.pay__blk-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .pay__blk-title {
    font-size: 1.3rem;
  }
}

.pay__blk-title::before {
  content: '◆ ';
  color: #9c8716;
}

.pay__note {
  margin-top: 5px;
  padding-left: 3.5rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .pay__note {
    padding-left: 2.0rem;
    font-size: 1.0rem;
  }
}

.pay__card {
  margin-top: 25px;
  padding-bottom: 10px;
  padding-left: 3.5rem;
}

@media screen and (max-width: 767px) {
  .pay__card {
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 2.0rem;
  }
}

.pay__card img {
  max-width: 522px;
}

@media screen and (max-width: 767px) {
  .pay__card img {
    max-width: 260px;
  }
}

/* ------------------------------------------------------
    よくあるご質問
------------------------------------------------------ */
.faq {
  background: #ffffff url(../img/gray-bg.jpg) 50% 50%/cover no-repeat;
}

.faq .container {
  padding-top: 95px;
  padding-bottom: 120px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .faq .container {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

.faq__title {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 30px;
  }
}

.faq__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .faq__title img {
    max-width: 295px;
  }
}

.faq__list-item:nth-child(n + 2) {
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .faq__list-item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.faq__q {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 120px;
  padding-left: 90px;
  background-color: #f9fdd8;
  cursor: pointer;
  transition: background-color 300ms ease;
  font-size: 2.4rem;
  letter-spacing: 0.01em;
}

.faq__q:hover {
  background-color: rgba(249, 253, 216, 0.7);
}

@media screen and (max-width: 991px) {
  .faq__q {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .faq__q {
    min-height: 70px;
    padding-left: 50px;
    font-size: 1.3rem;
  }
}

.faq__q::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #9c8716 url(../img/letter_q.svg) 50% 50%/26px no-repeat;
}

@media screen and (max-width: 767px) {
  .faq__q::before {
    width: 35px;
    background: #9c8716 url(../img/letter_q.svg) 50% 50%/15px no-repeat;
  }
}

.faq__a {
  display: none;
  padding: 30px 60px;
  background-color: #fff;
  letter-spacing: 0.01em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .faq__a {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
}

.faq__q.is-open + .faq__a {
  display: block;
}

/* ------------------------------------------------------
    無料相談・カウンセリング予約
------------------------------------------------------ */
.md_form__title {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .md_form__title {
    margin-bottom: 30px;
  }
}

.md_form__title img {
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .md_form__title img {
    max-width: 295px;
  }
}

/* ------------------------------------------------------
    リサーフェイシング法
------------------------------------------------------ */
.resurfacing.container {
  padding-bottom: 75px;
  margin-bottom: 50px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .resurfacing.container {
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
}

.resurfacing__lead {
  position: relative;
  padding: 60px 0 50px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .resurfacing__lead {
    padding: 30px 0 25px;
    margin-bottom: 25px;
  }
}

.resurfacing__lead img {
  position: relative;
}

.resurfacing__lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f9fdd8;
  transform: translate(-50%, 0);
}

.resurfacing__next {
  position: relative;
  padding: 30px 0 0;
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .resurfacing__next {
    margin-bottom: 80px;
  }
}

.resurfacing__next img {
  position: relative;
}

.resurfacing__next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #fef0e0;
}

.resurfacing__next:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 50vw);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0 50vw;
  border-color: #fef0e0 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .resurfacing__next:after {
    border-width: 60px 50vw 0 50vw;
  }
}

.resurfacing__title {
  margin-bottom: 40px;
  border-bottom: 4px solid #86273c;
}

@media screen and (max-width: 767px) {
  .resurfacing__title {
    margin-bottom: 20px;
    border-bottom: 3px solid #86273c;
  }
}

.resurfacing__title2 {
  padding: 0.625em;
  margin-bottom: 30px;
  background-color: #fef0e0;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .resurfacing__title2 {
    margin-bottom: 15px;
  }
}

.resurfacing__blk {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .resurfacing__blk {
    margin-bottom: 20px;
  }
}

.resurfacing__blk:last-child {
  margin-bottom: 35px;
}

.resurfacing__blk figure {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .resurfacing__blk figure {
    margin-bottom: 10px;
  }
}

.resurfacing__blk span {
  font-size: 80%;
}

.resurfacing__about {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .resurfacing__about {
    margin-bottom: 30px;
  }
}

.resurfacing__about dt {
  padding: 0.75em;
  background-color: #931b3a;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .resurfacing__about dt {
    font-size: 1.4rem;
  }
}

.resurfacing__about dd {
  padding: 25px 55px 30px;
  background-color: #fef0e0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .resurfacing__about dd {
    padding: 13px;
  }
}

.resurfacing__about dd strong {
  font-size: 130%;
  color: #931b3a;
}

@media screen and (max-width: 767px) {
  .resurfacing__about dd strong {
    font-size: 125%;
  }
}

.resurfacing__fig-1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .resurfacing__fig-1 {
    margin-bottom: 30px;
  }
}

.resurfacing__fig-2 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .resurfacing__fig-2 {
    margin-bottom: 40px;
  }
}

.resurfacing__point dt {
  padding-top: 4px;
  height: 60px;
  background-color: #f5fcba;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .resurfacing__point dt {
    height: 35px;
  }
}

.resurfacing__point dt img {
  max-width: 148px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .resurfacing__point dt img {
    max-width: 85px;
  }
}

.resurfacing__point dd {
  padding: 25px 55px 30px;
  background-color: #f9fdd8;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .resurfacing__point dd {
    padding: 13px;
  }
}

.resurfacing__point dd strong {
  font-size: 130%;
  color: #931b3a;
}

@media screen and (max-width: 767px) {
  .resurfacing__point dd strong {
    font-size: 125%;
  }
}

/* ------------------------------------------------------
    ボディバランス
------------------------------------------------------ */
.bb.container {
  padding-top: 55px;
  padding-bottom: 75px;
  margin-bottom: 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .bb.container {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.bb__lead {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .bb__lead {
    margin-bottom: 20px;
  }
}

.bb__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  margin-bottom: -30px;
  width: 300px;
  height: 70px;
  background-color: #9c8716;
  border-right: 20px solid #2c2d29;
}

#p2-3 + .bb__title {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .bb__title {
    width: 170px;
    height: 40px;
    margin-left: calc(var(--padding) * -1);
    margin-bottom: -10px;
    border-right: 10px solid #2c2d29;
  }
}

.bb__title img {
  max-width: 202px;
}

@media screen and (max-width: 767px) {
  .bb__title img {
    max-width: 115px;
  }
}

.bb__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bb__layout > div {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .bb__layout > div {
    width: 100%;
  }
}

.bb__fig img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .bb__fig {
    margin-bottom: 20px;
  }
}

.bb__desc {
  padding-left: 60px;
  padding-right: 60px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .bb__desc {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
}

.bb strong {
  color: #931a39;
  font-size: 130%;
}

@media screen and (max-width: 767px) {
  .bb strong {
    font-size: 125%;
  }
}

/* ------------------------------------------------------
    部位別デザインポイント
------------------------------------------------------ */
.design.container {
  padding-top: 60px;
  padding-bottom: 75px;
  /*margin-bottom: 95px;*/
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .design.container {
    padding-top: 20px;
    padding-bottom: 35px;
    /*margin-bottom: 60px;*/
  }
}

.design__step:nth-child(2) {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .design__step:nth-child(2) {
    margin-top: 25px;
  }
}

.design__title {
  padding: 0.625em;
  margin-bottom: 20px;
  background-color: #931b3a;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .design__title {
    margin-bottom: 10px;
  }
}

.design__desc {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .design__desc {
    margin-bottom: 10px;
  }
}

.design-fig {
  display: flex;
}

.design-fig div {
  width: 50%;
}

.design-fig div:nth-child(2) {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .design-fig div:nth-child(2) {
    padding-left: 20px;
  }
}

.design-fig div:nth-child(2) p:nth-child(1) {
  margin-top: 10%;
  margin-bottom: 1em;
  height: 30%;
}

@media screen and (max-width: 767px) {
  .design-fig div:nth-child(2) p:nth-child(1) {
    margin-top: 12%;
    margin-bottom: 1em;
    height: 32%;
  }
}

.design-fig div:nth-child(2) p.color-red {
  color: #931b3a;
}

.design-fig div:nth-child(2) p.color-blue {
  color: #24689c;
}

.design-fig img {
  max-width: none;
  width: 100%;
}

.design-fig strong {
  font-size: 125%;
  color: #931b3a;
}

.design-fig--3 div:nth-child(2) p:nth-child(1) {
  margin-top: 8%;
  margin-bottom: 1em;
  height: 30%;
}

@media screen and (max-width: 767px) {
  .design-fig--3 div:nth-child(2) p:nth-child(1) {
    margin-top: 5.2%;
    margin-bottom: 1em;
    height: auto;
  }
}

/* ------------------------------------------------------
    クリスクロス法とは
------------------------------------------------------ */
.cross__btn {
  padding: 65px 0 55px;
}

@media screen and (max-width: 767px) {
  .cross__btn {
    padding: 25px 0 25px;
  }
}

.cross__btn:hover {
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.cross__btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 60px;
  padding-right: 45px;
  background: #9c8716;
  cursor: pointer;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cross__btn span {
    max-width: 228px;
    height: 35px;
    padding-right: 25px;
    font-size: 1.35rem;
  }
}

.cross__btn span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: #2f2f2f url(../img/arrow.svg) 50% 50%/16px no-repeat;
}

@media screen and (max-width: 767px) {
  .cross__btn span::before {
    background: #2f2f2f url(../img/arrow.svg) 50% 50%/8px no-repeat;
  }
}

.cross__title, .cross__title2 {
  padding: 0.625em;
  font-weight: 700;
  text-align: center;
}

.cross__title {
  margin-bottom: 40px;
  background-color: #fdf1d8;
}

@media screen and (max-width: 767px) {
  .cross__title {
    margin-bottom: 15px;
  }
}

.cross__title2 {
  margin-bottom: 40px;
  background-color: #9c8716;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cross__title2 {
    margin-bottom: 15px;
  }
}

.cross__desc1 {
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .cross__desc1 {
    margin-bottom: 20px;
  }
}

.cross__desc1 div:nth-child(1) {
  width: 50%;
  text-align: right;
}

.cross__desc1 div:nth-child(1) figure {
  max-width: 250px;
  margin: 0 auto;
}

.cross__desc1 div:nth-child(2) {
  width: 50%;
  padding-left: 30px;
}

.cross__desc2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .cross__desc2 {
    margin-bottom: 25px;
  }
}

.cross__desc2 figure {
  max-width: 510px;
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cross__desc2 figure {
    margin: 0 auto 10px;
  }
}

/*------------------------------------------------

		md_tel

------------------------------------------------*/
#md_tel {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 42px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #md_tel {
    padding: 15px 20px;
  }
}

#md_tel h2 {
  margin-bottom: 10px;
  color: #9c8716;
  width: 250px;
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #md_tel h2 {
    width: 187px;
    margin: 10px auto 0;
  }
}

#md_tel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #md_tel ul {
    margin-top: 1rem;
  }
}

#md_tel ul + p {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #md_tel ul + p {
    font-size: 1.2rem;
  }
}

#md_tel ul li {
  width: calc((100% - 35px) / 2);
}

#md_tel ul li:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #md_tel ul li {
    width: calc((100% - 15px) / 2);
  }
}

#md_tel ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  height: 77px;
  padding-right: 33px;
  background: #9c8716;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #md_tel ul li a {
    height: 57px;
    padding-right: 25px;
  }
}

#md_tel ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100%;
  background: #2f2f2f url(../img/icon-phone.svg) 50% 50%/18px no-repeat;
}

@media screen and (max-width: 767px) {
  #md_tel ul li a::before {
    width: 25px;
    background: #2f2f2f url(../img/icon-phone.svg) 50% 50%/12px no-repeat;
  }
}

#md_tel ul li a span:first-child {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #md_tel ul li a span:first-child {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

#md_tel ul li a span:last-child {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #md_tel ul li a span:last-child {
    font-size: 1.2rem;
  }
}

#md_tel .md_close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  text-indent: -9999px;
}

#md_tel .md_close::before, #md_tel .md_close::after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
}

#md_tel .md_close::before {
  transform: rotate(-45deg);
}

#md_tel .md_close::after {
  transform: rotate(45deg);
}

/*------------------------------------------------

	デバッグ

------------------------------------------------*/
/*------------------------------------------------

		md_select_wrap

------------------------------------------------*/
.md_select_wrap {
  position: relative;
}

.md_select_wrap::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  position: absolute;
  top: 16px;
  right: 5px;
}

@media (max-width: 559px) {
  .md_select_wrap::after {
    top: 12px;
  }
}

.md_select_wrap select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.md_select_wrap select::-ms-expand {
  display: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-content {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.mfp-fade.mfp-wrap.mfp-ready.mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
  opacity: 0;
}

/*------------------------------------------------

		fc

------------------------------------------------*/
.is_fc_green {
  color: #9c8716;
}

.is_fc_pink {
  color: #ed5645;
}

/*------------------------------------------------

		form

------------------------------------------------*/
.md_form {
  background: #eff2e1;
  /* padding: 7.5rem min(12.5%, 6rem) 12rem; */
  padding: 80px 0 75px;
}

@media (max-width: 767px) {
  .md_form {
    padding: 3rem 0 5rem;
  }
}

.md_form_inner {
  max-width: 1050px;
  margin: 0 auto;
}

.md_form_step {
  max-width: 550px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .md_form_step {
    max-width: none;
    padding: 0 8%;
  }
}

.md_form_step ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #8f7912;
  overflow: hidden;
}

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

.md_form_step ol li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  padding: 10px;
  height: 105px;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.575;
  text-align: center;
  color: #8f7912;
}

@media (max-width: 767px) {
  .md_form_step ol li {
    height: 60px;
  }
}

.md_form_step ol li.is_current {
  background-color: #9c8716;
  color: #fff;
}

.md_form_step ol li:not(:first-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/form/next-line.png) 0 0/100% 100% no-repeat;
}

.md_form_step ol li:nth-child(1).is_current + li::after {
  background: url(../img/form/next-fill.png) 0 0/100% 100% no-repeat;
}

.md_form_step ol li:nth-child(2).is_current + li::after {
  background: url(../img/form/next-fill.png) 0 0/100% 100% no-repeat;
}

.md_form dl {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.md_form dl dt {
  width: 100%;
  margin-top: 20px;
  padding: 10px 8%;
  background-color: transparent;
  border-top: 1px solid #8f7912;
  font-size: 1.8rem;
  font-weight: 900;
}

@media (max-width: 559px) {
  .md_form dl dt {
    margin-top: 25px;
    padding: 20px 8% 0;
    background-color: transparent;
    border-top: 1px solid #8f7912;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

.md_form dl dt > div + p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.md_form dl dt span {
  background: #931b3a;
  border: 1px solid #931b3a;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 10px;
  padding: 0 5px 1px;
}

.md_form dl dt span.any {
  background: #fff;
  color: #333;
}

.md_form dl dt br {
  display: none;
}

.md_form dl dt .is_message {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 559px) {
  .md_form dl dt .is_message {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

.md_form dl dd {
  font-size: 1.6rem;
  width: 100%;
  margin: 15px auto 0;
  padding: 0 8%;
  text-align: justify;
}

@media (max-width: 559px) {
  .md_form dl dd {
    margin-top: 10px;
  }
}

.md_form dl dd input[type=text],
.md_form dl dd input[type=tel],
.md_form dl dd input[type=email],
.md_form dl dd select, .md_form dl dd > textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 300;
  width: 100%;
  padding: 10px 15px;
}

.md_form dl dd select option.is_disabled {
  background: #f3f3f3;
  color: #333;
}

.md_form dl dd > textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  min-height: 150px;
}

.md_form dl dd > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.md_form dl dd .md_tokyo_attention:not(:empty) {
  border: 1px dashed #fff;
  font-size: 1.4rem;
  margin: 10px auto 20px;
  padding: 15px 6%;
}

@media (max-width: 559px) {
  .md_form dl dd .md_tokyo_attention:not(:empty) {
    font-size: 1.2rem;
  }
}

.md_form dl dd .md_tokyo_attention:not(:empty) p {
  margin-top: 0;
}

.md_form dl dd .md_hopeday_ttl:not(:first-of-type) {
  margin: 15px 0 3px;
}

.md_form dl dd .md_hopeday {
  justify-content: space-between;
  margin-bottom: 10px;
}

.md_form dl dd p.is_attention {
  font-size: 1.6rem;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 559px) {
  .md_form dl dd p.is_attention {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

.md_form dl dd.md_name > div > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.md_form dl dd.md_name > div > div + div {
  margin-top: 15px;
}

.md_form dl dd.md_name > div > div > p {
  width: 30px;
}

.md_form dl dd.md_name input[type=text] {
  width: calc(100% - 40px);
}

.md_form dl dd #age {
  width: 140px;
}

.md_form dl dd .md_select_wrap + p:not(.md_hopeday_ttl) {
  margin-left: 10px;
}

.md_form dl dd #year {
  width: 70px;
  margin-right: 5px;
}

.md_form dl dd #month,
.md_form dl dd #day {
  width: 50px;
  margin: 0 5px;
}

.md_form dl dd > div p {
  margin-top: 12px;
}

.md_form dl dd p.is_link a {
  border-bottom: 1px solid #333;
}

.md_form dl dd .md_hopeday > div {
  width: 75%;
}

.md_form dl dd .md_hopeday a {
  width: 10%;
  margin-top: 5px;
}

.md_form dl dd.is_repeat_yes div + p {
  margin: 15px 0;
}

.md_form dl dd ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5px;
}

.md_form dl dd ul li {
  width: 100%;
  position: relative;
}

.md_form dl dd ul li + li {
  margin-top: 5px;
}

.md_form dl dd ul li > input {
  display: none;
}

.md_form dl dd ul li input + label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.md_form dl dd ul li input[type=radio] + label::before {
  border-radius: 50%;
}

.md_form dd ul li input[type=radio]:checked + label::before {
  background: #9c8716;
}

.md_form dl dd ul li input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #f9f3da;
  border-left: 2px solid #f9f3da;
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 5px;
}

.md_form dl dd ul li .md_other {
  margin-top: 5px;
  padding-left: 2em;
}

.md_form .input-wrap {
  position: relative;
  width: 228px;
  height: 48px;
  margin: 25px auto 0;
  background: #9c8716;
}

@media (min-width: 768px) {
  .md_form .input-wrap {
    width: 400px;
    height: 80px;
    margin: 60px auto 0;
  }
}

.md_form .input-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  background-color: #2f2f2f;
  /* background: url(../../../img/arrow-horizon.svg) 0 0/100% 100% no-repeat; */
  z-index: 10;
}

@media (min-width: 768px) {
  .md_form .input-wrap::before {
    width: 45px;
  }
}

.md_form .input-wrap::after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  width: 35px;
  height: 4px;
  background: url(../img/arrow-horizon.svg) 0 0/100% 100% no-repeat;
  z-index: 10;
}

@media (min-width: 768px) {
  .md_form .input-wrap::before {
    width: 45px;
  }
  .md_form .input-wrap::after {
    right: 22px;
    width: 69px;
    height: 8px;
  }
}

.md_form input[type=submit] {
  background-color: #9c8716;
  position: relative;
  display: block;
  width: 60%;
  height: 100%;
  margin: 20px auto 0;
  padding: 15px 5%;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}

.md_form .input-wrap input[type=submit] {
  width: 100%;
  margin: 0;
  padding: 0 25px 0 0;
}

@media (min-width: 768px) {
  .md_form input[type=submit] {
    margin: 40px auto 0;
    padding: 25px 5%;
    font-size: 2.0rem;
  }
  .md_form .input-wrap input[type=submit] {
    margin: 40px auto 0;
    padding: 25px 5%;
  }
}

.err,
.err + .flatpickr-input {
  background: #ffe5e5 !important;
}

span.err {
  display: inline-block;
  padding: 10px;
}

.formErrorMsg {
  line-height: 1.2;
}

.md_name .formErrorMsg {
  padding-left: 40px;
}

.errMsg:not(:empty) {
  color: #692b2b;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
}

.formErrorClose {
  display: none;
}

@media (min-width: 768px) {
  .md_form dl {
    border-bottom: 1px solid #9c8716;
    margin-top: 40px;
  }
  .md_form dl dt {
    width: 35%;
    margin-top: 0;
    padding: 20px;
    background-color: #fafedd;
    border-top: 1px solid #9c8716;
  }
  .md_form dl dt br {
    display: block;
  }
  .md_form dl dt span {
    font-size: 1.4rem;
    margin-left: 15px;
  }
  .md_form dl dt.is_repeat_yes span {
    margin-top: 5px;
    margin-left: 0;
  }
  .md_form dl dt > div {
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
  }
  .md_form dl dd {
    border-top: 1px solid #9c8716;
    width: 65%;
    margin-top: 0;
    padding: 20px 30px;
  }
  .md_form dl dd input[type=text],
  .md_form dl dd input[type=tel],
  .md_form dl dd input[type=email],
  .md_form dl dd select,
  .md_form dl dd > textarea {
    padding: 15px 20px;
  }
  .md_form dl dd > textarea {
    min-height: 250px;
  }
  .md_form dl dd.md_name > div {
    justify-content: space-between;
  }
  .md_form dl dd.md_name > div > div {
    width: 48%;
  }
  .md_form dl dd.md_name > div > div + div {
    margin-top: 0;
  }
  .md_form dl dd.md_name > div > div > p {
    width: 50px;
    text-align: center;
  }
  .md_form dl dd.md_name input[type=text] {
    width: calc(100% - 60px);
  }
  .md_form dl dd #year {
    width: 100px;
    margin-right: 10px;
  }
  .md_form dl dd #month,
  .md_form dl dd #day {
    width: 80px;
    margin: 0 10px;
  }
  .md_form dl dd .md_hopeday > div {
    width: 85%;
  }
  .md_form dl dd .md_hopeday a {
    width: 5%;
    margin-top: 10px;
  }
  .md_form dl dd ul {
    margin: -5px auto;
  }
  .md_form dl dd ul li {
    width: auto;
    margin: 5px 20px 5px 0;
  }
  .md_form dl dd ul li + li {
    margin-top: 5px;
  }
  .md_name .formErrorMsg {
    padding-left: 60px;
  }
  .errMsg:not(:empty) {
    font-size: 1.4rem;
  }
  span.err {
    padding: 20px;
  }
}

.md_confirm {
  font-weight: bold;
  margin: 40px 5% 0;
}

.md_form .md_btn_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
}

.md_form .md_btn_list .is_return {
  background: #fff;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
  text-align: center;
}

@media (min-width: 768px) {
  .md_confirm {
    margin: 60px auto 0;
    text-align: center;
  }
  .md_form .md_btn_list {
    flex-direction: row;
  }
  .md_form .md_btn_list .is_return {
    font-size: 1.8rem;
    width: 40%;
    margin: 40px 0 0;
    padding: 25px 5%;
  }
  .md_form .md_btn_list input[type=submit] {
    width: 40%;
    margin: 40px 0 0 5%;
  }
}

.md_done {
  margin: 40px 5% 0;
}

@media (max-width: 767px) {
  .md_done {
    margin: 60px auto 0;
    text-align: center;
  }
}

.homeday_hiddenArea {
  width: 100%;
}

.homeday_hiddenArea .button,
.homeday_hiddenArea .button2,
.homeday_hiddenArea .button3 {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  margin-left: 25px;
}

.homeday_hiddenArea .button:hover,
.homeday_hiddenArea .button2:hover,
.homeday_hiddenArea .button3:hover {
  cursor: pointer;
  opacity: 0.8;
}

.homeday_hiddenArea .button::before,
.homeday_hiddenArea .button2::before,
.homeday_hiddenArea .button3::before {
  background-color: #9c8716;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  left: -25px;
  top: 12px;
}

.homeday_hiddenArea .button::after,
.homeday_hiddenArea .button2::after,
.homeday_hiddenArea .button3::after {
  content: "+";
  position: absolute;
  font-size: 14px;
  color: #fff;
  left: -19px;
  top: 9px;
}

.homeday_hiddenArea select {
  margin-left: 0;
}

.homeday_hiddenArea .hiddenContents {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.homeday_hiddenArea .hiddenContents {
  margin-bottom: 10px;
  width: 100%;
}

.homeday_hiddenArea .hiddenContents div {
  position: relative;
}

.homeday_hiddenArea .hiddenContents div + div {
  margin-top: 10px;
}

.homeday_hiddenArea .hiddenContents div::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
  transform: rotate(90deg);
  z-index: 1;
}

@media (max-width: 767px) {
  .homeday_hiddenArea .hiddenContents select {
    width: 100%;
  }
}

.homeday_hiddenArea .hiddenContents > div {
  opacity: 1;
}

.homeday_hiddenArea .hiddenContents > div.is-hidden {
  opacity: 0;
  display: none;
}

.u-small {
  font-size: 0.875em;
}

/*2022/03/28*/
.reserve-annai{
	border: solid 1px;
	margin: 20px auto;
	width: 90%;
	padding: 1.5em 2em 2em;
}
.reserve-annai_title{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0.8em;
}
.reserve-annai ul li {
  text-indent: -1em;
	padding-left: 1em;
}
.reserve-annai .t-small{
  margin-top: 0.75em;
  font-size: 0.9em;	
}
@media (max-width: 767px) {
  .reserve-annai{
    padding: 1.5em 1em 2em;
	}
	.reserve-annai_title{
    font-size: 1.7rem;
    margin-bottom: 0.5em;
	}
	.reserve-annai ul li {
		font-size: 1.3rem;
	}
	.reserve-annai .t-small{
		font-size: 1.2rem;
	}
}

.l_important {
	margin: 40px auto 0;
	padding: 0 5%;
}
.l_important .md_important {
	max-width: 1150px;
    margin: 0 auto;
    border: 5px solid #9c8716;
}
.l_important .md_important .md_ttl_important {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    background: #9c8716;
    color: #FFF;
    padding-bottom: 7px;
}
.l_important .md_important .md_important_text {
	padding: 20px;
    font-size: 16px;
	width: fit-content;
    margin: 0 auto;
}
.l_important .md_important .md_important_text strong {
    color: #9c8716;
}
.l_important .md_important .md_important_text p:last-child {
	margin: 20px 0 0;
    font-size: 14px;
}
.l_important .md_important .md_important_text p:last-child span{
	background: #ffdb2c;
	padding: 2px;
}
@media (max-width: 736px) { 
	.l_important {
		margin: 20px auto 20px;
	}
	.l_important .md_important {
		border: 3px solid #9c8716;
	}
	.l_important .md_important .md_ttl_important {
		font-size: 17px;
		padding-top: 3px;
	}
	.l_important .md_important .md_important_text {
		font-size: 14px;
		padding: 15px;
	}
	.l_important .md_important .md_important_text p br {
		display: none;
	}
	.l_important .md_important .md_important_text p:last-child {
		font-size: 12px;
		margin-top: 10px;
	}
}

.tel_ginza_comment {
  background: #f4f4f4;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_ginza_comment strong {
  color: #9c8716;
  display: block;
  font-weight: 600;
}

@media (max-width: 736px) { 
  .tel_ginza_comment {
    font-size: 1.3rem;
  }
}
