*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
picture,
section {
  display: block;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
  list-style-position: outside;
}
li > ul,
li > ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}
del {
  text-decoration: line-through;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table td,
table th {
  word-wrap: break-word;
}
input,
select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
iframe {
  vertical-align: bottom;
}
svg {
  max-width: 100%;
}

[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
  margin-bottom: 25px;
  box-sizing: content-box;
  overflow: visible;
}

a {
  color: #333;
  background-color: transparent;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}

/* Clearings */
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after {
  clear: both;
}

html,
body {
  height: 100%; /* bodyの高さを100%にするために必要 */
  margin: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* ビューポートの高さの最低限100%を確保 */
}

main {
  flex-grow: 1; /* 残りのスペースをすべて占有 */
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  position: relative;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
#contents {
  position: relative;
  padding-top: 96px;
}
.section__inner {
  width: 700px;
  margin: 0 auto;
  padding: 70px 0;
  &.hidden {
    overflow-x: clip;
  }
}
.section__block {
  margin: 70px auto;
}
.section__inner .section__block:first-of-type {
  margin-top: 0 !important;
}
.section__inner .section__block:last-child {
  margin-bottom: 0 !important;
}
#contents p + p {
  margin-top: 20px;
}
@media only screen and (min-width: 1300px) {
}
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333vw;
  }
  #contents {
    padding-top: 60px;
  }
  .section__inner {
    width: 91.4666vw;
    padding: 18.6666vw 0;
  }
  .section__block {
    margin: 13.3333vw auto;
  }
  #contents p + p {
    margin-top: 5.3333vw;
  }
}


/*--------------------------------------------------------------
  COMMON
 --------------------------------------------------------------*/
.page__title {
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1.6px;
  margin-bottom: 50px;
  text-align: center;
}
.page__title span {
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.section__title {
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
  text-align: center;
}
.section__title span {
  display: block;
  font-size: 18px;
  line-height: 26px;
}
.section__title--border {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.2px;
  margin-bottom: 50px;
  text-align: center;
}
.section__title--border::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.section__subtitle {
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.section__subtitle--border {
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border-left: 5px solid #af964f;
  margin-bottom: 20px;
  padding-left: 10px;
}
.section__subtitle--small {
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.section__subtitle--border-right {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.section__subtitle--border-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 0;
}
.section__subtitle--border-right span {
  position: relative;
  padding-right: 10px;
  z-index: 10;
}
.section_box {
  padding-block: 2vw;
}
.section__paragraph {
  margin-block-start: 1.5rem;
  text-align: center;
}
.section__paragraph:first-of-type {
  margin-block-start: 0;
}
@media only screen and (max-width: 768px) {
  .page__title {
    font-size: 8.5333vw;
    line-height: 11.7333vw;
    margin-bottom: 13.3333vw;
  }
  .section__title {
    font-size: 6.4vw;
    line-height: 9.0666vw;
    margin-bottom: 5.3333vw;
  }
  .section__title span {
    font-size: 4.8vw;
    line-height: 6.9333vw;
  }
  .section__title--border {
    font-size: 6.4vw;
    line-height: 9.0666vw;
    margin-bottom: 13.3333vw;
  }
  .section__title--border::after {
    width: 5.3333vw;
    bottom: -6.6666vw;
  }
  .section__subtitle {
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    margin-bottom: 8vw;
  }
  .section__subtitle--border {
    font-size: 4.8vw;
    line-height: 6.9333vw;
    border-left-width: 1.3333vw;
    margin-bottom: 4vw;
    padding-left: 2.6666vw;
  }
  .section__subtitle--small {
    font-size: 4.8vw;
    line-height: 6.9333vw;
    margin-bottom: 5.3333vw;
  }
  .section__subtitle--border-right {
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    margin-bottom: 5.3333vw;
  }
  .section__subtitle--border-right span {
    padding-right: 2.6666vw;
  }
  .section__paragraph {
    text-align: left;
  }
}

.text-border--right {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.text-border--right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 0;
}
.text-border--right span {
  position: relative;
  padding-right: 10px;
  z-index: 10;
}
.text-border {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #b8a05b;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.image-container {
  width: 520px;
  margin: 0 auto;
}
.image-container__caption {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

.box--white {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}
.box-transparent {
  background-color: transparent;
  margin-bottom: 20px;
  padding-block: 20px;
}
@media only screen and (max-width: 768px) {
  .text-border--right {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    margin-bottom: 2.6666vw;
  }
  .text-border--right span {
    padding-right: 2.6666vw;
  }

  .image-container {
    width: 100%;
  }
  .image-container__caption {
    font-size: 3.2vw;
    line-height: 4.2666vw;
    margin-top: 2.6666vw;
  }

  .box--white {
    margin-bottom: 13.3333vw;
    padding: 5.3333vw;
  }
}

.dl-media {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.dl-media + .dl-media {
  margin-top: 50px;
}
.dl-media .dl-media__image,
.dl-media .dl-media__body {
  width: 340px;
}
.dl-media .dl-media__body h3 {
  margin-bottom: 10px;
}
.list + .dl-media {
  margin-top: 30px;
}
.flow-num {
  position: relative;
  margin-top: 60px;
}
.flow-num + .flow-num {
  margin-top: 60px !important;
}
.flow-num::before {
  position: absolute;
  content: "01";
  color: #af964f;
  font-family: "Cormorant Infant";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.flow-num:nth-of-type(2)::before {
  content: "02";
}
.flow-num:nth-of-type(3)::before {
  content: "03";
}
.flow-num:nth-of-type(4)::before {
  content: "04";
}
.flow-num:nth-of-type(5)::before {
  content: "05";
}
.flow-num:nth-of-type(6)::before {
  content: "06";
}

.dl-media--small {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.dl-media--small dt {
  width: 125px;
}
.dl-media--small dd {
  width: 205px; 
}

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.list .items-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.list .list__item img {
  margin-bottom: 10px;
}
.list .list__item--title {
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.list .list__item--title + p {
  margin-top: 10px !important;
}

.list--circle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-self: stretch;
  width: 520px;
  margin: 0 auto;
}
.list--circle + .list--circle {
  margin-top: 70px;
}
.list--circle .list--circle__item {
  display: flex;
  width: 160px !important;
  height: 160px !important;
  background: url(../images/service/common/bg_circle.png) top left no-repeat;
  background-size: cover;
  padding: 35px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  text-align: center;
}

.list--dots {
  margin: 0;
}
.list--dots__item {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  padding-left: 1em;
}
.list--dots__item::before {
  position: absolute;
  content: "・";
  font-size: 14px;
  line-height: 22px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .dl-media {
    flex-direction: column;
    gap: 4vw;
  }
  .dl-media + .dl-media {
    margin-top: 13.3333vw;
  }
  .dl-media .dl-media__image,
  .dl-media .dl-media__body {
    width: 100%;
  }
  .dl-media .dl-media__body h3 {
    margin-bottom: 4vw;
  }
  .list + .dl-media {
    margin-top: 8vw;
  }
  .flow-num {
    margin-top: 21.3333vw;
  }
  .flow-num + .flow-num {
    margin-top: 21.3333vw !important;
  }
  .flow-num::before {
    font-size: 8vw;
    line-height: 8vw;
  }

  .dl-media--small {
    gap: 2.6666vw;
  }
  .dl-media--small dt {
    width: 33.3333vw;
  }
  .dl-media--small dd {
    width: 55.4666vw; 
  }

  .list {
    gap: 5.3333vw;
  }
  .list .list__item img {
    margin-bottom: 2.6666vw;
  }
  .list .list__item--title {
    font-size: 4.2666vw;
    line-height: 6.4vw;
  }
  .list .list__item--title + p {
    margin-top: 2.6666vw !important;
  }

  .list--circle {
    gap: 4vw;
    width: 100%;
  }
  .list--circle + .list--circle {
    margin-top: 18.6666vw;
  }
  .list--circle .list--circle__item {
    width: 25.3333vw !important;
    height: 25.3333vw !important;
    padding: 9.3333vw 0;
  }
}

.frame--decorated {
  position: relative;
  border-top: 1px solid #af964f;
  border-bottom: 1px solid #af964f;
  padding: 30px 0;
}
.frame--decorated::before,
.frame--decorated::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.frame--decorated::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;    
}
.frame--decorated::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;    
}
.frame--decorated__inner {
  width: 520px;
  margin: 0 auto;
}

.faq--list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.faq--list + .faq--list {
  border-top: 1px solid #5d5d5d;
  margin-top: 30px;
  padding-top: 30px;
}
.faq--list dt {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 24px;
  padding-left: 34px;
}
.faq--list dt a {
  text-decoration: none;
}
.faq--list dd {
  position: relative;
  width: 100%;
  padding-left: 34px;
}
.faq--list dt::before,
.faq--list dd::before {
  position: absolute;
  font-family: "Cormorant Infant";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  top: 0;
  left: 0;
}
.faq--list dt::before {
  content: "Q";
  color: #af964f;
  top: -2px;
}
.faq--list dd::before {
  content: "A";
}
@media only screen and (max-width: 768px) {
  .frame--decorated {
    padding: 8vw 0;
  }
  .frame--decorated::before,
  .frame--decorated::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .frame--decorated__inner {
    width: 82.9333vw;
  }

  .faq--list {
    gap: 3.2vw;
  }
  .faq--list + .faq--list {
    margin-top: 8vw;
    padding-top: 8vw;
  }
  .faq--list dt {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    padding-left: 9.0666vw;
  }
  .faq--list dd {
    padding-left: 9.0666vw;
  }
  .faq--list dt::before,
  .faq--list dd::before {
    font-size: 6.4vw;
  }
  .faq--list dt::before {
    top: -0.5333vw;
  }
}

.anchor--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
}
.anchor-list__item {
  width: 340px;
}
.anchor-list__item a {
  position: relative;
  display: block;
  border-bottom: 1px solid #333;
  padding: 0 10px 10px;
  text-decoration: none;
}
.anchor-list__item a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 11px;
  background: url(../images/common/img_arrow-bottom.svg) left top no-repeat;
  background-size: cover;
  top: 35%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .anchor--list {
    gap: 2.6666vw 6.1333vw;
  }
  .anchor-list__item {
    width: 42.6666vw;
  }
  .anchor-list__item a {
    padding: 0 2.6666vw 2.6666vw;
  }
  .anchor-list__item a::after {
    width: 3.2vw;
    height: 2.9333vw;
    right: 2.6666vw;
  }
}

.link--list {
  display: flex;
  flex-wrap: wrap;
}
.link--list li {
  width: 50%;
  border-bottom: 1px solid #cacaca;
  background: #fff;
}
.link--list li:nth-child(2n+1) {
  border-right: 1px solid #cacaca;
}
.link--list li a {
  position: relative;
  display: block;
  font-family: "Shippori Mincho";
  font-size: 14px;
  line-height: 26px;
  padding: 12px 15px;
  text-decoration: none;
}
.link--list li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .link--list li {
    width: 100%;
  }
  .link--list li:nth-child(2n+1) {
    border-right: none;
  }
  .link--list li a {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    padding: 3.2vw 8vw 3.2vw 4vw;
  }
  .link--list li a::after {
    right: 5.3333vw;
  }
}

.btn--more,
.btn--back {
  position: relative;
  display: block;
  width: 340px;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.8px;
  border: 1px solid #af964f;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.btn--more:hover,
.btn--back:hover {
  opacity: 0.7;
}
.btn--more::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/common/img_arrow-right_beige.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn--more[target="_blank"]::after {
  width: 13px;
  height: 12px;
  background-image: url(../images/common/img_blank_beige.svg);
}
.btn--back::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/common/img_arrow-left_beige.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.btn--more--small {
  width: 100%;
  padding: 15px 22px 15px 12px;
}
.btn--more--small::after {
  right: 12px;
}
@media only screen and (max-width: 768px) {
  .btn--more {
    width: 100%;
    font-size: 4.266vw;
    line-height: 4.8vw;
    padding: 4.2666vw;
  }
  .btn--more::after {
    width: 1.8666vw;
    height: 3.2vw;
    right: 5.3333vw;
  }
  .btn--back::after {
    width: 1.8666vw;
    height: 3.2vw;
    left: 5.3333vw;
  }
  .btn--more--sp,
  .btn--more--small {
    padding-right: 6.4vw;
    padding-left: 3.2vw; 
  }
  .btn--more--sp::after,
  .btn--more--small::after {
    right: 3.2vw;
  }
}

.section__reserve .section__inner {
  padding: 50px 0;
}
.section__reserve p {
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
  text-align: center;
}
.section__reserve .list__item a {
  display: block;
}
.section__reserve .list__item a img {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .section__reserve .section__inner {
    padding: 8vw 0;
  }
  .section__reserve p {
    font-size: 5.8666vw;
    line-height: 8bw;
    margin-bottom: 2.6666vw;
  }
  .section__reserve .list {
    gap: 4vw;
  }
}

.js-dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.js-dots-class {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.js-dots-class li {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
  transition: background-color .5s ease;
}
.js-dots-class li.slick-active {
  background-color: #333;
}
.js-dots-class li:hover {
  background-color: #333;
}
.js-dots-class li:last-child {
  margin-right: 0;
}
.bg--black .js-dots-class li {
  border-color: #fff;
}
.bg--black .js-dots-class li.slick-active,
.bg--black .js-dots-class li:hover {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .js-dots-class {
    margin-top: 5.3333vw;
  }
  .js-dots-class li {
    width: 2.6666vw;
    height: 2.6666vw;
    margin-right: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .slider-sp {
    margin-left: -4.2666vw;
    margin-right: -4.2666vw;
  }
  .slider-sp li {
    margin: 0 2.6666vw;
  }
}

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.accordion {
  border: 1px solid #cacaca;
}
.accordion .accordion--title {
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.8px;
  background-color: #fff;
  padding: 16px;
}
/*.accordion .accordion--title.is-open {
  border-bottom: 1px solid #cacaca;
}*/
.accordion .accordion--body {
  display: none;
  border-top: 1px solid #cacaca;
  padding: 20px 16px;
}
.js-accordion-trigger {
  position: relative;
  cursor: pointer;
}
.js-accordion-trigger::before,
.js-accordion-trigger::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.js-accordion-trigger::after {
  transform: translateY(-50%) rotate(90deg);
}
.js-accordion-trigger.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .accordion .accordion--title {
    font-size: 4.2666vw;
    line-height: 4.8vw;
    padding: 4.2666vw;
  }
  .accordion .accordion--body {
    padding: 5.3333vw 4.2666vw;
  }
  .js-accordion-trigger::before,
  .js-accordion-trigger::after {
    width: 2.6666vw;
    right: 4.2666vw;
  }
}

/* CVエリア */
.section__cv {
  position: fixed;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.section__cv.fade-in-active {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .section__cv {
    width: 220px;
    right: 0;
  }
  .section__cv .cv__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .section__cv {
    width: 100%;
    left: 0;
  }
  .section__cv .cv__list {
    display: flex;
    background-color: #333;
    gap: 1px;
  }
  .section__cv .cv__list li {
    width: calc(100% / 3);
  }
}

/* 電話予約モーダル */
.md-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4.2666vw;
}
.md-contents {
  width: 100%;
  height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vh 0;
}
.md-title {
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.9px;
  margin-bottom: 5.3333vw;
  text-align: center;
}
.md-contents .cv__list {
  display: flex;
  flex-direction: column;
  gap: 2.6666vw;
}
.md-close {
  position: absolute;
  width: 4.8vw;
  height: 4.8vw;
  background: url(../images/common/icon_close.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  right: 4.2666vw;
  transform: translateY(-50vw);
  cursor: pointer;
}

/* SP版のみで表示 */
@media only screen and (min-width: 769px) {
  .md-overlay {
    display: none !important;
  }
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.is-pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  .is-pc-only {
    display: block;
  }
  .is-sp-only {
    display: none;
  }
}


/*--------------------------------------------------------------
  Header
 --------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  background-color: #333;
  border-bottom: #ababab;
  top: 0;
  left: 0;
  z-index: 999;
}
header a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  header {
    height: 96px;
  }
  header .section__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .header--link {
    display: flex;    
    justify-content: flex-end;
    gap: 20px;
    padding: 6px 0;
  }
  .header--link a {
    color: #fff;
    font-family: "Shippori Mincho";
    font-size: 12px;
    line-height: 24px;
  }
  
  .header--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
  }
  .logo {
    width: 137px;
  }
  .global-nav__list {
    display: flex;
    align-items: center;
    gap: 70px;
  }
  .global-nav__list li {
    position: relative;
  }
  .global-nav__list a {
    color: #fff;
    font-family: "Shippori Mincho";
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 18px;
  }
  
  /* PC版プルダウンメニュー */
  .global-nav__list .has-dropdown .dropdown-menu {
    position: fixed;
    width: 100vw;
    background-color: #eee;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 96px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
  }
  .global-nav__list .has-dropdown:hover {
    border-bottom: 1px solid #fff;
  }
  .global-nav__list .has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .dropdown-content {
    max-width: 1200px;
    max-height: 500px;
    margin: 0 auto;
    padding: 30px 20px;
    overflow-y: auto;
  }  
  .dropdown-section {
    width: 880px;
    margin: 0 auto;
  }
  .dropdown-section p {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .dropdown-section a {
    position: relative;
    color: #333;
    font-family: "Shippori Mincho";
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    letter-spacing: 0.7px;
    text-decoration: none;
  }
  .dropdown-section a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .dropdown-section p a {
    display: inline-block;
    padding-right: 50px;
  }
  .dropdown-section div.area {
    color: #FFF;
    font-family: "Shippori Mincho";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.7px;
    background-color: #333;
    margin: 30px 0 10px;
    padding: 0 10px;
  }
  .dropdown-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .dropdown-section ul li {
    width: 205px;
  }  
  .dropdown-section ul li a {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  header .section__inner {
    padding: 20px 0 0;
  }
  .logo {
    width: 32vw; 
  }
  .global-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    padding: 0;
    top: 60px;
    left: 0;
    transition: all 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
  }
  .menu-is-open .global-nav {
    opacity: 1;
    visibility: visible;
  }
  .global-nav ul.global-nav__list {
    width: 100%;
  }
  .global-nav ul.global-nav__list li {
    font-size: 4.2666vw;
  }
  .global-nav ul.global-nav__list li p,
  .global-nav ul.global-nav__list li a {
    position: relative;
    display: block;
    font-family: "Shippori Mincho";
    font-size: 4.2666vw;
    background-color: #fff;
    border-bottom: 1px solid #cacaca;
    padding: 4.2666vw;
  }
  .global-nav ul.global-nav__list li a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
    background-size: cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .global-nav ul.global-nav__list li.global-nav__cat {
    color: #fff;
    font-family: "Shippori Mincho";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.7px;
    background: #333;
    padding: 0 4.2666vw;
  }
  .global-nav ul.global-nav__link {
    display: none;
    margin: 0;
  }
  .global-nav ul.global-nav__link li a {
    position: relative;
    display: block;
    font-size: 3.7333vw;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    padding: 3.2vw 4.2666vw 3.2vw 8.5333vw;
  }
  .header--link {
    display: flex;
    flex-wrap: wrap;
    padding: 5.3333vw 4.2666vw;
    gap: 5.3333vw;
    box-sizing: border-box;
  }
  .header--link li {
    width: 42.6666vw;
  }
  .header--link li a {
    font-family: "Shippori Mincho";
    font-size: 4.2666vw;
    line-height: 6.4vw;
  }
  .global-nav .bg--black {
    padding: 8vw 4.2666vw;
  }
  .global-nav .bg--black .list {
    gap: 4vw;
  }
  .global-nav .bg--black .list .list__item img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* ハンバーガーメニュー */
  .header-trigger {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
    top: 20px;
    right: 4.2666vw;
    z-index: 999;
  }
  .header-trigger span,
  .header-trigger span::before {
    display: block;
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s, top 0.3s;/
  }
  .header-trigger span {
    top: 50%;
    transform: translateX(-50%);
  }
  .header-trigger span::before {
    top: -6px; 
  }
  .menu-is-open .header-trigger span,
  .menu-is-open .header-trigger span::before {
    transform: translateX(-50%); 
  }
  .menu-is-open .header-trigger span {
    transform: translateX(-50%) rotate(45deg);
  }
  .menu-is-open .header-trigger span::before {
    top: 0; 
    transform: translateX(-50%) rotate(-90deg);
  }
}

/*--------------------------------------------------------------
  Footer
 --------------------------------------------------------------*/
footer .section__inner {
  width: auto;
  max-width: 1060px;
  margin: 0 auto;
  padding: 20px 0;
}
footer p {
  font-size: 12px;
  line-height: 16px;
}
footer .section__inner p + p {
  margin-top: 15px;
}
footer .icon--insta {
  width: 28px;
  margin: 0 auto 10px;
}
footer .footer--list {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 20px;
}
footer .footer--list li {
  position: relative;
}
footer .footer--list li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
footer .footer--list li a {
  text-decoration: none;
}
footer .copyright {
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
footer .copyright p + p {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  footer {
    background-color: #333;
    padding-bottom: 19.5vw;
  }
  footer .section__inner {
    padding: 8vw 4.2666vw;
  }
  footer p {
    font-size: 3.2vw;
    line-height: 4.2666vw;
  }
  footer .section__inner p + p {
    margin-top: 4vw;
  }
  footer .icon--insta {
    width: 7.4666vw;
    margin-bottom: 5.3333vw;
  }
  footer .footer--list {
    flex-wrap: wrap;
    gap: 2vw 7.4666vw;
    margin-bottom: 8vw;
  }
  footer .footer--list li:not(:last-child)::after {
    height: 4.2666vw;
    right: -3.7333vw;
  }
  footer .copyright {
    padding: 5.3333vw 4.2666vw;;
  }
  footer .copyright p + p {
    margin-top: 2.6666vw;
  }
}


/*--------------------------------------------------------------
  パンくず
 --------------------------------------------------------------*/
.breadcrumb {
  color: #333;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.7px;
  padding: 5px 40px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 3.2vw;
    line-height: 4.26666vw;
    padding: 2.6666vw 4.2666vw;
    text-align: right;
  }
}


/*--------------------------------------------------------------
  トップページ
 --------------------------------------------------------------*/
.mv__section {
  position: relative;
  width: 100%;
  height: 640px;
  background: #000 url(../images/top/img_mv.jpg) center bottom no-repeat;
  background-size: 1280px 640px;
}
.mv__title {
  position: absolute;
  width: 94px;
  top: 70px;
  left: 50%;
  transform: translateX(-540px);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.mv__title.mv-fade-in {
  opacity: 1;
}
.mv__pickup,
.mv__slide {
  position: absolute;
  width: 420px;
  top: 83px;
  right: 50%;
  transform: translateX(530px);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.mv__pickup.mv-fade-in,
.mv__slide.mv-fade-in {
  opacity: 1;
}
.mv__pickup p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
.mv__slide {
  top: 430px;
}
.mv__slide .js-dots-class li {
  border-color: #fff;
}
.mv__slide .js-dots-class li.slick-active,
.mv__slide .js-dots-class li:hover {
  background-color: #fff;
}

.top__section--inner {
  max-width: 880px;
  margin: 0 auto;
}
.top__section--title {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1.6px;
  margin-bottom: 50px;
  padding-top: 30px;
  text-align: center;
}
.top__section--title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/top/icon_logo_black.svg) left top no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bg--black .top__section--title {
  color: #fff;
}
.bg--black .top__section--title::after {
  background-image: url(../images/top/icon_logo_white.svg);
}

.top__menu--block {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 331px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top__menu--block:nth-of-type(1) {
  background-image: url(../images/top/bg_eyelid.png);
}
.top__menu--block:nth-of-type(2) {
  background-image: url(../images/top/bg_nose-ear.png);
}
.top__menu--block:nth-of-type(3) {
  background-image: url(../images/top/bg_facelift.png);
}
.top__menu--block:nth-of-type(4) {
  background-image: url(../images/top/bg_biyou-hihuka.png);
}
.top__menu--block a {
  text-decoration: none;
}
.top__menu--block:nth-of-type(2n+1) .top__section--inner {
  padding-right: 180px;
}
.top__menu--block:nth-of-type(2n) .top__section--inner {
  padding-left: 180px;
}
.top__menu--block .frame--decorated {
  width: 700px;
  background-color: #fff;
  border: 1px solid #af964f;
  text-align: center;
}
.top__menu--block .frame--decorated span {
  position: relative;
  color: #af964f;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
  padding-right: 42px;
}
.top__menu--block .frame--decorated span::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/img_arrow-right_circle.svg) left top no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top__menu--pickup {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.top__menu--pickup p {
  font-family: "Cormorant Infant";
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  margin-right: 20px;
}
.top__menu--pickup a {
  width: 300px;
}
.other-menu--list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 50px 0;
}
.other-menu--list li a {
  display: block;
  width: 284px;
}

@media only screen and (min-width: 769px) {
  .top__reason--list {
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
  }
}
.top__reason--list li {
  position: relative;
}
.top__reason--list li p {
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-left: 5px solid #fff;
  margin-top: 10px;
  padding-left: 5px;
}

.top__clinic {
  display: flex;
  justify-content: space-between;
}
.top__clinic--image {
  width: 317px;
}
.top__clinic--list {
  width: 470px;
}
.top__clinic--list .accordion {
  border-bottom: none;
}
.top__clinic--list .accordion--title,
.top__clinic--link {
  border-bottom: 1px solid #cacaca;
}
.top__clinic--list dd {
  display: none;
}
.top__clinic--link {
  display: flex;
  flex-wrap: wrap;
}
.top__clinic--link li {
  display: flex;
  align-items: center;
  width: 50%;
  border-bottom: 1px solid #fff;
}
.top__clinic--link li:nth-child(2n+1) {
  border-right: 1px solid #fff;
}
.top__clinic--link li a {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Shippori Mincho";
  line-height: 30px;
  letter-spacing: 0.7px;
  padding: 10px;
  text-decoration: none;
}
.top__clinic--link li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.top__clinic--link li a span {
  display: block;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  line-height: 16px;
  margin-top: -3px;
}
@media only screen and (max-width: 768px) {
  .mv__section {
    width: 100%;
    height: 196.3333vw;
    background: #333 url(../images/top/sp_img_mv.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  .mv__title {
    width: 15.4666vw;
    top: 5.3333vw;
    right: 12.2666vw;
    left: unset;
    transform: translateX(0);
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }
  .mv__title.mv-fade-in {
    opacity: 1;
  }
  .mv__pickup,
  .mv__slide {
    width: 91.4666vw;
    top: unset;
    right: 4.2666vw;
    bottom: 49.8666vw;
    transform: translateX(0);
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }
  .mv__pickup.mv-fade-in,
  .mv__slide.mv-fade-in {
    opacity: 1;
  }
  .mv__pickup p {
    font-size: 3.2vw;
    line-height: 4.2666vw;
    margin-top: 2.6666vw;
  }
  .mv__slide {
    width: 100%;
    background-color: #333;
    padding: 5.3333vw;
    right: 0;
    bottom: 0;
  }

  .top__section--inner {
    padding: 0 4.2666vw;
    overflow-x: hidden;
  }
  .top__section--title {
    font-size: 8.5333vw;
    line-height: 11.7333vw;
    margin-bottom: 13.3333vw;
    padding-top: 8vw;
  }
  .top__section--title::after {
    width: 6.6666vw;
    height: 6.4vw;
  }

  .top__menu--block {
    height: auto;
    background: none !important;
  }
  .top__menu--block:nth-of-type(2n+1) .top__section--inner {
    padding-right: 4.2666vw;
  }
  .top__menu--block:nth-of-type(2n) .top__section--inner {
    padding-left: 4.2666vw;
  }
  .top__menu--block .frame--decorated {
    display: none;
  }
  .top__menu--block + .top__menu--block {
    margin-top: 13.3333vw;
  }
  .top__menu--pickup {
    flex-direction: column;
    gap: 4vw;
    margin-top: 4vw;
  }
  .top__menu--pickup p {
    font-size: 5.3333vw;
    line-height: 1;
    margin-right: 0;
  }
  .top__menu--pickup a {
    width: 100%;
  }
  .other-menu--list {
    flex-direction: column;
    gap: 4vw;
    margin: 13.3333vw 0 8vw;
  }
  .other-menu--list li a {
    width: 100%;
  }

  .top__reason--list {
    margin-bottom: 8vw;
  }
  .top__reason--list li p {
    font-size: 4.8vw;
    line-height: 6.9333vw;
    border-left-width: 1.3333vw ;
    margin-top: 2.6666vw;
    padding-left: 1.8666vw;
  }

  .top__clinic {
    flex-direction: column;
  }
  .top__clinic--image {
    width: 100%;
    margin-bottom: 13.3333vw;
  }
  .top__clinic--list {
    width: calc(100% + 9.2vw);
    margin-left: -4.53333vw;
    margin-right: -4.53333vw;
  }
  .top__clinic--link li {
    width: 100%;
  }
  .top__clinic--link li:nth-child(2n+1) {
    border-right: none;
  }
  .top__clinic--link li a {
    line-height: 8vw;
    padding: 2.6666vw;
  }
  .top__clinic--link li a::after {
    right: 4.2666vw;
  }
}


/*--------------------------------------------------------------
  SERVICE
 --------------------------------------------------------------*/
.service__category-hero {
  position: relative;
  height: 300px;
  margin: 0;
  overflow: hidden;
}
.service__section--block {
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .service__category-hero img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1280px;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1280.1px) {
  .service__category-hero img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.service__category-hero h1 {
  position: absolute;
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1.6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .service__category-hero {
    width: 100%;
    height: 43.7333vw;
  }
  .service__category-hero img {
    position: relative;
    left: 0;
    transform: translateX(0);
    min-width: 100%;
  }
  .service__category-hero h1 {
    width: 100%;
    font-size: 6.4vw;
    line-height: 9.0666vw;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .service__category-hero + .bg--beige .section__inner {
    padding-top: 5.3333vw;
  }
  .service__section--block {
    margin-top: 13.3333vw;
  }
}

.service__description--text {
  font-family: "Shippori Mincho";
  font-size: 14px;
  line-height: 26px;  
}

.service__trouble {
  margin-top: 70px;
  padding: 30px 0;
}
.service__trouble--list {
  display: flex;
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin: 0 auto;
}
.service__trouble--list .service__trouble--item {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 18px;
  line-height: 26px;
  padding-left: 30px; 
}
.service__trouble--list .service__trouble--item::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 19px;
  background: url(../images/common/icon_checkbox.svg) left top no-repeat;
  background-size: cover;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .service__description--text {
    font-size: 3.7333vw;
    line-height: 6.9333vw;  
  }

  .service__trouble {
    margin-top: 18.6666vw;
    padding: 8vw 0;
  }
  .service__trouble--list {
    width: 82.9333vw;
    gap: 5.3333vw;
  }
  .service__trouble--list .service__trouble--item {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    padding-left: 8vw; 
  }
  .service__trouble--list .service__trouble--item::before {
    width: 5.8666vw;
    height: 5.0666vw;
    top: 1.0666vw;
  }
}

.service__menu-title {
  position: relative;
  margin-bottom: 30px;
}
.service__menu-title h3 {
  position: absolute;
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service__menu--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 20px;
  align-self: stretch;
}
.service__menu--list .service__menu--item {
  width: 340px;
  background-color: #fff;
}
.service__menu--list .service__menu--link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #fff;
  width: 100%;
  height: 59px;
  font-family: "Shippori Mincho";
  font-size: 20px;
  line-height: 28px;
  background: url(../images/common/bg_service_main.png) left top no-repeat;
  background-size: cover;
  padding-left: 24px;
  text-decoration: none;
  transition: 0.3s;
}
.service__menu--list .service__menu--link:hover {
  opacity: 0.7;
}
.service__menu--list .service__menu--item p {
  height: 74px;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .service__menu-title {
    margin-bottom: 5.3333vw;
  }
  .service__menu-title h3 {
    width: 100%;
    font-size: 6.4vw;
    line-height: 9.0666vw;
    text-align: center;
  }

  .service__menu--list {
    row-gap: 5.3333vw;
  }
  .service__menu--list .service__menu--item {
    width: 100%;
  }
  .service__menu--list .service__menu--link {
    height: 15.7333vw;
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    padding-left: 6.4vw;
  }
  .service__menu--list .service__menu--item p {
    height: 19.7333vw;
    padding: 4vw;
  }
}

.service__table {
  width: calc(100% + 10px);
  border-collapse: collapse;
  table-layout: fixed;
  margin-left: -5px;
  margin-right: -5px;
}
.service__table th,
.service__table td {
  border: 5px solid #eee;
  padding: 10px;
  text-align: center;
}
.service__table th {
  font-weight: 400;
  background-color: #e7e0d0;
}
.service__table td {
  background-color: #fff;
  padding: 10px 17px;
}
.service__table td.valign--top {
  vertical-align: top;
}
.service__table td img + p {
  margin-top: 10px !important;
}
@media only screen and (max-width: 768px) {
  .service__table--scrooll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .service__table {
    width: calc(100% + 2.6666vw);
    margin-left: -1.3333vw;
    margin-right: -1.3333vw;
  }
  .service__table th,
  .service__table td {
    border-width: 1.3333vw;
    padding: 2.6666vw;
  }
  .service__table td {
    padding: 2.6666vw;
  }
  .service__table td img + p {
    margin-top: 2.6666vw !important;
  }
}

.service__point {
  display: flex;
  align-items: center;
  gap: 18px;
  align-self: stretch;
}
.service__point .service__point__num {
  position: relative;
  width: 62px;
  height: 62px;
  border-right: 1px solid #af964f;
  border-bottom: 1px solid #af964f;
  font-family: "Cormorant Infant";
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.service__point .service__point__num::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/bg_triangle_btm_beige.svg) left top no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
}
.service__point .service__point__num span {
  display: block;
  font-size: 38px;
  line-height: 42px;
}
.service__point .service__point__text {
  font-family: "Shippori Mincho";
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .service__point {
    gap: 4.8vw;
  }
  .service__point .service__point__num {
    width: 16.5333vw;
    height: 16.5333vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .service__point .service__point__num::after {
    width: 4.8vw;
    height: 4.8vw;
  }
  .service__point .service__point__num span {
    font-size: 10.1333vw;
    line-height: 11.2vw;
  }
  .service__point .service__point__text {
    width: 70vw;
    font-size: 5.3333vw;
    line-height: 7.4666vw;
  }
}

.service__methods--list {
  margin: 20px 0;
}
.service__methods--list .service__methods--item {
  padding: 26px 0 !important;
}
.service__methods--list .service__methods--item p {
  font-family: "Shippori Mincho";
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.service__methods--list .service__methods--item p span {
  line-height: 18px;
}

.service__causes--list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.service__causes--list .service__causes--item {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 18px;
  line-height: 26px;
  padding-left: 32px;
}
.service__causes--list .service__causes--item::before {
  position: absolute;
  content: "01";
  color: #fff;
  width: 22px;
  height: 22px;
  font-family: "Cormorant Infant";
  font-size: 14px;
  line-height: 22px;
  background: #af964f;
  border-radius: 15px;
  text-align: center;
  top: 4px;
  left: 0;
}
.service__causes--list .service__causes--item:nth-child(2)::before {
  content: "02";
}
.service__causes--list .service__causes--item:nth-child(3)::before {
  content: "03";
}
@media only screen and (max-width: 768px) {
  .service__methods--list {
    margin: 5.3333vw 0;
  }
  .service__methods--list .service__methods--item {
    padding: 6.9333vw 0 !important;
  }
  .service__methods--list .service__methods--item p {
    font-size: 4.2666vw;
    line-height: 6.4vw;
  }
  .service__methods--list .service__methods--item p span {
    line-height: 4.2666vw;
  }

  .service__causes--list {
    gap: 5.3333vw;
  }
  .service__causes--list .service__causes--item {
    font-size: 4.8vw;
    line-height: 6.9333vw;
    padding-left: 8.5333vw;
  }
  .service__causes--list .service__causes--item::before {
    width: 5.8666vw;
    height: 5.8666vw;
    font-size: 3.7333vw;
    line-height: 5.8666vw;
    border-radius: 4vw;
    top: 1.0666vw;
  }
}

.service__data-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.service__data-list .service__data-list--item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}
.service__data-list .service__data-list--item .service__data-list--title {
  color: #333;
  width: 160px;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #333;
  padding: 7px 0;
  text-align: center;
}
.service__data-list .service__data-list--item .service__data-list--text {
  width: 520px;
}

.service__doctor-name {
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px !important;
  text-align: center;
}
.service__doctor-name span {
  font-size: 18px;
  line-height: 26px;
}

.service__treatments--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px 20px;
  align-self: stretch;
}
.service__treatments--list .service__treatments--item {
  width: 160px;
  height: 32px;
  border-bottom: 1px solid #af964f;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service__data-list {
    gap: 5.3333vw;
  }
  .service__data-list .service__data-list--item {
    gap: 5.3333vw;
  }
  .service__data-list .service__data-list--item .service__data-list--title {
    width: 27.7333vw;
    font-size: 3.7333vw;
    line-height: 5.8666vw;
    padding: 1.8666vw 0;
  }
  .service__data-list .service__data-list--item .service__data-list--text {
    width: 58.1333vw;
  }

  .service__doctor-name {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    margin-top: 5.3333vw !important;
  }
  .service__doctor-name span {
    font-size: 4.8vw;
    line-height: 6.9333vw;
  }

  .service__treatments--list {
    gap: 2.6666vw 6.6666.vw;
  }
  .service__treatments--list .service__treatments--item {
    width: 42.6666vw;
    height: auto;
    padding-bottom: 2.6666vw;
  }
}

/* 詳細ページ */
.service__details-hero {
  position: relative;
  height: 400px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .service__details-hero img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1280px;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1280.1px) {
  .service__details-hero img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.service__details-hero .service__details-hero--title {
  position: absolute;
  width: 410px;
  background-color: #fff;
  bottom: 95px;
  left: 50%;
  transform: translateX(-100%);
}
.service__details-hero .service__details-hero--title h1 {
  position: relative;
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 1.4px;
  padding: 20px;
  border: 1.351px solid #fff;
  background: rgba(0, 0, 0, 0.7);
}
.service__details-hero .service__details-hero--title h1::before,
.service__details-hero .service__details-hero--title h1::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
}
.service__details-hero .service__details-hero--title h1::before {
  background-image: url(../images/common/bg_triangle_top_white.svg);
  top: 0;
  left: 0;    
}
.service__details-hero .service__details-hero--title h1::after {
  background-image: url(../images/common/bg_triangle_btm_white.svg);
  bottom: 0;
  right: 0;    
}
.service__details-hero .service__details-hero--title p {
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .service__details-hero {
    height: 112vw;
  }
  .service__details-hero img {
    position: relative;
    left: 0;
    transform: translateX(0);
    min-width: 100%;
  }
  .service__details-hero .service__details-hero--title {
    width: 91.4666vw;
    bottom: 6.4vw;
    left: 4.2666vw;
    transform: translateX(0);
  }
  .service__details-hero .service__details-hero--title h1 {
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    letter-spacing: 1px;
    padding: 4vw 5.3333vw;
    border-width: 1px;
  }
  .service__details-hero .service__details-hero--title h1::before,
  .service__details-hero .service__details-hero--title h1::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .service__details-hero .service__details-hero--title p {
    font-size: 3.4666vw;
    line-height: 4.8vw;
    letter-spacing: 0.65px;
    padding: 2.6666vw 5.3333vw;
  }
}

.service__features--list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.service__features--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.service__procedure--list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-self: stretch;
}
.service__procedure--item {
  width: 340px;
}
.service__procedure--name {
  position: relative;
  display: flex;
  border: 1px solid #af964f;
  margin-bottom: 10px;
}
.service__procedure--name::before,
.service__procedure--name::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.service__procedure--name::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;    
}
.service__procedure--name::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;    
}
.service__procedure--name dt {
  width: 147px;
}
.service__procedure--name dd {
  width: 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
}
.service__procedure--name dd p {
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service__features--list {
    gap: 8vw;
  }
  .service__features--item {
    gap: 4vw;
  }

  .service__procedure--list {
    gap: 5.3333vw;
  }
  .service__procedure--item {
    width: 42.9333vw;
  }
  .service__procedure--name {
    flex-direction: column;
    margin-bottom: 2.6666vw;
  }
  .service__procedure--name::before,
  .service__procedure--name::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .service__procedure--name dt {
    width: 100%;
  }
  .service__procedure--name dd {
    width: 100%;
    height: 19.2vw;
    padding: 0;
  }
  .service__procedure--name dd p {
    font-size: 3.7333vw;
    line-height: 5.8666vw;
  }
}

.service__dots--list {
  width: 600px;
  margin: 0 auto;
}
.service__dots--item {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 32px;
  padding-left: 20px;
}
.service__dots--item::before {
  position: absolute;
  content: "●";
  color: #af964f;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2.4px;
  top: 0;
  left: 0;
}

.service__restrictions--list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.service__restrictions--item {
  display: flex;
  width: 169px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.service__restrictions--title,
.service__restrictions--text {
  width: 100%;
  padding: 7px 5px;
  text-align: center;
}
.service__restrictions--title {
  background: #e7e0d0;
}
.service__restrictions--text {
  display: flex;
  height: 49px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #fff;
}
.service__restrictions--text .text-small {
  line-height: 16px;
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 768px) {
  .service__dots--list {
    width: 82.9333vw;
  }
  .service__dots--item {
    font-size: 4.2666vw;
    line-height: 8.5333vw;
    padding-left: 5.3333vw;
  }
  .service__dots--item::before {
    font-size: 4.2666vw;
    line-height: 8.5333vw;
  }

  .service__restrictions--list {
    gap: 1.3333vw;
  }
  .service__restrictions--item {
    width: 45.0666vw;
    gap: 1.3333vw;
  }
  .service__restrictions--title,
  .service__restrictions--text {
    padding: 1.8666vw 1.3333vw;
  }
  .service__restrictions--text {
    height: 20.5333vw;
  }
  .service__restrictions--text .text-small {
    line-height: 4.2666vw;
  }
}

.service__price--list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
.service__price--item {
  width: 100%;
}
.service__price--heading {
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho";
  font-size: 24px;
  line-height: 34px;
  background-color: #fff;
  border-top: 1px solid #af964f;
  border-bottom: 1px solid #af964f;
  margin-bottom: 30px;
  padding: 24px 14px;
  text-align: center;
}
.service__price--heading::before,
.service__price--heading::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.service__price--heading::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;    
}
.service__price--heading::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;    
}
.service__price--title {
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho";
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #af964f;
  margin-bottom: 5px;
  padding: 11px 0;
  text-align: center;
}
.service__price--title::before,
.service__price--title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.service__price--title::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;    
}
.service__price--title::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;    
}
.service__price--value {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  background-color: #fff;
  margin-top: 5px;
  padding: 8px 20px;
  text-align: right;
}
.service__price--frame {
  position: relative;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  border: 1px solid #af964f;
  background: #fff;
  padding: 11px 74px;
  text-align: center;
}
.service__price--frame span {
  font-size: 18px;
}
.service__price--frame::before,
.service__price--frame::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.service__price--frame::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;    
}
.service__price--frame::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;    
}
@media only screen and (max-width: 768px) {
  .service__price--list {
    gap: 8vw;
    margin-bottom: 8vw;
  }
  .service__price--item {
    width: 100%;
  }
  .service__price--heading {
    font-size: 6.4vw;
    line-height: 9.0666vw;
    margin-bottom: 8vw;
    padding: 6.4vw 3.7333vw;
  }
  .service__price--heading::before,
  .service__price--heading::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .service__price--title {
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    margin-bottom: 1.3333vw;
    padding: 2.9333vw 0;
  }
  .service__price--title::before,
  .service__price--title::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .service__price--value {
    font-size: 4.2666vw;
    line-height: 5.8666vw;
    margin-top: 5px;
    padding: 2.1333vw 2.6666vw;
  }
  .service__price--frame {
    font-size: 5.8666vw;
    padding: 2.9333vw 13.3333vw;
  }
  .service__price--frame span {
    font-size: 4.2666vw;
  }
  .service__price--frame::before,
  .service__price--frame::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.service__link--item + .service__link--item {
  border-top: 1px solid #cacaca;
}
.service__link--item a {
  position: relative;
  display: block;
  font-family: "Shippori Mincho";
  line-height: 19.6px;
  background-color: #fff;
  padding: 15px 16px 15px 32px;
  text-decoration: none;
}
.service__link--item a::before,
.service__link--item a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 0.5px) 50%;
  top: calc(50% - 0.5px);
  right: 16px;
}
.service__link--item a::before {
  transform: rotate(45deg);
}
.service__link--item a::after {
  transform: rotate(-45deg);
}
.service__link--item a:hover {
  opacity: 0.7;
}
.service__link--item:first-child a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  background-color: #666;
  padding-left: 16px;
}
.service__link--item:first-child a::before,
.service__link--item:first-child a::after {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .service__link--item a {
    line-height: 5.2266vw;
    padding: 4vw 4.2666vw 4vw 8.5333vw;
  }
  .service__link--item a::before,
  .service__link--item a::after {
    width: 1.8666vw;
    right: 4.2666vw;
  }
  .service__link--item:first-child a {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    padding-left: 4.2666vw;
  }
}

.service__procedure--btn {
  position: relative;
  display: block;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 16px 40px 16px 0;
  text-decoration: none;
}
.service__procedure--btn::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 22px;
  background: url(../images/service/common/img_arrow-right-circle.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.service__procedure--btn .section__subtitle {
  margin-bottom: 8px;
  text-align: left;
}

.service__notes--list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.service__notes--list dt {
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #333;
  padding: 3px 10px;
}
.service__notes--list dd {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 768px) {
  .list__item + .list__item .service__procedure--btn {
    border-top: none;
  }
  .service__procedure--btn {
    padding: 4.2666vw 10.6666vw 4.2666vw 0;
  }
  .service__procedure--btn::after {
    width: 6.1333vw;
    height: 5.8666vw;
  }
  .service__procedure--btn .section__subtitle {
    margin-bottom: 2.1333vw;
  }

  .service__notes--list {
    gap: 2.6666vw;
  }
  .service__notes--list dt {
    font-size: 3.2vw;
    line-height: 4.2666vw;
    padding: 0.8vw 2.6666vw;
  }
  .service__notes--list dd {
    font-size: 3.2vw;
    line-height: 4.2666vw;
  }
}

.service__step--list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
  width: 520px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
}
.service__step--item {
  position: relative;
  width: 146px;
}
.service__step--item:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #af964f;
  border-right: 0;
  top: 40%;
  left: -14px;
}
.service__step--item img {
  margin-bottom: 10px;
}
.service__step--item p span {
  display: block;
  font-family: "Cormorant Infant";
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (max-width: 768px) {
  .service__step--list {
    gap: 4.8vw;
    width: 100%;
    padding: 5.3333vw 4.2666vw;
  }
  .service__step--item {
    width: 24.8vw;
  }
  .service__step--item:not(:first-child)::after {
    border-top: 2.4vw solid transparent;
    border-bottom: 2.4vw solid transparent;
    border-left: 2.6666vw solid #af964f;
    top: 30%;
    left: -3.7333vw;
  }
  .service__step--item img {
    margin-bottom: 2.6666vw;
  }
  .service__step--item p span {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
}

.service__accordion {
  border: 1px solid #cacaca;
}
.service__accordion .service__accordion--title {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.8px;
  background-color: #fff;
  padding: 16px;
}
.service__accordion .service__accordion--body {
  display: none;
  border-top: 1px solid #cacaca;
  padding: 20px 16px;
}

.service__comparison--list {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 5px 0 0 0;
}
.service__comparison--item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #af964f;
  padding: 34px 10px;
}
.service__comparison--item:first-child::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #af964f;
  border-right: 0;
  top: 40%;
  right: -15px;  
}
.service__comparison--item:nth-child(2) {
  background-color: #E7E0D0;
  border: 1px solid #af964f;
}
.service__comparison--item:nth-child(2)::before,
.service__comparison--item:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.service__comparison--item:nth-child(2)::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;
}
.service__comparison--item:nth-child(2)::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .service__accordion {
    border-color: #af964f;
  }
  .service__accordion .service__accordion--title {
    font-size: 4.2666vw;
    line-height: 4.8vw;
    padding: 4.2666vw;
  }
  .service__accordion .service__accordion--body {
    border-top-color: #af964f;
    background-color: #fff;
    padding: 5.3333vw 4.2666vw;
  }
  .service__accordion .service__accordion--body .service__step--list {
    padding: 0;
  }
  .service__accordion .js-accordion-trigger::before {
    display: none;
  }
  .service__accordion .js-accordion-trigger::after {
    position: absolute;
    content: "";
    width: 2.6666vw;
    height: 2.6666vw;
    top: 50%;
    right: 4.2666vw;
    background: none;
    border-right: 1px solid #af964f;
    border-bottom: 1px solid #af964f;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .service__accordion .js-accordion-trigger.is-open::after {
    transform: translateY(0) rotate(-135deg);
  }

  .service__comparison--list {
    gap: 5.3333vw;
    margin: 1.3333vw 0 0 0;
  }
  .service__comparison--item {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    padding: 9.0666vw 2.6666vw;
    text-align: center;
  }
  .service__comparison--item:first-child::after {
    border-top-width: 2.1333vw;
    border-bottom-width: 2.1333vw;
    border-left-width: 2.1333vw;
    right: -3.7333vw;  
  }
  .service__comparison--item:nth-child(2)::before,
  .service__comparison--item:nth-child(2)::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.service__postoperative-status--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px 0;
  align-self: stretch;
}
.service__postoperative-status--item {
  position: relative;
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #af964f;
  padding: 20px;
}
.service__postoperative-status--item:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #af964f;
  border-bottom: 0;
  top: -20px;
  left: 50%;
}
.service__postoperative-status--image {
  width: 115px;
}
.service__postoperative-status--text {
  width: 525px;
}
.service__postoperative-status--text h3 {
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}

.service__price--discounted {
  margin-bottom: 10px !important;
  text-align: center;
}
.service__price--discounted span {
  font-family: "Shippori Mincho";
  font-size: 20px;
  line-height: 28px;
}

.service__body-part--list {
  flex-wrap: wrap; 
  gap: 20px;
}
.service__body-part--item {
  width: 160px;
}
.service__body-part--item a {
  position: relative;
  display: flex;
  padding: 0 10px 10px;
  border-bottom: 1px solid #333;
  text-decoration: none;
}
.service__body-part--item a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
  background-size: cover;
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .service__postoperative-status--list {
    gap: 8vw 0;
  }
  .service__postoperative-status--item {
    gap: 3.4666vw;
    padding: 2.6666vw 5.3333vw;
  }
  .service__postoperative-status--item:not(:first-child)::after {
    border-right: 2.1333vw solid transparent;
    border-left: 2.1333vw solid transparent;
    border-top: 2.1333vw solid #af964f;
    top: -5.3333vw;
  }
  .service__postoperative-status--image {
    width: 30.6666vw;
  }
  .service__postoperative-status--text {
    width: 46.6666vw;
  }
  .service__postoperative-status--text h3 {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    margin-bottom: 1.3333vw;
  }

  .service__price--discounted {
    margin-bottom: 2.6666vw !important;
  }
  .service__price--discounted span {
    font-size: 5.3333vw;
    line-height: 7.4666vw;
  }

  .service__body-part--list {
    gap: 2.6666vw 5.3333vw;
  }
  .service__body-part--item {
    width: 42.6666vw;
  }
  .service__body-part--item a {
    padding: 0 2.6666vw 2.6666vw;
  }
  .service__body-part--item a::after {
    right: 2.6666vw;
  }
}


/*--------------------------------------------------------------
  PRICE
 --------------------------------------------------------------*/
.price__section--block {
  margin-top: 50px;
}
.price__inclusions-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.price__inclusions-list .price__inclusions-list--item {
  position: relative;
  width: 220px;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #af964f;
  border-bottom: 1px solid #af964f;
  padding: 11px 0;
  text-align: center;
}
.price__inclusions-list .price__inclusions-list--item::before,
.price__inclusions-list .price__inclusions-list--item::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.price__inclusions-list .price__inclusions-list--item::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;    
}
.price__inclusions-list .price__inclusions-list--item::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;    
}
.price__section--block .section__subtitle--border {
  margin: 30px 0 10px;
}
.price__credit-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.price__credit-card img {
  width: 200px;
}

/* 詳細 */
.text-price {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: right !important;
}
@media only screen and (max-width: 768px) {
  .price__section--block {
    margin-top: 13.3333vw;
  }
  .price__inclusions-list {
    gap: 5.3333vw;
  }
  .price__inclusions-list .price__inclusions-list--item {
    width: 26.9333vw;
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    padding: 6.9333vw 0;
  }
  .price__inclusions-list .price__inclusions-list--item::before,
  .price__inclusions-list .price__inclusions-list--item::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .price__section--block .section__subtitle--border {
    margin: 8vw 0 2.6666vw;
  }
  .price__credit-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .price__credit-card img {
    width: 70.3999vw;
  }

  /* 詳細 */
  .text-price {
    font-size: 4.2666vw;
    line-height: 5.8666vw;
  }
}


/*--------------------------------------------------------------
  CLINIC
 --------------------------------------------------------------*/
.clinic__pref {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #333;
  margin-bottom: 30px;
  padding: 5px 15px;
}
.clinic__pref:not(:first-of-type) {
  margin-top: 100px;
}
.clinic__pref .section__subtitle {
  color: #fff;
  margin-bottom: 0;
}
.clinic__pref a {
  position: relative;
  color: #fff;
  line-height: 22px;
  padding-right: 15px;
}
.clinic__pref a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../images/common/img_arrow-right_white.svg) right center no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);  
}

.clinic__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
.clinic__list .clinic__list--item {
  display: flex;
  flex-direction: column;
  width: 340px;
}
.clinic__list--inner {
  flex-grow: 1;
}
.clinic__list--info {
  margin: 15px 0 30px;
}
.clinic__list--info span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #333;
  margin-bottom: 8px;
  padding: 3px 10px;
}

/* エリアカテゴリー */
.clinic__area-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.clinic__area-list dl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.clinic__area-list dl dt,
.clinic__area-list dl dd {
  width: 340px;
}
.clinic__area-list dl dd .clinic__list--info {
  margin: 0;
}
.clinic__area-list dl dd .clinic__list--info + .clinic__list--info {
  margin-top: 10px !important;
}

/* 詳細 */
.clinic__section--block:not(:first-of-type) {
  margin-top: 60px;
}
.clinic__section--block .image-container {
  margin-bottom: 30px;
}
.clinic__section--block .clinic__list--info {
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .clinic__pref {
    gap: 2.6666vw;
    margin-bottom: 8vw;
    padding: 1.3333vw 4vw;
  }
  .clinic__pref:not(:first-of-type) {
    margin-top: 13.3333vw;
  }
  .clinic__pref a {
    line-height: 5.8666vw;
    padding-right: 4vw;
  }
  .clinic__pref a::after {
    width: 1.3333vw;
    height: 2.6666vw;
  }

  .clinic__list {
    gap: 4vw;
  }
  .clinic__list .clinic__list--item {
    width: 100%;
  }
  .clinic__list--info {
    margin: 4vw 0 8vw;
  }
  .clinic__list--info span {
    font-size: 3.2vw;
    line-height: 4.2666vw;
    margin-bottom: 2.1333vw;
    padding: 0.8vw 2.6666vw;
  }

  /* エリアカテゴリー */
  .clinic__area-list {
    gap: 13.3333vw;
  }
  .clinic__area-list dl {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 4vw;
  }
  .clinic__area-list dl dt,
  .clinic__area-list dl dd {
    width: 100%;
  }
  .clinic__area-list dl dd .clinic__list--info + .clinic__list--info {
    margin-top: 2.6666vw !important;
  }

  /* 詳細 */
  .clinic__section--block:not(:first-of-type) {
    margin-top: 13.3333vw;
  }
  .clinic__section--block .image-container {
    margin-bottom: 8vw;
  }
  .clinic__section--block .clinic__list--info {
    margin: 0 0 4vw;
  }
}


/*--------------------------------------------------------------
  DOCTOR
 --------------------------------------------------------------*/
.doctor__supervisor {
  width: 520px;
  margin: 0 auto;
  text-align: center;
}
.doctor__supervisor img {
  margin-bottom: 15px;
}
.doctor__supervisor .section__title {
  margin: 0 !important;
}
.doctor__sns--list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}

.doctor__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 30px 20px;
}
.doctor__list--item {
  width: 160px;
  text-align: center;
}
.doctor__list--item img {
  margin-bottom: 10px;
}
.doctor__list--item p {
  margin-top: 0 !important;
}
.doctor__list--item .btn--more--small {
  margin-top: 10px !important;
}
.doctor__list--caption {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px !important;
}
.doctor__list--name {
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 24px;
}
.doctor__list--en {
  font-family: "Cormorant Infant";
  font-size: 12px;
  line-height: 18px;
  margin-top: 0 !important;
}

/* 詳細 */
.doctor__profile {
  margin-top: 30px;
  text-align: left;
}
.doctor__profile .section__subtitle {
  margin-bottom: 5px;
  text-align: left;
}
.doctor-introduction .text-border--right {
  margin: 50px 0 20px;
}
.doctor-introduction .text-border--right:first-child {
  margin-top: 0;
}
.doctor-introduction .doctor__sns--list {
  justify-content: flex-start;
}
.doctor-introduction .movie + p {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .doctor__supervisor {
    width: 100%;
  }
  .doctor__supervisor img {
    margin-bottom: 4vw;
  }
  .doctor__sns--list {
    gap: 4vw;
    margin: 2.6666vw 0;
  }

  .doctor__list {
    gap: 8vw 6.1333vw;
  }
  .doctor__list--item {
    width: 42.6666vw;
  }
  .doctor__list--item img {
    margin-bottom: 2.6666vw;
  }
  .doctor__list--item .btn--more--small {
    margin-top: 2.6666vw !important;
  }
  .doctor__list--caption {
    font-size: 3.2vw;
    line-height: 4.2666vw;
    margin-bottom: 1.3333vw !important;
  }
  .doctor__list--name {
    font-size: 4.2666vw;
    line-height: 6.4vw;
  }
  .doctor__list--en {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }

  /* 詳細 */
  .doctor__profile {
    margin-top: 8vw;
  }
  .doctor__profile .section__subtitle {
    margin-bottom: 1.3333vw;
  }
  .doctor-introduction .text-border--right {
    margin: 8vw 0 2.6666vw;
  }
  .doctor-introduction .movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .doctor-introduction .movie + p {
    margin-top: 8vw;
  }
}


/*--------------------------------------------------------------
  ABOUT
 --------------------------------------------------------------*/
.about__section--block {
  margin-top: 50px;
}
.about__vision {
  text-align: center;
}
.about__vision--title {
  font-family: "Cormorant Infant";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}
.about__vision--text {
  font-family: "Shippori Mincho";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
}
.about__vision li:nth-child(1) .about__vision--text {
  padding: 34px 0;
}
.about__vision li:nth-child(2) .about__vision--text {
  font-size: 16px;
}
.about--list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
.about--list li {
  width: 50%;
  background-color: #fff;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.about--list li a {
  position: relative;
  display: block;
  font-family: "Shippori Mincho";
  font-size: 14px;
  line-height: 30px;
  padding: 10px 20px;
  text-decoration: none;
}
.about--list li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.about__flow-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.about__flow-list .about__flow-list__item {
  position: relative;
  display: flex;
  width: 95px !important;
  height: 95px !important;
  font-size: 12px;
  line-height: 16px;
  background: url(../images/service/common/bg_circle.png) top left no-repeat;
  background-size: cover;
  padding: 35px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  text-align: center;
}
.about__flow-list .about__flow-list__item:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid #af964f;
  border-right: 0;
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
}

.about__accordion {
  border-bottom: none;
}
.about__accordion .accordion--title {
  border-bottom: 1px solid #cacaca;
}
.about__accordion dd {
  display: none;
}

.age-restriction {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
}
.age-restriction__title {
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about__dots--list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.about__dots--item {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 32px;
  padding-left: 20px;
}
.about__dots--item::before {
  position: absolute;
  content: "●";
  color: #af964f;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2.4px;
  top: 0;
  left: 0;
}

.about__point--title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.about__point--title::before,
.about__point--title::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #333;
}
.about__point--title::before {
  margin-right: 15px;
  transform: rotate(150deg); 
}
.about__point--title::after {
  margin-left: 15px;
  transform: rotate(-150deg);
}
.about__point-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.about__point-list--item {
  display: flex;
  width: 150px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.about__point-list--item p {
  font-size: 16px;
  line-height: 22px;
}

.about__msg p {
  font-family: "Shippori Mincho";
}

.about__point-earning {
  text-align: center;
}
.about__point-earning--title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.about__point-earning--text {
  font-family: "Shippori Mincho";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
}
.about__point-earning--text .num {
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 2.1px;
}
.about__point-earning--text.text-small {
  font-size: 18px;
  line-height: 26px;
}
.about__point-earning--text.text-small .num {
  font-size: 32px;
  letter-spacing: 1.6px;
}
.about__stage--table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  margin-top: 30px;
  box-sizing: border-box;
}
.about__stage--table th, td {
  width: 114px;
  padding: 7px 10px;
  box-sizing: border-box;
}
.about__stage--table thead th {
  color: #fff;
  background-color: #666;
}
.about__stage--table tbody th {
  font-weight: 400;
  background-color: #e7e0d0;
}
.about__stage--table tbody td {
  background-color: #fff;
  text-align: center;
}

.about__history--table td {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .about__section--block {
    margin-top: 13.3333vw;
  }
  .about__vision--title {
    font-size: 4.8vw;
    line-height: 5.8666v2;
    margin-bottom: 2.6666vw;
  }
  .about__vision--text {
    font-size: 6.4vw;
    line-height: 9.0666vw;
  }
  .about__vision li:nth-child(1) .about__vision--text {
    padding: 0;
  }
  .about__vision li:nth-child(2) .about__vision--text {
    font-size: 4.2666vw;
  }
  .about--list {
    border-left: none;
    margin: 0 -4.2667vw;
  }
  .about--list li {
    width: 100%;
    border-right: none;
  }
  .about--list li a {
    font-size: 3.7333vw;
    line-height: 8vw;
    padding: 2.6666vw 5.3333vw;
  }
  .about--list li a::after {
    right: 5.3333vw;
  }

  .about__flow-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6666vw 7.26666vw;
    margin-bottom: 8vw;
  }
  .about__flow-list .about__flow-list__item {
    width: 25.3333vw !important;
    height: 25.3333vw !important;
    font-size: 3.2vw;
    line-height: 4.2666vw;
    padding: 9.3333vw 0;
    gap: 2.6666vw;
  }
  .about__flow-list .about__flow-list__item:not(:first-child)::after {
    border-top-width: 2.6666vw;
    border-bottom-width: 2.6666vw;
    border-left-width: 2.66666vw;
    left: -4.8vw;
  }

  .age-restriction {
    margin-top: 2.6666vw;
    padding: 5.3333vw;
  }
  .age-restriction__title {
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    padding-bottom: 2.6666vw;
    margin-bottom: 2.6666vw;
  }
  .about__dots--list {
    gap: 0 5.3333vw;
  }
  .about__dots--item {
    font-size: 4.2666vw;
    line-height: 8.5333vw;
    padding-left: 5.3333vw;
  }
  .about__dots--item::before {
    font-size: 4.2666vw;
    line-height: 8.5333vw;
  }

  .about__point--title {
    font-size: 4.2666vw;
    line-height: 6.4vw;
    margin-bottom: 8vw;
  }
  .about__point--title::before,
  .about__point--title::after {
    height: 13.3333vw;
  }
  .about__point--title::before {
    margin-right: 4vw;
  }
  .about__point--title::after {
    margin-left: 4vw;
  }
  .about__point-list {
    gap: 4vw;
  }
  .about__point-list--item {
    width: 24.2666vw;
    gap: 1.3333vw;
  }
  .about__point-list--item p {
    font-size: 3.2vw;
    line-height: 4.2666vw;
  }

  .about__point-earning--title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .about__point-earning--text {
    font-size: 4.8vw;
    line-height: 6.9333vw;
  }
  .about__point-earning--text .num {
    font-size: 8.5333vw;
    line-height: 11.7333vw;
    letter-spacing: 1.6px;
  }
  .about__point-earning--text.text-small {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
  }
  .about__point-earning--text.text-small .num {
    font-size: 6.4vw;
    line-height: 9.0666vw;
    letter-spacing: 1.2px;
  }
  .about__stage--table {
    margin-top: 8vw;
  }

  .about__history--table td {
    padding: 4vw 0;
  }
}


/*--------------------------------------------------------------
  MY AND STORY
 --------------------------------------------------------------*/
.myfirstand__lead {
  font-family: "Shippori Mincho";
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
}
.myfirstand__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
}
.myfirstand__list .myfirstand__list--item {
  width: 340px;
  background-color: #fff;
}
.myfirstand__list .myfirstand__list--item a {
  position: relative;
  display: block;
  border: 1px solid #af964f;
  text-decoration: none;
}
.myfirstand__list .myfirstand__list--item a::before,
.myfirstand__list .myfirstand__list--item a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
}
.myfirstand__list .myfirstand__list--item a::before {
  background-image: url(../images/common/bg_triangle_top_beige.svg);
  top: 0;
  left: 0;    
}
.myfirstand__list .myfirstand__list--item a::after {
  background-image: url(../images/common/bg_triangle_btm_beige.svg);
  bottom: 0;
  right: 0;    
}
.myfirstand__list .myfirstand__list--item a .myfirstand__list--title {
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 20px;
  line-height: 28px;
  padding: 11px 24px;
}
.myfirstand__list .myfirstand__list--item a .myfirstand__list--title span {
  display: block;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
}
.myfirstand__list .myfirstand__list--item a .myfirstand__list--title::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/common/img_arrow-right_beige.svg) left top no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* 詳細 */
.myfirstand__section--block {
  margin-top: 50px;
}
.myfirstand__section--block .section__title {
  margin-bottom: 20px;
  text-align: left;
}
.myfirstand__profile {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 20px 0 30px;
}
.myfirstand__profile .section__subtitle--border {
  margin-bottom: 5px;
}
.myfirstand__profile li p {
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 24px;
}
.myfirstand__accordion .clinic__list--info {
  margin: 0 0 10px !important;
}
@media only screen and (min-width: 769px) {
  .myfirstand__list--slide {
    justify-content: center;
  }
  .myfirstand__list--slide .myfirstand__list--item {
    width: 208px;
  }
  .myfirstand__list--slide .myfirstand__list--item a::before,
  .myfirstand__list--slide .myfirstand__list--item a::after {
    width: 8px;
    height: 8px;
  }
  .myfirstand__list--slide .myfirstand__list--item a .myfirstand__list--title {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 12px;
  }
  .myfirstand__list--slide .myfirstand__list--item a .myfirstand__list--title span {
    font-size: 8px;
    line-height: 10px;
  }
  .myfirstand__list--slide .myfirstand__list--item a .myfirstand__list--title::after {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .myfirstand__lead {
    line-height: 6.9333vw;
    margin-bottom: 4vw;
  }
  .myfirstand__list {
    flex-direction: column;
    gap: 8vw;
  }
  .myfirstand__list .myfirstand__list--item {
    width: 100%;
  }
  .myfirstand__list .myfirstand__list--item a::before,
  .myfirstand__list .myfirstand__list--item a::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .myfirstand__list .myfirstand__list--item a .myfirstand__list--title {
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    padding: 2.9333vw 6.4vw;
  }
  .myfirstand__list .myfirstand__list--item a .myfirstand__list--title span {
    font-size: 3.2vw;
    line-height: 4.2666vw;
  }

  /* 詳細 */
  .myfirstand__section--block {
    margin-top: 13.3333vw;
  }
  .myfirstand__section--block .section__title {
    margin-bottom: 4vw;
  }
  .myfirstand__profile {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.33333vw;
    margin: 5.33333vw 0 8vw;
  }
  .myfirstand__profile li p {
    font-size: 4.2666vw;
    line-height: 6.4vw;
  }
}


/*--------------------------------------------------------------
  FAQ
 --------------------------------------------------------------*/
.faq__section--block {
  margin-top: 50px;
}
.faq__form--content {
  position: relative;
}
.faq__form--content input[type="text"] {
  color: #333;
  width: 100%;
  font-family: "Shippori Mincho";
  font-size: 14px;
  background: transparent;
  border: 1px solid #999;
  border-radius: 0;
  padding: 16px 48px 16px 16px;
}
.faq__form--content::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/common/icon_search.svg) left top no-repeat;
  background-size: contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .faq__section--block {
    margin-top: 13.3333vw;
  }
}


/*--------------------------------------------------------------
  RESERVATION・CONTAACT
 --------------------------------------------------------------*/
.box--white p + p {
  margin-top: 20px;
}
.box--white .form__btn--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 315px;
  margin: 0 auto;
}
.form__btn--list.setted {
  margin-bottom: 30px;
}
.form__btn--list.setted li {
  text-align: center;
}
p + .form__content {
  margin-top: 50px;
}
.form__content .form__content__item p {
  font-family: "Shippori Mincho";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.form__content p .is-req {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background-color: #af964f;
  margin-left: 10px;
  padding: 1px 10px 2px;
}
.form__content p .is-any {
  color: #af964f;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #af964f;
  margin-left: 10px;
  padding: 1px 10px 2px;
}
.form__content .form__content__item {
  margin-bottom: 30px;
}
.form__content .form__content__item dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form__content .form__content__item dl dd {
  width: 48%;
}
.form__content .js-mw-checkbox {
  margin-bottom: 40px;
}
.form__content input[type="text"],
.form__content input[type="email"],
.form__content input[type="tel"],
.form__content input[type="date"],
.form__content select,
.form__content textarea {
  color: #333;
  width: 100%;
  font-family: "Shippori Mincho";
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 0;
  padding: 10px;
}
.form__content input[type="date"],
.form__content select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 44px;
}
.form__content select::-ms-expand {
  font-family: none;
}
.form__content .select {
  position: relative;
}
.form__content .select::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.mw_wp_form_confirm .form__content .select::after {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
.mwform-checkbox-field-text {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 34px;
  display: inline-block;
}
.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
/*input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: #af964f;
}*/
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  border-top: 2px solid #af964f;
  border-right: 2px solid #af964f;
  transform: rotate(135deg);
  position: absolute;
  left: 4px;
  top: 5px;
}

input::placeholder,
textarea::placeholder {
  color: #afafaf;
}
.form__check-item {
  text-align: center;
}
.form__check-item .mwform-checkbox-field-text {
  font-size: 16px;
}
.btn-form {
  margin-top: 40px;
}
.wpcf7-not-valid-tip {
  font-size: 16px !important;
}
.wpcf7-spinner {
  display: none !important;
}

.form__content input[type="submit"] {
  position: relative;
  color: #fff;
  width: 340px;
  height: 60px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.8px;
  background-color: #af964f;
  border: 1px solid #af964f;
  text-align: center;
  transition: 0.3s;
}
.form__content input[type="submit"]:hover {
  opacity: 0.7;
}
.form__content input[type="submit"]::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/common/img_arrow-right_white.svg) left top no-repeat;
  background-size: cover;
  top: 52%;
  right: 20px;
}
.form__content input[type="submit"]:hover::after {
  animation: arrow-animation-btn 1.5s ease-in-out infinite;
}

.form__content .btn--prev {
  margin-top: 20px;
}
.form__content .btn--prev input[type="submit"] {
  color: #333;
  background-color: #fff;
}
.form__red--text {
  margin-top: 6vh;
  padding: 12px;
  color: #f00;
  border: 1px solid #f00;
  font-size: 1rem;
}
.form__thanks--text {
  margin: 50px 0;
}
.form__thanks--text p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .box--white p + p {
    margin-top: 5.3333vw;
  }
  p + .form__content {
    margin-top: 13.3333vw;
  }
  .form__content .form__content__item p {
    font-size: 4.8vw;
    line-height: 6.9333vw;
    margin-bottom: 2.6666vw;
  }
  .form__content p .is-req {
    font-size: 3.2vw;
    margin-left: 2.6666vw;
    padding: 1px 2.6666vw 2px;
  }
  .form__content p .is-any {
    font-size: 3.2vw;
    margin-left: 2.6666vw;
    padding: 1px 2.6666vw 2px;
  }
  .form__content .form__content__item {
    margin-bottom: 8vw;
  }
  .form__content .form__content__item dl {
    margin-bottom: 4vw;
  }
  .form__content .js-mw-checkbox {
    margin-bottom: 4vw;
  }
  .form__content input[type="text"],
  .form__content input[type="email"],
  .form__content input[type="tel"],
  .form__content input[type="date"],
  .form__content select,
  .form__content textarea {
    font-size: 4.2666vw;
    padding: 2.3333vw 4.3333vw;
  }
  .form__check-item .mwform-checkbox-field-text {
    font-size: 3.7333vw;
  }
  .btn-form {
    margin-top: 4vw;
  }
  .wpcf7-not-valid-tip {
    font-size: 3.7333vw !important;
  }

  .form__content input[type="submit"] {
    width: 100%;
    height: 14.6666vw;
    font-size: 4vw;
  }
  .form__content .btn-prev {
    margin-top: 2.6666vw;
  }
}


/*--------------------------------------------------------------
  NEWS
 --------------------------------------------------------------*/
.news__section--block {
  margin-top: 50px;
}
.news__archive-list {
  display: flex;
  width: 680px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 0;
}
.news__archive-list li {
  position: relative;
}
.news__archive-list li:not(:nth-child(10n))::after,
.news__archive-list li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  top: 3px;
  right: 0;
}
.news__archive-list a {
  display: block;
  width: 68px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
}
.news__list li a {
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
.news__list li a span {
  display: block;
}
.news__date {
  font-family: "Cormorant Infant";
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 768px) {
  .news__section--block {
    margin-top: 13.3333vw;
  }
  .news__archive-list {
    width: 100%;
    justify-content: flex-start;
    gap: 2.6666vw 0;
  }
  .news__archive-list li:not(:nth-child(5n))::after,
  .news__archive-list li:not(:last-child)::after {
    height: 4.2666vw;
    top: 1.6vw;
  }
  .news__archive-list a {
    width: 18.1333vw;
    font-size: 4.2666vw;
    line-height: 4.8vw;
    padding: 0.8vw 0;
  }
  .news__date {
    font-family: "Cormorant Infant";
    letter-spacing: 0.7px;
  }
}


/*--------------------------------------------------------------
  SITEMAP
 --------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
}


/*--------------------------------------------------------------
  PRIVACY POLIV¥CY
 --------------------------------------------------------------*/
.privacy__section--block {
  margin-top: 50px;
}
.privacy__section--block .section__subtitle,
.privacy__section--block .section__subtitle--small {
  margin: 30px 0 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .privacy__section--block {
    margin-top: 13.3333vw;
  }
  .privacy__section--block .section__subtitle,
  .privacy__section--block .section__subtitle--small {
    margin: 8vw 0 2.6666vw;
  }
}


/*--------------------------------------------------------------
  アニメーション
 --------------------------------------------------------------*/
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
