﻿/* stylelint-disable */

@charset "utf-8";

/* Reset */

* {
  padding: 0;
  margin: 0;
  /* font-size: 100%; */
  font: inherit;
  vertical-align: baseline;
  border: 0;
}

/* PC */

#Navi {
  display: none;
}

body {
  padding: 0;
  margin: 0;

}

hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: .5em;
  margin-block-end: .5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

img {
  max-width: 100%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

h1, h2 {
  padding: 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 1px;
}

h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
}

p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #4d4d4d;
  letter-spacing: 2px;
}

ul {
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
  border-collapse: collapse;
}

.pc_none {
  display: none;
}

.pc_none2 {
  display: none !important;
}

.sp_none {
  display: block;
}

.sp_none2 {
  display: block !important;
}

.tab_block {
  display: none !important;
}


.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

/* header */

header {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 240px;
}

.head_background {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
}

.head_r {
  width: 100%;
}

.logo_h {
  padding-top: 25px;
  padding-bottom: 10px;
}

.logo_h img {
  width: 100%;
}

.logo2_img {
  width: 160px;
  max-width: none;
}

.head_up {
  display: flex;
  align-items: center;
  max-width: 1060px;
  margin-top: 10px;
  margin-left: auto;
}

nav {
  width: 100%;
}

nav a {
  color: #fff;
}

.pc_nav {
  padding: 0 10px;
  font-size: 14px;
}

nav ul {
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 1280px;
  height: 70px;
  margin: 0 auto;
  font-size: 1.3em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.2px;
  letter-spacing: 3px;
  table-layout: fixed;
}

nav ul li {
  flex-grow: 1;
  vertical-align: middle;
}

nav ul li a:hover {
  color: #fffbc9;
}

nav ul li:nth-child(1) {
  vertical-align: middle;
}

section {
  margin: 0 auto;
}

/* MV */

.mv {
  position: relative;
  overflow: hidden;
  /* background: url('../img/top/mv_pc_bg.jpg'); */
}

.bg_fix {
  position: fixed;
  /* display: none; */
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv_img {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.footer_bg {
  width: 100%;
  height: 40px;
  background: #170913;
}

.footer_text {
  bottom: 0;
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 40px;
  margin: 0 auto;
}

.footer_text p {
  margin: 0 auto;
  font-size: 10px;
  color: #fff;
  letter-spacing: 4px;
}

.mark_scroll {
  position: absolute;
  top: -190px;
  right: -15px;
  transform: rotate(90deg);
}

.mark_scroll p {
  position: relative;
  font-size: 14px;
  color: #ddd;
  letter-spacing: 10px;
}

.mark_scroll p::after {
  position: absolute;
  top: 50%;
  width: 200px;
  height: 1px;
  margin-left: 10px;
  content: '';
  background: #bbb;
}


/* Works */

.content_wrapper {
  position: relative;
  z-index: 10;
}



.menu_sec, .clinic_sec {
  width: 100%;
}

.menu_sec {
  padding-top: 50px;
  background: #fff;
}

.clinic_sec {
  position: relative;
  padding-bottom: 80px;
  margin-top: 230px;
  background: #8b3d74;
}

.sec_h1_1 {
  position: relative;
  font-size: 40px;
  font-weight: 300;
  color: #999;
  text-align: center;
  text-indent: .3em;
  letter-spacing: .3em;
}

.sec_h1_1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  content: '';
  background: #999;
}

.sec_h1_2 {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-indent: .3em;
  letter-spacing: .3em;
}

.sec_h1_3 {
  position: absolute;
  top: -355px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-indent: .3em;
  letter-spacing: .3em;
}

.sec01_flex {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 1280px;
  margin: 60px auto;
}

.sec01_1 {
  position: relative;
  z-index: 20;
  width: 600px;
}

.sec01_1 img {
  position: relative;
  bottom: -60px;
  width: 600px;
  height: 330px;
}

.sec01_1::before {
  position: absolute;
  bottom: -80px;
  left: 20px;
  width: 600px;
  height: 330px;
  content: '';
  background: #9d4784;
}

.sec01_r {
  width: 240px;
  margin-left: 30px;
}

.sec01_h2 {
  display: inline-block;
  font-size: 24px !important;
  text-align: right;
}

.menu_sec01_1 {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

.menu_sec01_l {
  margin-right: 50px;
}

.sec02_bg {
  position: relative;
  width: 100%;
  background: url(../img/top/menu_img02-1.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.sec02_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  max-width: 1280px;
  padding-top: 90px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.sec02_l, .sec02_r, .sec02_b {
  width: 100%;
  margin: 40px 0;
}

.sec02_l, .sec02_b {
  margin-left: 200px;
}

.sec02_r {
  margin-right: 60px;
}

.sec02_l_box, .sec02_r_box, .sec02_b_box {
  position: relative;
  z-index: 10;
}

.sec02_l_box h2, .sec02_r_box h2, .sec02_b_box h2 {
  font-size: 24px !important;
}

.sec02_l_text {
  width: 400px !important;
  padding-top: 90px !important;
  padding-bottom: 80px !important;
}

.sec02_r_text {
  width: 400px !important;
  padding-top: 95px !important;
  padding-bottom: 75px !important;
}

.sec02_b_text {
  width: 400px !important;
  padding-top: 95px !important;
  padding-bottom: 75px !important;
}

.sec02_l_text, .sec02_r_text, .sec02_b_text {
  width: 350px;
  padding: 10px;
  padding-top: 20px;
  padding-left: 25px;
  text-align: center;
  background: #fff;
}

.sec02_l_img, .sec02_r_img, .sec02_b_img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 120px;
}

.sec02_r_img {
  height: 0;
}

.sec02_b_img {
  height: 200px;
}

.sec02_l_img img {
  position: absolute;
  top: -260px;
  left: 250px;
  width: 80%;
  height: 350px;
  object-fit: cover;
}

.sec02_b_img img {
  position: absolute;
  top: 130px;
  left: 200px;
  width: 80%;
  height: 350px;
  object-fit: cover;
}


.sec02_r_img img {
  position: absolute;
  top: 110px;
  right: 180px;
  width: 80%;
  height: 350px;
  object-fit: cover;
}

.sec02_l {
  margin-top: 80px;
  margin-left: 0;
}

.sec02_r {
  margin-right: 60px;
}

.sec02_r_box {
  margin-left: auto;
  text-align: right;
}


.sec_h1 {
  position: relative;
  width: 100%;
  padding: 15px 0;
  margin: 50px 0;
  font-size: 24px;
  color: #310054;
  text-align: center;
  letter-spacing: 4px;
}

.sec_h1::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  content: '';
  background-image: linear-gradient(to right, transparent, #330058, transparent);
  background-position: center;

}

.sec_h1::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 600px;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  content: '';
  background-image: linear-gradient(to right, transparent, #330058, transparent);
  background-position: center;

}

.menu_flex {
  display: flex;
  justify-content: space-between;
}

.menu_list {
  display: flex;
  flex-direction: column;
}

.list_between {
  display: inline-block;
  margin: 0 auto;
}

.list_between_c {
  padding-left: 25px;
}

.menu_list h2 {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 300;
  color: #6f325d;
  text-align: center;
  letter-spacing: 5px;
}

.menu_list h2::before {
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  content: '';
  background: #9c9c9c;
}

.menu_list h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

.menu_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 15px;
  font-weight: 200;
}

.menu_list li {
  width: 49%;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 2px;
}

.btn_menu {
  position: absolute;
  right: 310px;
  bottom: 50px;
}

.btn_menu a span {
  position: absolute;
  top: .4em;
  left: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-bottom: 1px solid #24003e;
  border-left: 1px solid #24003e;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}
@-webkit-keyframes sdb {
  0% {
    left: -140px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: -20px;
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    left: -140px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: -20px;
    opacity: 0;
  }
}


.btn_more01 {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background: #1d0034;
  border: 1px solid #9d4784;
}

.btn_more01 a li {
  padding: 5px 0;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  background: #9d4784;
}

.btn_more01 a li:hover {
  color: #1d0034;
  cursor: pointer;
  background: #fff;
}

.btn_more {
  display: block;
  width: 150px;
  margin: 0 auto;
  color: #733260;
  text-align: center;
  background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
  border: 1px solid #733260;

}

.btn_more:hover {
  color: #fff;
  cursor: pointer;
  background: #733260;
  border: 1px solid #fff;
}

.btn_more li {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  text-indent: 1em;
  letter-spacing: 13px;
  letter-spacing: 1em;
}

.clinic_flex {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  padding: 80px 0;
  margin: 0 auto;
}

.clinic_flex_l {
  width: 500px;
}

.clinic_flex_l ul {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8em;
  color: #fff;
  letter-spacing: 2px;
}

.clinic_flex_l h2 {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
}

.clinic_flex_r {
  width: 480px;

}

.info_sec {
  box-sizing: border-box;
  max-width: 900px;
  padding: 30px 60px 60px 60px;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 100px;
  background: #fff;
}

.info_sec h1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .3em;
}

.info_list {
  margin-top: 20px;
}

.info_list dl {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  padding: 5px 0;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  border-bottom: 1px solid;
}

.info_list dt {
  padding-left: 10px;
}

.info_list dd {
  letter-spacing: 2px;
}

.map_box {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.map_box::after {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 10;
  width: 100%;
  height: 400px;
  content: '';
  background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}


.map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}


.contact_sec {
  position: relative;
  padding: 50px 0;
  margin-top: 500px;
  text-align: center;
}

.contact_sec p {
  position: absolute;
  top: -250px;
  right: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  color: #fff;
}

.icon_bg {
  position: absolute;
  right: 0;
  bottom: 130px;
  left: 0;
  max-width: 700px;
  margin: auto;
  background: #fff;
}

.icon_list {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 40px auto;
}

.icon_list > div {
  width: 40px;
}

.icon_list > div:hover {
  cursor: pointer;
  opacity: .6;
}


/* Footer */

footer {
  max-width: 100%;
  color: #fff;
  background: url(../img/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: right 40% top;
  background-size: cover;
}

.footer_box {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
}

.footer_box_t ul {
  display: flex;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.footer_box_t li {
  flex-grow: 1;
  padding: 20px 0;
}

.footer_box_t li a {
  color: #fff;
}

.footer_box_t li a:hover {
  color: #fffbc9;
}

.footer_box_b img {
  display: block;
  width: 250px;
  padding: 50px 0;
  padding-bottom: 40px;
  margin: 0 auto;
}


/* common */

.w49 {
  width: 49%;
}

.txt_l {
  text-align: left;
}

.bor_b {
  border-bottom: dashed 1px;
}

.w100 {
  width: 100%;
}

.m_b50 {
  margin-bottom: 50px;
}

.m_b40 {
  margin-bottom: 40px;
}

.m_t20 {
  margin-top: 20px;
}

.pagetop {
  position: fixed;
  right: 25px;
  bottom: 70px;
  z-index: 120;
  width: 40px;
  height: 40px;
  color: #000;
  cursor: pointer;
  background: url(../img/page_top.png) no-repeat, linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
  background-color: rgba(33, 33, 33, .8);
  background-size: 39px;
  border: 1px solid #d3bae0;
  border-radius: 50%;

}

.pagetop a {
  padding: 10px;
}

.hair_removal_outer {
  color: #fff;
}

.phimosis_treatment_outer {
  color: #fff;
}

.hair_removal span {
  padding: 5px 10px 5px 13px;
  margin-right: 5px;
  font-weight: bold;
  color: rgb(157, 71, 131);
  background: #fff;
  border-radius: 5px;
  transition: background .3s, color .3s;
}

.hair_removal:focus span, .hair_removal:hover span, .hair_removal:active span {
  color: #fff;
  background: #db3d74;
}

.banner--hair_removal {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 999;
  width: 240px;
}

.banner--hair_removal__a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: rgb(157, 71, 131);
  border-radius: 26px;
  transition: background .3s;
}

.banner--hair_removal__a:focus, .banner--hair_removal__a:hover, .banner--hair_removal__a:active {
  background: #db3d74;
}

@media (max-width: 1280px) {
  .map_box {
    width: 100%;
  }

}

/* スマホ */

@media (max-width: 960px) {
  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  header {
    position: fixed;
    height: 60px;
  }

  .logo_h {
    width: auto;
    margin: 0 auto;
  }

  .logo_h img {
    width: 150px;
  }


  .mobile_nav {
    display: block;
    height: 80px;
    background: linear-gradient(to right, rgb(123, 53, 103), rgb(157, 71, 131) 30%, rgb(123, 53, 103));
    border-bottom: 1px solid #652652;
  }

  .gnav ul {
    width: 100%;
    letter-spacing: 3px;
  }

  .nav_logo {
    padding-top: 20px;
    text-align: center;
  }

  .nav_logo img {
    width: 190px;
  }

  #global-nav ul {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    list-style: none;
  }

  #global-nav ul li {
    float: left;
  }

  #global-nav ul li a {
    padding: 0 30px;
  }
  /* Toggle Button */

  #nav-toggle {
    position: absolute;
    top: 27px;
    right: 20px;
    z-index: 101;
    display: none;
    width: 34px;
    height: 36px;
    cursor: pointer;
  }

  #nav-toggle div {
    position: relative;
  }

  #nav-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 11px;
  }

  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #00243d;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    position: static;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 2px 0;
    font-size: 14px;
    list-style: none;
  }

  #global-nav ul li {
    position: static;
    float: none;
  }

  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #fff;
  }

  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    left: 50%;
    width: 0;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */

  .open #global-nav {
    -moz-transform: translateY(589px);
    -webkit-transform: translateY(589px);
    transform: translateY(589px);
  }

  .open #global-nav ul li {
    margin: 10px;
  }

  .logo01 {
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79%;
    max-width: 320px;
    /* margin-left: 28px; */
    height: 85px;
    padding: 3px 0 1px 8px;
    background: #fff;
  }


  #gloval-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -419px;
    font-size: 29px;
    color: #fff;
    text-align: center;
    visibility: hidden;
    background-color: rgba(34, 5, 57, .8);
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(500px);
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }

  #top-head .inner {
    position: relative;
  }
  /* Fixed */

  #top-head.fixed {
    position: fixed;
    top: 0;
    height: 80px;
    margin-top: 0;
    background: #fff;
    -webkit-transition: top .65s ease-in;
    -moz-transition: top .65s ease-in;
    transition: top .65s ease-in;
  }

  #top-head.fixed .logo {
    font-size: 24px;
    color: #333;
  }

  #top-head.fixed #global-nav ul li a {
    padding: 0 20px;
    color: #333;
  }

  #gloval-nav ul a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid #fff;
  }

  #gloval-nav ul a:nth-child(8) {
    border-bottom: 1px solid;

  }

  #gloval-nav ul ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    font-size: 15px;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #gloval-nav ul ul li {
    width: 100%;
    letter-spacing: 6px;
  }

  #gloval-nav ul ul li:nth-child(1) {
    background-color: rgba(99, 22, 58, .8);
  }

  #gloval-nav ul ul li:nth-child(2) {
    background-color: rgba(99, 22, 58, .8);
    background-color: rgba(194, 179, 95, .8);
  }

  #gloval-nav ul ul a {
    padding: 20px 0;
    font-size: 18px;
    border-top: none;

  }

  /*----------------------------------------------------
   共通ボタン
----------------------------------------------------*/

  .header_btn {
    position: fixed;
    top: 12px;
    right: 0;
    z-index: 1000;
    width: 200px;
    margin: auto;
  }

  .header_btn > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
  }

  .header_btn > ul > li {
    width: 33.3%;
  }

  .header_btn > ul > li.header_btn_tel {
    display: none;
  }

  .header_btn > ul > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #555151;
  }

  .header_btn > ul > li > a::before, .header_btn > ul > li > a::after {
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .header_btn > ul > li > a::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 16px;
    font-family: FontAwesome;
    font-size: 16px;
  }

  .header_btn > ul > li > a::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    line-height: 1;
  }

  .header_btn > ul > li.header_btn_tel > a::before {
    content: '\f095';
  }

  .header_btn > ul > li.header_btn_tel > a::after {
    letter-spacing: 2px;
    content: 'TEL';
  }

  .header_btn > ul > li.header_btn_out > a::before {
    content: '\f15c';
  }

  .header_btn > ul > li.header_btn_out > a::after {
    letter-spacing: 2px;
    content: 'OUTLINE';
  }

  .header_btn > ul > li.header_btn_map > a::before {
    content: '\f041';

  }

  .header_btn > ul > li.header_btn_map > a::after {
    letter-spacing: 2px;
    content: 'MAP';
  }

  .header_btn > ul > li.header_btn_req > a::before {
    content: '\f003';
  }

  .header_btn > ul > li.header_btn_req > a::after {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    content: '資料請求';
  }

  .header_btn > ul > li.header_btn_res > a::before {
    content: '\f274';
  }

  .header_btn > ul > li.header_btn_res > a::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: '来場予約';
  }

  .header_btn > ul > li.header_btn_tel {
    display: block;
  }

  .header_btn {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .5);
  }

  .header_btn > ul > li {
    width: 25%;
  }

  .header_btn > ul > li > a {
    box-sizing: border-box;
    padding: 30px 0;
    background-color: #fff;
    border-left: 1px solid #333;
  }

  .header_btn > ul > li > a::before {
    top: 9px;
    height: 24px;
    font-size: 24px;
  }

  .header_btn > ul > li > a::after {
    bottom: 8px;
  }

  .hair_removal_outer {
    background: #db3d74;
  }

  .phimosis_treatment_outer {
    background: #0091ff;
  }

  .nav_logo {
    padding-left: 20px;
    text-align: left;
  }

  .hair_removal_btn {
    position: absolute;
    top: 24px;
    right: 80px;
  }

  .hair_removal_btn a {
    display: block;
    padding: 3px 10px;
    font-weight: bold;
    color: rgb(157, 71, 131);
    text-align: center;
    background: #fff;
    border-radius: 5px;
  }

  .hair_removal_btn_text {
    font-size: 11px;
    color: #fff;
  }

  .phimosis_treatment_btn {
    position: absolute;
    top: 18px;
    right: 80px;
  }

  .phimosis_treatment_btn a {
    display: block;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bold;
    color: rgb(157, 71, 131);
    text-align: center;
    background: #fff;
    border-radius: 5px;
  }
}

@media (max-width: 768px) {
  .mv_img {
    margin-top: 70px;
  }

  h1, h2 {
    font-size: 23px;
  }

  .tab_block {
    display: block;
  }

  .tab_none {
    display: none;
  }

  .sp_none {
    display: none;
  }

  .menu_sec, .clinic_sec, .contact_sec {

  }

  .sec01_flex {
    flex-direction: column;
    align-items: center;
  }

  .sec01_1 {
    position: relative;
  }

  .sec01_h2 {
    text-align: left;
  }

  .sec_h1 {
    padding: 10px 0;
    font-size: 23px;
  }

  .sec01_r {
    width: 550px;
  }

  .sec01_1 img {
    position: relative;
    bottom: 0;
  }

  .menu_list {
    display: block;
    margin-top: 30px;
  }

  .menu_sec01_1 {
    justify-content: center;
    margin-top: 50px;
  }

  .sec01_1::before {
    bottom: 20px;
    left: 20px;
  }

  .menu_list h2 {
    width: 100%;
    font-size: 17px;
  }

  .sec02_flex {
    padding-bottom: 90px;
  }

  .btn_menu {
    bottom: 40px;
  }

  .sec02_l, .sec02_b {
    margin: 0 auto;
  }

  .sec02_l_box h2, .sec02_r_box h2, .sec02_b_box h2 {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
  }

  .sec02_l_text, .sec02_r_text, .sec02_b_text {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }

  .sec02_l_img, .sec02_r_img, .sec02_b_img {
    position: relative;
    height: auto;
  }

  .sec02_l_img img, .sec02_r_img img, .sec02_b_img img {
    position: relative;
    top: -60px;
    right: 0;
    /* top: auto; */
    left: 0;
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
  }

  .sec02_r {
    margin: 40px auto;
  }

  .sec02_r_box {
    text-align: left;
  }

  .clinic_flex {
    flex-direction: column;
    align-items: center;
  }

  .clinic_flex_r {
    width: 480px;
    margin-top: 30px;
  }

  .contact_sec p {
    top: -265px;
  }

  .icon_bg {
    max-width: 660px;
  }

  .footer_box_t ul {
    font-size: 15px;
  }

  .footer_box_b img {
    max-width: 400px;
  }

}

@media (max-width: 650px) {
  .tab_block {
    display: none;
  }

  .pc_none2 {
    display: block !important;
  }

  .sp_none2 {
    display: none !important;
  }

  header {
    height: 60px;
  }

  .head_background {
    height: 60px;
  }


  .mv {
    margin-top: 80px;
  }

  .mv_img {
    margin-top: 0;
  }

  .footer_text {
    height: 40px;
  }

  .footer_text p {
    font-size: 10px;
  }

  .mark_scroll {
    display: none;
  }

  h1, h2 {
    font-size: 22px;
  }

  a {
    color: #000;

  }

  section {
    margin-bottom: 50px;
  }

  .sp_none {
    display: none;
  }


  #Sp_btn {
    position: absolute;
    top: 23px;
    left: 23px;
    z-index: 100;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: url(../img/sp_menu.png) no-repeat left top;
    background-size: 30px;
  }

  #Sp_Close {
    position: fixed;
    top: 65px;
    right: 5px;
    z-index: 120;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 32px;
    line-height: 30px;
    color: #000;
    text-align: center;
    cursor: pointer;
  }

  #Navi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    margin: 0;
    margin-top: 65px;
    background: rgba(255, 255, 255, .9);
  }


  .w49 {
    width: 100%;
  }

  .m_b40 {
    margin-bottom: 30px;
  }

  .sec02_flex {
    padding-top: 0;
    padding-bottom: 130px;
  }



  .sec02_l, .sec02_r, .sec02_b {
    width: 90%;
  }

  .footer_bg {
    height: auto;
  }


  .menu_sec, .clinic_sec, .contact_sec {
    max-width: 100%;
  }

  .sec01_1 {
    width: auto;
    max-width: 600px;
  }

  .sec01_1 img {
    max-width: 350px;
    height: auto;
  }

  .sec01_1::before {
    max-width: 360px;
    height: auto;
  }

  .sec01_r {
    width: auto;
    max-width: 550px;
    margin-left: 0;
  }

  .sec_h1 {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .sec_h1_1, .sec_h1_2, .sec_h1_3 {
    font-size: 26px;
  }

  .sec_h1_2 {
    top: -45px;
  }

  .sec_h1::before, .sec_h1::after {
    width: 90%;
  }

  .sec02_r {
    margin: 0 auto;
  }

  .sec02_l_text {
    width: auto !important;
    max-width: 400px !important;
    padding-top: 70px !important;
    padding-bottom: 40px !important;
  }

  .sec02_r_text {
    width: auto !important;
    max-width: 400px !important;
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }

  .sec02_b_text {
    width: auto !important;
    max-width: 400px !important;
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }

  .sec02_l_img img, .sec02_r_img img, .sec02_b_img img {
    top: 0;
    width: 100%;
  }

  .menu_flex {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .menu_list {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
  }

  .menu_list h2 {
    font-size: 20px !important;
  }

  .btn_menu {
    position: absolute;
    right: 110px;
    bottom: 40px;
  }

  .info_sec {
    padding: 30px 15px 60px 15px;
  }

  .info_sec h1 {
    font-size: 26px;
  }

  .info_list dl {
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #efefef;
  }

  .info_list dt {
    padding: 5px 0;

    margin-bottom: 5px;
    color: #757575;
    background: #efefef;
  }

  .info_list dd {
    padding: 10px 0;
  }

  .list_between {
    width: 90%;
  }

  .clinic_flex {
    flex-direction: column;
    padding: 40px 0;
  }

  .clinic_flex_l {
    width: 90%;
  }

  .clinic_flex_l h2 {
    text-align: center;
  }

  .clinic_flex_l ul {
    font-size: 12px;
  }

  .clinic_flex_r {
    width: 100%;
    margin-top: 40px;
  }

  .map_box {
    width: 90%;
    height: 400px;
    margin: 0 auto;
  }

  .map_box::after {
    display: none;
  }

  .sec_h1_3 {
    top: -370px;
  }

  .contact_sec {
    padding: 50px 0;
    margin-top: 470px;
  }

  .contact_sec p {
    top: -270px;
    font-size: 13px;
  }

  .icon_bg {
    bottom: 90px;
    max-width: 330px;
  }

  .icon_list {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 10px auto;
  }

  .icon_list > div {
    width: 32%;
    max-width: 40px;
    margin: 20px 0;
  }

  /*
.icon_list > div > img{
  width:40%;
}
*/

  .footer_box_t ul {
    display: none;
  }

  .footer_box_b img {
    max-width: 160px;
    padding: 30px;
  }



  @-webkit-keyframes sdb {
    0% {
      left: -40px;
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      left: -20px;
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      left: -40px;
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      left: -20px;
      opacity: 0;
    }
  }


}



