/*

  下層ページ共通

================================================================
*/
/* メインビジュアル
--------------------------------------------------------------*/
.under-mv {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;}
.under-mv .flex {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  height: 100%;}
.under-mv .flex .en {
  margin-bottom: 15px;
  font-size: 24px;
  color: rgba(237, 151, 144, .5);
  letter-spacing: .1em;}
.under-mv .flex h1 {
  text-align: center;
  font-size: 40px;}
.under-mv .pankz {
  position: absolute;
  top: 20px;
  right: 0;}
.under-mv .pankz ul {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #676767;}
.under-mv .pankz ul li + li {
  position: relative;
  margin-left: 30px;}
.under-mv .pankz ul li + li:before {
  content: '';
  position: absolute;
  top: .1em;
  left: -16px;
  width: 1px;
  height: 100%;
  background: #676767;
  transform: rotateZ(20deg);}
.under-mv .pankz ul li a {
  color: #676767;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.under-mv {
  height: 60vw;}
.under-mv .flex {
  padding-bottom: 10vw;}
.under-mv .flex .en {
  margin-bottom: 3vw;
  font-size: 3.5vw;}
.under-mv .flex h1 {
  font-size: 8vw;}
.under-mv .flex h1 i {
  margin-top: 3vw;
  font-size: 60%;}
.under-mv .pankz {
  top: auto;
  bottom: 3vw;
  right: 5vw;}
.under-mv .pankz ul {
  overflow-x: auto;
  font-size: 2.8vw;}
.under-mv .pankz ul li {
  flex-shrink: 0;}
.under-mv .pankz ul li + li {
  margin-left: 5vw;}
.under-mv .pankz ul li + li:before {
  left: -2.5vw;}
}


/*

  下層ページ：施術メニュー

================================================================
*/
.under-mv.menu {
  background-image: url(../img/under/menu/mv_pc.jpg);}

/* p-menu-02
--------------------------------------------------------------*/
.p-menu-02 {
  padding: 80px 0;}
.p-menu-02 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.p-menu-02 .flex .box {
  width: 580px;
  margin-top: 50px;}
.p-menu-02 .flex .box:nth-child(-n+2) {
  margin-top: 0;}
.p-menu-02 .flex .box h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 186px;
  margin-bottom: 10px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  font-size: 22px;
  color: #fff;
  letter-spacing: .1em;}
.p-menu-02 .flex .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.p-menu-02 .flex .box ul li {
  width: 48%;
  border-bottom: 1px solid rgba(198, 195, 196, .5);}
.p-menu-02 .flex .box ul li a {
  display: block;
  padding: 15px 0;
  padding-left: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5px auto;
  background-image: url(../img/under/menu/icon_arrow.svg);
  color: #676767;}
.p-menu-02 .flex .box.menu01 h2 {
  background-image: url(../img/under/menu/bg_01.jpg);}
.p-menu-02 .flex .box.menu02 h2 {
  background-image: url(../img/under/menu/bg_02.jpg);}
.p-menu-02 .flex .box.menu03 h2 {
  background-image: url(../img/under/menu/bg_03.jpg);}
.p-menu-02 .flex .box.menu04 h2 {
  background-image: url(../img/under/menu/bg_04.jpg);}
.p-menu-02 .flex .box.menu05 h2 {
  background-image: url(../img/under/menu/bg_05.jpg);}
.p-menu-02 .flex .box.menu06 h2 {
  background-image: url(../img/under/menu/bg_06.jpg);}
.p-menu-02 .flex .box.menu07 h2 {
  background-image: url(../img/under/menu/bg_07.jpg);}
.p-menu-02 .flex .box.menu08 h2 {
  background-image: url(../img/under/menu/bg_08.jpg);}
.p-menu-02 .flex .box.menu09 h2 {
  background-image: url(../img/under/menu/bg_09.jpg);}
.p-menu-02 .flex .box.menu10 h2 {
  background-image: url(../img/under/menu/bg_10.jpg);}
.p-menu-02 .flex .box.menu11 h2 {
  background-image: url(../img/under/menu/bg_11.jpg);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-menu-02 {
  padding: 10vw 0;}
.p-menu-02 .flex {
  flex-direction: column;
  display: flex;}
.p-menu-02 .flex .box {
  width: 100%;
  margin-top: 10vw;}
.p-menu-02 .flex .box:nth-child(-n+2) {
  margin-top: 10vw;}
.p-menu-02 .flex .box:first-child {
  margin-top: 0;}
.p-menu-02 .flex .box h2 {
  height: 30vw;
  margin-bottom: 0;
  padding-left: 7vw;
  background-position: top center;
  font-size: 4.8vw;}
.p-menu-02 .flex .box ul {
  padding: 3vw 5vw;}
.p-menu-02 .flex .box ul li {
  width: 48%;}
.p-menu-02 .flex .box ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.5;
  font-size: 3.5vw;
  padding: 3vw 0;
  padding-left: 4vw;
  background-size: 1.5vw auto;}
}


/*

  下層ページ：当院について

================================================================
*/
.under-mv.about {
  background-image: url(../img/under/about/mv_pc.jpg);}

/* p-about-01
--------------------------------------------------------------*/
.p-about-01 {
  overflow: hidden;
  width: 100%;
  margin: 80px 0;}
.p-about-01 h2 {
  font-size: 24px!important;
  line-height: 1.6;}
.p-about-01 .box {
  width: 500px;
  height: auto;
  margin-top: 40px;
  padding: 45px;
  background-color: #fff;}
.p-about-01 .box .txt {
  color: #676767;
  line-height: 1.8;}
.p-about-01 .box .txt strong {
  font-size: 120%;}
.p-about-01 figure {
  position: absolute;
  top: 0;
  left: 400px;
  width: 100%;
  height: 100%;
  z-index: -1;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-about-01 {
  width: 100%;
  margin: 15vw 0;}
.p-about-01 .top-h2-area {
  padding: 0 7vw;}
.p-about-01 h2 {
  text-align: center;
  font-size: 5.5vw!important;}
.p-about-01 .top-h2-area {
  margin-bottom: 10vw;
  padding-left: 7vw;}
.p-about-01 .box {
  width: 100%;
  margin-top: 7vw;
  padding: 0 7vw;
  background-color: transparent;}
.p-about-01 .box .txt {
  font-size: 3.6vw;
  line-height: 1.9;}
.p-about-01 figure {
  position: static;
  width: 100%;
  height: 100%;
  z-index: 1;}
}

/* p-about-02
--------------------------------------------------------------*/
.p-about-02 {
  padding: 0 0 80px;}
.p-about-02 .flex {
  display: flex;
  border: solid rgba(198, 195, 196, .7);
  border-width: 0 1px;}
.p-about-02 .flex > div {
  width: 50%;
  padding: 0 100px;}
.p-about-02 .flex > div + div {
  border-left: 1px solid rgba(198, 195, 196, .7);}
.p-about-02 .flex > div h2 {
  position: relative;
  margin-bottom: 15px;}
.p-about-02 .flex > div h2:before,
.p-about-02 .flex > div h2:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ED9790;
  z-index: 2;}
.p-about-02 .flex > div h2:before {
  width: 15px;
  height: 2px;}
.p-about-02 .flex > div h2:after {
  width: 2px;
  height: 15px;}
.p-about-02 .flex > div h2 span {
  position: relative;
  display: block;
  padding: 18px 0;
  background-color: #fff;
  text-align: center;
  font-size: 20px;}
.p-about-02 .flex > div h2 span:before,
.p-about-02 .flex > div h2 span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ED9790;
  z-index: 2;}
.p-about-02 .flex > div h2 span:before {
  width: 15px;
  height: 2px;}
.p-about-02 .flex > div h2 span:after {
  width: 2px;
  height: 15px;}
.p-about-02 .flex > div .txt {
  color: #676767;
  line-height: 1.9;}
.p-about-02 .flex > div h2 span i:before {
  pointer-events: none;
  content: 'Philosophy';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: rgba(198, 195, 196, .5);}
.p-about-02 .flex > div + div h2 span i:before {
  content: 'Vision';}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-about-02 {
  padding: 0 5vw 10vw;}
.p-about-02 .flex {
  flex-direction: column;}
.p-about-02 .flex > div {
  width: 100%;
  padding: 0 5vw;}
.p-about-02 .flex > div + div {
  margin-top: 10vw;
  border-left: none;}
.p-about-02 .flex > div h2 {
  margin-bottom: 3vw;}
.p-about-02 .flex > div h2:before {
  width: 3vw;}
.p-about-02 .flex > div h2:after {
  height: 3vw;}
.p-about-02 .flex > div h2 span {
  padding: 18px 0;
  font-size: 4.5vw;}
.p-about-02 .flex > div h2 span:before {
  width: 3vw;}
.p-about-02 .flex > div h2 span:after {
  height: 3vw;}
.p-about-02 .flex > div .txt {
  font-size: 3.5vw;
  line-height: 1.8;}
.p-about-02 .flex > div h2 span i:before {
  top: -3vw;
  font-size: 3.8vw;}
}

/* p-about-03
--------------------------------------------------------------*/
.p-about-03 {
  overflow: hidden;
  padding: 30px 0 80px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../img/under/about/bg_03.jpg);}
.p-about-03 .inner:before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2000px;
  height: 75%;
  background: #fff;
  z-index: 1;
  clip-path: polygon(0% 100%, 6% 0%, 94% 0%, 100% 100%);}
.p-about-03 .flex {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 680px auto;
  background-image: url(../img/top/top-doctor.png);
  z-index: 2;}
.p-about-03 .flex .left {
  display: none;}
.p-about-03 .flex .right {
  width: 560px;
  padding-top: 60px;
  padding-bottom: 50px;}
.p-about-03 .flex .right .txt {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 2.2;
  color: #676767;}
.p-about-03 .flex .right .name {
  padding-bottom: 20px;
  font-size: 22px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-about-03 {
  margin-top: 15vw;}
.p-about-03 .inner:before {
  bottom: auto;
  top: 25vw;
  left: 7vw;
  height: 65vw;}
.p-about-03 .flex {
  position: relative;
  flex-direction: column;
  background: none;
  z-index: 2;}
.p-about-03 .flex .left {
  display: block;
  width: 100%;
  height: 90vw;
  background-repeat: no-repeat;
  background-position: top left 5vw;
  background-size: 128% auto;
  background-image: url(../img/top/top-doctor.png);}
.p-about-03 .flex .right {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 0;}
.p-about-03 .flex .right .top-h2-area {
  position: absolute;
  top: 5vw;
  left: 7vw;}
.p-about-03 .flex .right .txt {
  margin-top: 0;
  margin-bottom: 5vw;
  padding: 0 7vw;
  line-height: 1.9;
  font-size: 3.6vw;}
.p-about-03 .flex .right .name {
  padding-bottom: 0;
  padding-right: 7vw;
  text-align: right;
  font-size: 4.2vw;}
}

/* p-about-04
--------------------------------------------------------------*/
.p-about-04 {
  padding: 80px 0;
  background-color: #F6F6F6;}
.p-about-04 .flex {
  display: flex;
  justify-content: space-between;}
.p-about-04 .flex .right {
  width: 920px;}
.p-about-04 .flex .right ul li {
  border-bottom: 1px solid rgba(198, 195, 196, .5);}
.p-about-04 .flex .right ul li a {
  display: flex;
  flex-direction: column;
  padding: 20px 50px 20px 0;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
  background-image: url(../img/common/icon_link_out.svg);
  color: #676767;}
.p-about-04 .flex .right ul li a .title {
  font-size: 16px;
  line-height: 1.7;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-about-04 {
  padding: 15vw 0;}
.p-about-04 .top-h2-area {
  text-align: center;}
.p-about-04 .flex {
  flex-direction: column;
  padding: 0 7vw;}
.p-about-04 .flex .right {
  width: 100%;
  margin-top: 5vw;}
.p-about-04 .flex .right ul li a {
  padding: 5vw 3vw 5vw 0;
  background-position: right bottom 3vw;
  background-size: 3vw 3vw;}
.p-about-04 .flex .right ul li a .title {
  font-size: 3.6vw;}
}


/*

  下層ページ：アクセス

================================================================
*/
.under-mv.access {
  background-image: url(../img/under/access/mv_pc.jpg);}

/* p-access-01
--------------------------------------------------------------*/
.p-access-01 {
  overflow: hidden;
  padding: 80px 0;}
.p-access-01.ginza {
  padding: 20px 0 80px;}
.p-access-01 .inner {
  display: flex;
  align-items: center;
  min-height: 570px;}
.p-access-01 .box {
  position: relative;
  width: 600px;
  padding: 45px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(85, 85, 85, .05);
  color: #676767;
  z-index: 2;}
.p-access-01 .box table {
  width: 100%;
  line-height: 1.6;}
.p-access-01 .box table th {
  min-width: 11em;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 500;}
.p-access-01 .box table tr + tr {
  border-top: 1px solid #F6F6F6;}
.p-access-01 .box table td {
  padding: 15px 0;
  padding-left: 30px;}
.p-access-01 .box table td a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-top: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #EBCDAF, #ED9790);
  color: #fff;}
.p-access-01 .map {
  position: absolute;
  top: 0;
  left: 400px;
  width: 1200px;
  height: 570px;
  z-index: 1;}
.p-access-01 .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);}
.p-access-01 .box table tr:first-child th,
.p-access-01 .box table tr:first-child td {
  padding-top: 0;}
.p-access-01 .box table tr:last-child th,
.p-access-01 .box table tr:last-child td {
  padding-bottom: 0;}
 .p-access-01 .top-h2-area {
    position: absolute;
    top: -110px;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-access-01 {
  padding: 10vw 0;}
.p-access-01 .inner {
  flex-direction: column;
  min-height: auto;}
.p-access-01 .box {
  width: 100%;
  margin-bottom: 10vw;
  padding: 0 7vw;
  box-shadow: none;
  background-color: transparent;}
.p-access-01 .box table,
.p-access-01 .box table tr,
.p-access-01 .box table tbody,
.p-access-01 .box table th,
.p-access-01 .box table td {
  display: block;}
.p-access-01 .box table {
  font-size: 3.5vw;}
.p-access-01 .box table th {
  margin-bottom: 3vw;
  padding: 3vw 0;
  border-bottom: 1px solid #ccc;
  font-weight: 600;}
.p-access-01 .box table td {
  padding: 3vw 0;
  padding-left: 0;}
.p-access-01 .box table td a {
  display: flex;
  width: 40vw;
  height: 10vw;
  margin-top: 3vw;}
.p-access-01 .map {
  position: static;
  width: 100%;
  height: 80vw;}
.p-access-01 .box table tr:last-child th {
  padding-bottom: 3vw;}
.p-access-01 .top-h2-area {
  position: relative;
  top: 0;
  align-items:center;
  margin-bottom: 7vw;}
}
/*

  下層ページ：ドクター紹介

================================================================
*/
.under-mv.doctor {
  background-image: url(../img/under/doctor/mv_pc.jpg);}

/* p-doctor-01
--------------------------------------------------------------*/
.p-doctor-01 {
  padding: 80px 0;}
.p-doctor-01 .va-top {
    vertical-align: top!important;}
.p-doctor-01 .dlist > li + li {
  margin-top: 80px;}
.p-doctor-01 .dlist > li .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  margin: 0 auto;}
.p-doctor-01 .dlist > li .flex figure {
  position: relative;}
.p-doctor-01 .dlist > li .flex figure:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ED9790;}
.p-doctor-01 .dlist > li .flex > div {
  flex: 1;
  margin-left: 60px;
  padding-top: 20px;}
.p-doctor-01 .dlist > li .flex > div .en {
  font-size: 62px;
  color: rgba(198, 195, 196, .5);}
.p-doctor-01 .dlist > li .flex > div .name {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: .1em;}
.p-doctor-01 .dlist > li .flex > div table {
  width: 100%;
  margin-top: 20px;
  line-height: 1.6;
  color: #676767;}
.p-doctor-01 .dlist > li .flex > div table th {
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  padding: 10px 20px 10px 0;}
.p-doctor-01 .dlist > li .flex > div table td {
  padding: 10px 0;}
.p-doctor-01 .dlist > li .flex > div table td .list01 li {
  position: relative;
  padding-left: 1.2em;}
.p-doctor-01 .dlist > li .flex > div table td .list01 li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.p-doctor-01 .dlist > li .flex > div table td .list01 li + li {
  margin-top: 3px;}
.p-doctor-01 .dlist > li .flex > div table td .list02 {
  display: flex;}
.p-doctor-01 .dlist > li .flex > div table td .list02 li img {
  width: 50px;
  height: auto;}
.p-doctor-01 .dlist > li .flex > div table tr + tr th {
  vertical-align: middle;}
.p-doctor-01 .dlist > li .box {
  margin-top: -70px;
  padding: 150px 100px 80px;
  background-color: #fff;
  color: #676767;}
.p-doctor-01 .dlist > li.hikari-oka .box {
    margin-top: -50px;
    padding: 130px 100px 80px;}
.p-doctor-01 .dlist > li .box .txt {
  line-height: 2.0;}
.p-doctor-01 .dlist > li .box .movie {
  width: 628px;
  margin: 50px auto 0;}
.p-doctor-01 .dlist > li .box .movie iframe {
  width: 100%;
  aspect-ratio: 1 / .5625;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-doctor-01 {
  padding: 10vw 0;}
.p-doctor-01 .dlist > li + li {
  margin-top: 10vw;}
.p-doctor-01 .dlist > li .flex {
  flex-direction: column;
  width: 100%;
  padding: 0 5vw;}
.p-doctor-01 .dlist > li .flex figure img {
  width: 80vw;}
.p-doctor-01 .dlist > li .flex figure:before {
  top: 1vw;
  left: 1vw;
  width: calc(100% - 1px);
  height: calc(100% - 1px);}
.p-doctor-01 .dlist > li .flex > div {
  width: 100%;
  margin-top: 7vw;
  margin-left: 0;
  padding: 0 0 10vw 5vw;}
.p-doctor-01 .dlist > li .flex > div .en {
  font-size: 10vw;}
.p-doctor-01 .dlist > li .flex > div .name {
  margin-top: 5vw;
  font-size: 4.2vw;}
.p-doctor-01 .dlist > li table {
  font-size: 3.5vw;}
.p-doctor-01 .dlist > li table th {
  padding: 2.5vw 0;}
.p-doctor-01 .dlist > li table td {
  padding: 2.5vw 0;
  padding-left: 5vw;}
.p-doctor-01 .dlist > li table td .list01 li + li {
  margin-top: 1vw;}
.p-doctor-01 .dlist > li table td .list02 li + li {
  margin-left: 1vw;}
.p-doctor-01 .dlist > li table td .list02 li img {
  width: 12vw;}
.p-doctor-01 .dlist > li .box {
  margin-top: 0;
  padding: 5vw 7vw 10vw;}
.p-doctor-01 .dlist > li.hikari-oka .box {
  margin-top: 0;
  padding: 5vw 7vw 10vw;}
.p-doctor-01 .dlist > li .box .txt {
  font-size: 3.5vw;
  line-height: 1.9;}
.p-doctor-01 .dlist > li .box .movie {
  width: 100%;
  margin: 7vw auto 0;}
.p-doctor-01 .dlist > li .box .movie iframe {
  width: 100%;
  aspect-ratio: 1 / .5625;}
}

/*

  下層ページ：コラム一覧

================================================================
*/
.top-post.column {
  padding-top: 0;
  background: none;}
.top-post.column .flex {
  margin-top: 0;}
.top-post.column .right ul {
  flex-wrap: wrap;}
.top-post.column .right ul li {
  margin-top: 60px;}
.top-post.column .right ul li:nth-child(3n+1) {
  margin-left: 0;}
.top-post.column .right ul li:nth-child(-n+3) {
  margin-top: 0;}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;}
.wp-pagenavi * + * {
  margin-left: 10px;}
.wp-pagenavi .page,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding-bottom: 3px;
  border-radius: 100%;
  border: 1px solid #ED9790;
  background-color: #fff;
  color: #ED9790;}
.wp-pagenavi span.current {
  background: linear-gradient(90deg, #EBCDAF, #ED9790);
  border: none;
  color: #fff;}
.wp-pagenavi .pages {
  display: none;}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-post.column {
  padding-top: 5vw;}
.top-post.column .flex {
  margin-top: 0;}
.top-post.column .right {
  padding: 0 5vw;}
.top-post.column .right ul {
  overflow-x: hidden;
  flex-direction: column;
  flex-wrap: wrap;}
.top-post.column .right ul li {
  width: 100%;
  margin-top: 0;}
.top-post.column .right ul li + li {
  margin-left: 0;
  border-top: 1px solid rgba(198, 195, 196, .5);}
.top-post.column .right ul li:nth-child(-n+3) {
  margin-top: 0;}
.top-post.column .right ul li:nth-child(1) {
  margin-top: 0;}
.top-post.column .right ul li a {
  display: flex;
  padding: 5vw 0;}
.top-post.column .right ul li a .cate {
  padding-top: 0;}
.top-post.column .right ul li a figure {
  width: 40vw;}
.top-post.column .right ul li a > div {
  width: 60%;
  padding-left: 3.5vw;}
.top-post.column .left {
  margin-top: 10vw;}
.wp-pagenavi {
  margin-top: 5vw;}
.wp-pagenavi * + * {
  margin-left: 3vw;}
.wp-pagenavi .page,
.wp-pagenavi span {
  width: 10vw;
  height: 10vw;
  padding-bottom: .5vw;
  font-size: 3.5vw;}
}

/*

  下層ページ：お問い合わせ

================================================================
*/
.p-contact-01 {
  padding-bottom: 80px;}
.p-contact-01 .inner {
  width: 1000px;
  margin: 0 auto;}
.p-contact-01 .read {
  text-align: center;
  color: #676767;
  line-height: 1.9;}
.p-contact-01 .box {
  margin-top: 30px;
  padding: 80px 70px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(85, 85, 85, .05);
  color: #676767;}
.p-contact-01 table {
  width: 100%;
  line-height: 1.6;}
.p-contact-01 table th {
  white-space: nowrap;
  width: 1%;
  padding: 10px 0;
  text-align: left;}
.p-contact-01 table th span {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #C7645C;
  font-size: 13px;
  color: #fff;}
.p-contact-01 table th i {
  display: block;
  font-weight: 500;
  font-size: 80%;}
.p-contact-01 table td {
  padding: 10px 0;
  padding-left: 30px;}
.p-contact-01 .inp-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #C6C3C4;
  border-radius: 6px;
  color: #676767;}
.p-contact-01 .inp-area {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #C6C3C4;
  border-radius: 6px;
  color: #676767;}
.p-contact-01 table tr:first-child th,
.p-contact-01 table tr:first-child td {
  padding-top: 0;}
.p-contact-01 table tr:last-child th,
.p-contact-01 table tr:last-child td {
  padding-bottom: 0;}
.p-contact-01 .privacy {
  margin-top: 30px;}
.p-contact-01 .privacy p {
  text-align: center;}
.p-contact-01 .privacy p a {
  text-decoration: underline;
  color: #676767;}
.p-contact-01 .more {
  margin:30px auto 0 auto;
  text-align: center;}
.p-contact-01 .more span {
  position: relative;
  z-index: 0;
  margin: 0 auto;}
.p-contact-01 .more span input{
  display: block;
  padding: 0 0 0 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.p-contact-01 .more span .wpcf7-spinner{
  position: absolute;
  z-index: -1;
  top:50%;
  right:30px;
  transform: translateY(-50%);
}
.p-contact-01 .wpcf7-not-valid-tip{
  font-size:12px;
}
.p-contact-01 textarea{
  display:block;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-contact-01 {
  margin-top: 5vw;
  padding-bottom: 10vw;}
.p-contact-01 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 5vw;}
.p-contact-01 .read {
  font-size: 3.5vw;}
.p-contact-01 .box {
  margin-top: 5vw;
  padding: 5vw 5vw 10vw;}
.p-contact-01 table,
.p-contact-01 table tbody,
.p-contact-01 table th,
.p-contact-01 table td,
.p-contact-01 table tr {
  display: block;}
.p-contact-01 table {
  font-size: 3.5vw;}
.p-contact-01 table tr + tr {
  margin-top: 5vw;}
.p-contact-01 table th {
  width: 100%;
  margin-bottom: 3vw;
  padding: 0;}
.p-contact-01 table th span {
  margin-left: 3vw;
  padding:.5vw 2vw;
  border-radius: 1vw;
  font-size: 80%;}
.p-contact-01 table td {
  padding: 0;
  padding-left: 0;}
.p-contact-01 .inp-text {
  padding: 3vw;
  border-radius: 1.5vw;}
.p-contact-01 .inp-area {
  height: 50vw;
  padding: 3vw;
  border-radius: 1.5vw;}
.p-contact-01 .privacy {
  margin-top: 5vw;}
.p-contact-01 .privacy p {
  line-height: 1.5;
  font-size: 3.4vw;}
.p-contact-01 .more {
  margin-top: 5vw;}
}

/*

  下層ページ：完了

================================================================
*/
.p-contact-02 {
  padding-bottom: 80px;}
.p-contact-02 .inner {
  width: 1000px;
  margin: 0 auto;}
.p-contact-02 .box {
  padding: 80px 70px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(85, 85, 85, .05);
  color: #676767;}
.p-contact-02 .box .title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;}
.p-contact-02 .box .txt {
  text-align: center;
  line-height: 1.9;}
.p-contact-02 .box .more {
  margin-top: 30px;}
.p-contact-02 .box .more a {
  margin: 0 auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-contact-02 {
  margin-top: 5vw;
  padding: 0 5vw;
  padding-bottom: 10vw;}
.p-contact-02 .inner {
  width: 100%;}
.p-contact-02 .box {
  padding: 10vw 7vw;}
.p-contact-02 .box .title {
  margin-bottom: 5vw;
  font-size: 4.2vw;
  line-height: 1.5;}
.p-contact-02 .box .txt {
  text-align: left;
  font-size: 3.5vw;}
.p-contact-02 .box .more {
  margin-top: 5vw;}
}

/*

  下層ページ：個人情報保護方針

================================================================
*/
.p-privacy-01 {
  padding-bottom: 80px;
  color: #676767;
  line-height: 1.8;}
.p-privacy-01 .inner {
  width: 1000px;
  margin: 0 auto;}
.p-privacy-01 .box {
  margin-top: 50px;}
.p-privacy-01 .box h2 {
  position: relative;
  padding-left: 20px;
  line-height: 1.0;
  font-weight: 500;
  font-size: 18px;}
.p-privacy-01 .box h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #ED9790;}
.p-privacy-01 .box h2 + p {
  margin-top: 20px;}
.p-privacy-01 .box dl {
  margin-top: 30px;}
.p-privacy-01 .box dl dt {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;}
.p-privacy-01 .box dl dt:before {
  position: absolute;
  top: 0;
  left: 0;}
.p-privacy-01 .box dl dt.no01:before {
  content: '1.';}
.p-privacy-01 .box dl dt.no02:before {
  content: '2.';}
.p-privacy-01 .box dl dt.no03:before {
  content: '3.';}
.p-privacy-01 .box dl dt.no04:before {
  content: '4.';}
.p-privacy-01 .box dl dt.no05:before {
  content: '5.';}
.p-privacy-01 .box dl dt.no06:before {
  content: '6.';}
.p-privacy-01 .box dl dd + dt {
  margin-top: 20px;}
.p-privacy-01 .box .outline {
  margin-top: 20px;
  padding: 30px 30px;
  border: 1px solid rgba(198, 195, 196, .5);}
.p-privacy-01 .box .outline table {
  width: 100%;
  line-height: 1.6;}
.p-privacy-01 .box .outline table th {
  white-space: nowrap;
  padding: 5px 0;
  text-align: left;
  vertical-align: top;}
.p-privacy-01 .box .outline table td {
  padding: 5px 0;
  padding-left: 30px;}
.p-privacy-01 .box ul {
  padding-left: 1em;}
.p-privacy-01 .box ul li {
  position: relative;
  padding-left: 1em;}
.p-privacy-01 .box ul li + li {
  margin-top: 8px;}
.p-privacy-01 .box ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.p-privacy-01 .box ul li span {
  display: block;}
.p-privacy-01 .box p + ul {
  margin-top: 20px;}
.p-privacy-01 .box .outline table tr:first-child th,
.p-privacy-01 .box .outline table tr:first-child td {
  padding-top: 0;}
.p-privacy-01 .box .outline table tr:last-child th,
.p-privacy-01 .box .outline table tr:last-child td {
  padding-bottom: 0;}
.p-privacy-01 .box .outline table a {
  text-decoration: underline;
  color: #ED9790;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-privacy-01 {
  padding: 10vw 7vw 10vw;
  font-size: 3.5vw;
  line-height: 1.9;}
.p-privacy-01 .inner {
  width: 100%;}
.p-privacy-01 .box {
  margin-top: 10vw;}
.p-privacy-01 .box h2 {
  padding-left: 4vw;
  font-size: 4.2vw;}
.p-privacy-01 .box h2:before {
  width: 2vw;
  height: 2vw;
  margin-top: -.8vw;}
.p-privacy-01 .box h2 + p {
  margin-top: 5vw;}
.p-privacy-01 .box dl {
  margin-top: 5vw;}
.p-privacy-01 .box dl dt {
  margin-bottom: 1vw;}
.p-privacy-01 .box dl dd + dt {
  margin-top: 5vw;}
.p-privacy-01 .box .outline {
  margin-top: 5vw;
  padding: 5vw;}
.p-privacy-01 .box .outline table,
.p-privacy-01 .box .outline table tr,
.p-privacy-01 .box .outline table tbody,
.p-privacy-01 .box .outline table th,
.p-privacy-01 .box .outline table td {
  display: block;}
.p-privacy-01 .box .outline table {
  font-size: 3.5vw;}
.p-privacy-01 .box .outline table tr + tr {
  margin-top: 3vw;}
.p-privacy-01 .box .outline table th {
  margin-bottom: 1vw;
  padding: 0;}
.p-privacy-01 .box .outline table td {
  padding: 0;
  padding-left: 1em;}
.p-privacy-01 .box ul {
  font-size: 3.5vw;}
.p-privacy-01 .box ul li + li {
  margin-top: 1.5vw;}
.p-privacy-01 .box p + ul {
  margin-top: 3vw;}
}

/*

  下層ページ：よくある質問

================================================================
*/

.under-mv.faq {
  background-image: url(../img/under/faq/mv_pc.jpg);}

/* p-faq-01
--------------------------------------------------------------*/
.p-faq-01 {
  overflow: hidden;
  padding: 80px 0;}
.p-faq-01 .box {
  padding-top: 100px;
  margin-top: -100px;}
.p-faq-01 .box:not(:last-child) {
  margin-bottom: 80px;}
.p-faq-01 h2 {
  border: 1px solid rgba(237, 151, 144, .5);
  background-color: #fff;
  color: #676767;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  position: relative;}
.p-faq-01 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 40px;
  background-color: rgba(237, 151, 144, .5);}
.p-faq-01 dl {
  cursor: pointer;
  position: relative;
  line-height: 1.8;
  background-color: #fff;
  box-shadow: 0px 0px 30px #5555550D;
  padding: 40px;
  color: #676767;}
  .p-faq-01 dl::before,
.p-faq-01 dl::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  width: 2px;
  height: 14px;
  background-color: #ED9790;
  transition: .2s;}
.p-faq-01 dl::after {
  transform: rotate(90deg);}
.p-faq-01 dl.active::before {
  transform: rotate(90deg);}
.p-faq-01 dl dt {
  position: relative;
  font-weight: 500;
  padding: 0 0 20px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198, 195, 196, 0.5);}
.p-faq-01 dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 26px;
  background: url(../img/common/icon_q.svg) no-repeat center center / contain;}
.p-faq-01 dl dd {
  overflow: hidden;
  height: 0; /* 高さを0に初期化 */
  transition: height 0.3s ease; /* 高さの変化をスムーズに */
  display: none; /* 初期状態で非表示 */}
.p-faq-01 dl.active dd {
  display: block;}
.p-faq-01 dl dd a {
  color: #ED9790;
  border-bottom: 1px solid #ED9790;}
.p-faq-01 dl + dl {
  margin-top: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-faq-01 {
  padding: 10vw 5vw;}
.p-faq-01 .box {
  padding-top: 20vw;
  margin-top: -20vw;}
.p-faq-01 h2 {
  padding: 4vw 7vw;
  border-radius: 4vw;
  font-size: 4.2vw;
  margin-bottom: 5vw;}
.p-faq-01 h2::before {
  left: 3.8vw;
  height: 56%;
  width: 1.2vw;}
.p-faq-01 dl {
  padding: 5vw;
  font-size: 3.5vw;}
.p-faq-01 dl::before,
.p-faq-01 dl::after {
  top: 6.5vw;
  right: 7vw;}
.p-faq-01 dl dt {
  padding: 0 5vw 3vw 7vw;
  margin-bottom: 3vw;}
.p-faq-01 dl dt::before {
  width: 5vw;
  height: 6vw;}
.p-faq-01 .box:not(:last-child) {
  margin-bottom: 10vw;}
}