@charset "UTF-8";
/*
theme Name: 
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #3e3e3e;
  letter-spacing: 0.15em;
  line-height: 2;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #333333;
}
::-webkit-selection {
  color: #fff;
  background: #333333;
}
::-moz-selection {
  color: #fff;
  background: #333333;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
* {
  -webkit-appearance: none;
}
.common-1400-width {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-100-padding {
  padding: 100px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.content---padding {
  padding: 120px 0 0;
}
.content---margin {
  margin-top: 120px;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
.main-u-page {
  margin-top: 110px;
}
#section01, #section02, #section03, #section04 {
  padding-top: 110px;
  margin-top: -110px;
}
.common-btn__wrap a {
  background-color: #F5A0A0;
  color: #fff;
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  padding: 21px 10px;
  position: relative;
  font-size: 18px;
}
.common-btn__wrap a::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/btn-white.svg");
  right: 4px;
  bottom: 4px;
}
.common-title__wrap {
  margin-bottom: 60px;
}
.common-title__wrap._center {
  text-align: center;
}
.common-title__wrap._right {
  text-align: right;
}
.common-title__wrap span {
  display: block;
  font-size: 88px;
  font-weight: 500;
  color: #F5A0A0;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.common-title__wrap h2 {
  font-size: 32px;
  letter-spacing: .01em;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.page-title__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 20px;
  box-sizing: border-box;
  background: url(../img/under_title.png) no-repeat center / cover;
  overflow: hidden;
}
.page-title__text h1, .page-title__text h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    margin-top: 80px;
  }
  #section01, #section02, #section03, #section04 {
    padding-top: 80px;
    margin-top: -80px;
  }
  .common-120-padding {
    padding: 80px 0;
  }
  .common-100-padding {
    padding: 60px 0;
  }
  .content---padding {
    padding: 60px 0 0;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
    line-height: 1.6;
  }
  .content---margin {
    margin-top: 80px;
  }
  .common-60-padding {
    padding: 46px 0;
  }
  .common-btn__wrap a {
    max-width: 230px;
    padding: 21px 10px;
    font-size: 15px;
  }
  .common-btn__wrap a::after {
    width: 10px;
    height: 10px;
    right: 3px;
    bottom: 3px;
  }
  .common-80-padding {
    padding: 46px 0;
  }
  .common-title__wrap {
    margin-bottom: 32px;
  }
  .common-title__wrap span {
    font-size: 35px;
    line-height: 1.3;
  }
  .common-title__wrap h2 {
    font-size: 16px;
  }
  .page-title__text {
    padding: 43px 10px;
  }
  .page-title__text h1, .page-title__text h2 {
    font-size: 22px;
    line-height: 1.5
  }
}
@media screen and (max-width: 426px) {}
/* メニュー
* --------------------------------------- */
.global-nav__pc {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  backdrop-filter: blur(30px) brightness(1.15);
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(var(--nav-shift, 0));
  transition: transform .25s ease;
  border-top: solid 10px #F7D1D5;
  box-sizing: border-box;
}
.global-contect__wrap {
  display: flex;
  justify-content: space-between;
  min-height: 100px;
  align-items: center;
  padding: 0 32px;
}
.global-nav__sp {
  display: none;
}
.header__navItem a {
  opacity: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 30px 0;
  text-align: center;
}
.header__navItemLink span {
  display: block;
  color: #f5a0a0;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}
.megaMenu__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow-y: scroll;
}
.megaMenu__list {
  max-height: 350px;
}
.megaMenu__item {
  width: 100%;
  margin-bottom: 24px;
}
.megaMenu__item:nth-last-child(1) {
  margin-bottom: 0;
}
.megaMenu__subList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.3%;
}
.megaMenu__subItemLink {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 0 10px;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: solid 1px #d2d2d2;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.megaMenu__subItemLink:hover {
  opacity: 1;
  border-bottom: solid 1px #f5a0a0;
  background: #fef7f8;
}
.megaMenu__subItem {
  width: 24%;
}
.megaMenu__subItem:last-child {
  margin-bottom: 0;
}
.header__navItemLink.js-megaMenu {
  display: flex;
  flex-direction: column;
}
.header__navItem.megaMenu:hover .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__subItem._gray .megaMenu__subItemLink {
  padding: 0;
}
.header__nav__wrap {
  width: 800px;
  margin-left: 24px;
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    display: block;
    height: 80px;
    border-top: solid 5px #F7D1D5;
    z-index: 1000;
    box-sizing: border-box;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 0 0 300px
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .global-nav__list > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
  }
  .global-nav__list li:nth-child(1) a {
    border-top: solid .5px #f5a0a0;
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid .5px #f5a0a0;
    font-weight: 400;
    font-size: 14px;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid .5px #f5a0a0;
    font-weight: 400;
    font-size: 14px;
  }
  .global-nav__list > li .trigger.trigger-sub {
    background: #dedede;
    padding: 20px 10px;
  }
  .btn_hamburger {
    width: 65px;
    background: #fff;
    cursor: pointer;
    z-index: 1000000;
    margin-left: auto;
    padding: 12px 0;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #f5a0a0;
    border-radius: 100px;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .btn_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 40%;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .btn_hamburger span:nth-of-type(3) {
    top: 60%;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .js-sub-btn {
    width: 100%;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    margin: 0;
    padding: 16px 10px;
    border-bottom: solid .5px #f5a0a0;
    background: #fef3f5;
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px;
  }
  .header-logo__wrap {
    position: fixed;
    top: 30px;
    left: 20px;
  }
  .header-logo__wrap a {
    width: 270px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #222;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .megaMenu__subItem {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .megaMenu__subItemLink::before {
    display: none
  }
  .header__navItem a {
    font-size: 14px;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  position: relative;
}
.keyvisual-area__group {
  margin-top: 110px;
  box-sizing: border-box;
  padding: 0 16px 16px;
}
.keyvisual-items__title {
  position: absolute;
  bottom: 10%;
  left: 3%;
}
.keyvisual-items__title h2 {
  font-size: 2vw;
  color: #fff;
  text-shadow: #000 1px 0 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.keyvisual-items__title p {
  font-size: 1.5vw;
  color: #fff;
  text-shadow: #000 1px 0 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    margin-top: 80px;
    padding: 0 4px 4px;
  }
  .keyvisual-items__title h2 {
    font-size: 5.5vw;
  }
  .keyvisual-items__title p {
    font-size: 4vw;
  }
  .keyvisual-items__title {
    bottom: 36px;
    left: 36px;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual-items__title h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .keyvisual-items__title p {
    font-size: 13px;
  }
  .keyvisual-items__title {
    bottom: 20px;
    left: 20px;
  }
}
/* バナー一覧
* --------------------------------------- */
.banner-area__group {
  padding: 80px 0;
}
.banner-header__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 32px;
}
.banner-header__box {
  width: 49%;
}
.prev-arrow, .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #F5A0A0;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner-slider__image {
  padding: 0 10px;
}
.prev-arrow {
  z-index: 1;
  left: -10px;
}
.next-arrow {
  right: -10px;
}
.prev-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 941px) {
  .banner-area__group {
    padding: 24px 0;
  }
  .banner-slider__image {
    padding: 0 8px;
  }
  .banner-header__block {
    margin-bottom: 8px;
  }
  .prev-arrow, .next-arrow {
    width: 30px;
    height: 30px;
  }
  .banner-slider__image {
    padding: 0 3px;
  }
  .prev-arrow::before {
    width: 5px;
    height: 5px;
  }
  .next-arrow::before {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 426px) {}
/* 新着情報
* --------------------------------------- */
.info-area__group {
  background-color: #FBEAEC;
}
.info--title {
  letter-spacing: .04em;
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.info-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 1.3%;
}
.info-items__box {
  width: 24%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.info-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.info-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.info-items__box ._category {
  display: inline-block;
  border-radius: 100px;
  background-color: #FACFCF;
  padding: 4px 24px;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 10px;
  width: fit-content;
}
.info-items__box p {
  margin-bottom: 8px;
  font-size: 16px;
}
.info-items__box time {
  display: block;
  -ms-text-align-last: right;
  text-align-last: right;
  margin-top: auto;
}
.info-items__wrap {
  margin-bottom: 46px;
}
.info-archive__wrap .info-items__box {
  border: solid 1px #f0f0f0;
}
@media screen and (max-width: 941px) {
  .info-items__block {
    gap: 10px 0;
    justify-content: space-between;
  }
  .info-items__box {
    width: 48%;
    border-radius: 8px;
    padding: 16px;
  }
  .info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .info-items__box ._category {
    padding: 4px 16px 4px 16px;
    font-size: 11px;
  }
  .info-items__box time {
    font-size: 11px;
  }
  .info-items__wrap {
    margin-bottom: 24px;
  }
  .info-items__box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 426px) {}
/* 当院の想い
* --------------------------------------- */
.message-items__inner {
  background-image: url("../img/message-image.jpg");
  background-position: left top;
  background-size: 50% auto;
  background-repeat: no-repeat;
}
.message-items__wrap {
  max-width: 800px;
  margin-left: auto;
  padding-top: 60px;
}
.message-items__text {
  line-height: 2;
}
.message-items__image {
  display: none;
}
@media screen and (max-width: 941px) {
  .message-items__image {
    display: block;
    margin-bottom: 16px;
  }
  .message-items__inner {
    background-image: none;
  }
  .message-items__wrap {
    max-width: 100%;
    padding-top: 0;
  }
  .message-items__text {
    line-height: 1.7;
  }
}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.feature-single__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  align-items: center;
  margin-bottom: 60px;
}
.feature-single__image {
  width: 48%;
}
.feature-single__text {
  width: 48%;
}
.feature-single__text ._title, .feature-items__text ._title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 32px;
  gap: 0 16px;
}
.feature-single__text ._title span, .feature-items__text ._title span {
  display: block;
  font-size: 70px;
  font-weight: 500;
  color: #F5A0A0;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.feature-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px 0;
}
.feature-items__box {
  width: 48%;
}
.feature-items__image {
  margin-bottom: 32px;
}
@media screen and (max-width: 941px) {
  .feature-single__image {
    width: 100%;
  }
  .feature-single__text {
    width: 100%;
  }
  .feature-items__box {
    width: 100%;
  }
  .feature-items__block {
    gap: 48px 0;
  }
  .feature-single__block {
    gap: 16px 0;
    margin-bottom: 48px;
  }
  .feature-items__image {
    margin-bottom: 16px;
    width: 50%;
  }
  .feature-single__text ._title span, .feature-items__text ._title span {
    font-size: 30px;
  }
  .feature-single__text ._title, .feature-items__text ._title {
    font-size: 18px;
    margin-bottom: 10px;
    gap: 0 10px;
  }
  .feature-single__image {
    width: 50%;
  }
  .feature-items__box:nth-child(odd) .feature-items__image {
    margin-left: auto;
  }
}
@media screen and (max-width: 426px) {}
/* 治療内容
* --------------------------------------- */
.medical-area__group {
  background-color: #FBEAEC;
}
.treatment-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.treatment-items__links {
  width: 48%;
}
.treatment-items__image {
  width: 48%;
}
.treatment-items__links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.treatment-items__links ul li {
  width: 48%;
}
.treatment-items__links ul li a {
  background-color: #fff;
  text-align: center;
  padding: 11px 10px;
  position: relative;
}
.treatment-items__links ul li a::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/btn-pink.svg");
  right: 4px;
  bottom: 4px;
}
.treatment-items__links ul li a:hover {
  opacity: 1;
  background-color: #F5A0A0;
  color: #fff;
}
.treatment-items__links ul li a:hover::after {
  background-image: url("../img/btn-white.svg");
}
.beauty-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.beauty-items__links {
  width: 48%;
}
.beauty-items__image {
  width: 48%;
}
.beauty-items__links ul li:not(:last-child) {
  margin-bottom: 16px;
}
.beauty-items__links ul li a {
  background-color: #fff;
  text-align: center;
  padding: 11px 10px;
  position: relative;
}
.beauty-items__links ul li a::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/btn-pink.svg");
  right: 4px;
  bottom: 4px;
}
.beauty-items__links ul li a:hover {
  opacity: 1;
  background-color: #F5A0A0;
  color: #fff;
}
.beauty-items__links ul li a:hover::after {
  background-image: url("../img/btn-white.svg");
}
@media screen and (max-width: 941px) {
  .treatment-items__block {
    gap: 16px 0;
    flex-direction: column-reverse;
  }
  .treatment-items__links {
    width: 100%;
  }
  .treatment-items__image {
    width: 100%;
  }
  .treatment-items__links ul li {
    width: 100%;
  }
  .treatment-items__links ul {
    gap: 10px 0;
  }
  .beauty-items__links {
    width: 100%;
  }
  .beauty-items__image {
    width: 100%;
  }
  .beauty-items__block {
    gap: 16px 0;
  }
  .beauty-items__links ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.contect-items__block {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}
.contect-items__box {
  width: 49.8%;
}
.contect-items__box {
  background-size: cover;
  background-position: center;
  position: relative;
}
.contect-items__box:nth-child(1) {
  background-image: url("../img/contect-image01.jpg");
}
.contect-items__box:nth-child(2) {
  background-image: url("../img/contect-image02.jpg");
}
.contect-items__box a {
  min-height: 470px;
}
.contect-title__wrap {
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.contect-title__wrap span {
  display: block;
  font-size: 60px;
  font-weight: 500;
  color: #F5A0A0;
  text-transform: uppercase;
  line-height: 1.3;
}
.contect-title__wrap h2 {
  font-size: 28px;
  letter-spacing: .01em;
  font-weight: 500;
}
@media screen and (max-width: 941px) {
  .contect-items__box {
    width: 100%;
  }
  .contect-items__box:nth-child(1) {
    margin-bottom: 10px;
  }
  .contect-items__box a {
    min-height: 200px;
  }
  .contect-title__wrap {
    right: 16px;
    bottom: 16px;
  }
  .contect-title__wrap span {
    font-size: 30px;
  }
  .contect-title__wrap h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 426px) {}
/* よくあるご質問
* --------------------------------------- */
.question-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2%;
}
.question-items__block li {
  width: 32%;
}
.question-items__block li a {
  background-color: #F5A0A0;
  padding: 16px 20px;
  position: relative;
  color: #fff;
  border: solid 1px #fff;
}
.question-items__block li a span {
  color: #fff;
  display: block;
  padding-left: 45px;
  font-size: 20px;
  position: relative;
}
.question-items__block li a span::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/icon-question.svg);
  left: 0;
  top: 0;
}
.question-items__block li a::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/btn-white.svg");
  right: 4px;
  bottom: 4px;
}
.question-items__block li a:hover {
  opacity: 1;
  background-color: #fff;
  border: solid 1px #F5A0A0
}
.question-items__block li a:hover {
  color: #F5A0A0;
}
.question-items__block li a:hover span {
  color: #F5A0A0;
}
.question-items__block li a:hover::after {
  background-image: url("../img/btn-pink.svg");
}
.question-items__block li a:hover span::after {
  background-image: url(../img/icon-question_hover.svg);
}
@media screen and (max-width: 941px) {
  .question-items__block li {
    width: 100%;
  }
  .question-items__block li a span {
    padding-left: 35px;
    font-size: 16px;
  }
  .question-items__block li a span::after {
    width: 25px;
    height: 25px;
  }
  .question-items__block li a {
    padding: 16px;
  }
  .question-items__block {
    gap: 10px 0;
  }
}
@media screen and (max-width: 426px) {}
/* フッター
* --------------------------------------- */
.footer-address__area {
  background-color: #fbfbfb;
}
.footer-logo__wrap {
  max-width: 450px;
  margin: 0 auto 80px;
}
.footer-address__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-end;
}
.footer-address__box {
  width: 43%;
}
.footer-address__box address {
  font-style: normal;
  text-align: center;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 2;
}
.footer-reserve__wrap {
  display: flex;
}
.footer-reserve__wrap ._tel a {
  background-color: #A5A5A5;
  font-size: 26px;
  height: 140px;
  padding: 39px 10px;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.footer-reserve__wrap ._tel {
  width: 60%;
  text-align: center;
}
.footer-reserve__wrap ._tel span {
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.footer-reserve__wrap ._reserve a {
  background-color: #F5A0A0;
  font-size: 26px;
  height: 140px;
  font-weight: 500;
  padding: 39px 10px;
  box-sizing: border-box;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.footer-reserve__wrap ._reserve span {
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #fff;
}
.footer-reserve__wrap ._reserve {
  width: 40%;
  text-align: center;
}
.footer-schedule__box {
  width: 50%;
}
.hour-items__wrap table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #000
}
.hour-items__wrap th {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
  border: solid 1px #000;
}
.hour-items__wrap td {
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  border: solid 1px #000;
}
.hour-items__wrap th:nth-child(1) {
  width: 25%;
}
.hour-items__wrap th:nth-child(2) {
  width: 75%;
}
.hour-items__wrap tr:nth-child(1) {
  background-color: #F5A0A0;
}
.footer-schedule__box span {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}
.footer-map__area iframe {
  width: 100%;
  height: 400px;
}
.footer-links__copy {
  background-color: #202020;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.footer-links__copy a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  .footer-address__box address {
    font-size: 19px;
  }
  .footer-reserve__wrap ._tel span {
    font-size: 16px;
  }
  .footer-reserve__wrap ._tel a {
    height: 130px;
    font-size: 26px;
  }
  .footer-reserve__wrap ._reserve a {
    font-size: 26px;
    height: 130px;
  }
  .footer-reserve__wrap ._reserve span {
    font-size: 16px;
  }
  .footer-schedule__box span {
    font-size: 15px;
  }
}
@media screen and (max-width: 941px) {
  .footer-address__box {
    width: 100%;
  }
  .footer-schedule__box {
    width: 100%;
  }
  .footer-address__block {
    gap: 32px 0;
  }
  .footer-logo__wrap {
    max-width: 280px;
    margin: 0 auto 32px;
  }
  .footer-address__box address {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  .footer-reserve__wrap {
    flex-wrap: wrap;
  }
  .footer-reserve__wrap ._tel a {
    height: auto;
    padding: 24px 10px 16px;
    font-size: 18px;
  }
  .footer-reserve__wrap ._reserve a {
    height: auto;
    padding: 24px 10px 16px;
    font-size: 18px;
  }
  .footer-reserve__wrap ._tel span {
    margin-bottom: 4px;
    font-size: 11px;
  }
  .footer-reserve__wrap ._reserve span {
    margin-bottom: 4px;
    font-size: 11px;
  }
  .footer-schedule__box span {
    line-height: 1.8;
  }
  .footer-map__area iframe {
    height: 280px;
  }
  .footer-links__copy a {
    font-size: 11px;
  }
  .hour-items__wrap th {
    font-size: 14px;
  }
  .hour-items__wrap td {
    font-size: 14px;
  }
  .footer-schedule__box span {
    font-size: 11px;
  }
}
/* 追従
* --------------------------------------- */
.desktop-items__wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 1000;
  justify-content: space-between;
  max-width: 900px;
}
.desktop-items__box {
  width: 25%;
}
.desktop-items__box a {
  min-height: 60px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  color: #fff;
  padding: 20px 10px;
  justify-content: center;
  gap: 0 6px;
}
.desktop-items__box:nth-child(1) a {
  background-color: #F5A0A0;
}
.desktop-items__box:nth-child(2) a {
  background-color: #4eae57;
}
.desktop-items__box:nth-child(3) a {
  background-color: #948B6D;
}
.desktop-items__box:nth-child(4) a {
  background-color: #44a4d0;
}
.desktop-items__box img {
  width: 15px;
}
.desktop-items__box img {
  width: 13px;
}
@media screen and (max-width: 941px) {
  .desktop-items__wrap {
    flex-wrap: wrap;
  }
  .desktop-items__box {
    width: 50%;
  }
  .desktop-items__box a {
    min-height: 45px;
    padding: 7px 10px;
    gap: 0 3px;
    font-size: 13px;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7px;
  margin-bottom: 16px;
}
.breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
  font-size: 16px;
}
.breadcrumbs-items__wrap span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 789px) {
  .breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
    font-size: 14px;
  }
  .breadcrumbs-items__wrap {
    justify-content: flex-start;
  }
}
/* カテゴリー
* --------------------------------------- */
.common-category__wrap {
  margin-bottom: 80px;
}
.common-category__wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.common-category__wrap ul li {
  width: 20%;
}
.common-category__wrap ul li a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  line-height: 1.2;
}
.common-category__wrap ul li a::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 8px;
  background-image: url("../img/icon-down.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.common-category__wrap ul li._current a {
  color: #eb9a9a;
}
@media screen and (max-width: 941px) {
  .common-category__wrap {
    margin-bottom: 46px;
    background-color: #fff;
    border-top: 1px solid #f5a0a0;
    border-left: 1px solid #f5a0a0;
  }
  .common-category__wrap ul li {
    width: 50%;
    background: #fdf4f5;
  }
  .common-category__wrap ul li a {
    border-bottom: 1px solid #f5a0a0;
    border-right: 1px solid #f5a0a0;
    box-sizing: border-box;
    padding: 16px 10px;
  }
  .common-category__wrap ul {
    gap: 0;
    justify-content: space-between;
  }
  .common-category__wrap ul li a::before {
    width: 10px;
    height: 6px;
  }
}
@media screen and (max-width: 426px) {
  .common-category__wrap ul li {
    width: 100%;
  }
}
/* 記事共通
* --------------------------------------- */
.common-1ver__title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.common-2ver__title {
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.common-2ver__title::after {
  content: "";
  width: 7px;
  height: 32px;
  background: linear-gradient(0deg, #F5A0A0 0px, #F5A0A0 50%, #F7D1D5 50%, #F7D1D5 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-2ver__title--blue::after {
    background: linear-gradient(0deg, #6cb5d8 0px, #6cb5d8 50%, #b3d9eb 50%, #b3d9eb 100%);
}
.common-1ver__table {
  width: 100%;
}
.common-1ver__table.l-line--bold tr:nth-child(1) {
  border-top: solid 3px #f5a0a0;
  padding-top: 20px;
}
.common-1ver__table tr:nth-child(1) {
  padding-top: 0;
}
.common-1ver__table tr {
  display: block;
  border-bottom: solid 1px #f5a0a0;
  padding: 20px 0;
}
.common-1ver__table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common-1ver__table tr td {
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common-2ver__table {
  border-collapse: collapse;
}
.common-2ver__table table {
  background-color: #fff;
  width: 100%;
}
.common-2ver__table table th, .common-2ver__table table td {
  padding: 20px 5px;
  text-align: center;
  border: 1px solid #E6E6E6;
  vertical-align: middle;
}
.common-2ver__table table th {
  font-weight: normal;
  background-color: #f5a0a0;
  color: #fff;
  width: 10%;
}
.common-2ver__table table th:nth-child(1) {
  width: 40%;
}
.common-3ver__table table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.common-3ver__table table tr th:nth-child(1) {
  width: 50%;
}
.common-3ver__table table tr th:nth-child(2) {
  width: 30%;
}
.common-3ver__table table tr th:nth-child(3) {
  width: 20%;
}
.common-3ver__table th {
  padding: 15px 20px;
  background: #f2f8fe;
  border: solid 2px #fff;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  background-color: #f9c5c5;
  color: #362000;
  box-sizing: border-box;
}
.common-3ver__table .table_c--blue th {
  background-color: #6cb5d8;
  color: #0d1012;
}
.common-3ver__table .table_c--green th {
  background-color: #6cd86e;
  color: #0d1012;
}
.common-3ver__table .table_c--purple th {
  background-color: #8d6cd8;
  color: #0d1012;
}
.common-3ver__table td {
  padding: 15px 20px;
  color: #362000;
  border: solid 2px #fff;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
.common-3ver__table td.rigth {
  text-align: right;
}
.common-3ver__table td.rigth::after {
  content: "円";
}
.common-3ver__table td.rigth._none::after {
  display: none
}
.common-3ver__table td.sp_none {
  opacity: 0;
}
.common-3ver__table tr:nth-child(odd) {
  background-color: #fefcfc;
}
.common-3ver__table tr:nth-child(even) {
  background-color: #f5e6e6;
}
.common-3ver__table .table_c--blue tr:nth-child(odd) {
  background-color: #b3d9eb;
}
.common-3ver__table .table_c--blue tr:nth-child(even) {
  background-color: #d9ebf5;
}
.common-3ver__table .table_c--green tr:nth-child(odd) {
  background-color: #ade8ad;
}
.common-3ver__table .table_c--green tr:nth-child(even) {
  background-color: #e2f6e1;
}
.common-3ver__table .table_c--purple tr:nth-child(odd) {
  background-color: #c3b1eb;
}
.common-3ver__table .table_c--purple tr:nth-child(even) {
  background-color: #e2d9f6;
}
.common-2ver__btn span {
  display: block;
  color: #F5A0A0;
  font-size: 16px;
  margin-bottom: 4px;
  text-align: center;
}
.common-2ver__btn a {
  max-width: 400px;
  background-color: #F5A0A0;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 16px 10px;
}
.common-2ver__btn a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow.svg);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-2ver__btn a {
  display: block;
  overflow: visible;
  box-shadow: 0 0 0 0 rgba(245, 160, 160, 0.55);
  animation: ctaFlash 2s infinite;
  transition: transform .3s ease, box-shadow .3s ease;
}
.common-2ver__btn a:hover {
  transform: scale(1.06);
}
.common-2ver__btn a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100px;
  box-shadow: 0 0 0 0 rgba(245, 160, 160, 0.45);
  animation: ctaRipple 2s infinite;
  z-index: -1;
}
.common-2ver__btn a::after {
  animation: arrowMove 0.9s ease-in-out infinite;
}
@keyframes ctaFlash {
  0% {
    transform: scale(1);
    box-shadow:
      0 0 0 0 rgba(245, 160, 160, 0.55), 0 0 0 rgba(245, 160, 160, 0);
  }
  20% {
    transform: scale(1.08);
    box-shadow:
      0 0 18px rgba(245, 160, 160, 0.75), 0 0 36px rgba(245, 160, 160, 0.45);
  }
  40% {
    transform: scale(1);
    box-shadow:
      0 0 10px rgba(245, 160, 160, 0.45), 0 0 20px rgba(245, 160, 160, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 0 rgba(245, 160, 160, 0), 0 0 0 rgba(245, 160, 160, 0);
  }
}
@keyframes ctaRipple {
  0% {
    transform: scale(1);
    opacity: .8;
    box-shadow: 0 0 0 0 rgba(245, 160, 160, 0.45);
  }
  70% {
    transform: scale(1.08);
    opacity: 0;
    box-shadow: 0 0 0 16px rgba(245, 160, 160, 0);
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
    box-shadow: 0 0 0 16px rgba(245, 160, 160, 0);
  }
}
@keyframes arrowMove {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(6px);
  }
}
.common-5ver__table {
  width: 100%;
}
.common-5ver__table tr:nth-child(1) {
  padding-top: 0;
}
.common-5ver__table tr {
  border-bottom: solid 1px #f5a0a0;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.common-5ver__table tr th {
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common-5ver__table tr td {
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.common-1ver__image {
  max-width: 940px;
  margin: 0 auto;
}
.element-1ver__wrap {
  background-color: #F7D1D5;
}
.element-1ver__inner {
  padding: 46px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
}
.element-1ver__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
  align-items: center;
}
.element-1ver__title {
  margin-bottom: 32px;
}
.element-1ver__title span {
  display: block;
  color: #F5A0A0;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.element-1ver__image {
  width: 28%;
}
.element-1ver__text {
  width: 70%;
}
.element-1ver__title h2, .element-1ver__title h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.element-1ver__text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 13px;
  box-sizing: border-box;
}
.element-1ver__text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #F5A0A0;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.l-layout--line {
  border-bottom: solid 1px #F5A0A0
}
.element-2ver__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.element-2ver__box {
  width: 32%;
  background-color: #FBEAEC;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 10px;
}
.element-2ver__box span {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #F5A0A0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-4ver__table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.common-4ver__table th, .common-4ver__table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 12px;
}
.common-4ver__table td.l-cpink {
  background-color: #fbd5d5;
}
.common-4ver__table thead {
  color: #fff;
  font-size: 14px;
}
.common-4ver__table tr.size th {
  width: 25%
}
.common-4ver__table tr.size th {
  background-color: #f0f0f0;
  color: #222;
}
.common-4ver__table tr.size th:nth-last-child(1) {
  background-color: #f5a0a0;
  color: #fff;
}
.common-4ver__table td {
  font-size: 14px;
}
.common-4ver__table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.common-4ver__table td:first-child {
  font-weight: bold;
  background-color: #f0f0f0;
  vertical-align: middle;
}
.common-4ver__table td:has(br) {
  line-height: 1.6;
}
.element-5ver__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.element-5ver__image {
  width: 30%;
}
.element-5ver__image img {
  border-radius: 10px;
}
.element-5ver__text {
  width: 65%;
}
.element-5ver__text h3 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #F5A0A0;
}
.element-3ver__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.element-3ver__image {
  width: 35%;
}
.element-3ver__text {
  width: 60%;
}
.element-6ver__wrap {
  border: solid 14px #F7D1D5;
  box-sizing: border-box;
  border-radius: 16px 0 16px 0;
  padding: 46px;
}
.element-6ver__title {
  font-size: 20px;
  color: #F5A0A0;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.bg--pink {
  background-color: #F7D1D5;
}
.bg--peach {
  background-color: #FBEAEC;
}
.element-7ver__items {
  background-color: #F7D1D5;
  padding: 24px;
  border-radius: 16px 0 16px 0;
}
.element-7ver__items ul li {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
}
.element-7ver__items ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.element-7ver__items ul li span {
  position: relative;
  display: block;
  padding-left: 16px;
  box-sizing: border-box;
}
.element-7ver__items ul li span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #F5A0A0;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.element-8ver__box {
  max-width: 1000px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
}
.element-8ver__box h3 {
  color: #F5A0A0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.element-8ver__box:nth-child(even) {
  margin-left: 100px;
  ;
}
.element-8ver__box:nth-child(odd) {
  margin-right: 100px;
  ;
}
.element-9ver__inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 46px;
  box-sizing: border-box;
}
.element-9ver__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.element-9ver__block {
  display: flex;
  justify-content: space-between;
  gap: 16px 0;
}
.element-9ver__block p {
  width: 60%;
}
.element-9ver__block .element-9ver__image {
  width: 35%;
}
.element-10ver__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.element-10ver__image {
  width: 25%;
}
.element-10ver__image img {
  border-radius: 1000px;
}
.element-10ver__image p {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
}
.element-10ver__box {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 16px;
}
.element-10ver__text {
  font-size: 16px;
}
.element-10ver__text:nth-child(1) {
  width: 60%;
}
.element-10ver__text:nth-child(2) {
  width: 38%;
}
.element-11ver__box {
  max-width: 1000px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
}
.element-11ver__title {
  display: flex;
  gap: 0 16px;
  align-items: center;
  margin-bottom: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.element-11ver__title span {
  display: block;
  color: #F5A0A0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.element-11ver__title h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.element-11ver__box:nth-child(even) {
  margin-left: 100px;
  ;
}
.element-11ver__box:nth-child(odd) {
  margin-right: 100px;
  ;
}
.element-12ver__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.element-12ver__image {
  width: 40%;
}
.element-12ver__text {
  width: 55%;
}
.element-13ver__block {
  display: flex;
  justify-content: space-between;
  gap: 16px 0;
  align-items: flex-end;
  flex-wrap: wrap;
}
.element-13ver__image {
  width: 50%;
}
.element-13ver__text {
  width: 45%
}
.element-13ver__fee {
  color: #F5A0A0;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 4px 5px;
  flex-wrap: wrap;
}
.element-13ver__fee span {
  display: block;
  width: 100%;
  color: #F5A0A0;
  font-weight: 500;
}
.element-13ver__fee b {
  font-size: 40px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.element-14ver__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
}
.element-14ver__box {
  width: 48%;
}
.element-15ver__wrap {
  background-color: #FBEAEC;
}
.element-15ver__title {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  align-items: baseline;
  margin-bottom: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.element-15ver__title h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.element-15ver__title span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #F58282;
}
.element-15ver__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: space-between;
}
.element-15ver__box {
  width: 48%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px 32px 50px;
  border-radius: 10px;
  min-height: 250px;
  position: relative;
}
.element-15ver__box h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.element-15ver__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.element-15ver__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.element-15ver__box ._arrow {
  width: 55px;
  height: 27px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 941px) {
  .common-1ver__title {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .common-2ver__title {
    font-size: 18px;
  }
  .common-2ver__title::after {
    height: 25px;
  }
  .common-1ver__table tr {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }
  .common-1ver__table.l-line--bold tr:nth-child(1) {
    border-top: solid 2px #f5a0a0;
    padding-top: 16px;
  }
  .common-1ver__table tr th {
    width: 100%;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .common-1ver__table tr td {
    font-weight: 400;
    font-size: 14px;
  }
  .common-2ver__table {
    overflow-x: scroll;
  }
  .common-2ver__table table {
    width: 941px;
  }
  .common-2ver__table table th, .common-2ver__table table td {
    font-size: 12px;
  }
  .common-3ver__table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .common-3ver__table td:nth-child(1) {
    width: 100%;
  }
  .common-3ver__table td:nth-child(2) {
    width: 50%;
  }
  .common-3ver__table td:nth-child(3) {
    width: 50%;
  }
  .common-3ver__table table tr th:nth-child(1) {
    width: 100%;
  }
  .common-3ver__table table tr th:nth-child(2) {
    width: 50%;
  }
  .common-3ver__table table tr th:nth-child(3) {
    width: 50%;
  }
  .common-3ver__table th {
    border: solid .5px #fff;
    padding: 10px;
  }
  .common-3ver__table td {
    border: solid .5px #fff;
    padding: 10px;
  }
  .common-3ver__table tr:nth-child(odd) {
    background-color: #faf4f4;
  }
  .common-3ver__table tr:nth-child(even) {
    background-color: #faf4f4;
  }
  .common-3ver__table tr.pink {
    background-color: #f5e6e6 !important;
  }
  .common-3ver__table .table_c--blue tr.pink {
    background-color: #d9ebf5 !important;
  }
  .common-3ver__table .table_c--green tr.pink {
    background-color: #dbf5da !important;
  }
  .common-3ver__table .table_c--purple tr.pink {
    background-color: #e2d9f6 !important;
  }
  .common-3ver__table .table_c--blue tr:nth-child(odd) {
    background-color: #b3d9eb;
  }
  .common-3ver__table .table_c--blue tr:nth-child(even) {
    background-color: #b3d9eb;
  }
  .common-3ver__table .table_c--green tr:nth-child(odd) {
    background-color: #ade8ad;
  }
  .common-3ver__table .table_c--green tr:nth-child(even) {
    background-color: #ade8ad;
  }
  .common-3ver__table .table_c--purple tr:nth-child(odd) {
    background-color: #c3b1eb;
  }
  .common-3ver__table .table_c--purple tr:nth-child(even) {
    background-color: #c3b1eb;
  }
  .element-1ver__inner {
    padding: 32px 24px 24px;
    border-radius: 16px;
  }
  .element-1ver__text {
    width: 100%;
  }
  .element-1ver__image {
    width: 50%;
    margin-left: auto;
  }
  .element-1ver__title h2, .element-1ver__title h3 {
    font-size: 18px;
  }
  .element-1ver__title span {
    font-size: 12px;
    line-height: 1.8;
  }
  .element-1ver__title {
    margin-bottom: 24px;
  }
  .element-2ver__block {
    gap: 10px 0;
    justify-content: space-between;
  }
  .element-2ver__box {
    width: 49%;
    padding: 16px;
  }
  .element-2ver__box span {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .common-4ver__table table {
    width: 940px;
  }
  .common-4ver__table thead {
    font-size: 13px;
  }
  .common-4ver__table td {
    font-size: 13px;
  }
  .common-2ver__btn span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .common-2ver__btn a {
    max-width: 280px;
  }
  .element-6ver__wrap {
    border: solid 8px #F7D1D5;
    padding: 24px 16px;
  }
  .element-6ver__title {
    font-size: 16px;
  }
  .element-5ver__image {
    width: 70%;
  }
  .element-5ver__text {
    width: 100%;
  }
  .element-5ver__text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .element-7ver__items {
    padding: 8px;
    border-radius: 10px 0 10px 0;
  }
  .element-7ver__items ul li {
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .element-7ver__items ul li span {
    padding-left: 13px;
  }
  .element-7ver__items ul li span::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
  .element-8ver__box {
    padding: 24px;
    border-radius: 10px;
  }
  .element-8ver__box h3 {
    ;
    font-size: 18px;
  }
  .element-8ver__box:nth-child(even) {
    margin-left: 16px;
    ;
  }
  .element-8ver__box:nth-child(odd) {
    margin-right: 16px;
    ;
  }
  .element-9ver__inner {
    border-radius: 10px;
    padding: 32px 24px 24px;
  }
  .element-9ver__title {
    font-size: 18px;
    text-align: center;
  }
  .element-9ver__block {
    flex-direction: column-reverse;
  }
  .element-9ver__block p {
    width: 100%;
  }
  .element-9ver__block .element-9ver__image {
    width: 70%;
    margin: 0 auto;
  }
  .element-10ver__image {
    width: 60%;
    margin: 0 auto;
  }
  .element-10ver__image p {
    margin-top: 10px;
    font-size: 14px;
  }
  .element-10ver__box {
    width: 100%;
    padding: 24px;
    border-radius: 10px;
    gap: 10px 0;
  }
  .element-10ver__text {
    font-size: 14px;
  }
  .element-10ver__text:nth-child(1) {
    width: 100%;
  }
  .element-10ver__text:nth-child(2) {
    width: 100%;
  }
  .element-10ver__block {
    gap: 16px 0;
  }
  .element-11ver__box {
    padding: 24px;
    border-radius: 10px;
  }
  .element-11ver__title {
    gap: 0 10px;
    flex-direction: column;
    align-items: baseline;
  }
  .element-11ver__title span {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .element-11ver__title h3 {
    font-size: 16px;
  }
  .element-11ver__box:nth-child(even) {
    margin-left: 16px;
    ;
  }
  .element-11ver__box:nth-child(odd) {
    margin-right: 16px;
    ;
  }
  .element-12ver__image {
    width: 70%;
    margin: 0 auto;
  }
  .element-12ver__text {
    width: 100%;
  }
  .element-13ver__image {
    width: 100%;
  }
  .element-13ver__text {
    width: 100%
  }
  .element-13ver__fee b {
    font-size: 28px;
  }
  .element-14ver__box {
    width: 100%;
  }
  .element-15ver__title {
    margin-bottom: 16px
  }
  .element-15ver__title h2 {
    font-size: 26px;
  }
  .element-15ver__title span {
    font-size: 11px;
  }
  .element-15ver__block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    justify-content: space-between;
  }
  .element-15ver__box {
    width: 100%;
    padding: 24px 16px 46px;
    min-height: auto;
  }
  .element-15ver__box h3 {
    font-size: 16px;
  }
  .element-15ver__box ._arrow {
    width: 40px;
    height: 20px;
    bottom: 16px;
    right: 16px;
  }
  .element-3ver__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 0;
    align-items: center;
  }
  .element-3ver__image {
    width: 70%;
    margin: 0 auto;
  }
  .element-3ver__text {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .common-2ver__table table {
    width: 600px;
  }
  .common-3ver__table td, .common-3ver__table th {
    font-size: 12px;
    font-weight: 400;
  }
}
/* 院内写真・設備
* --------------------------------------- */
.introduction-slider__wrap img {
  width: 100%;
}
.introduction-slider__wrap ._thumbnail img {
  padding: 0 5px;
  box-sizing: border-box;
}
.introduction-slider__wrap ._thumbnail {
  margin: 20px auto 0;
}
.introduction-slider__wrap ._slider ._image {
  position: relative;
  overflow: hidden;
  padding-top: 600px;
}
.introduction-slider__wrap ._slider ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduction-slider__wrap ._thumbnail ._image {
  position: relative;
  overflow: hidden;
  padding-top: 65px;
}
.introduction-slider__wrap ._thumbnail ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 941px) {
  .introduction-slider__wrap ._slider ._image {
    padding-top: 4%;
  }
}
@media screen and (max-width: 426px) {}
/* よくあるご質問
* --------------------------------------- */
.question-items__box {
  border-bottom: solid 1px #E2DCE2;
  padding: 32px 24px;
  cursor: pointer;
}
.question-items__box .question-header__box {
  position: relative;
  z-index: +1;
  transition: .2s;
}
.question-items__box:nth-child(1) {
  border-top: solid 1px #E2DCE2;
}
.question-items__box .question-header__box .i_box {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.question-items__box .question-header__box .i_box:before, .question-items__box .question-header__box .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.question-items__box .question-header__box .i_box:before {
  border-top: 4px solid #C7C7C7;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.question-items__box .question-header__box .i_box:after {
  border-left: 4px solid #C7C7C7;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 8px;
  transition: .3s;
}
.question-items__box .question-header__box.open .i_box:after {
  height: 0;
}
.question-items__box .question-answer__box {
  margin-top: 24px;
  box-sizing: border-box;
  display: none;
}
.question-header__text {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}
.question-header__text::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon-question_hover.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.question-header__text h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.question-answer__text {
  position: relative;
  gap: 0 10px;
}
.question-answer__text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 941px) {
  .question-header__text::before {
    width: 25px;
    height: 25px;
    top: -1px;
  }
  .question-header__text {
    padding-left: 35px;
    padding-right: 35px;
  }
  .question-items__box .question-answer__box {
    margin-top: 20px;
  }
  .question-items__box {
    padding: 16px 0px;
  }
  .question-items__box .question-header__box .i_box:after {
    right: 10px;
  }
  .question-items__box .question-header__box .i_box:before {
    border-top: 3px solid #C7C7C7;
    width: 15px;
  }
  .question-items__box .question-header__box .i_box:after {
    border-left: 3px solid #C7C7C7;
    height: 15px;
    right: 6px;
  }
  .question-items__box .question-header__box .i_box {
    right: 0;
    width: 15px;
    height: 15px;
  }
  .question-answer__text p {
    font-size: 14px;
    line-height: 1.8;
  }
}
/* 症例集
* --------------------------------------- */
.symptoms-items__image {
  width: 90%;
  margin: 0 auto 46px;
  ;
}
.symptoms-page__wrap {
  border: solid 14px #F7D1D5;
  box-sizing: border-box;
  border-radius: 16px 0 16px 0
}
.symptoms-items__box:not(:last-child) {
  margin-bottom: 100px;
}
.symptoms-page__wrap ._title {
  color: #F5A0A0;
  margin-bottom: 60px;
}
@media screen and (max-width: 941px) {
  .symptoms-items__image {
    width: 100%;
    margin: 0 auto 24px;
    ;
  }
  .symptoms-page__wrap {
    border: solid 8px #F7D1D5;
  }
  .symptoms-items__box:not(:last-child) {
    margin-bottom: 80px;
  }
  .symptoms-page__wrap ._title {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 426px) {}
/* 医師紹介
* --------------------------------------- */
.doctor-archive__wrap {
  border: solid 14px #F7D1D5;
  box-sizing: border-box;
  border-radius: 16px 0 16px 0;
  margin-bottom: 32px;
}
.doctor-archive__wrap:nth-last-child(1) {
  margin-bottom: 0;
}
.doctor-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 26px 0;
}
.doctor-items__image {
  width: 38%;
}
.doctor-items__image img {
  height: auto;
  border: solid 1px #e6e6e6
}
.doctor-items__text {
  width: 60%;
  padding-left: 50px;
  box-sizing: border-box;
}
.doctor-name__box {
  margin-bottom: 16px;
}
.doctor-name__box span {
  color: #f5a0a0;
  display: block;
  font-weight: 400;
}
.doctor-name__box h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 0 16px;
}
.doctor-name__box h2 small {
  font-size: 16px;
}
.doctor-deta__box h3 {
  margin-bottom: 8px;
}
.doctor-deta__box h3 b {
  color: #f5a0a0;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .doctor-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .doctor-items__text {
    width: 100%;
    padding-left: 0;
  }
  .doctor-name__box h2 {
    font-size: 24px;
    gap: 0 10px;
  }
  .doctor-name__box span {
    margin-bottom: 8px;
  }
  .doctor-archive__wrap {
    border: solid 8px #F7D1D5;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 426px) {}
/* 共通記事
* --------------------------------------- */
.single--ttl {
  margin-bottom: 80px;
}
.single--ttl h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.single--ttl span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 2px #F5A0A0;
  font-weight: 500;
  margin-bottom: 24px;
}
.single--ttl time {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-top: 16px;
}
.common-single__post h2 {
  background: linear-gradient(90deg, #fff 0px, #fff 4px, #fef3f5 4px, #fef3f5 100%);
  font-size: 26px;
  padding: 3px 3px 3px 23px;
  position: relative;
  margin-top: .5em;
  margin-bottom: 1em;
}
.common-single__post h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 40px;
  background-color: #F5A0A0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-single__post h2 strong {
  font-weight: 400;
}
.common-single__post h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #F5A0A0;
  margin-top: .5em;
  margin-bottom: 1em;
}
.common-single__post h3 strong {
  font-weight: 400;
}
.common-single__post ul {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 13px;
  box-sizing: border-box;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-single__post ol {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post p {
  margin-top: 20px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.common-single__post a {
  display: inline-block;
  color: #F5A0A0;
  text-decoration: underline;
}
.common-single__post a:hover {
  text-decoration: none;
  opacity: 1;
}
.common-single__post a._btn {
  text-align: center;
  color: #fff;
  background-color: #F5A0A0;
  text-decoration: none;
  padding: 10px 32px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.common-single__post a._btn:hover {
  text-decoration: none;
  opacity: .7;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
  padding: 2px 10px;
  font-size: 14px;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.common-single__post blockquote {
  position: relative;
  padding: 50px 20px 30px 20px;
  box-sizing: border-box;
  font-style: italic;
  background: #FEF7F6;
  margin-top: 30px;
  border-left: solid 1px #004DB3;
}
.common-single__post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  content: "“";
  font-family: sans-serif;
  color: #004DB3;
  font-size: 70px;
  line-height: 1;
}
.common-single__post blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.common-single__post table {
  margin: 30px 0 24px 0;
  width: 100%;
}
.common-single__post tr:nth-child(1) td strong {
  color: #fff;
  font-weight: 400;
}
.common-single__post tr:nth-child(1) td {
  background: #222;
  border: 1px solid #DDD;
  color: #fff;
}
.common-single__post td {
  border: 1px solid #DDD;
}
.common-single__post td strong {
  font-weight: 400;
}
.common-single__post tr {
  background: #fff;
  border: 1px solid #DDD;
}
.common-single__post th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 2.2;
  background: #fff;
}
.common-single__post th {
  background: #f2f2f2;
  font-weight: normal;
}
.common-single__post table.table_no_border th, .common-single__post table.table_no_border td {
  border: none;
  padding-left: 0;
}
.common-single__post table.table_border_horizontal th, .common-single__post table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}
.common-single__post figure {
  margin: 0;
}
.common-single__post .alignright.size-full.is-resized {
  margin: 0.5em 0 0.5em 1em;
}
.common-single__post ._thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.common-single__post ._thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 941px) {
  .common-single__post h2 {}
  .common-single__post h2 {
    background: linear-gradient(90deg, #fff 0px, #fff 3px, #fef3f5 3px, #fef3f5 100%);
    font-size: 16px;
    padding: 10px 3px 10px 20px;
  }
  .common-single__post h2::after {
    height: 35px;
    width: 6px;
  }
  .common-single__post h3 {
    font-size: 16px;
  }
  .common-single__post ul li::before {
    top: 9px;
  }
  .common-single__post a._btn {
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px 24px;
  }
  .single--ttl {
    margin-bottom: 46px;
  }
  .single--ttl h1 {
    font-size: 22px;
  }
  .single--ttl span {
    margin-bottom: 16px;
  }
  .single--ttl time {
    font-size: 14px;
    margin-top: 8px;
  }
  .single--ttl span {
    border-bottom: solid 1px #F5A0A0;
    margin-bottom: 16px;
  }
}
/* 
* --------------------------------------- */
.bottom-120-margin {
  margin-bottom: 120px;
}
.bottom-100-margin {
  margin-bottom: 100px;
}
.bottom-80-margin {
  margin-bottom: 80px;
}
.bottom-60-margin {
  margin-bottom: 60px;
}
.bottom-46-margin {
  margin-bottom: 46px;
}
.bottom-32-margin {
  margin-bottom: 32px;
}
.bottom-24-margin {
  margin-bottom: 24px;
}
.bottom-16-margin {
  margin-bottom: 16px;
}
.bottom-8-margin {
  margin-bottom: 8px;
}
@media screen and (max-width: 941px) {
  .bottom-120-margin {
    margin-bottom: 80px;
  }
  .bottom-100-margin {
    margin-bottom: 60px;
  }
  .bottom-80-margin {
    margin-bottom: 60px;
  }
  .bottom-60-margin {
    margin-bottom: 46px;
  }
  .bottom-46-margin {
    margin-bottom: 32px;
  }
  .bottom-32-margin {
    margin-bottom: 24px;
  }
  .bottom-24-margin {
    margin-bottom: 16px;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #F5A0A0;
  background-color: #F5A0A0;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #F5A0A0;
  background-color: #F5A0A0;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #fff;
  color: #F5A0A0;
  border: solid 1px #F5A0A0;
}
.single-peger-items li a {
  width: 80px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
  width: 42px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {
  border: solid 1px #F5A0A0;
  background-color: #F5A0A0;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 7px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 7px 0;
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 7px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* モーダル
* --------------------------------------- */
.open-btn {
  cursor: pointer;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 91%);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal-content {
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.modal__items--btn:nth-child(1) {
  margin-bottom: 24px;
}
.modal__items--btn a {
  background-color: #F5A0A0;
  color: #fff;
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  padding: 21px 10px;
  position: relative;
  font-size: 16px;
}
.modal__items--btn a::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/btn-white.svg");
  right: 4px;
  bottom: 4px;
}
@media screen and (max-width: 769px) {
  .modal__items--btn a {
    font-size: 13px;
  }
}