@charset "UTF-8";
html {
  font-size: 85%;
  overflow: auto;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow-x: hidden;
  width: 100%;
}
html.over {
  overflow: hidden;
}
@font-face {
  font-family: 'Copperplate';
  src: url('../font/Copperplate.ttf') format('truetype');
}
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url('../font/DIN Alternate Bold.ttf') format('truetype');
}
.link_btn_large {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 4vw 0;
  background: #333;
  color: #fff;
  font-size: 4vw;
  margin: 0 auto;
}
.link_btn_large span {
  right: 3vw;
  position: absolute;
  top: 50%;
  margin-top: -1.8vw;
  font-size: 3.6vw;
}
.link_btn_large:hover {
  background: #40B1BF;
  color: #fff;
}
.page .single_youtube {
  width: 90vw;
  margin: 4vw auto;
}
.page .single_youtube iframe {
  width: 100%;
  height: 50vw;
  margin: 5vw 0;
}
.sec {
  margin: 5vw auto;
}
.sec h2 {
  font-family: 'Copperplate';
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 8vw 0;
}
.auto {
  width: 94%;
  margin: auto;
  position: relative;
  padding: 0;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.red {
  color: #FF0004;
}
.doctor_case_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 6vw 0 0;
  padding-bottom: 2vw;
}
.doctor_case_block img {
  width: 17%;
  margin: 2%;
}
.doctor_case_block p {
  font-size: 3.5vw;
  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;
}
.author21 {
  color: #C0A161;
  border-bottom: 2px solid #C0A161;
}
.author18 {
  color: #ca94d6;
  border-bottom: 2px solid #ca94d6;
}
.author25 {
  color: #88cd7c;
  border-bottom: 2px solid #88cd7c;
}
.video {
  margin: 0 auto 6vw;
  width: 90%;
}
.video iframe {
  width: 100%;
  height: 253px;
}
.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%;
  max-width: 1060px;
  height: 18vw;
  margin: 0 auto;
  position: relative;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 20%;
  padding-left: 2vw;
}
.header-logo img {
  width: 100%;
  padding: 2vw;
}
.header-info {
  width: 455px;
  height: 18vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 10px;
}
.header-info a {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 14vw;
}
.header-info .contact-pop a {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: left;
  height: 13vw;
  margin: auto;
}
.header-info .contact-pop li:hover i {
  color: #fff;
}
.header-info .tel-pop a {
  display: table;
  align-items: center;
  text-align: center;
  height: 14vw;
  padding: 2vw 0;
  margin: auto;
}
.header-info .web-pop a {
  padding: 2vw;
}
.header-tel {
  position: relative;
  cursol: pointer;
  height: 18vw;
  width: 23%;
}
.header-tel>a {
  text-align: center;
  padding: 3vw 0 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 img {
  width: 10vw;
  display: block;
  margin: 0 auto 2.6vw;
}
.header-info .head-contact {
  display: none;
}
.header-tel.head-contact>a {
  background: #fff;
}
.header-tel i {
  font-size: 7vw;
  margin-bottom: 0;
  color: #333;
  display: block;
  height: 8.4vw;
}
.header-tel.head-contact i {
  font-size: 9vw;
  margin-bottom: 0;
  color: #333;
  display: block;
  height: 9.2vw;
}
.header-line {
  position: relative;
  width: 23%;
  height: 18vw;
  display: none;
}
.header-line>a {
  padding: 1.8vw 0 0;
  display: table;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #499e19;
  color: #fff;
  line-height: 2;
  width: 100%;
  text-align: center;
  height: 18vw;
}
.header-line .link_ico {
  width: 9vw;
  margin-bottom: -3px;
}
.header-popup-link span {
  display: block;
  font-size: 2.2vw;
  margin-top: 1vw;
}
.header-line span {
  display: block;
  font-size: 2.2vw;
  margin-top: 1vw;
}
.header-tel .header-popup-link span {
  margin-top: 0.2vw;
}
.header-line .header-popup-link span {
  margin-top: 0;
}
.header-line>a i {
  font-size: 40px;
  color: #fff;
  display: block;
}
.header-popup {
  position: absolute;
  display: none;
  width: 100vw;
  right: -17.2vw;
  z-index: 99;
}
.header-popup.line-pop {
  right: -34.4vw;
}
.header-popup.tel-pop {
  right: -51.7vw;
}
.header-popup.contact-pop {
  right: -56.3vw;
}
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background: #C1B19C;
  color: #fff;
  font-size: 10px;
}
.popup-close {
  cursor: pointer;
  font-size: 12px;
}
.popup-list {
  display: flex;
  align-items: center;
  /* justify-content: center;
    flex-direction: column; */
  line-height: 1.2;
  background: #fff;
}
.line-pop img {
  width: 10vw;
  margin: 0 2vw 0 4vw;
}
.web-pop img {
  width: 13vw;
  padding: 2vw
}
.popup-list li {
  width: 50%;
  padding: 5px;
  background: #eee;
  border-right: 1px solid #fff;
}
.popup-list li:last-child {
  border-right: 0;
}
.contact-pop .popup-list li {
  padding: 2vw 4vw;
}
.contact-pop .popup-list li i {
  padding-right: 3vw;
  font-size: 10vw;
}
.line-pop .popup-list li {
  background: #499e19;
}
.web-pop .popup-list li {
  background: #ca7411;
}
.popup-list .tel-place {
  font-size: 4vw;
}
.tel-pop .popup-list .tel-place {
  font-size: 2.5vw;
}
.popup-list .tel-num {
  font-size: 6vw;
}
.popup-list .tel-date {
  font-size: 2.5vw;
}
.tel-pop .popup-list li:hover {
  background: #47b0d7;
  color: #fff;
}
.contact-pop .popup-list li:hover {
  background: #47b0d7;
  color: #fff;
}
.line-pop .popup-list li:hover {
  background: #60b431;
  color: #fff;
}
.web-pop .popup-list li:hover {
  background: #da8f39;
  color: #fff;
}
.header-contact {
  position: relative;
  width: 23%;
  height: 18vw;
  display: none;
}
.header-contact>a {
  padding: 6px 0;
  display: table;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #ca7411;
  color: #fff;
  line-height: 2;
  width: 100%;
  text-align: center;
}
.header-contact>a .link_ico {
  width: 8vw;
}
.header-contact>a span {
  display: block;
  font-size: 2.2vw;
  margin-top: 0;
}
.header-contact>a i {
  font-size: 36px;
  margin-block: 2px;
  color: #fff;
  display: block;
}
.header-info .header-spmenu {
  position: relative;
  width: 23%;
  height: 18vw;
  background: #000;
}
.menuspan {
  display: block;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  position: relative;
}
.popup-list .contact-position {
  font-size: 4vw;
  color: #fff;
}
.header-menu {
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid rgb(243, 240, 236);
  border-bottom: 1px solid rgb(243, 240, 236);
}
.global-menu {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 62px;
}
.global-menu li {
  width: 16.66%;
  height: inherit;
  border-right: 1px solid rgba(64, 177, 191, 0.07);
}
.global-menu li:last-child {
  border-right: none;
}
.global-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px;
  height: inherit;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.global-menu li.active a,
.global-menu li:hover a {
  background: rgba(64, 177, 191, 0.07);
}
/***** 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;
}
.menu_bnr {
  width: 90%;
  margin: 0 auto;
  display: table;
  padding: 4vw 0;
}
@-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);
  }
}
.foot_fixed {
  position: fixed;
  bottom: -4vw;
  left: 0;
  z-index: 99;
}
.foot_reserved {
  position: relative;
  display: flex;
  width: 100%;
  border: 10px solid #FFF;
}
.foot_reserved li {
  width: 50%;
}
/*
.foot_reserved:after {
	position: absolute;
    top: -13px;
    right: 50%;
    margin-right: -40vw;
    content: '';
    width: 80vw;
    height: 6.2vw;
    background: url(../images/common/present_20000.png) no-repeat;
    background-size: 100%;
}
*/
.foot_reserved li a:hover {
  opacity: 0.9;
}
.container {
  padding: 0;
  min-width: 96%;
}
.site-header {
  padding: 10px 0;
}
.site-link ul {
  padding: 0;
}
.site-link ul li a {
  line-height: 2.5;
}
.site-link ul li:first-child {
  border-left: none;
}
.site-link ul li:last-child {
  border-right: none;
}
.header-info {
  width: 75%;
  font-size: 2vw;
}
.header-contact>a {
  padding: 2.5vw 0 1vw;
  justify-content: center;
}
.header-contact>a i {
  margin-right: 0.5rem;
}
.header-menu {
  position: relative;
  width: 100%;
  display: none;
}
.global-menu {
  height: auto;
  padding: 0;
  flex-wrap: wrap;
}
.header-menu .global-menu {
  display: none;
}
.global-menu li {
  width: 33.3%;
}
.global-menu li:nth-of-type(1),
.global-menu li:nth-of-type(2),
.global-menu li:nth-of-type(3) {
  border-bottom: 1px solid rgba(64, 177, 191, 0.07);
}
.global-menu li:nth-of-type(3n) {
  border-right: none;
}
.global-menu li a {
  padding: 0 2px;
  height: 3em;
  line-height: 1.2;
}
.global-menu li a.menulist {
  display: none;
}
.sp-menu {
  width: 100%;
  display: table;
}
.sp-menu li {
  width: 50%;
  float: left;
  text-align: center;
  background: #ecf8fa;
}
.sp-menu li a {
  display: block;
  /*        background: rgba(64, 177, 191, 0.07);*/
  padding: 3vw 0;
  line-height: 2;
  border-bottom: 1px solid #40B1BF;
  border-right: 1px solid #40B1BF;
  font-size: 1.1em;
  color: #40B1BF;
  margin-bottom: 1px;
}
.sp-menu li:nth-child(even) a {
  border-right: 0;
}
.sp-menu li.parent>a {
  /*        background: #40B1BF;
	color: #fff;*/
  border-bottom: 1px solid #40b1bf;
}
.nav_cam {
  padding: 4vw;
  display: table;
}
.nav_cam #metaslider_container_5 {
  margin-bottom: 0;
}
.nav_cam .nav_title {
  font-size: 3.6vw;
  font-weight: bold;
  margin-bottom: 2vw;
  color: #00b1bf;
}
.nav_cam .nav_img {
  width: 100%;
}
.top_first_banner {
  margin-top: 100px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding: 0;
}
.online_bnr {
  margin: 6vw auto;
  text-align: center;
}
.online_bnr img {
  width: 90%;
}
.content_area iframe {
  margin: 20px 0;
  width: 100%;
  height: 53vw;
}
.contact-body .sns-link li {
  width: 17%;
  height: 17%;
  margin: 0 1vw 2vw 0;
}
.more-btn {
  margin-top: 12vw;
  display: flex;
  justify-content: center;
}
section .breadcrumb {
  margin: 0;
  padding: 5px 0;
}
section .breadcrumb ul {
  margin: 0 10px;
  overflow: hidden;
}
section .breadcrumb ul li {
  font-size: 10px;
  float: left;
}
section .breadcrumb ul li a {
  color: #000;
}
section .breadcrumb ul li:after {
  padding: 0 10px;
  content: ">";
}
section .breadcrumb ul li:last-child:after {
  content: "";
  display: none;
}
.blue_back {
  background: #3fb1bf;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10;
  opacity: 0.7;
  display: none;
}
.sp_nav_top {
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: 99;
  border: 1px solid #fff;
  width: 70%;
  background: #00b1bf;
}
.sp_nav_clinic {
  display: flex;
  margin: 2%;
  background: #fff;
}
.sp_nav_clinic li {
  padding: 2%;
  width: 33%;
  text-align: center;
  color: #00b1bf;
  border-right: 5px solid #00b1bf;
}
.sp_nav_clinic li:last-child {
  border: none;
  width: 34%;
}
.spnav_wraper {
  position: fixed;
  top: 0;
  left: 0;
  /*width: 100%;*/
  height: 100vh;
  z-index: 9;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow: scroll;
  display: none;
}
.white_nav {
  position: absolute;
  overflow: hidden;
  width: 90%;
  margin: 5%;
  background: #fff;
  z-index: 99;
  top: 12vw;
  padding: 0 0 12vw;
}
.nav_clinic_info {
  padding: 0 4vw;
  display: table;
}
.tab_clinic {
  display: flex;
  width: 50%;
}
.tab_y {
  width: 50%;
  text-align: center;
  padding: 1vw 0;
  background: #00b1bf;
  color: #fff;
}
.tab_g {
  width: 50%;
  text-align: center;
  padding: 1vw 0;
  background: #b3963f;
  color: #fff;
}
.clinic_info {
  padding: 4vw;
  border: 1px solid #00b1bf;
  display: table;
}
.clinic_info img {
  width: 40%;
  float: left;
}
.clinic_info .infomation {
  width: 55%;
  float: right;
}
.infomation_clinic_name {
  color: #00b1bf;
  font-weight: bold;
  font-size: 4vw;
  margin-bottom: 1vw;
}
.infomation_add {
  margin-bottom: 1vw;
  font-size: 3vw;
}
.top_banner_box {
  width: 90%;
  margin: 4vw auto;
}
.infomation .header-popup-link {
  width: 30px;
  height: 30px;
}
.infomation .header-info {
  width: 100%;
  justify-content: normal;
}
.close {
  position: absolute;
  top: 7vw;
  right: 8vw;
  width: 6vw;
  height: 6vw;
  z-index: 99;
}
.ginza_nav_info {
  display: none;
}
.nav_pick_bnr {
  width: 100%;
  display: flex;
}
.nav_pick_bnr p {
  width: 48%;
  margin-right: 4%;
}
.nav_pick_bnr p:nth-child(even) {
  margin-right: 0;
}
main {
  margin-top: 18vw;
}
header {
  overflow: visible !important;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 18vw;
  top: 0;
}
.dryamada {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #efefef;
}
.ginzaonly {
  color: #BF9330;
  display: block;
  font-size: 12px;
}
.ablock {
  display: table;
  width: 100%;
}
.ablock .lbox {
  float: left;
  width: 60%;
}
.ablock .rbox {
  float: right;
  width: 40%;
}
.ablock .rbox img {
  width: 80%;
}
footer {
  width: 100%;
  background: #f5f5f5;
  display: table;
  position: relative;
  bottom: 0;
}
.footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.footer_inner .footer_list {
  display: table;
  width: 100%;
}
.footer_inner .footer_list .footer_nav {
  width: 100%;
}
.footer_nav_title {
  font-size: 3vw;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.footer_menu {
  padding: 0;
}
.footer_menu dl {
  margin-bottom: 20px;
  font-size: 15px;
}
.footer_menu dl dt {
  color: #8c8c8c;
  margin-bottom: 0;
  font-size: 3.5vw;
}
.footer_menu dl dd a {
  margin-right: 4vw;
  font-size: 3vw;
}
.footer_nav ul {
  padding: 0;
  font-size: 3.2vw;
}
.footer_nav ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.8;
  padding: 2vw 2vw 2vw 6vw;
  border-bottom: 1px solid #ebebeb;
  font-size: 3vw;
}
.footer_nav ul li i {
  margin-left: 3vw;
  font-size: 4vw;
  position: relative;
  top: 0.3vw;
}
.footer-copyright {
  background: #333;
  padding: 2rem 0 20vw;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}
.footer-copyright p {
  float: none;
  background: transparent;
  font-size: 4vw;
}
.acd-check {
  display: none;
}
.acd-label {
  color: #333;
  display: block;
  margin-bottom: 1px;
  padding: 2vw 2vw 2vw 4vw;
  position: relative;
}
.acd-label:after {
  box-sizing: border-box;
  content: '+';
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 2vw;
  position: absolute;
  right: 0;
  top: 0px;
  font-weight: bold;
}
.acd-content {
  display: table-column;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked+.acd-label:after {
  content: '-';
}
#acd-check1:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 0;
  visibility: visible;
  display: block;
}
#acd-check2:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 2vw;
  visibility: visible;
  display: block;
}
#acd-check3:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 2vw;
  visibility: visible;
  display: block;
}
#acd-check4:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 2vw;
  visibility: visible;
  display: block;
}
#acd-check5:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 2vw;
  visibility: visible;
  display: block;
}
#side-menu {
  display: none;
}
.other_list {
  display: table;
  margin: auto;
  width: 90%;
}
.other_list li {
  width: 48%;
  margin-right: 4%;
  text-align: left;
  float: left;
  font-size: 3vw;
  margin-bottom: 4vw;
}
.other_list li:nth-child(2n) {
  margin-right: 0;
}
.clinic_list {
  display: flex;
  margin: 4vw auto;
  width: 94%;
  flex-wrap: wrap;
}
.clinic_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
}
.clinic_list li:nth-of-type(2n) {
  margin-right: 0;
}
.clinic_list .cli {
  height: 2vw;
  margin: 7vw 0;
  font-family: 'Copperplate';
  font-size: 6vw;
  color: #816e57;
}
.clinic_list .cli img {
  height: 100%;
}
.clinic_list .gene {
  height: 5vw;
  margin: 3vw 0;
}
.clinic_list .gene img {
  height: 100%;
}
.clinic_st {
  background: #f5f5f5;
  position: relative;
  height: 64vw;
  overflow: hidden;
}
.clinic_st img.footer_clinic_img {
  height: 20vw;
  position: relative;
  left: -10vw;
  max-width: none;
}
.clinic_st .clinic_box {
  padding: 2.5vw;
  text-align: center;
}
.clinic_st .clinic_h3 {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
.clinic_st .f_tel {
  display: block;
  font-size: 9vw;
  font-weight: bold;
  position: relative;
  padding: 1vw 0 2vw;
}
.clinic_st .f_tel i {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.clinic_st .f_add {
  font-size: 2.4vw;
  margin-bottom: 1vw;
  line-height: 1.2;
}
.clinic_st .f_station {
  font-size: 2.4vw;
}
.clinic_st .f_ico {
  position: absolute;
  top: 2.6vw;
  font-size: 4vw;
  right: 4vw;
}
.clinic_st .f_ico a {
  margin-right: 4vw;
}
.other {
  padding: 4vw 0;
  margin: 4vw auto;
  border-top: 1px solid #333;
  display: table;
}
.service-list-btn {
  display: none;
}
/*   case  */
.searchform_wraper {
  margin-bottom: 3vw;
  padding: 4vw 0 1vw;
  border-top: 1px solid #e3e3e3;
  background: #f8f8f8;
}
section .title {
  text-align: center;
  position: relative;
}
section .title h2 {
  margin: 0 0 3vw 0;
  padding: 0 3vw;
  font-size: 5vw;
  text-align: center;
  line-height: 1;
  display: inline-block;
  /* background: #f3f1ec; */
  z-index: 2;
  position: relative;
}
section#case_archive .search {
  margin: 0 auto 3vw auto;
  width: 100%;
}
section#case_archive .search .select {
  margin: 0;
  overflow: hidden;
}
section#case_archive .search .selectList {
  display: none;
}
section#case_archive .search .select dl {
  width: 100%;
  margin: 0 2vw 2vw 0;
  float: left;
  overflow: hidden;
}
section#case_archive .search .select dl dt {
  width: 27%;
  padding: 3vw 3vw 0 0;
  font-size: 3.6vw;
  font-weight: bold;
  text-align: right;
  float: left;
}
section#case_archive .search .select dl dd {
  width: 70%;
  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: 3vw 0;
  text-align: center;
}
section#case_archive .search .btn input[type=submit] {
  width: 94%;
  padding: 4vw;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  border: none;
  outline: none;
  background: #000;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 50px;
}
.top_case_cat_list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.top_case_cat_list li {
  display: inline-block;
  margin: 0 .1em 1rem;
}
.top_case_cat_list li a:hover {
  color: #fff;
  background: #40B1BF;
}
.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #F3F0EC;
  border-bottom: 1px solid #F3F0EC;
}
.container {
  width: 96%;
  min-width: auto;
  max-width: auto;
  margin: 0 auto;
  padding: 0;
}
.section-title h3 {
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.grad-btn, .grad-btn2 {
  font-size: 0.5rem !important;
}
.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%;
}
.grad-trigger {
  display: none;
}
.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-item, .grad-item2 {
  position: relative;
  overflow: hidden;
  height: 60px;
}
.grad-btn::before, .grad-btn2::before {
  content: "続きを読む";
}
#case_archive {
  width: 96%;
  margin: auto;
}
.respons_gray {
  background: #6f7070;
  padding: 3px 10px;
  color: #fff;
  margin-right: 3vw;
  font-size: 2.8vw;
}
.case-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.case-list .caseLi {
  margin: 20px auto 0;
}
.case-list .case-wrap {
  position: relative;
  padding: 1rem 1rem 2vw;
}
.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-event {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  text-align: center;
  background: #F29300;
  color: #fff;
  border-radius: 50%;
  z-index: 9;
  display: none;
}
.case-list .case-title {
  display: table;
  font-size: 1rem;
  padding: 0 0.2rem 0.5rem;
  height: 3rem;
  line-height: 1.2;
}
.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 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.case-list .case-img .before-img,
.case-list .case-img .after-img {
  position: relative;
  width: 48%;
}
.before-img:after {
  content: '';
  position: absolute;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  right: -3.3vw;
  top: 50%;
  margin-top: -1vw;
  width: 2vw;
  height: 4vw;
  background-size: 2vw;
}
.case-list .case_title_h3 {
  width: 100%;
  background: #e6e6e6;
  padding: 2vw 0;
  text-align: center;
  font-size: 4vw;
  margin: 3vw 0;
  font-weight: bold;
}
.case-list .case-img .before-img {
  margin-right: 20px;
}
.case-img a {
  display: block;
  position: relative;
}
.case-list .case-img .lo_lo {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.case-list .case-img .before-img img,
.case-list .case-img .after-img img {
  width: 100%;
}
.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-desc b {}
.case-list .btn-default {
  width: 100%;
  bottom: 0;
}
.lolo {
  width: 450px;
  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%;
}
.post-type-archive-case .case-list .caseLi {
  width: 96%;
}
/*.case-list .case-wrap {
        min-height: 350px; 
    } */
.lolo {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}
.lolo img {
  width: 100%;
}
.lolo2 {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 350px;
}
.lolo2 img {
  width: 100%;
}
.lolocase {
  width: 48%;
  position: absolute;
}
.lolocase img {
  width: 100%;
}
.lolo2case {
  width: 48%;
  position: absolute;
  left: 59%;
}
.lolo2case img {
  width: 100%;
}
.commonBnr {
  display: none;
}
/* ç—‡ä¾‹å†™çœŸã®æœ€åˆã®å¤§ããªç”»åƒ */
body.single .section-content .case-list .caseLi {
  min-height: auto;
}
body.single .section-content .case-list .case-wrap {
  min-height: auto;
}
body.single .case-list .txt {
  margin: 0 auto;
  width: 95%;
}
body.single .case-list .txt p {
  margin-bottom: 2%;
  letter-spacing: 0.15rem;
  line-height: 2;
}
/* ç—‡ä¾‹å†™çœŸã®æœ€åˆã®å¤§ããªç”»åƒã“ã“ã¾ã§ */
.case-list .case-title {
  width: 100%;
  font-size: 1.2rem;
}
.case-list .case-title span {
  text-align: center;
}
.case-list .case-img .before-img:before,
.case-list .case-img .after-img:before {
  padding: 0.2rem;
  font-size: 0.8rem;
}
.case-list .case-desc {
  padding-bottom: 4vw;
  font-size: 0.9rem;
}
.grad-item {
  /* margin-top: 1rem; */
}
.case-list .btn-default {
  font-size: 1rem;
}
.btn-default {
  display: block;
  margin: 0 auto;
  padding: 3vw 0;
  width: 100%;
  font-size: 3vw;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 1.1;
  background: #333;
  color: #fff;
  text-align: center;
}
.btn-default.more_see {
  width: 90%;
  text-align: center;
  margin: 2vw auto 6vw;
  padding: 20px 0;
  font-size: 16px;
  position: relative;
}
.btn-default.more_see:hover {
  color: #fff;
  background: #40B1BF;
}
.btn-default.more_see span {
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
}
.case-list .btn-default {
  width: 70%;
  padding: 10px 0;
  bottom: 0;
  font-size: 12px;
  position: relative;
}
.case-list .btn-default span {
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.case-list .btn-default:hover {
  color: #fff;
  background: #40B1BF;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12vw;
  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: 12vw;
  color: #6faebd;
  opacity: 1;
}
main .slick-dots li button:before {
  font-family: 'slick';
  font-size: 12vw;
  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: 12vw;
  color: #6faebd;
  opacity: 1;
}
.case_random {
  width: 90%;
  margin: 0px auto 4vw;
}
.case_random .case_random_title {
  font-size: 4vw;
  font-weight: bold;
  padding: 2vw 0;
  border-bottom: 2px solid #333;
}
.case_random ul {
  padding: 30px 0;
  display: table;
}
.case_random li {
  display: inline-block;
  float: left;
  background: #333;
  color: #fff;
  padding: 2vw 3vw;
  border-radius: 50px;
  margin-right: 3vw;
  margin-bottom: 4vw;
  font-size: 3vw;
}
.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;
}
.case-list .case-title {
  font-size: 3.5vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.author_info {
  display: table;
  justify-content: flex-start;
  align-items: center;
  margin: 2vw 0 3vw;
  width: 100%;
}
.author_info_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 3vw;
  margin-bottom: 3vw;
}
.author_info_left img {
  width: 12vw;
  margin-right: 1vw;
}
.case_make {
  text-align: center;
  font-size: 3.4vw;
  letter-spacing: 0.01em;
  color: #333;
  margin: 1vw 0;
  padding: 0.4vw 0;
  font-weight: bold;
  background: #e6e6e6;
}
.case_make.after_color {
  background: #707070;
  color: #fff;
}
/* æ–°æ–½è¡“ãƒšãƒ¼ã‚¸ç”¨ */
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 {
  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 {
  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 {
  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 {
  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 {
  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;
}
.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: 3vw;
  width: 45%;
  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;
}
.grad-btn::before, .grad-btn2::before {
  content: "続きを読む";
  position: relative;
  font-size: 2.8vw;
}
.grad-item, .grad-item2 {
  position: relative;
  overflow: hidden;
  height: 60px;
  padding: 3vw 0 5vw;
}
.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: 10px !important;
  color: #666;
  line-height: 1.2 !important;
  letter-spacing: 1px !important
}
.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;
  font-size: 3vw;
  position: relative;
}
.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;
  font-size: 3vw;
  position: relative;
  top: 3vw;
  right: 9vw;
}
.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: 2.4vw;
  }
  .grad-trigger:checked~.grad-btn {
    bottom: 10px;
  }
  .grad-trigger:checked~.grad-btn .fa {
    top: 76%;
    right: 12vw;
  }
  .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;
}
.respons_gray {
  background: #6f7070;
  padding: 3px 10px;
  color: #fff;
  margin-right: 3vw;
  font-size: 2.8vw;
}
@media only screen and (max-width: 768px) {
  .searchform_wraper {
    margin-bottom: 5%;
    padding: 5% 3%;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
  }
  .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: 0vw auto 10vw;
  }
}
.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 {
  width: 40%;
  background: none;
  color: #333;
  font-size: 3vw;
  text-align: right;
}
.case-list .btn-default:hover {
  background: none;
  color: #666;
}
.case-list .btn-default span {
  right: -3vw;
  position: absolute;
  top: 50%;
  margin-top: -1.2vw;
}
.gideFade {
  display: inline-block;
}
section#case_archive .pager {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
section ul.pager li {
  margin: 0 3px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
section ul.pager li span {
  width: 40px;
  padding: 12px 0;
  color: #fff;
  border: 1px solid #d6d7d6;
  background: #40B1BF;
  display: block;
}
section ul.pager li a {
  width: 40px;
  padding: 12px 0;
  color: #000;
  border: 1px solid #d6d7d6;
  background: #fff;
  display: block;
}
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: 4vw;
  border: 2px solid #8cc7cf;
  margin: 4vw auto;
  width: 94%;
  background: #fff;
  letter-spacing: 0.15rem;
  line-height: 2;
}
.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: table;
  padding: 8vw 0;
  line-height: 1;
}
.footer-popup-list li .popup_clinic {
  text-align: center;
  font-size: 7vw;
  width: 100%;
  font-weight: bold;
  line-height: 1.1;
}
.footer-popup-list li .popup_clinic span {
  font-size: 3vw;
  display: block;
  line-height: 1.8;
}
.footer-popup-list li .popup_web_service {
  font-size: 7vw;
  float: right;
  text-align: center;
  width: 100%;
  position: relative;
  top: 10px;
}
.footer-popup-list li .popup_web_service a {
  font-size: 13vw;
  display: block;
  position: relative;
  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 {
  font-size: 10vw;
  margin-top: 2vw;
}
.footer-popup-list li .popup_web_service a.popup_phone i {
  font-size: 8vw;
  margin-right: 3vw;
  top: -2px;
  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: 90%;
  height: 60vh;
  border-radius: 5px;
  background: #FFF;
  position: relative;
}
.js-close-btn {
  top: 5%;
  right: 5%;
  position: absolute;
}
/* ãŠå•ã„åˆã›ã®ãƒãƒƒãƒ—ã‚¢ãƒƒãƒ—ã“ã“ã¾ã§ */
/*========= ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ã®ãŸã‚ã®CSS ===============*/
/*ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ãªã£ãŸã‚¨ãƒªã‚¢*/
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
/*ä¸¸ã®æ‹¡å¤§*/
.circle-bg {
  position: fixed;
  z-index: 998;
  /*ä¸¸ã®å½¢*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  /*ä¸¸ã®ã‚¹ã‚¿ãƒ¼ãƒˆä½ç½®ã¨å½¢çŠ¶*/
  transform: scale(0);
  /*scaleã‚’ã¯ã˜ã‚ã¯0ã«*/
  right: -50px;
  top: -50px;
  transition: all .6s;
  /*0.6ç§’ã‹ã‘ã¦ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/
}
.circle-bg.circleactive {
  transform: scale(50);
  /*ã‚¯ãƒ©ã‚¹ãŒä»˜ä¸Žã•ã‚ŒãŸã‚‰scaleã‚’æ‹¡å¤§*/
}
/*ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ã®ç¸¦ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«*/
#g-nav-list {
  display: none;
  /*ã¯ã˜ã‚ã¯è¡¨ç¤ºãªã—*/
  /*ãƒŠãƒ“ã®æ•°ãŒå¢—ãˆãŸå ´åˆç¸¦ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«*/
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list {
  display: table;
  /*ã‚¯ãƒ©ã‚¹ãŒä»˜ä¸Žã•ã‚ŒãŸã‚‰å‡ºç¾*/
  margin: 10vw auto;
}
/*ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³*/
#g-nav ul {
  opacity: 0;
  position: relative;
  z-index: 999;
  top: 7%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
/*èƒŒæ™¯ãŒå‡ºç¾å¾Œã«ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ã‚’è¡¨ç¤º*/
#g-nav.panelactive ul {
  opacity: 1;
}
.navmenu {
  display: contents;
}
/* èƒŒæ™¯ãŒå‡ºç¾å¾Œã«ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ li ã‚’è¡¨ç¤ºâ€»ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã«ã‚ˆã£ã¦èª¿æ•´ã—ã¦ãã ã•ã„ã€‚ä¸å¿…è¦ãªã‚‰å‰Šé™¤*/
#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  /*0.2 ç§’é…ã‚‰ã›ã¦å‡ºç¾*/
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 5vw;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*ãƒªã‚¹ãƒˆã®ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆè¨­å®š*/
#g-nav li.menu_clinic {
  text-align: center;
  list-style: none;
  font-size: 5vw;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#g-nav li.menu_clinic a {
  color: #fff;
  text-decoration: none;
  padding: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 100;
  border-radius: 45px;
  margin-bottom: 0vw;
  position: relative;
  width: 45%;
  display: block;
  height: auto;
}
#g-nav li.menu_clinic a i {
  position: absolute;
  right: 5vw;
}
.contact_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*========= ãƒœã‚¿ãƒ³ã®ãŸã‚ã®CSS ===============*/
.openbtn {
  position: relative;
  top: 1.2vw;
  right: 0;
  z-index: 10000;
  cursor: pointer;
  width: 100%;
  height: 11vw;
}
.openbtn.active+.menuspan {
  display: none;
}
/*Ã—ã«å¤‰åŒ–*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 5.1vw;
  height: 0.5vw;
  border-radius: 2px;
  background-color: #fff;
  width: 40%;
  color: #fff;
}
.openbtn span:nth-of-type(1) {
  top: 2.2vw;
}
.openbtn span:nth-of-type(2) {
  top: 4.6vw;
}
.openbtn span:nth-of-type(3) {
  top: 7vw;
}
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  right: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
  background-color: #000;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 32px;
  right: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
  background-color: #000;
}
.slick-dots li button:before {
  font-size: 12vw;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #6faebd;
}
.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;
  clear: both;
}
.title_section_inner {
  padding: 4vw 0;
  text-align: center;
  color: #fff;
}
.title_section_inner h2 {
  font-family: 'Copperplate';
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-align: center;
}
.title_section_inner p {
  font-size: 18px;
  letter-spacing: 0.2em;
}
.ope_box {
  width: 90%;
  padding: 2vw 0 5vw;
  text-align: center;
  background: #fff;
  border: 2px solid #333;
  position: relative;
  font-size: 4vw;
  margin: 5vw 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: -3px;
  left: 50%;
  margin-left: -10px;
}
.section-content2 {
  display: none;
  margin: 4vw 0;
}
.service-list .search-treatment {
  padding: 2rem;
  border: 1px solid #d6d7d6;
  overflow: hidden;
  display: table;
  width: 90%;
  margin: 0 auto 7vw;
}
.search-treatment h5.sub-title-treatment {
  padding: 15px 20px;
  color: #333;
  font-size: 1rem;
  border: 1px solid #d6d7d6;
  border-bottom: none;
  background: linear-gradient(#ffffff 75%, #f2f2f2);
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
}
.search-treatment h5.sub-title-treatment:before {
  color: #333;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f107';
  margin-right: 1rem;
}
.search-treatment .sub-list {
  display: none;
  margin-bottom: 2rem
}
.search-treatment .sub-list li {
  /* display: flex; */
  color: #333;
  padding: 15px 20px;
  font-size: 1rem;
  border: 1px solid #d6d7d6;
  border-bottom: none;
}
.search-treatment .sub-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  margin-right: 1rem;
  color: #178d9c;
}
.section-tabs {
  display: flex;
  width: 100%;
  align-items: center;
}
.section-tabs li {
  width: 25%;
  border: 1px solid #333;
  text-align: center;
  align-items: center;
  font-size: 4vw;
  padding: 6vw 0;
  position: relative;
}
.section-tabs li:after {
  position: absolute;
  font-weight: 900;
  content: '';
  vertical-align: middle;
  background-image: url(../images/ginza/down_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 15px;
  width: 30px;
  height: 30px;
  bottom: 2vw;
  left: 9vw;
  /*transform:rotate(-90deg); */
}
.section-tabs li.active {
  background: #eaeaea;
}
.service_sp {
  background: #eaeaea;
}
.service_sp .container {
  width: 100%;
}
.search-tab {
  display: none;
}
.search-tab.show {
  display: block;
}
.search-tab ul {
  display: table;
  width: 100%;
}
.search-tab ul li {
  width: 50%;
  float: left;
  border: 1px solid #fff;
}
.search-tab ul li img {
  width: 100%;
}
.sns .sns_bnr_list {
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
  display: table;
}
.sns .sns_bnr_list a {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  display: block;
  float: left;
}
.sns .sns_bnr_list a:nth-of-type(2n) {
  margin-right: 0;
}
.sns .sns_bnr_list a img {
  width: 100%;
}
.contact_menu {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  text-align: center;
  display: none;
  top: -13%;
  position: relative;
}
.contact_menu.open {
  display: block;
}
.contact_menu a {
  width: 100%;
  padding: 5vw 0 5vw 20vw;
  background: #000;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
  font-size: 3.5vw;
  line-height: 1.2;
  height: 14vw;
  position: relative;
}
.contact_menu a .fa-envelope {
  font-size: 7vw;
  position: absolute;
  left: 7vw;
}
.contact_menu a .fa-chevron-right {
  font-size: 6vw;
  position: absolute;
  RIGHT: 5vw;
}
.sp_nav_ul {
  display: table;
  width: 100%;
}
.sp_nav_ul li {
  width: 33.49%;
  float: left;
  border: 1px solid #333;
  text-align: center;
  background: #fff;
  margin-left: -0.3vw;
  padding: 5vw;
}
.sp_nav_ul li:first-child {
  margin-left: 0;
}
.sp_nav_ul li:nth-child(4) {
  margin-left: 0;
  margin-top: -1px;
}
.sp_nav_ul li:nth-child(5) {
  margin-top: -1px;
}
.sp_nav_ul li:nth-child(6) {
  margin-top: -1px;
}
#g-nav ul.sp_nav_ul {
  width: 100%;
  position: relative;
}
#g-nav ul.sp_nav_ul li {
  margin-bottom: 0;
}
#g-nav ul.sp_nav_ul li a {
  height: auto;
  background: none;
}
#g-nav .sp_nav_index {
  position: relative;
  width: 90%;
  margin: 0 auto 6vw;
  top: 50%;
}
/*    ç›£ä¿®åŒ»å¸«ã“ã“ã‹ã‚‰ã€€  */
.footer_drkanshu {
  clear: both;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  padding: 6vw 0;
}
.footer_drkanshu_inner {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 6vw;
}
.footer_drkanshu_ttl {
  margin-bottom: 30px;
  padding: 15px;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #333;
}
.footer_drkanshu_list {
  display: block;
  justify-content: center;
  align-items: center;
}
.footer_drkanshu_list_inner {
  font-size: 100%;
  width: 90%;
  margin: auto;
}
.footer_drkanshu_list_ttl {
  font-weight: bold;
  margin-bottom: 5%;
  text-align: center;
}
.footer_drkanshu_list_txt {
  font-size: 100%;
  margin-bottom: 5%;
}
.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 {
  margin-bottom: 5%;
}
.footer_drkanshu_photo {
  order: 2;
  flex-basis: 30%;
  text-align: center;
}
.footer_drkanshu_photo img {
  width: 70%;
  margin: 0 auto;
}
.columnPager ul {
  width: 90%;
  margin: 4vw 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: cover;
  padding: 8vw 4vw;
  line-height: 2.0;
  text-align: left;
}
.footer_concept_txt {
  text-align: left;
}
/*    ãƒ•ãƒƒã‚¿ãƒ¼ã‚³ãƒ³ã‚»ãƒ—ãƒˆã“ã“ã¾ã§ã€€  */
footer .link_item {
  clear: both;
  width: 100%;
  float: left;
  margin: 0;
}
footer .link_item dt {
  font-size: 4vw;
  height: 10vw;
  border-bottom: 1px solid #ebebeb;
  padding: 2vw 0 2vw 4vw;
}
footer .link_item dd {
  background: #fff;
}
footer .link_item dd>ul>li {
  line-height: 1.8;
  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>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: 4vw;
  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: 2.5vw;
  width: 1em;
  height: 1em;
  border: none;
  transform: unset;
  text-align: center;
  text-decoration: none;
}
.accordion li span {
  font-size: 3vw;
  line-height: 5vw;
  display: block;
  padding: 2vw 2vw 2vw 4vw;
}
footer .link_item dd>ul.accordion>li.plus:before {
  content: "-";
}
footer .link_item dd ul.accordion li ul {}
footer .link_item dd>ul.accordion>li ul li:first-child {
  border-top: 1px solid #ebebeb;
}
footer .link_item dd ul.accordion li ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 2vw 2vw 2vw 2vw;
  padding-left: 6vw;
}
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;
}
footer .link_item dd ul.accordion li ul li a {
  display: block;
}
/*//////////
CTAã®ãƒœã‚¿ãƒ³
/////////*/
.cam_box_reserve {
  width: 100%;
  background: #e6e6e6;
  padding: 5vw;
  margin: auto;
}
.cam_box_reserve_text {
  text-align: center;
  padding: 2vw;
  background: #fff;
  font-size: 4vw;
  margin: auto;
  margin-bottom: 3vw;
  width: 90%;
  border-radius: 30px;
  font-weight: bold;
}
.cam_box_reserve_clinic {
  font-size: 5vw;
  margin-bottom: 3vw;
  text-align: center;
  letter-spacing: 0.01em;
}
.cam_box_reserve_box {
  width: 100%;
  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: #363737;
  height: 26vw;
  position: relative;
  border-radius: 8px;
}
.cam_box_reserve_box a:nth-of-type(3) {
  margin-right: 0;
}
.reserve_box_txt {
  width: 100%;
  position: absolute;
  bottom: 10%;
  color: #fff;
  line-height: 1.3;
}
.cam_box_reserve_box p {
  display: none;
}
.cam_box_reserve_box .reserve_box_txt p.db {
  font-size: 4.5vw;
  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 span {
  font-size: 2.4vw;
  line-height: 1;
  display: block;
  margin-top: 1vw;
  letter-spacing: 0.01em;
}
.cam_box_reserve_box .reserve_box_txt p span {
  font-size: 2.4vw;
  line-height: 1;
  display: block;
  margin-top: 1vw;
  letter-spacing: 0.01em;
}
.cam_box_reserve_box a.reserve_box_line {
  background: #7D9F5A;
}
.cam_box_reserve_box a.reserve_box_reserve {
  background: #d89b9c;
}
.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: 10vw;
  margin: auto;
  height: 10vw;
  position: absolute;
  font-size: 20px;
  left: 50%;
  color: #fff;
  top: 3vw;
  margin-left: -5vw;
}
.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: 9vw;
  margin: auto;
  height: 9vw;
  position: absolute;
  font-size: 9vw;
  left: 50%;
  color: #fff;
  top: 3vw;
  margin-left: -4.5vw;
}
.cam_box_reserve_box a.reserve_box_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  width: 7vw;
  margin: auto;
  height: 7vw;
  position: absolute;
  font-size: 7vw;
  left: 50%;
  margin-left: -3.5vw;
  color: #fff;
  top: 2vw;
}
.cam_box_reserve_box a.reserve_box_tel:hover {
  background: #7dafc1;
}
/*//////////
ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—
/////////*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 16vw;
  background: #3f98ef;
  opacity: 0.6;
  z-index: 99;
}
#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;
}
.sns_bnr_list_clinic {
  display: flex;
  width: 60%;
  margin: 2vw auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30%;
}
.sns_bnr_list_clinic a {
  width: 47%;
  margin-right: 6%;
}
.sns_bnr_list_clinic a:last-child {
  margin-right: 0;
}
.footer_tel_box {
  background: #f5f5f5;
  width: 100%;
  text-align: center;
  padding: 8vw 0;
  margin: 10vw 0 4vw;
}
.footer_tel_box .footer_tel_info {
  width: 90%;
  margin: auto;
  line-height: 1.2;
  font-weight: bold;
}
.footer_tel_info .footer_tel_top {
  font-size: 4vw;
  margin-bottom: 2vw;
  line-height: 1.2;
}
.footer_tel_info .footer_tel_number {
  font-size: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'DIN Alternate Bold';
  line-height: 1.2;
}
.footer_tel_info .footer_tel_number img {
  margin-right: 2vw;
  height: 7vw;
}
.footer_tel_info .footer_tel_time {
  font-size: 3.5vw;
  margin-top: 2vw;
  line-height: 1.2;
}
.js-modal-close {
  font-size: 8vw;
  position: absolute;
  right: 2vw;
  top: 0vw;
  padding: 0;
}
.modal_ul {
  padding: 2vw 0;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 5vw 5vw 7vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  position: relative;
}
.modal_ul li {
  display: table;
  justify-content: space-between;
  align-items: center;
  padding: 1vw;
  border-bottom: 1px dotted #333;
}
.modal_box_right {
  width: 100%;
  display: flex;
  margin: 1vw auto 0vw;
}
.modal_box_right a {
  display: block;
  margin-right: 4vw;
}
.modal_box_right a:last-child {
  margin-right: 0;
}
.modal_box_left {
  font-weight: bold;
  text-align: center;
}
.modal_box_left h3 {
  font-size: 3.4vw;
}
.modal_box_left p {
  font-size: 2.6vw;
}
.tel_info {
  text-align: center;
  margin: 1vw auto 0;
  width: 90%;
  font-weight: bold;
  line-height: 1.2;
}
.tel_info_text {
  font-size: 3vw;
  line-height: 1.4;
}
.tel_number {
  font-size: 9vw;
  font-family: 'DIN Alternate Bold';
  display: block;
  margin: 3vw auto;
  width: 100%;
}
.tel_number img {
  margin-right: 2vw;
  width: 100%;
}
.tel_info_ul {
  display: flex;
  width: 100%;
  margin: 3vw auto;
}
.tel_info_ul li {
  width: 48%;
  margin-right: 4%;
}
.tel_info_ul li:last-child {
  margin-right: 0;
}
.footer_tel_box .calandar_link {
  display: flex;
  margin: 20px auto 0;
}
.footer_tel_box .calandar_link a {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  padding: 3vw 0;
  height: 11vw;
  color: #fff;
  position: relative;
  border-radius: 10px;
}
.footer_tel_box .calandar_link a.line_link {
  margin-right: 6%;
  text-align: center;
  background: #7d9f58;
}
.footer_tel_box .calandar_link a.web_link {
  text-align: center;
  background: #d89d9d;
}
.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: 4vw auto;
}
.tel_info .footer_tel_info .footer_tel_number {
  font-size: 9vw;
}
.js-modal-open-interview {}
.header-interview {
  position: relative;
  cursol: pointer;
  height: 18vw;
  width: 23%;
}
.header-interview a {
  padding: 3vw 0 0;
  display: table;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  line-height: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #83c2ca;
}
.header-interview img {
  width: 12vw;
  display: block;
  margin: 0 auto 1.3vw;
}
.interview_info_title {
  padding: 0 0 3vw;
  text-align: center;
}
.interview_info_title_p {
  font-size: 4vw;
}
.interview_info_title_h {
  font-size: 6vw;
}
.interview_info_block {
  display: table;
  margin-bottom: 6vw;
  padding-bottom: 0;
  border-bottom: 1px solid #333;
}
.interview_info_dl {
  width: 100%;
  display: flex;
  margin-bottom: 6%;
  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;
  bottom: -10vw;
  color: #fff;
  left: 50%;
  margin-left: -12px;
}
.interview_info_dl:nth-of-type(3):after {
  display: none;
}
.interview_info_dl dt {
  width: 40%;
  margin-right: 5%;
}
.interview_info_dl dd {
  width: 55%;
}
.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: 45%;
  margin-right: 10%;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}
.interview_line_ul li:nth-of-type(2n) {
  margin-right: 0;
}
.interview_line_ul li p {
  width: 40%;
  margin-right: 5%;
  font-size: 4.2vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.interview_line_ul li p span {
  display: block;
  font-size: 2vw;
}
.interview_line_ul li a {
  width: 65%;
  display: block;
}
.js-modal-close-interview {
  float: right;
  font-size: 8vw;
}
/*//////////
404
/////////*/
#er404 .breadcrumb {
  border-bottom: 1px solid #333;
}
.error_box {
  width: 90%;
  padding: 0;
  text-align: center;
  margin: 6vw auto 8vw;
  font-size: 3.4vw;
}
.error_box h2 {
  font-size: 4.4vw;
  font-weight: bold;
  margin-bottom: 4vw;
}
.error_box ul {
  margin: 4vw auto;
}
.error_box p {
  margin-bottom: 4vw;
}