@charset "UTF-8";
html {
  font-size: 85%;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow-x: hidden;
}
main {
  margin-top: 74px;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #40B1BF;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.container {
  width: 96%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@font-face {
  font-family: 'Copperplate';
  src: url('../font/Copperplate.ttf') format('truetype'), url('../font/Copperplate.ttc') format('truetype'), url('../font/Copperplate.otf') format('opentype'), url('../font/Copperplate.woff') format('woff');
}
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url('../font/DIN Alternate Bold.ttf') format('truetype');
}
.more-btn {
  margin: 40px auto 60px;
}
.link_btn_large {
  position: relative;
  display: block;
  text-align: center;
  width: 550px;
  padding: 20px 0;
  background: #333;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}
.link_btn_large:hover {
  background: #6faebd;
  color: #fff;
}
.link_btn_large.w100 {
  width: 100%;
}
.link_btn_large span {
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
}
.respons_gray {
  background: #6f7070;
  padding: 3px 10px;
  color: #fff;
}
.doctor_case_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 60px 0 0;
  padding-bottom: 10px;
}
.doctor_case_block img {
  width: 70px;
  margin: 15px;
}
.doctor_case_block p {
  font-size: 18px;
  font-weight: bold;
}
.author3 {
  color: #d052d2;
  border-bottom: 2px solid #d052d2;
}
.author4 {
  color: #658dde;
  border-bottom: 2px solid #658dde;
}
.author7 {
  color: #57b95e;
  border-bottom: 2px solid #57b95e;
}
.author8 {
  color: #e875a9;
  border-bottom: 2px solid #e875a9;
}
.author11 {
  color: #6dc6e0;
  border-bottom: 2px solid #6dc6e0;
}
.author12 {
  color: #e64e6b;
  border-bottom: 2px solid #e64e6b;
}
.author13 {
  color: #ed8825;
  border-bottom: 2px solid #ed8825;
}
.author14 {
  color: #D4C03A;
  border-bottom: 2px solid #D4C03A;
}
.author19 {
  color: #e9ba83;
  border-bottom: 2px solid #e9ba83;
}
.author20 {
  color: #e9ba83;
  border-bottom: 2px solid #e9ba83;
}
.author21 {
  color: #C0A161;
  border-bottom: 2px solid #C0A161;
}
.author18 {
  color: #ca94d6;
  border-bottom: 2px solid #ca94d6;
}
.author25 {
  color: #88cd7c;
  border-bottom: 2px solid #88cd7c;
}
.author31 {
  color: #55bebb;
  border-bottom: 2px solid #55bebb;
}
.author35 {
  color: #FF5722;
  border-bottom: 2px solid #FF5722;
}
.single_youtube {
  width: 765px;
  margin: 40px auto 0;
}
.single_youtube iframe {
  width: 100%;
  height: 430px;
  margin: 40px 0 0;
}
.sec {
  margin: 50px auto;
}
.sec h2 {
  font-family: 'Copperplate';
  font-size: 40px;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 40px 0;
}
.auto {
  width: 1200px;
  margin: auto;
  position: relative;
}
.video {
  margin: 0 auto 100px;
  width: 800px;
}
.video iframe {
  width: 100%;
  height: 450px;
}
.top_banner_box {
  width: 1000px;
  margin: 60px auto;
}
/*   ヘッダー　 */
header {
  position: fixed;
  height: auto;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 80px;
  top: 0;
}
.site-link {
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 5px solid #40B1BF;
}
.site-link ul {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-link ul li {
  width: 33.33%;
  border-left: 1px solid rgb(243, 240, 236);
}
.site-link ul li:last-child {
  border-right: 1px solid rgb(243, 240, 236);
}
.site-link ul li a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
}
.site-link ul li.active a {
  background: #40B1BF;
  color: #fff;
}
.site-header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.header-logo {
  width: 450px;
  min-width: 220px;
  padding-left: 40px;
}
.header-logo a {
  display: block;
  line-height: 0;
}
.header-logo img {
  width: 450px;
  height: auto;
}
.header-info {
  width: 455px;
  height: 73px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 10px;
}
.header-spmenu {
  display: none;
}
@media only screen and (max-width: 1309px) {
  .header-line .link_ico {
    width: 100%;
    display: none;
  }
  .header-contact .link_ico {
    display: none;
  }
  /*
.header-info:after {
    position: absolute;
    bottom: -30px;
    right: 0;
    content: '';
    width: 170px;
    height: 40px;
    background: url(../images/common/present_20000_block.png) no-repeat;
    background-size: 100%;
}
	*/
}
@media only screen and (min-width: 1310px) {
  .header-info {
    width: 525px;
    height: 73px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
    position: relative;
  }
  /*
.header-info:after {
	position: absolute;
    bottom: -20px;
    right: 30px;
    content: '';
    width: 330px;
    height: 30px;
    background: url(../images/common/present_20000.png) no-repeat;
    background-size: 100%;
}
	*/
  .header-spmenu {
    display: none;
  }
}
.header-info a {
  cursor: pointer;
}
.blocks {
  display: block;
}
.header-tel {
  position: relative;
  cursor: pointer;
  height: 73px;
  width: 85px;
}
.header-tel img {
  width: 43px;
  display: block;
  margin: 7px auto 6px;
}
.head-contact {
  border-right: 1px solid #ccc;
}
.header-tel > a {
  text-align: center;
  padding: 6px 0;
  display: table;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #fff;
  color: #333;
  line-height: 2;
  width: 100%;
  text-align: center;
}
.header-tel.head-contact > a {
  background: #fff;
}
.header-tel i {
  font-size: 35px;
  margin-bottom: 5px;
  color: #333;
  display: block;
}
.header-tel.head-contact i {
  font-size: 40px;
  margin-bottom: 0;
  color: #333;
  display: block;
}
.header-line {
  position: relative;
  width: 85px;
  height: 73px;
}
.header-line > a {
  padding: 0;
  display: table;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #7d9f58;
  color: #fff;
  line-height: 2;
  width: 100%;
  text-align: center;
}
.header-line > a span {
  display: block;
  font-size: 10px;
  margin-top: -8px;
}
.header-line > a i {
  font-size: 40px;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 1310px) {
  .header-line {
    position: relative;
    width: 200px;
    height: 73px;
  }
  .blocks {
    display: none;
  }
  .header-line > a img {
    width: 100%;
    position: relative;
  }
  .header-line > a span {
    color: #fff;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
  }
  .header-line > a i {
    margin-right: 10px;
    font-size: 40px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
  }
}
.header-popup {
  position: absolute;
  display: none;
  width: 184px;
  margin-top: 0;
  right: 0;
  border: 1px solid #fff;
  z-index: 99;
}
.popup-header.line-pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background: #eee;
  color: #fff;
  font-size: 10px;
}
.popup-header.line-pop {
  background: #499e19;
}
.popup-close {
  cursor: pointer;
  font-size: 12px;
}
.popup-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.2;
  background: #fff;
}
.popup-list li {
  width: 100%;
  padding: 10px 5px;
  background: #eee;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.popup-list li:hover {
  background: #666;
}
.line-pop .popup-list li {
  text-align: center;
  color: #fff;
  background: #499e19;
}
.line-pop .popup-list li:hover {
  background: #70be44;
}
.line-pop .popup-list li img {
  width: 35px;
  margin-bottom: 7px;
}
.web-pop .popup-list li {
  text-align: center;
  color: #fff;
  background: #ca7411;
}
.web-pop .popup-list li:hover {
  background: #d18935;
}
.web-pop .popup-list li img {
  width: 30px;
  margin: 5px 0 10px;
}
.popup-list li:last-child {
  border-bottom: none;
}
.popup-list li a:hover {
  color: #fff;
}
.popup-list li a i:hover {
  color: #fff;
}
.popup-list .tel-place {
  font-size: 15px;
}
.popup-list .tel-num {
  font-size: 20px;
}
.popup-list .tel-date {
  font-size: 9px;
}
.header-contact {
  position: relative;
  width: 85px;
  height: 73px;
}
.header-contact > a {
  padding: 0;
  display: table;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #d89c9c;
  color: #fff;
  line-height: 2;
  width: 100%;
  text-align: center;
}
.header-contact > a .link_ico {
  width: 100%;
  margin: 0;
}
.header-contact > a span {
  display: block;
  font-size: 10px;
}
.header-contact > a i {
  font-size: 36px;
  margin-block: 2px;
  color: #fff;
  display: block;
}
.header_line_img {
  height: 80px;
  position: relative;
  display: block;
}
.header_line_img img {
  height: 100%;
  max-width: none;
}
.header_line_img span {
  font-size: 12px;
  background: #57bc6a;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  bottom: -10px;
  position: absolute;
  display: block;
  left: 12px;
  border: 3px solid #fff;
}
.header_web_img {
  height: 80px;
  position: relative;
  display: block;
}
.header_web_img img {
  height: 100%;
  max-width: none;
}
.header_web_img span {
  font-size: 12px;
  background: #e89192;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  bottom: -10px;
  position: absolute;
  display: block;
  left: 23px;
  border: 3px solid #fff;
}
.header_tel_img {
  height: 80px;
  position: relative;
  display: block;
}
.header_tel_img img {
  height: 100%;
  max-width: none;
}
@media only screen and (min-width: 1310px) {
  .header-contact {
    position: relative;
    cursor: pointer;
    width: 200px;
    height: 73px;
    color: #fff;
  }
  .header-contact > a .link_ico {
    width: 100%;
    margin: 0;
  }
  .header-contact > a i {
    margin-right: 10px;
    font-size: 36px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
  }
  .header-contact > a span {
    color: #fff;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
  }
}
.popup-list .contact-position {
  padding: 0px 0 5px;
  margin-top: -4px;
  font-size: 14px;
  font-weight: bold;
}
.header-menu {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
}
.global-menu {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 62px;
  padding-left: 40px;
}
.global-menu li {
  margin-right: 3vw;
}
.global-menu li:last-child {
  margin-right: 0;
}
.global-menu li a {
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 0;
  height: inherit;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.global-menu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.global-menu li a:hover::after {
  transform: scale(1, 1);
}
.global-menu li:hover {
  background: none;
}
.global-menu li a.menulist {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 99999;
  top: 30px;
  left: 163px;
}
/***** SP Toggle Menu Btn  *****/
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  top: 57px;
  right: 10px;
  width: 27px;
  height: 21px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #40B1BF;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
.online_bnr {
  margin: 60px auto;
  text-align: center;
}
.online_bnr img {
  width: 750px;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.global-menu > li > .subnav {
  width: 1040px;
  margin: 15px auto;
  padding: 15px 25px 25px 25px;
  text-align: left;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
  box-shadow: 0 6px 8px #ccc;
}
.global-menu > li.sejutsu:active > .subnav {
  display: block;
}
.global-menu > li.sejutsu:hover > .subnav {
  display: block;
}
.global-menu li > .subnav .title a {
  margin: 0 0 3px 0;
  padding: 10px 0 10px 20px;
  font-weight: bold;
  background: url(../images/common/ico_subnav.png) no-repeat 5px 16px / 6px auto;
  border-bottom: 1px solid #47b1bf;
  display: block;
}
.global-menu li > .subnav ul {
  width: 230px;
  margin: 0 20px 0 0;
  float: left;
}
.global-menu li > .subnav ul:last-of-type {
  margin: 0;
}
.global-menu li > .subnav li {
  width: auto !important;
  border-left: none;
  border-right: none;
}
.global-menu li > .subnav ul li a {
  padding: 10px 0 10px 20px;
  font-weight: bold;
  border-bottom: 1px dashed #47b1bf;
  background: url(../images/common/ico_subnav.png) no-repeat 5px 16px / 6px auto;
  display: block;
}
.global-menu li > .subnav ul li a.ttl {
  border-bottom: 1px solid #47b1bf;
}
.global-menu li > .subnav ul li a strong {
  color: #178d9c;
}
.global-menu > li > .subnav ul li span {
  padding: 10px 0 10px 0;
  color: #178d9c;
  font-weight: bold;
  border-bottom: 1px solid #47b1bf;
  display: block;
}
.global-menu > li > .subnav a:hover {
  color: #178d9c;
  text-decoration: underline;
}
.global-menu > li > .subnav a {
  color: #555;
  text-decoration: none;
}
.global-menu > li > .subnav ul {
  width: 230px;
}
.global-menu > li > .subnav.list {
  padding: 0 20px;
}
.global-menu > li > .subnav.list .block {
  width: 230px;
  margin: 0 20px 0 0;
  float: left;
}
.global-menu > li > .subnav.list .block:last-child {
  margin: 0;
}
.global-menu > li > .subnav.list .block h2 {
  padding: 10px 0 10px 0;
  color: #178d9c;
  font-weight: bold;
  border-bottom: 1px solid #47b1bf;
  display: block;
}
.global-menu > li > .subnav.list .block ul {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
.section-contact {
  margin: 2rem 0;
}
.contact-content {
  background: rgba(243, 240, 236, 0.5);
  padding: 2rem;
}
.contact-title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.contact-list {
  display: flex;
  justify-content: space-between;
}
.other-clinic-tabs {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}
.other-clinic-tabs::after {
  content: "";
  display: block;
  width: 32%;
}
.other-clinic-tabs li {
  width: 25%;
}
.other-clinic-tabs li a {
  display: block;
  padding: 1.5vw 0;
  font-size: 3.5vw;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #E6EAE3;
  border-right: 1px solid #E6EAE3;
  background: #c2c2c2;
}
.other-clinic-tabs li.yokohama-tab.active a {
  background: #40b1bf;
  color: #fff;
}
.other-clinic-tabs li.ginza-tab.active a {
  background: #b5833a;
  color: #fff;
}
.contact-list > li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #40B1BF;
  background: #fff;
  padding: 1rem 1rem .5rem;
}
.contact-list > li:last-child {
  border-top: 2px solid #B5833A;
}
body.page-template-page-ginza .contact-list > li {
  border-top: 2px solid #B5833A;
}
body.page-template-page-ginza .contact-list > li:last-child {
  border-top: 2px solid #40B1BF;
}
.contact-img {
  width: 45%;
  line-height: 0;
}
.contact-img img {
  width: 100%;
}
.contact-body {
  width: 51%;
}
.contact-body .contact-logo {
  width: 100%;
}
.cotact-body .name {
  font-size: 0.875rem;
}
.contact-body .tel {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.contact-body .tel::before {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  background: #40B1BF;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}
.contact-list > li:last-child .tel::before {
  background: #B5833A;
}
.contact-body .other-info {
  padding-bottom: 0.5rem;
}
.contact-body .other-info li {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
}
.contact-body .other-info li dt {
  min-width: 4rem;
}
.contact-body .sns-link {
  display: flex;
  flex-wrap: wrap;
}
.contact-body .sns-link li {
  width: 31px;
  height: 31px;
  margin: 0 7px 10px 0;
}
.contact-body .sns-link li:nth-child(6) {
  margin-right: 0;
}
.contact-body .sns-link li a {
  display: block;
  line-height: 0;
}
.contact-body .sns-link li img {
  width: 100%;
}
.section-notitle {
  margin: 3rem 0 0;
}
.section-recruit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-recruit ul li {
  width: 48.5%;
  margin-bottom: 1.5rem;
}
.section-recruit a {
  display: block;
  line-height: 0;
}
.section-recruit a img {
  width: 100%;
}
/* お問い合せのポップアップ */
.footer-popup-close {
  cursor: pointer;
  font-size: 12px;
}
.footer-popup-list {
  width: 100%;
}
.footer-popup-list li {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #333;
  text-align: center;
  display: flex;
  padding: 20px;
  line-height: 1;
  justify-content: flex-end;
  align-items: center;
}
.footer-popup-list li .popup_clinic {
  text-align: left;
  font-size: 26px;
  width: 240px;
  font-weight: bold;
  line-height: 1.1;
}
.footer-popup-list li .popup_clinic span {
  font-size: 14px;
  display: block;
  line-height: 1.8;
}
.footer-popup-list li .popup_web_service {
  font-size: 34px;
  float: right;
  text-align: right;
  width: 500px;
  position: relative;
  top: 10px;
}
.footer-popup-list li .popup_web_service a {
  font-size: 50px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -8px;
  padding-left: 30px;
  font-family: 'DIN Alternate Bold';
}
.footer-popup-list li .fa-line {
  color: rgb(104, 184, 43);
}
.footer-popup-list li .popup_web_service a.popup_phone {
  border-left: 1px solid #333;
  margin-right: 0;
}
.footer-popup-list li .popup_web_service a.popup_phone i {
  font-size: 41px;
  margin-right: 10px;
  top: -5px;
  position: relative;
}
.footer-popup-list li:last-child {
  border-bottom: 0;
}
a.footer-popup-link {
  display: block;
  width: 100%;
  height: 100%;
}
.other-cont-list .footer-popup-list li {
  margin: 0;
  width: 100%
}
.other-cont-list .footer-popup-list li::after {
  content: none
}
.js-modal {
  display: none;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}
.js-modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.js-modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  height: 550px;
  border-radius: 25px;
  background: #FFF;
  position: relative;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .js-modal__inner {
    width: 70%;
    height: 200px;
  }
}
.js-close-btn {
  top: 5%;
  right: 5%;
  position: absolute;
}
/* お問い合せのポップアップここまで */
footer {
  width: 100%;
  background: #f5f5f5;
  display: table;
  margin: 100px 0 0;
}
.footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.footer_inner .footer_list {
  display: flex;
}
.footer_inner .footer_list .footer_nav {
  width: 22.75%;
  margin-right: 3%;
}
.footer_inner .footer_list .footer_nav:last-child {
  margin-right: 0;
}
.footer_nav_title {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
}
.footer_menu {
  padding: 20px 0;
  display: none;
}
.footer_menu dl {
  margin-bottom: 20px;
  font-size: 15px;
}
.footer_menu dl dt {
  color: #8c8c8c;
  margin-bottom: 5px;
}
.footer_menu dl dd a {
  margin-right: 25px;
}
.footer_nav ul {
  padding: 10px 0;
  font-size: 15px;
}
.footer_nav ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.8;
}
.footer_nav ul li i {
  margin-left: 15px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.footer-copyright {
  background: #333;
  padding: 2rem 0;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}
.footer-copyright p {
  float: none;
  background: transparent;
  font-size: 18px;
}
.acd-check {
  display: none;
}
.acd-content {
  margin: 20px 0 0;
}
.breadcrumb {
  margin: 0;
  padding: 8px 0;
  background: #fff;
}
.breadcrumb ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li:after {
  padding: 0 10px;
  content: ">";
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 75px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '・';
  text-align: center;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  font-size: 75px;
  color: #6faebd;
  opacity: 1;
}
.slick-next {
  background: url(../images/top/slick_next.png) no-repeat left center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
}
.slick-prev {
  background: url(../images/top/slick_prev.png) no-repeat left center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
}
main .slick-dots li button:before {
  font-family: 'slick';
  font-size: 75px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '・';
  text-align: center;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
main .slick-dots li.slick-active button:before {
  font-size: 75px;
  color: #6faebd;
  opacity: 1;
}
main .slick-next {
  background: url(../images/top/slick_next.png) no-repeat left center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
}
main .slick-prev {
  background: url(../images/top/slick_prev.png) no-repeat left center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
}
#side-menu {
  position: fixed;
  left: 0;
  top: 0;
  padding: 70px 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0;
  z-index: 9999;
  overflow-y: scroll;
}
#side-menu {
  display: none;
}
#side-menu button.close {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  right: 30px;
  top: 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1em;
  border-radius: 50%;
  font-size: 36px;
  border: 2px solid rgba(64, 177, 191, 1);
  color: #40B1BF;
  cursor: pointer;
}
.other {
  display: table;
  width: 100%;
  padding: 100px 0 0;
  border-top: 1px solid #333;
}
.other_list {
  display: flex;
}
.other_list li {
  width: 23.5%;
  margin-right: 2%;
  text-align: left;
}
.other_list li:last-child {
  margin-right: 0;
}
.other_list li p {
  margin-top: 5px;
}
.footer_clinic {
  line-height: 1.6;
}
.clinic_list {
  display: flex;
  margin: 40px auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.clinic_list li {
  text-align: center;
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
}
.clinic_list li:nth-of-type(3n) {
  margin-right: 0;
}
.clinic_list .cli {
  font-family: 'Copperplate';
  font-size: 34px;
  color: #816e57;
}
.clinic_list .cli img {
  height: 100%;
}
.clinic_list .gene {
  height: 48px;
  margin: 12px 0 35px;
}
.clinic_list .gene img {
  height: 100%;
}
.clinic_st {
  background: #f5f5f5;
  position: relative;
  /* height: 300px; */
  display: flex;
  flex-direction: column;
  flex: 1;
}
.clinic_st img {
  width: 100%;
}
.clinic_st .clinic_box {
  padding: 15px 10px 0;
  text-align: center;
  position: relative;
}
.clinic_st .clinic_h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.clinic_st .f_tel {
  display: block;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding: 3px 0 7px;
}
.clinic_st .f_tel i {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.clinic_st .f_add {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.clinic_st .f_station {
  font-size: 12px;
}
.clinic_st .f_ico {
  position: absolute;
  top: 9px;
  font-size: 18px;
  right: 15px;
}
.clinic_st .f_ico a {
  margin-right: 10px;
}
.footer-address {
  display: flex;
  flex: 1;
  width: 100%;
  /* background: #333; */
  /* color: #fff; */
}
.footer-address-inner {}
.footer-address-summary {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer-address-ttl {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  margin-bottom: .5em;
}
.footer-address-summary-inner {
  width: 560px;
  /* background: #fff; */
  /* padding: 40px 0 40px 40px; */
  margin-right: 40px;
}
.footer-address-summary-list {
  display: flex;
  flex-flow: wrap;
  gap: 0.5em 0;
}
.footer-address-summary-list dt {
  width: 4em;
  margin-right: 1em;
  font-weight: bold;
}
.footer-address-summary-list dd {
  width: calc(100% - 5em);
}
.footer-address-map {
  width: 50%;
}
.footer-address-map iframe {
  width: 100%;
  height: 400px;
  display: block;
}
/*   case   */
.searchform_wraper {
  margin-bottom: 30px;
  padding: 45px 0 5px;
  border-top: 1px solid #e3e3e3;
  background: #f8f8f8;
}
section .title {
  text-align: center;
  position: relative;
}
section .title h2 {
  margin: 0 0 30px 0;
  padding: 0 30px;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  /* background: #f3f1ec; */
  z-index: 2;
  position: relative;
}
section#case_archive .search {
  margin: 0 auto 30px auto;
  width: 960px;
}
section#case_archive .search .select {
  margin: 0;
  overflow: hidden;
}
section#case_archive .search .selectList {
  display: none;
}
section#case_archive .search .select dl {
  width: 460px;
  margin: 0 20px 20px 0;
  float: left;
  overflow: hidden;
}
section#case_archive .search .select dl dt {
  width: 120px;
  padding: 7px 15px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  float: left;
}
section#case_archive .search .select dl dd {
  width: 340px;
  float: left;
}
section#case_archive .search .select dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #dcdbdc;
  border-radius: 0px;
  background: #fff url(../images/common/ico_select.png) no-repeat right 15px center / 9px auto;
  outline: none;
}
section#case_archive .search input[type=text] {
  width: 100%;
  height: 43px;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #ccc;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
section#case_archive .search .btn {
  margin-bottom: 30px;
  text-align: center;
}
section#case_archive .search .btn input[type=submit] {
  width: 350px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  background: #000;
  letter-spacing: 2px;
  cursor: pointer;
}
.case_random {
  width: 900px;
  margin: 0px auto 40px;
}
.case_random .case_random_title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 3px solid #333;
}
.case_random ul {
  padding: 30px 0;
  display: table;
}
.case_random li {
  display: inline-block;
  float: left;
  background: #333;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}
.case_random li a:hover {
  color: #fff;
}
.case_random li:hover {
  background: #6faebd;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #F3F0EC;
  border-bottom: 1px solid #F3F0EC;
}
.container {
  width: 96%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.section-title h3 {
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.case-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.case-list .caseLi {
  margin: 2rem 0 1.5rem;
  margin-right: 40px;
  width: 48%;
  float: left;
}
#case_archive .case-list .caseLi:nth-of-type(2n) {
  margin-right: 0;
}
.author_info {
  display: table;
  margin: 0 0 30px;
  width: 100%;
}
.author_info_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
}
.author_info_left span {
  font-size: 12px;
  margin-right: 4px;
}
.author_info_left img {
  width: 50px;
  margin-right: 10px;
}
.case-list .btn-default:hover {
  background: none;
  color: #6ba6b2;
}
.case-list .case-cat-name {
  display: inline;
  margin: 4px 3px 3px 0px;
  padding: 5px 12px;
  border: 1px solid #333;
  background: #fff;
  font-size: 10px;
  font-weight: 100;
}
.case-list .case-wrap {
  position: relative;
  border: none;
  padding: 0 20px;
}
.case-list .case-cat-name {
  display: inline;
  margin: 4px 3px 3px 0px;
  padding: 3px 5px;
  border: 1px solid #e1e1e1;
  background: #f9f9f7;
  font-size: 10px;
  font-weight: 100;
}
.case-list .case-event {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  text-align: center;
  background: #F29300;
  color: #fff;
  border-radius: 50%;
  z-index: 9;
}
.case-list .case-title {
  display: table;
  font-size: 1rem;
  padding: 0 0.2rem 0.5rem;
  height: 3rem;
  line-height: 1.2;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.case-list .case-title span {
  display: table-cell;
  vertical-align: middle;
}
.case-list .case-title span a {
  color: #40B1BF;
  text-decoration: underline;
}
.case-list .case-img {
  min-height: 312px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.case-list .case-img .before-img:before, .case-list .case-img .after-img:before {
  position: absolute;
  display: block;
  padding: 1px;
  top: 0.2rem;
  left: 0.2rem;
  font-size: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 1;
  z-index: 9;
}
.case-list h3 {
  margin: 1rem 0 0;
}
.case-list .case-desc {
  padding: 0 0 1.8rem;
  font-size: 0.8rem;
  line-height: 2;
  text-align: justify;
  /* min-height: 21em; */
}
.case-list .case_title_h3 {
  width: 100%;
  background: #e6e6e6;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
}
.case-list .case-img .before-img {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.case-list .case-img .after-img {
  width: calc(50% - 10px);
}
.case-list .case-img .lo_lo {
  width: 250px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.lolo img {
  width: 100%;
}
.lolo2 {
  width: 450px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.lolo2 img {
  width: 100%;
}
.lolocase {
  width: 50%;
  position: absolute;
}
.lolocase img {
  width: 100%;
}
.lolo2case {
  width: 50%;
  position: absolute;
  left: 50%;
}
.lolo2case img {
  width: 100%;
}
/* 新施術ページ用 */
body.single h2 {
  position: relative;
  display: inline-block;
  margin-bottom: .2em;
}
/* 施術個別ページ（大）専用 */
body.single-face .case-list .caseLi, body.single-body .case-list .caseLi, body.single-skin .case-list .caseLi, body.single-other .case-list .caseLi,
body.single-treatment .case-list .caseLi {
  padding: 0;
  width: 100%;
  border: none;
}
body.single-face .case-list .case-img, body.single-body .case-list .case-img, body.single-skin .case-list .case-img, body.single-other .case-list .case-img,
body.single-treatment .case-list .case-img {
  background: url(../images/top2019/main_sankaku.png) no-repeat center center;
}
body.single-face .case-list .grad-item::before, body.single-body .case-list .grad-item::before, body.single-skin .case-list .grad-item::before, body.single-other .case-list .grad-item::before,
body.single-treatment .case-list .grad-item::before {
  background: none;
}
body.single-face .case-list .grad-item, body.single-body .case-list .grad-item, body.single-skin .case-list .grad-item, body.single-other .case-list .grad-item,
body.single-treatment .case-list .grad-item {
  height: auto;
}
body.single-face .case-list .grad-item p, body.single-body .case-list .grad-item p, body.single-skin .case-list .grad-item p, body.single-other .case-list .grad-item p,
body.single-treatment .case-list .grad-item p {
  font-size: 12px;
}
/* 症例写真個別ページ（大）専用 */
body.single-case .section-content .case-list .caseLi {
  padding: 0;
  width: 100%;
  border: none;
}
body.single-case .section-content .case-list .case-img {
  background: url(../images/common/ico_case_arrow.png) no-repeat center center;
}
body.single-case .section-content .case-list .case-img .before-img, body.single-case .section-content .case-list .case-img .after-img {
  position: relative;
  width: 45%;
}
body.single-case .section-content .case-list .case-img .after-img {
  margin-left: 10%;
}
body.single-case .section-content .case-list .case-img .before-img:before, body.single-case .section-content .case-list .case-img .after-img:before {
  padding: 2px 8px;
  top: 0.8rem;
  left: 1.3rem;
  font-size: 1.2rem;
  border: 2px solid #fff;
}
body.single-case .section-content .grad-item {
  padding: 20px;
  background: #fafafa;
}
.case_make {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #333;
  margin: 10px 0;
  padding: 5px 0;
  font-weight: bold;
  background: #e6e6e6;
}
.case_make.after_color {
  background: #707070;
  color: #fff;
}
.case-img a {
  display: block;
  position: relative;
}
.case-img a img {
  max-width: 100%;
}
.lolocase {
  width: 50%;
  position: absolute;
}
.lolo2case {
  width: 50%;
  position: absolute;
}
.lolocase img {
  width: 100%;
}
.lolo2case img {
  width: 100%;
}
/* 症例写真のもっと見る */
.grad-wrap {
  position: relative;
}
.grad-btn, .grad-btn2 {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 160px;
  margin: auto;
  padding: .1em 0;
  border-radius: 2px;
  border: 1px solid #666;
  background: #fff;
  color: #666;
  font-size: .6rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.grad-btn::before, .grad-btn2::before {
  content: "続きを読む"
}
.grad-item, .grad-item2 {
  position: relative;
  overflow: hidden;
  height: 60px;
  /*隠した状態の高さ*/
  padding: 10px 0;
}
.grad-item::before, .grad-item2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.grad-item p, .grad-item2 p {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
  letter-spacing: 1px;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: 5px;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.grad-btn .fa {
  margin-left: .3em;
}
.grad-trigger:checked ~ .grad-btn .fa {
  position: absolute;
  top: 15px;
  margin-top: -1em;
  transform: rotate(180deg);
}
.grad-trigger2 {
  display: none;
}
.grad-trigger2:checked ~ .grad-btn2 {
  bottom: 5px;
}
.grad-trigger2:checked ~ .grad-btn2::before {
  content: "閉じる"
}
.grad-trigger2:checked ~ .grad-item2 {
  height: auto;
}
.grad-trigger2:checked ~ .grad-item2::before {
  display: none;
}
.grad-btn2 .fa {
  margin-left: .3em;
}
.grad-trigger2:checked ~ .grad-btn2 .fa {
  position: absolute;
  top: 15px;
  margin-top: -1em;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .grad-btn, .grad-btn2 {
    font-size: 1rem;
  }
  .grad-trigger:checked ~ .grad-btn {
    bottom: 10px;
  }
  .grad-trigger:checked ~ .grad-btn .fa {
    top: 65%;
  }
  .grad-trigger2:checked ~ .grad-btn2 {
    bottom: 10px;
  }
  .grad-trigger2:checked ~ .grad-btn2 .fa {
    top: 65%;
  }
}
.border-none {
  border: none !important;
}
.pt-30 {
  padding-top: 30px;
}
.searchform_wraper {
  margin-bottom: 30px;
  padding: 45px 0 5px;
  border-top: 1px solid #e3e3e3;
  background: #f8f8f8;
}
body.post-type-archive-case .breadcrumb {
  margin: 0;
}
.case-list--ninki {
  justify-content: left;
  padding: 0;
}
.case-list--ninki .case-cat-name {
  margin-right: 10px;
  padding: 5px 10px;
  border: 1px solid #cccc !important;
  background: #fff;
  font-size: 14px;
  color: #ccc;
}
body.post-type-archive-case ul.case-list li {
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .searchform_wraper {
    margin-bottom: 5%;
    padding: 5% 3%;
  }
  .case-list--ninki .case-cat-name {
    margin-right: 1%;
    padding: 5px 3px;
    font-size: 12px;
  }
  body.post-type-archive-case ul.case-list li {
    margin: 1rem 0;
  }
}
/* 症例写真のもっと見るここまで */
.btn-default {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 1.1;
}
.case-list .btn-default:hover {
  color: #40B1BF;
}
.case-list .btn-default span {
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.gideFade {
  display: inline-block;
}
section#case_archive .pagination .pt-30 {
  padding-top: 0;
}
section#case_archive .pagination .pager {
  display: none;
  margin: 10px 0 40px;
  padding-top: 0;
}
section ul.pager li {
  margin: 0 3px;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
section ul.pager li span {
  width: 50px;
  padding: 20px 0;
  color: #fff;
  background: #38a3b6;
  display: block;
}
section ul.pager li a {
  width: 50px;
  padding: 20px 0;
  color: #adadad;
  background: #fff;
  display: block;
}
section ul.pager li a:hover {
  background: #adadad;
  color: #fff;
}
section ul.pager li.next, section ul.pager li.prev {
  margin: 0 12px;
}
section ul.pager li.next a, section ul.pager li.prev a {
  width: auto;
  padding: 12px 10px;
}
.gideline {
  padding: 20px 30px;
  border: 2px solid #8cc7cf;
  margin: -55px auto 20px;
  width: 1000px;
  background: #fff;
  letter-spacing: 0.15rem;
  line-height: 2;
}
li.menu__mega .menu__second-level {
  position: absolute;
  top: 80px;
  left: 0;
  box-sizing: border-box;
  width: 1000px;
  padding: 20px 2%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  z-index: 9999;
  display: none;
  padding: 30px 60px 40px;
  color: #fff;
}
li.menu__mega:hover .menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
  display: block;
}
.menu__mega .nav_block_box ul {
  display: table;
  width: 100%;
}
.menu__mega .nav_block_box li {
  float: left;
  width: 24%;
  border: none;
  margin-right: 1%;
}
.menu__mega.nav_dr .nav_block_box li {
  padding-bottom: 15px;
  height: 100px;
}
.menu__mega .nav_block_box li a {
  position: relative;
  padding: 0 0 5px;
  padding-left: 20px;
  font-size: 16px;
}
.menu__mega.nav_dr .nav_block_box li a {
  padding-left: 0;
  display: contents;
}
.menu__mega .nav_block_box li a:before {
  position: absolute;
  left: 5px;
  top: 3px;
  content: 'ー';
  font-size: 12px;
  width: 20px;
  height: 20px;
}
.menu__mega.nav_dr .nav_block_box li a:before {
  display: none;
}
.menu__mega .nav_block_box li .dr_sns a:before {
  display: none;
}
.menu__mega .nav_block_box li .dr_sns {
  display: block;
  padding-left: 0;
}
.menu__mega .nav_block_box li .dr_sns i {
  font-size: 18px;
}
.menu__mega .nav_block_box li .dr_sns a {
  padding-left: 0;
  padding-right: 5px;
}
.menu__mega .nav_block_box li a:hover {
  color: #38a8b7;
}
.menu__mega .nav_block_box li span.dc {
  font-size: 10px;
}
li.menu__mega .block_menu_text {
  border-bottom: 1px solid #333;
  font-size: 16px;
  padding: 5px 0 10px;
  color: #333;
  font-weight: bold;
}
li.menu__mega .block_menu_text > a {
  font-size: inherit;
  padding-bottom: 0;
}
li.menu__mega .menu__second-level ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  display: none;
}
li.menu__mega .menu__second-level ul li a:hover::after {
  text-decoration: none;
}
.nav_label {
  font-size: 16px;
  padding: 10px 0 5px;
  color: #333;
  font-weight: bold;
}
#g-nav {
  display: none;
}
.infomation {
  width: 1000px;
  margin: 40px auto;
  padding: 15px 20px;
  background: #eaeaea;
  display: table;
}
.infomation p.info_white {
  width: 150px;
  text-align: center;
  background: #fff;
  padding: 10px 20px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}
.infomation p.info_day {
  width: 180px;
  padding-left: 30px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}
.infomation p.info_text {
  padding-right: 30px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}
.title_section {
  width: 100%;
  background: url(../images/top/section_title_bg.jpg) center no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: -1px;
}
.title_section_inner {
  padding: 70px 0;
  text-align: center;
  color: #fff;
}
.title_section_inner h2 {
  font-family: 'Copperplate';
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
.title_section_inner p {
  font-size: 18px;
  letter-spacing: 0.2em;
}
/*    サービスリスト　  */
.service_area {
  width: 100%;
  background: #f5f5f5;
}
.service_box {
  padding: 12px 0;
  width: 1000px;
  margin: 0 auto;
  line-height: 2;
  border-bottom: 1px solid #333;
}
.service_list_title {
  text-align: center;
  font-size: 24px;
  margin: 20px 0;
}
.service_list_link {
  margin: auto;
  display: table;
  text-align: center;
}
.service_list_link a {
  padding: 5px 30px;
  color: #fff;
  background: #333;
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  border-radius: 30px;
  line-height: 2;
  display: inline-block;
}
.service_list_link a:hover {
  background: #81afc9;
  transition: 0.5s;
}
.ope_box {
  width: 700px;
  padding: 10px 0 30px;
  text-align: center;
  background: #fff;
  border: 2px solid #333;
  position: relative;
  font-size: 18px;
  margin: 60px auto;
}
.ope_box:after {
  position: absolute;
  font-weight: 900;
  content: '';
  right: 0.8rem;
  vertical-align: middle;
  background-image: url(../images/common/arrow_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 30px;
  bottom: 2px;
  left: 50%;
  margin-left: -10px;
}
.ope_box.open:after {
  position: absolute;
  font-weight: 900;
  content: '';
  right: 0.8rem;
  vertical-align: middle;
  background-image: url(../images/common/arrow_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 30px;
  bottom: 2px;
  left: 50%;
  margin-left: -10px;
  transform: rotateX(180deg);
}
.service-list .search-treatment {
  padding: 2rem;
  border: 1px solid #d6d7d6;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto 70px;
}
treatment > li {
  width: 31%;
}
.service-list .search-treatment h5.sub-title {
  margin: 0 0 10px 0;
  padding: 0 0 4px 0;
  color: #178d9c;
  font-size: 1rem;
  border-bottom: 1px dashed #d6d7d6;
}
.service-list .search-treatment .sub-list {
  display: block;
  margin-bottom: 2rem;
}
.service-list .search-treatment .sub-list li {
  display: flex;
  color: #333;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  border: none;
}
.search-treatment .sub-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  margin-right: 1rem;
  color: #178d9c;
}
#search-tab2 {
  display: none;
}
.more-btn .more_see {
  background: #333;
  padding: 20px 0;
  width: 400px;
  font-size: 20px;
  position: relative;
  margin: 70px auto 100px;
  position: relative;
}
.more-btn .more_see span {
  position: absolute;
  right: 12px;
  top: 23px;
}
.more-btn .more_see:hover {
  color: #fff;
  background: #81afc9;
  transition: 0.5s;
}
.sns {
  width: 100%;
  background: url(../images/top/sns_bg.jpg) center fixed;
  background-size: cover;
  background-position: 50% 50%;
  height: auto;
  position: relative;
  padding: 0 0 70px;
}
.sns h2 {
  font-family: 'Copperplate';
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 0;
  color: #000;
}
.sns .sns_bnr_list {
  width: 1190px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
}
.sns .sns_bnr_list a {
  width: 23.125%;
  margin-right: 2.5%;
  display: block;
}
.sns .sns_bnr_list a:last-child {
  margin-right: 0;
}
.sns .sns_bnr_list a img {
  width: 100%;
}
.sns h3 {
  font-family: 'Copperplate';
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 0;
}
.sns .sns_inner_clinic {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
}
.sns .sns_inner_clinic .sns_group {
  width: calc((100% - 40px) / 3);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 20px 20px 20px;
  margin: 0 20px 20px 0;
}
.sns .sns_inner_clinic .sns_group:nth-of-type(3n) {
  margin-right: 0;
}
.sns .sns_inner_clinic .sns_group .sns_bnr_list {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0;
}
.sns .sns_inner_clinic .sns_group .sns_bnr_list a {
  width: calc((100% - 60px) / 4);
  margin: 0 20px 0 0;
}
.sns .sns_inner_clinic .sns_group .sns_bnr_list a:last-of-type {
  margin: 0;
}
.sns .sns_inner_clinic .sns_group .sns_bnr_list a img {
  width: 100%;
  height: auto;
}
.contact_menu {
  display: none;
}
/*    監修医師ここから　  */
.footer_drkanshu {
  clear: both;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer_drkanshu_inner {
  background: #f3f3f3;
  padding: 30px 100px;
}
.footer_drkanshu_ttl {
  margin-bottom: 30px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #333;
}
.footer_drkanshu_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_drkanshu_list_inner {
  flex-basis: 50%;
  font-size: 20px;
  margin-left: 10%;
}
.footer_drkanshu_list_ttl {
  font-weight: bold;
  margin-bottom: 5%;
}
.footer_drkanshu_list_txt {
  font-size: 14px;
  margin-bottom: 5%;
  line-height: 1.8;
}
.footer_drkanshu_list_link a {
  text-decoration: none;
  padding: 18px 60px;
  background: #333;
  color: #fff;
  position: relative;
  font-size: 18px;
  display: table;
}
.footer_drkanshu_list_link a span {
  position: absolute;
  right: 10px;
  top: 23px;
}
.footer_drkanshu_list_link a:hover {
  background: #4abed3;
}
.footer_drkanshu_photo {
  flex-basis: 30%;
  text-align: center;
}
.columnPager ul {
  width: 500px;
  margin: 40px auto;
  display: flex;
  text-align: center;
  justify-content: center;
}
/*    監修医師ここまで　  */
/*    フッターコンセプト　  */
.footer_concept {
  background: url(/wp/wp-content/themes/aclinic/assets/images/concept/concept_top_bg.png) no-repeat center top;
  background-size: 100% auto;
  margin: 70px 0 -100px;
  padding: 70px 0 80px;
  font-size: 18px;
  line-height: 2.0;
}
.footer_concept_txt {
  text-align: center;
}
/*    フッターコンセプトここまで　  */
footer .link_item {
  width: 23.5%;
  float: left;
  margin: 0 2% 0 0;
}
footer .link_item dt {
  font-size: 18px;
  margin-bottom: 7px;
  height: 40px;
  border-bottom: 1px solid #dcd4d4;
}
footer .link_item dd > ul > li {
  line-height: 36px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  position: relative;
  cursor: pointer;
}
footer.link_item dd > ul > li:first-of-type {
  border-top: 1px solid #ebebeb;
}
footer .link_item dd ul.accordion li ul li:last-child {
  border: none;
}
footer .link_item dd > ul > li:before {
  content: "";
  top: 14px;
  right: 5px;
  left: auto;
  transition: all ease .3s;
  width: .3em;
  height: .3em;
  border: 1px solid #606060;
  border-top: none;
  border-left: none;
  display: block;
  line-height: 1;
  font-size: 12px;
  font-family: Meiryo, arial, clean, verdana, hiragino kaku gothic pro, ＭＳ Ｐゴシック, Osaka, sans-serif;
  transform: rotate(-45deg);
  position: absolute;
}
footer .link_item dd > ul.accordion > li:before {
  content: "+";
  top: 10px;
  width: 1em;
  height: 1em;
  border: none;
  transform: unset;
  text-align: center;
  text-decoration: none;
}
.accordion li span {
  font-size: 15px;
  line-height: 30px;
  display: block;
}
footer .link_item dd > ul.accordion > li.plus:before {
  content: "-";
}
footer .link_item dd ul.accordion li ul li {
  border-bottom: 1px solid #ebebeb;
  padding-left: 10px;
}
footer .link_item dd ul.accordion li ul li a {
  display: block;
}
footer .accordion li ul {
  margin: 10px 0 25px;
}
footer .link_item li {
  margin: 0;
  padding: 0;
  font-size: 12.5px;
}
footer .link_item:nth-child(4n) {
  margin: 0;
}
.foot_top {
  margin-bottom: 40px;
}
.sns_bnr_list_clinic {
  display: flex;
  width: 45%;
  margin: 15px auto;
}
.sns_bnr_list_clinic a {
  width: 40%;
  margin-right: 20%;
}
.sns_bnr_list_clinic a:last-child {
  margin-right: 0;
}
/*//////////
CTAのボタン
/////////*/
.cam_box_reserve {
  width: 1000px;
  background: #e6e6e6;
  padding: 30px;
  margin: auto
}
.cam_box_reserve_text {
  text-align: center;
  padding: 10px 30px;
  background: #fff;
  font-size: 18px;
  margin: auto;
  margin-bottom: 15px;
  width: 330px;
  border-radius: 30px;
  font-weight: bold;
}
.cam_box_reserve_clinic {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}
.cam_box_reserve_box {
  width: 75%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cam_box_reserve_box a {
  width: 31%;
  display: flex;
  margin-right: 3.5%;
  align-items: center;
  text-align: center;
  background: #888888;
  height: 100px;
  position: relative;
  border-radius: 8px;
}
.cam_box_reserve_box a:last-child {
  margin-right: 0;
}
.reserve_box_txt {
  width: 65%;
  position: absolute;
  right: 5%;
  color: #fff;
}
.cam_box_reserve_box p {
  display: none;
}
.cam_box_reserve_box .reserve_box_txt p.db {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
  display: block;
}
.cam_box_reserve_box .reserve_box_txt p {
  display: block;
}
.cam_box_reserve_box .reserve_box_txt p span {
  font-size: 13px;
  line-height: 1;
  display: block;
  margin-top: 5px;
  letter-spacing: 0.01em;
}
.cam_box_reserve_box a.reserve_box_line {
  background: #95a5a3;
}
.cam_box_reserve_box a.reserve_box_reserve {
  background: #c09b91;
}
.cam_box_reserve_box a.reserve_box_line:hover {
  background: #45940d;
}
.cam_box_reserve_box a.reserve_box_reserve:hover {
  background: #bd7a7b
}
.cam_box_reserve_box a.reserve_box_line:before {
  content: '';
  background-image: url(../images/common/line_ico.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  margin: auto;
  height: 50px;
  position: absolute;
  font-size: 20px;
  left: 12px;
  color: #fff;
  top: 25px;
}
.cam_box_reserve_box a.reserve_box_reserve:before {
  content: '';
  background-image: url(../images/common/web_ico.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  margin: auto;
  height: 50px;
  position: absolute;
  font-size: 20px;
  left: 16px;
  color: #fff;
  top: 26px;
}
.cam_box_reserve_box a.reserve_box_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  width: 45px;
  margin: auto;
  height: 50px;
  position: absolute;
  font-size: 36px;
  left: 16px;
  color: #fff;
  top: 23px;
}
.cam_box_reserve_box a.reserve_box_tel:hover {
  background: #7dafc1;
}
/*//////////
ページトップ
/////////*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.footer_tel_box {
  background: #f5f5f5;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  margin: 100px 0 40px;
}
.footer_tel_box .footer_tel_info {
  width: 950px;
  margin: auto;
  line-height: 1.2;
}
.footer_tel_info .footer_tel_top {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.footer_tel_info .footer_tel_number {
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'DIN Alternate Bold';
  line-height: 1.2;
  margin: 10px 0;
}
.footer_tel_info .footer_tel_number img {
  margin-bottom: 7px;
  height: 50px;
}
.footer_tel_info .footer_tel_time {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.2;
  color: #fff;
}
.footer_tel_info .footer_tel_time.colorblack {
  color: #000;
}
.footer_tel_point {
  width: 60%;
  margin: 0 auto;
}
.content {
  margin: 0 auto;
  padding: 40px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__bg2 {
  background: rgba(130, 139, 148, 1.0);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 60px 100px;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 75%;
  position: relative;
}
.modal__content2 {
  left: 50%;
  padding: 30px 30px;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 40%;
  position: relative;
}
.modal_ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px dotted #333;
}
.modal_box_right {
  width: 30%;
  display: flex;
}
.modal_box_right a {
  display: block;
  margin-right: 10px;
}
.modal_box_right a:last-child {
  margin-right: 0;
}
.modal_box_left {
  font-weight: bold;
}
.modal_box_left .clinicName {
  font-size: 20px;
}
.modal_box_left p {
  font-size: 12px;
}
.tel_info {
  text-align: center;
  margin: 0 auto 0;
  width: 450px;
  font-weight: bold;
  line-height: 1.2;
}
.tel_info_text {
  font-size: 16px;
  line-height: 1.4;
}
.modal__content2 .tel_info_text {
  color: #fff;
}
.tel_number {
  font-size: 50px;
  font-family: 'DIN Alternate Bold';
}
.tel_number img {
  width: 400px;
  margin: 25px auto;
}
.tel_info_ul {
  width: 280px;
  margin: 20px auto;
}
.tel_info_ul li {
  width: 100%;
  margin-bottom: 4%;
}
.tel_info_time {
  font-size: 18px;
}
.js-modal-close {
  font-size: 35px;
  position: absolute;
  right: 10px;
  top: 0;
}
.js-modal-close-tel {
  font-size: 35px;
  position: absolute;
  right: 10px;
  top: 0;
}
.modal__content2 .js-modal-close-tel {
  color: #fff;
}
.footer_tel_box .calandar_link {
  display: flex;
  margin: 40px auto 0;
}
.footer_tel_box .calandar_link a {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 18px 0;
  height: 60px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}
.footer_tel_box .calandar_link a.line_link {
  margin-right: 6%;
  text-align: center;
  background: #57bc6a;
}
.footer_tel_box .calandar_link a.web_link {
  text-align: center;
  background: #e89192;
}
.footer_tel_box .calandar_link a img {
  width: 35px;
  margin-right: 10px;
}
.footer_tel_box .calandar_link a.web_link img {
  width: 30px;
}
.tel_info .footer_tel_info {
  width: 90%;
  margin: 20px auto;
}
.header-interview {
  height: 80px;
  width: 85px;
  text-align: center;
  background: #83c2ca;
  color: #fff;
}
.header-interview img {
  width: 64px;
  display: block;
  margin: 13px auto 5px;
  text-align: center;
}
.header-interview span {
  color: #fff;
}
.header-interview2 {
  height: 80px;
  width: 85px;
  text-align: center;
  background: #fff;
  color: #333;
}
.header-interview2 img {
  width: 40px;
  display: block;
  margin: 14px auto 5px;
  text-align: center;
}
.header-interview2 span {
  color: #333;
}
.interview_info_title {
  padding: 0 0 28px;
  text-align: center;
}
.interview_info_title_p {
  font-size: 18px;
}
.interview_info_title_h {
  font-size: 30px;
}
.interview_info_block {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
.interview_info_dl {
  width: 30%;
  display: table;
  margin-right: 3%;
  position: relative;
}
.interview_info_dl:after {
  content: '';
  background-image: url(../images/common/sankaku_mark.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  margin: auto;
  height: 50px;
  position: absolute;
  font-size: 20px;
  right: -45px;
  color: #fff;
  top: 40px;
  transform: rotate(-90deg);
}
.interview_info_dl:nth-of-type(3):after {
  display: none;
}
.interview_info_dl dt {
  width: 100%;
  margin-bottom: 5%;
}
.interview_info_dl dd {
  width: 100%;
}
.interview_info_dl dd span {
  float: left;
}
.interview_info_dl dd p {
  margin-left: 10%;
  font-size: 15px;
}
.interview_line_ul {
  display: flex;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
.interview_line_ul li {
  width: 31%;
  margin-right: 3.5%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.interview_line_ul li:nth-of-type(3n) {
  margin-right: 0;
}
.interview_line_ul li p {
  width: 40%;
  margin-right: 5%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.interview_line_ul li p span {
  display: block;
  font-size: 12px;
}
.interview_line_ul li a {
  width: 50%;
  display: block;
}
.js-modal-close-interview {
  float: right;
  font-size: 30px;
}
body section.article {
  width: 1200px !important;
  margin: auto;
  float: none !important;
}
.kogao_topics2 {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  margin: auto;
}
.article .title_box {
  padding-bottom: 40px;
  text-align: center;
}
.article .title_box h2 {
  text-align: center;
  font-size: 36px;
  display: block !important;
}
.article .title_box p {
  text-align: center;
}
.kogao_topics {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
}
.kogao_topics li {
  width: 31%;
  margin-right: 3.5%;
}
.kogao_topics li a {
  width: 372px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
}
.kogao_topics li a img {
  min-width: 720px;
  left: -175px;
  position: relative;
}
.kogao_topics li p {
  line-height: 1.4;
  font-size: 18px;
}
.kogao_topics2 {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  padding-bottom: 20px;
}
.kogao_topics2 li.slick-slide {
  width: 31%;
  margin: 0 30px;
}
.kogao_topics2 li.slick-slide p {
  line-height: 1.4;
  font-size: 18px;
}
.youtube {
  width: 800px !important;
  margin: 40px auto;
  text-align: center;
  float: none !important;
  clear: both !important;
}
.rand_contents {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 1000px;
  margin: auto;
}
.article .title_box {
  padding-bottom: 40px;
  text-align: center;
}
.article .title_box h2 {
  text-align: center;
  font-size: 36px;
  display: block !important;
}
.article .title_box p {
  text-align: center;
}
.rand_contents li {
  width: 31%;
  margin-right: 3.5%;
}
.rand_contents li.rand_li {
  margin-bottom: -200px;
}
.rand_contents li a {
  width: 285px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.rand_contents li a img {
  min-width: 600px;
  left: -160px;
  position: relative;
}
.rand_contents li p {
  line-height: 1.4;
  margin-top: 10px;
}
.youtube {
  width: 800px !important;
  margin: 40px auto;
  text-align: center;
  float: none !important;
  clear: both !important;
}
.youtube iframe {
  width: 100% !important;
  height: 450px !important;
}
section.supervision {
  border: 15px solid #eee;
  padding: 20px 60px 59px;
  margin: 70px auto;
  width: 900px !important;
  float: none !important;
}
section.supervision h3 {
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
}
section.supervision dl {
  display: flex;
  width: 100%;
}
section.supervision dl dt {
  width: 30%;
  margin-right: 10%;
}
section.supervision dl dd {
  width: 60%;
}
section.supervision dl dd h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
section.supervision dl dd p {}
/*//////////
404
/////////*/
#er404 .breadcrumb {
  border-bottom: 1px solid #333;
}
.error_box {
  width: 800px;
  padding: 100px;
  text-align: center;
  margin: 40px auto 50px;
  font-size: 16px;
}
.error_box h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.error_box ul {
  margin: 20px auto;
}
.error_box p {
  margin-bottom: 20px;
}
/*--------症例写真スライダー--------*/
.case-list .case-img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.case-list .case-img .archive-image_box {
  margin: 0 auto;
}
.case-list .case-img .case-image-wrapper, .case-list .case-img .case-image-wrapper .no-swiper {
  display: block;
  width: 100%;
  height: 100%;
}
.case-list .case-img .case-image-wrapper a {
  width: 100%;
  height: 100%;
}
.case-list .case-img img.case_image_1 {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.case-list .swiper-button-prev {
  background-position: left 12px center;
  background-size: 12px;
  width: 72px;
  height: 100%;
  padding: 0 30px;
  left: 0;
}
.case-list .swiper-button-next {
  background-position: right 12px center;
  background-size: 12px;
  width: 72px;
  height: 100%;
  padding: 0 30px;
  right: 0;
}
/*--------症例検索--------*/
section#case_archive .full div.main01 {
  background: none;
  height: 0;
}
#case_archive .case_top_img {
  padding-top: 20px;
}
#case_archive .case_top_img > .title {
  padding: 30px 0 50px;
}
#case_archive .case_top_img .title h2 {
  margin-bottom: 0;
}
section#case_archive .case_top_img .case_search .search {
  width: 960px;
  padding: 20px 0 0 !important;
  position: static;
}
#case_archive .search dl dd {
  display: flex;
  flex-wrap: wrap;
}
#case_archive .search .select .popular-treatment dd {
  width: calc(100% - 120px);
}
section#case_archive .search .select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#case_archive .search input[type="radio"] {
  display: none;
}
#case_archive .search input[type="radio"] ~ label, #case_archive .search .select .popular-treatment a {
  cursor: pointer;
  display: inline-block;
  width: calc(25% - 4px);
  line-height: 1.5;
  background-color: #eaeaea;
  border-radius: 100px;
  text-align: center;
  padding: 4px 10px 3px;
  margin: 0 5px 10px 0;
  transition-duration: .3s;
}
#case_archive .search .select .popular-treatment a {
  width: auto;
  margin-right: 10px;
}
#case_archive .search input[type="radio"]:checked + label, #case_archive .search input[type="radio"] + label:hover, #case_archive .search .select .popular-treatment a:hover, #case_archive .search .select .popular-treatment a.active {
  background-color: #d89c9c;
  color: #fff
}
#case_archive .search .select_design input[type="radio"] ~ label {
  width: calc(30% - 4px);
}
#case_archive .search input[type="radio"] ~ label:nth-of-type(4n) {
  margin-right: 0;
}
#case_archive .select2-selection {
  padding: 0;
}
#case_archive .select2-container--default .select2-selection--single {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  padding: 4px 15px;
  font-size: 14px;
  border: 1px solid #dcdbdc;
  border-radius: 0px;
  background: #fff url(../images/common/ico_select.png) no-repeat right 15px center / 9px auto;
  outline: none;
  flex-wrap: wrap;
  align-content: center;
}
#case_archive .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 0;
  line-height: normal;
}
#case_archive .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
section#case_archive .case_top_img .case_search .search .select dl {
  margin-right: 0;
  margin-left: 0;
}
section#case_archive .search .select .popular-treatment {
  width: 100%;
}
section#case_archive .case_top_img .search dl.select_gender {
  margin-bottom: 8px;
}
section#case_archive .case_top_img .search dl.select_age {
  margin-bottom: 14px;
}
#case_archive .select_gender dd, #case_archive .select_age dd, #case_archive .select_design dd {
  padding-top: 5px;
}
.doctor_select_img {
  width: 100%;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-results .select2-results__option--selectable {
  display: flex;
  padding: 4px 10px;
  min-height: 44px;
  align-items: center;
}
.select2-container--default .select2-results__option.select2-results__option--selected {
  background-color: #eaeaea
}
.select2-container--default .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #d89c9c;
  color: #fff;
}
.doctor_select_img img {
  display: block;
  width: 36px;
  margin-right: 6px;
}
.doctor_select_img .text {
  width: calc(100% - 80px);
  line-height: 1.5;
}
section#case_archive .case_top_img .search .btn {
  margin: 20px 0 0;
}
section#case_archive .case_top_img .search .btn input {
  transition-duration: .3s;
}
section#case_archive .case_top_img .search .btn input:hover {
  background-color: #d89c9c;
}
.searchform_wraper .case_random {
  margin-top: 30px;
  top: 0;
}
/*--------症例検索結果--------*/
#case_archive .case-list .grad-item, #case_archive .case-list .grad-item2 {
  padding-top: 0;
}
.case-list .slick-track {
  float: none;
  display: flex;
}
.case-list .slick-track li {
  float: none;
  height: auto;
  margin-bottom: 40px;
}
#case_archive .searchform_wraper > .title {
  padding: 30px 0 50px;
}
#case_archive .searchform_wraper h2 {
  margin-bottom: 0;
}
.search_text {
  width: 1000px;
  margin: 0 auto 26px;
  border: 1px solid #d89c9c;
}
.search_text h3 {
  background-color: #d89c9c;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 16px 40px 16px;
}
.search_text .search_inner {
  display: flex;
  padding: 36px 0 10px 36px;
  flex-wrap: wrap;
}
.search_text .search-item {
  display: flex;
  font-size: 15px;
  margin: 0 34px 21px 0;
  align-items: center;
}
.search_text .search-item .title {
  padding: 4px 12px 3px;
  background-color: #eaeaea;
  margin-right: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.search_text .search-item .image {
  width: 40px;
  margin-right: 8px;
}
section#case_archive .searchform_wraper .search_area {
  width: 1000px;
  margin: 0 auto 78px;
}
section#case_archive .search_area .search {
  padding: 40px 20px 54px;
  border: 1px #eaeaea solid;
  width: 1002px;
  margin-top: 30px;
}
.case-list li .case-wrap {
  height: 100%;
  padding: 32px 0 34px;
  position: relative;
}
section#case_archive .searchform_wraper .search_area .title {
  width: 350px;
  padding: 23px 0 20px;
  border: 1px solid #ddd;
  margin: 0 auto;
  background: #fff url(../images/common/ico_select.png) no-repeat right 30px center / 14px auto;
}
section#case_archive .searchform_wraper .search_area .title h2 {
  font-size: 16px;
}
section#case_archive .searchform_wraper .search .btn {
  margin: 14px 0 0px;
}
section#case_archive .searchform_wraper .search .btn input {
  transition-duration: .3s;
}
section#case_archive .searchform_wraper .search .btn input:hover {
  background-color: #d89c9c;
}
.bestshot_box .case-list .case-wrap .case_title_h3 {
  background: none;
}
.bestshot_box .case-list .case-wrap .case_title_h3:after {
  background-image: none;
}
.case-list .case-wrap .case_title_h3 {
  background: none;
  text-align: left;
  font-size: 15px;
  margin: 0 5px 0 0;
  width: auto;
  padding: 0;
}
#case_archive .searchform_wraper {
  width: 96%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.case-list .link_btn_large {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  transition-duration: .3s;
}
.case-list .case_single .link_btn_large {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.case-list .link_btn_large:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#case_archive .pager {
  margin-top: 0;
  padding-top: 0;
  font-size: 0;
  text-align: center;
}
#case_archive ul.pager li span {
  width: 40px;
  padding: 12px 0;
}
#case_archive ul.pager li a {
  width: 40px;
  padding: 12px 0;
}
#case_archive ul.pager li a:hover {
  background: #38a3b6;
  color: #fff;
  border: 1px solid #38a3b6;
}
#case_archive ul.pager li.next, #case_archive ul.pager li.prev {
  margin: 0 12px;
}
#case_archive ul.pager li.next a, #case_archive ul.pager li.prev a {
  width: auto;
  padding: 12px 17px;
}
.case-list .listLisk p {
  font-size: 12px;
  line-height: 1.4;
}
/*--------症例タイトル--------*/
.case_head_area {
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  padding: 2px 8px 1px;
  background-color: #d89b9c;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.case-list .caseLi .case-title {
  font-size: 18px;
  line-height: 1.4;
  color: #d89b9c;
}
.case-list .title_box {
  color: #bebebe;
  margin-bottom: 6px;
}
.case-list .caseLi .case-title a:hover {
  color: #333;
}
.grad-trigger ~ .grad-btn::before {
  font-size: 16px;
}
.case-list .grad-btn .fa {
  display: inline-block;
  position: static;
}
.case-list .grad-btn, .case-list .grad-btn2 {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 160px;
  margin: auto;
  padding: .1em 0;
  border-radius: 2px;
  border: none;
  background: #fff;
  color: #666;
  font-size: .6rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
/*--------一枚画像の症例--------*/
.case-list .case-img a {
  display: inline-block !important;
  height: 100%;
  text-align: center;
}
.case-img .case-image-type-1 {}
#case_archive .single-image_box .case-img {
  text-align: center;
}
#case_archive .case_image_area {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
#case_archive .case_image_area .before, #case_archive .case_image_area .after {
  position: absolute;
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
  padding: 1px 6px 1px;
  background-color: #000;
  border: 1px solid #fff;
}
#case_archive .case_image_area .after {
  background-color: #d89c9c;
}
#case_archive .case_vertical .before {
  top: 6px;
  left: 6px;
}
#case_archive .case_vertical .after {
  top: 6px;
  left: calc(50% + 6px);
}
#case_archive .case_horizontal .before {
  top: 6px;
  left: 6px;
}
#case_archive .case_horizontal .after {
  top: calc(50% + 6px);
  left: 6px;
}
/*--------ベストショット--------*/
.bestshot .case-list .case-img {
  min-height: 287px;
}
.case-list .case-img .no-swiper img.case_image_1 {
  width: 57%;
  height: auto;
}
#case_archive .no-swiper .case_horizontal .before, #case_archive .no-swiper .case_horizontal .after {
  left: 108px;
}
main #case_archive .slick-next {
  background: url(../images/top/slick_next.png) no-repeat left 30px center;
  background-size: 12px;
  width: 72px;
  height: 414px;
}
main #case_archive .slick-prev {
  background: url(../images/top/slick_prev.png) no-repeat right 30px center;
  background-size: 12px;
  width: 72px;
  height: 414px;
  z-index: 1;
}
/*--------症例検索結果（デザイン2）--------*/
#case_archive .searchform_wraper {
  width: 96%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 0;
  position: relative;
}
#case_archive .searchform_wraper::after {
  content: "";
  display: block;
  width: 100vw;
  min-width: 1200px;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#case_archive .searchform_wraper > .title {
  text-align: left;
  padding: 30px 340px 40px 0;
}
#case_archive .searchform_wraper h2 {
  padding: 0;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}
#case_archive .searchform_wraper .text {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  margin: 10px 16px 0 0;
}
.search_text {
  width: 1000px;
  margin: 0 auto 26px;
  border: 1px solid #d89c9c;
}
.search_text h3 {
  background-color: #d89c9c;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 16px 40px 16px;
}
.search_text .search_inner {
  display: flex;
  padding: 36px 0 10px 36px;
  flex-wrap: wrap;
}
.search_text .search-item {
  display: flex;
  font-size: 15px;
  margin: 0 34px 21px 0;
  align-items: center;
}
.search_text .search-item .title {
  padding: 4px 12px 3px;
  background-color: #eaeaea;
  margin-right: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.search_text .search-item .image {
  width: 40px;
  margin-right: 8px;
}
section#case_archive .searchform_wraper .search_area {
  margin: 0 auto;
}
section#case_archive .search_area .search {
  padding: 40px 20px 94px;
  margin: 0;
  border: 0;
  position: relative;
}
section#case_archive .search_area .search::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 54px);
  border: 1px #eaeaea solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section#case_archive .searchform_wraper .search_area .title {
  width: 300px;
  padding: 18px 0 16px;
  position: absolute;
  left: calc(50% + 270px);
  top: 26px;
}
section#case_archive .searchform_wraper .search_area .title h2 {
  font-size: 16px;
}
section#case_archive .searchform_wraper .search .btn {
  margin: 14px 0 0px;
}
section#case_archive .searchform_wraper .search .btn input {
  transition-duration: .3s;
}
section#case_archive .searchform_wraper .search .btn input:hover {
  background-color: #d89c9c;
}
.bestshot_box .case-list .case-wrap .case_title_h3 {
  background: none;
}
.bestshot_box .case-list .case-wrap .case_title_h3:after {
  background-image: none;
}
.case-list .case-wrap .case_title_h3 {
  background: none;
  text-align: left;
  font-size: 15px;
  margin: 0 5px 0 0;
  width: auto;
  padding: 0;
}
#case_archive .case-center-search {
  width: 1200px;
  font-size: 26px;
  text-align: left;
  padding: 20px 30px 30px;
  margin: 0 auto;
}
/*--------オススメの施術--------*/
#case_archive .search .recommend_list {
  width: 100%;
  padding: 0 20px;
  margin-top: 36px;
}
#case_archive .search .recommend_list dt {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 14px;
}
#case_archive .search .recommend_list .top_case_cat_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#case_archive .search .recommend_list .top_case_cat_list li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 100px;
  margin: 0 16px 16px 0;
  overflow: hidden;
}
#case_archive .search .recommend_list .top_case_cat_list li a {
  display: block;
  padding: 7px 14px 6px;
  color: #fff;
  background-color: #333;
  transition-duration: .3s;
}
#case_archive .search .recommend_list .top_case_cat_list li a:hover {
  background-color: #d89c9c;
}
body.post-type-archive-case ul.case-list li {
  margin-bottom: 32px;
}
.bestshot_inner .case_image_area {
  height: 100%;
  text-align: center;
}
/*--------PCナビプルダウン調整--------*/
.global-menu li a::after {
  bottom: -3px;
  z-index: 99999;
  pointer-events: none;
}
li.menu__mega:hover .menu__second-level {
  top: 53px;
}
/*-----------------------------------------------------------------------------------------
*症例写真検索の医院の箇所の修正
-----------------------------------------------------------------------------------------*/
section#case_archive .case_top_img .case_search .search .select dl.clinic_list {
  width: 100%;
  justify-content: space-between;
}
section#case_archive .case_top_img .case_search .search .select dl.clinic_list dt {}
section#case_archive .case_top_img .case_search .search .select dl.clinic_list dd {
  width: 840px;
}
/*-----------------------------------------------------------------------------------------
*症例写真検索のドクターの箇所の修正
-----------------------------------------------------------------------------------------*/
.pc_none {
  display: none;
}
section#case_archive .case_top_img .case_search .search .select dl.doctors_list {
  width: 100%;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  float: none;
}
section#case_archive .case_top_img .case_search .search .select dl.doctors_list dt .multiple_select {
  font-size: 13px;
  font-weight: 400;
  padding-top: 3px;
}
section#case_archive .case_top_img .case_search .search .select dl.doctors_list dd {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  width: 840px;
}
section#case_archive .search .select .doctors_list dd label {
  display: flex;
  position: relative;
  background-color: #eaeaea;
  transition: all 0.3s;
  border-radius: 100px;
  margin: 0px 12px 24px 0;
  width: 198px;
  align-items: center;
  cursor: pointer;
}
section#case_archive .search .select .doctors_list dd label:hover {
  background-color: #d89c9c;
  color: #fff;
}
section#case_archive .search .select .doctors_list dd input[type="checkbox"]:checked + label {
  background-color: #d89c9c;
  color: #fff;
}
section#case_archive .search .select .doctors_list dd label:nth-of-type(4n) {
  margin-right: 0;
}
section#case_archive .search .select .doctors_list dd input[type="checkbox"] {
  display: none;
}
section#case_archive .search .select .doctors_list dd label .img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
section#case_archive .search .select .doctors_list dd label .affiliation {
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 10px 7px 38px;
  width: 100%;
}
.header_instagram_open ul {
  background: #fff;
  width: 100%;
  padding: 30px;
  color: #333;
  display: none;
  flex-wrap: wrap;
  position: fixed;
  right: 0;
  top: 80px;
  transition: all .6s;
  z-index: 9999;
}
.header_instagram_open ul.upon {
  width: 60%;
  right: 20%;
  display: flex;
}
.header_instagram_open li {
  width: 24%;
  text-align: center;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.header_instagram_open li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header_instagram_open li:nth-of-type(4n) {
  margin-right: 0;
  width: 19%;
}
.header_instagram_open li img {
  width: 28px;
  margin: 10px 5px;
}
.bg_clear {
  width: 100%;
  height: 100vw;
  display: none;
  position: fixed;
}
.bg_clear.plus {
  display: block;
}
.circle-bg {
  display: none;
}
/*-----------------------------------------------------------------------------------------
目次用
-----------------------------------------------------------------------------------------*/
#ez-toc-container.counter-hierarchy {
  margin: auto;
  padding: 40px 40px 20px;
  width: 60%;
}
div#ez-toc-container .ez-toc-title {
  text-align: center;
  display: block !important;
  font-size: 20px;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  display: none;
}
.ez-toc-list {
  margin: auto;
  width: 80%;
}
div#ez-toc-container ul {
  padding: 20px 0;
}
div#ez-toc-container ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------------
*症例写真検索のフリーワードの箇所の修正
-----------------------------------------------------------------------------------------*/
section#case_archive .case_top_img .case_search .search .select dl.freeword_list {
  width: 100%;
}
section#case_archive .case_top_img .case_search .search .select dl.freeword_list dt {}
section#case_archive .case_top_img .case_search .search .select dl.freeword_list dd {
  width: 840px;
}
/*-----------------------------------------------------------------------------------------
医師一覧へのリンク、ガイドライン、監修用
-----------------------------------------------------------------------------------------*/
.op_info {
  margin-top: 40px;
  clear: both;
  padding-top: 40px;
}
.op_info .op_info_ttl {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.op_info .doctor_society, .op_info .guideline {
  /* background: #f4f4f4; */
  padding: 20px;
  margin-bottom: 40px;
  clear: both;
}
.op_info .guideline p, .op_info .doctor_society p {
  margin-bottom: 1em;
  font-size: 14px;
}
.op_info .doctor_society_list {
  margin: 10px 0 10px;
  font-size: 14px;
  line-height: 1.5;
}
.op_info .guideline ul {
  margin: 1em 0;
  font-size: 14px;
}
.op_info .author_prof_main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.op_info .author_prof_main dt {
  width: 30%;
}
.op_info .author_prof {
  border: 10px solid #ccc;
  padding: 20px;
  margin-bottom: 40px;
}
.op_info .author_prof_main dd {
  width: 100%;
}
.op_info .author_prof .history_area {
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  /* flex-flow: wrap; */
  gap: 30px;
  /* flex-direction: column; */
}
.op_info .author_prof .history_area .history {
  width: 100%;
}
.op_info .author_prof .history_area .history p {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.op_info .author_prof_simple {
  width: 800px;
  display: flex;
  gap: 20px;
  margin: 0 auto 30px;
  border: 6px solid #ccc;
  padding: 20px;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.op_info .author_prof_simple_img {
  width: 30%;
  height: auto;
}
.op_info .author_prof_simple_ttl {
  font-size: 22px;
  width: 100%;
  text-align: center;
}
.author_prof_simple_box {
  font-size: 18px;
  width: 60%;
}
.author_prof_simple_box a {
  width: 80%;
  margin: 1em auto 0;
  background: #666;
  color: #fff;
  text-align: center;
  padding: 0.25em;
  display: block;
}
.author_prof_main_ttl {
  margin: 0 0 1em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.op_info .author_prof .history dl {
  display: flex;
  flex-flow: wrap;
  /* width: calc(50% - 20px); */
  font-size: 12px;
}
.op_info .author_prof .history dl dt {
  width: 4em;
  margin-right: 1em;
}
.op_info .author_prof .history dl dd {
  width: calc(100% - 5em);
}
.op_info .author_prof .link_btn {
  background: #333;
  color: #fff;
  display: flex;
  width: 300px;
  margin: 0 auto;
  padding: 10px;
  justify-content: space-evenly;
  align-items: center;
}
/*共通CTA追加*/
.ctabtn-wrap {
  margin: 140px auto;
  width: 100%;
}
.ctabtn_group {
  display: flex;
  gap: 0 20px;
  justify-content: center;
  font-size: 1.6rem;
  width: 100%;
  clear: both;
  margin: 1em auto 0;
  flex-flow: wrap;
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}
.cta-title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  color: #333;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-family: serif;
}
.ctabtn_group li {
  width: calc((100% - 60px) / 2);
  display: flex;
  align-items: stretch;
  align-content: center;
}
.ctabtn_group li a {
  display: flex;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  position: relative;
  letter-spacing: 1px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  line-height: 1.6;
  border-radius: 5px;
}
.ctabtn_group li a .fa-angle-right {
  color: #fff;
}
.ctabtn_group li a .subtext {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}
.ctabtn_group .reserve_line a {
  background: #57bc6a;
}
.ctabtn_group .reserve_web a {
  background: #e89192;
}
.ctabtn_group li a .fa-angle-right {
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 20px;
  color: #fff;
}
/*footer施術を開閉化*/
.ope-menu-btn{
  width: 100%;
  font-size: 2rem;
  border: 2px solid #333;
  text-align: center;
  padding: 0.25em 0;
  margin-bottom: 1em;
  position: relative;
}
.ope-menu-btn .fa {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  right: 50px;
  top: 50%;
}
