@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.sp-none02 {display: none;}
.indent_content {padding: 30px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 3.5vw; height: 100px; margin-bottom: 0; margin-top: 60px; background-position: center; background-size: cover;}
.page_thumb span {font-size: 3vw;}
/*チェックボックス非表示*/
.nav-none { display:none; }
	header {width: 100%; padding: 10px; position: fixed; top: 0; z-index: 150; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; height: 60px;}
	header .sp_logo {width: 75%;}
	.global_nav02 {display: none;}
	.content {padding: 16px;}
	.page_title p {font-size: 5vw; padding-bottom: 10px;}
	.indent_content02 {margin-top: 20px;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 6px;
  right: 5%;
width: auto;
  cursor: pointer;
  font-size: 12px;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
  width: 70%;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
  width: 90%;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #333;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #333;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #333;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 4vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
letter-spacing: 3px;
}
#gloval-nav ul li {
  transform: translateX(-250px);
  transition: transform .4s ease;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #000;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}
#gloval-nav ul li:nth-child(12) {
  transition-delay: 1.65s;
}
#gloval-nav ul li:nth-child(13) {
  transition-delay: 1.8s;
}
#gloval-nav ul li:nth-child(14) {
  transition-delay: 1.95s;
}
#gloval-nav ul li:nth-child(15) {
  transition-delay: 2.1s;
}
#gloval-nav ul li:nth-child(16) {
  transition-delay: 2.25s;
}

.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
	.main {width: 100%; min-width: 100%; margin-top: 60px;}
	.front_main_area {margin-top: 60px;}
	.front_main {height: 100%;}
	.front_main .slider-wrapper {display: none;}
	.front_main .sp-slide {height: 100%; display: block!important;}
	.nivoSlider {width: 100%; margin-left: inherit; left: inherit;}
	.front_main_area .inner {display: none;}
	.front_main_area .main_box {width: 100%; bottom: 20px; display: block; box-sizing: border-box; padding: 0 16px;}
	.front_main_area .main_box .logo {padding-bottom: 10px;}
	.front_news_item {width: 100%; padding: 10px 0; font-size: 3.5vw;}
	
	
/*index*/
	#index .box01 {padding: 30px 16px; -webkit-writing-mode: inherit; -ms-writing-mode: inherit; writing-mode: inherit; background: url("img/sp/index/box01_bg.jpg")center center no-repeat; background-size: cover;}
	#index .box01 h2 {font-size: 5.5vw; line-height: 1.5; margin-left: auto; margin-bottom: 20px; text-align: center;}
	#index .box01 .txt01 {margin: auto; height: inherit; font-size: 3.5vw; text-align: center;}
	#index .box01 .txt02 {margin-top: 20px; margin-right: auto; text-align: center;}
	#index .box01 .txt02 span {font-size: 5vw;}
	#index .box01 .icon01,#index .box01 .icon02 {display: none;}
	#index .add-box01 {padding: 30px 16px 60px;}
	#index .box02 .big,#index .box03 .big,#index .box04 .big,#index .box05 .big,#index .box06 .big,#index .box07 .big,#index .box08 .big,#index .box09 .big,#index .box10 .big,#index .box14 .big {font-size: 5vw;}
	#index .box02 .big span {font-size: 6vw;}
	#index .box02 h2,#index .box03 h2,#index .box04 h2,#index .box05 h2,#index .box06 h2,#index .box07 h2,#index .box08 h2,#index .box09 h2,#index .box10 h2 {font-size: 4vw; margin: 10px auto 0;}
	#index .box02 ul {display: block;}
	#index .box02 li {width: 100%; margin-top: 20px; border: 1px solid #e5e5e5;}
	#index .box02 .icon {top: -16px; left: -16px; width: 20%;}
	#index .box02 li:nth-child(2) {margin: 30px auto 0;}
	#index .box02 .txt_box {padding: 20px; font-size: 3.5vw;}
	#index .box02 h3 {font-size: 4.5vw;}
	#index .box02 ul::before {display: none;}
	#index .box02 .txt0101 {margin-bottom: 20px; line-height: 1.5;}
	#index .box03 {padding: 30px 0;}
	#index .box03 ul {flex-wrap: wrap;}
	#index .box03 li {width: 48.5%; font-size: 3vw; margin-top: 20px;}
	#index .box03 .icon {width: 30%;}
	#index .box03 .gel1 {top: -50px;}
	#index .box03 .gel2 {top: -20px;}
	#index .box03 .gel3 {top: -50px;}
	#index .bnr_box {display: block;}
	#index .bnr_box a:nth-child(2) {margin-top: 20px;}
	#index .box04 .img {display: none;}
	#index .box04 .icon01 {top: -70px; left: inherit; right: 0; width: 30%;}
	#index .box04 .icon02 {width: 30%; top: -60px; right: inherit; left: 0;}
	#index .box04 .sp-img {position: relative; z-index: 10; margin-top: 30px;}
	#index .box04 .box_area::before {display: none;}
	#index .box05  {padding: 50px 16px;}
	#index .box05 .list {flex-wrap: wrap;}
	#index .box05 a {font-size: 3.5vw; width: 40%; margin-top: 30px;}
	#index .box05 a:nth-of-type(2n) {margin-left: 5%;}
	#index .box05 .con01 {margin-right: 0;}
	#index .box05 .list::before {display: none;}
	#index .box05 .inner02 a:nth-child(2) {margin: 30px 0 0 5%;}
	#index .box05 .inner03 a:nth-child(2) {margin: 30px 5% 0;}
	#index .box05 .inner, #index .box05 .inner02 {margin-top: 20px; flex-wrap: wrap; justify-content: center; margin-bottom: 0;}
	#index .box05 .icon03,#index .box05 .icon04 {display: none;}
	#index .box05 .inner02 .r_o {margin-right: 0;}
	#index .interview_item {width: 47.5%; margin: 30px auto 0; font-size: 3.5vw;}
	#index .interview_img img {height: 100px;}
	#index .btn {width: 100%; margin: 30px auto 0; background-size: 3%; font-size: 3.5vw;}
	#index .box07 .bg_icon {display: none;}
	#index .album_item {width: 32%; margin: 2% 2% 0 0;}
	#index .album_item:nth-child(3n) {margin-right: 0;}
	#index .album_item img {height: 100px;}
	#index #album_list {margin-top: 30px;}
	#index .box08 .img {margin-top: 30px;}
	#index .box08 iframe {width: 100%; height: 250px; margin: 20px auto;}
	#index .box08 .inner {margin-top: 30px; display: block;}
	#index .box08 .logo {margin: auto;}
	#index .box08 .address {font-size: 3.5vw; display: flex; align-items: center; justify-content: center; margin-top: 10px;}
	#index .box08 h3 {font-size: 4.5vw; text-align: center;}
	#index .box08 .txt01 {font-size: 3.5vw; margin-bottom: 10px; width: auto;}
	#index .box08 .bg_icon,#index .box08 .bg_icon02,#index .box10 .blog_area::after {display: none;}
	#index .box08 .inner div:last-child {margin-top: 30px;}
	#index .box08 .inner03 h3 {line-height: 1.5;}
	#index .box08 .inner03 .txt01 {font-size: 4vw; line-height: 1.5; text-align: center; margin: 10px 0;}
	#index .box08 .inner03 .txt02 {font-size: 3.5vw; line-height: 1.8;}
	#index .box09 .inner {display: block; margin-top: 16px;}
	#acMenu dt,#acMenu dd {width: 100%; padding: 10px; background-size: 5%; font-size: 3.5vw;}
	#acMenu dt img, #acMenu dd img {margin-right: 10px; width: 7%;}
	#acMenu dt {padding-right: 10%;}
	#index .blog_area {width: 100%; padding: 16px; border: 1px solid #ccc; margin-top: 30px;}
	#index .blog_item {padding-bottom: 16px; margin-bottom: 16px; font-size: 3.5vw;}
	#index .time {font-size: 3.5vw; margin-right: 16px;}
	#index .tag {font-size: 3vw; width: 40px; height: 15px; padding-top: 2px; margin: 0 10px;}
	#index .box13 a {width: auto; height: auto;}
	#index .box14 video {width: 100%; height: 200px;}
	#index .box14 .big {margin-bottom: 30px;}
	
	
	footer {padding-top: 30px;}
	footer .logo {width: 70%;}
	footer .f_insta {width: 40%; margin-top: 30px;}
    footer .copyright_area {display: block; text-align: center; font-size: 3vw; padding: 7px 0; line-height: 1.5; margin-top: 30px;}
	footer .copyright_area p {margin-right: 0;}
	.stoker02 {display: flex; justify-content: space-between;}
	.stoker02 li{width: auto;}
	
	#pop_banner {
padding: 0;
    z-index: 50;
    background: none;
    width: 100%;
    border: none;
    bottom: 0;
	position: fixed;
	}

.pan {
display: none;
}
.page_top_img {
margin-top: 30px;
}
.page_title {font-size: 4vw; line-height: 1.2; margin: 0 auto 30px;}
.big_page_title {font-size: 5vw; letter-spacing: inherit; margin-top: 30px;}
.navigation {margin-bottom: 20px;}
	
	/*contactbnr*/
	.contact_banner {margin: 20px auto; padding-bottom: 20px; border-radius: inherit;}
	.contact_banner h2 {font-size: 5.5vw;}
	.contact_banner .con_txt01 {font-size: 3vw; margin: 20px auto 10px; line-height: 1.5;}
	.contact_banner .con_inner {display: block; padding: 0 16px;}
	.contact_banner .con_tel {font-size: 5vw;}
	.contact_banner .con_tel span {font-size: 9vw;}
	.contact_banner .con_min {font-size: 3.5vw;}
	.contact_banner .con_mail {width: 100%; height: auto; margin: auto; padding: 16px 0; margin-top: 20px; font-size: 3.5vw;}
	.contact_banner .icon01,.contact_banner .icon02 {width: 20%;}
	
/*doctor*/
	#doctor .box01 {margin: 20px 16px; font-size: 3.5vw; border: 2px solid #f19cc1;} 
	#doctor h2 {font-size: 4vw; padding: 16px; border-bottom: 1px solid #f19cc1; line-height: 1.5;}
	#doctor h2 p {border-left: 5px solid #f19cc1;}
	#doctor .box01 .inner {display: block; padding: 10px;}
	#doctor .box01 .inner img {margin: 16px auto;}
	#doctor .box01 .inner02 {display: block;}
	#doctor .box01 table {border-collapse: separate; border-spacing: 0 10px;}
	#doctor th, #doctor td {width: 100%; display: block; margin-top: 0; font-size: 3.5vw;}
	#doctor th {padding-top: 0;}
	#doctor ul {margin-left: 0; margin-top: 20px; font-size: 3.5vw;}
	#doctor .ul02,#doctor .ul02 li:nth-child(1) {margin-top: 0;} 
	
	.pe {padding: 20px 16px 0; box-sizing: border-box; word-break: break-all; line-height: 2;}
	
	/*about*/
	#about {padding: 0 16px;}
	#about .inner,#about .inner02 {display: block;}
	#about .inner div:last-child {margin-top: 30px;}
	#about h3 {font-size: 5vw; text-align: center;}
	#about .txt01 {font-size: 3.5vw; margin-bottom: 10px; width: auto;}
	#about iframe {width: 100%; height: 250px; margin-bottom: 16px;}
	#about  .inner03 h3 {line-height: 1.5;}
	#about  .inner03 .text01 {font-size: 4.5vw; line-height: 1.5; margin: 10px 0;}
	#about .inner03 .text02 {font-size: 3.5vw; line-height: 1.8;}
	
	/*facility*/
	#facility .title01 {display: none;}
	#facility .title02 {font-size: 4.5vw; margin: 0 auto;}
	#facility .box01 {padding: 0 16px;}
	#facility .box01 .inner {display: block;}
	#facility .box01 h3 {font-size: 4.5vw; margin: 16px auto;}
	#facility .box01_txt01 {font-size: 3.5vw; line-height: 2;}
	#facility .con01,#facility .con01:nth-child(n + 3) {width: 100%; margin-top: 30px;}
	#facility .border {margin: 30px auto; box-sizing: border-box;}
	
	/*hospitalization*/
	#hospitalization .heading {display: none;}
	#hospitalization .icon01 {width: 10%; margin: 0 10px;}
	#hospitalization h2 {font-size: 5vw; margin: 0;}
	#hospitalization .bdr {height: 1px; margin-top: 2px;}
	#hospitalization .box01 .txt01 {margin: 20px auto 0; font-size: 3.5vw; line-height: 2;}
	#hospitalization .box01 .txt02{font-size: 5vw; margin-left: 16px; width: 100%;}
	#hospitalization .box01 .txt02::after {margin-left: 16px;}
	#hospitalization .box01 .txt03 {font-size: 3.5vw; margin: 0; padding: 10px 16px 20px; line-height: 2;}
	#hospitalization .box01 .txt04 {font-size: 4vw; padding: 0; border-bottom: 1px solid #f19cc1;}
	#hospitalization .box02,#hospitalization .box05,#hospitalization .box06,#hospitalization .box07 {margin-top: 40px;}
	#hospitalization .box02 .con01 {margin-top: 20px; padding: 0 16px 16px; font-size: 3.5vw; border: 2px solid #e62388;}
	#hospitalization .box02 .icon02 {display: none;}
	#hospitalization .box02 .table01 th, #hospitalization .box02 .table01 td {margin-top: 16px;}
	#hospitalization .box03{margin-top: 30px; background: none; padding-bottom: 30px;}
	#hospitalization .box03 .txt01 {font-size: 4vw; margin: 20px auto;}
	#hospitalization .box03 .txt02 {margin: 0; padding: 0 16px; font-size: 3.5vw; line-height: 2;}
	#hospitalization .box03 .img01 {margin-top: 20px;}
	#hospitalization .box03 .dot {width: 15%;}
	#hospitalization .box03 .txt03 {font-size: 3.2vw; line-height: 2; margin: 20px auto;}
	#hospitalization .box04 .txt01 {margin: 0; padding: 20px 16px; font-size: 3.5vw; line-height: 2;}
	#hospitalization .box04 .con01{margin-top: 20px;}
	#hospitalization .box04 .inner01{align-items: inherit; justify-content: inherit; display: inherit; margin: inherit;}
	#hospitalization .box04 .inner01 img{margin: auto;}
	#hospitalization .box04 .inner01 h3{text-align: center; margin-top: 10px; font-size: 4vw;}
	#hospitalization .box04 .inner02 {margin-top: 20px; align-items: inherit; justify-content: inherit; display: inherit; margin: inherit;}
	#hospitalization .box04 .inner02 p{margin: 20px 16px 0; font-size: 3.5vw; letter-spacing: inherit;}
	#hospitalization .box05 .txt01 {font-size: 3.5vw; margin-top: 0; padding: 20px 16px 0; line-height: 2;}
	#hospitalization .box06 .inner01,#hospitalization .box07 .inner01 {display: block; margin: 20px auto 0;}
	#hospitalization .box06 .inner01 img,#hospitalization .box07 .inner01 img {margin: 0 auto 16px;}
	#hospitalization .box06 .txt01,#hospitalization .box07 .txt01 {font-size: 3.5vw; margin-left: 0; line-height: 2; padding: 0 16px;}
	#hospitalization .box06 .txt02 {font-size: 3.5vw; letter-spacing: 1px; margin: 20px auto 0;}
	#hospitalization .box06 .txt02::before,#hospitalization .box06 .txt02::after {height: 1px;}
	#hospitalization .box07 .icon03 {display: none;}
	#hospitalization .box07 .inner02 {margin-top: 20px; padding: 16px; border: 2px solid #e62388;}
	#hospitalization .box07 h3 {font-size: 5vw; margin-bottom: 0;}
	#hospitalization .box07 li {font-size: 3vw; line-height: 1; margin-top: 16px;}
	#hospitalization .box07 li img {display: none;}
	#hospitalization .box07 .inner01 img:nth-child(n+3){margin-top: 0;}
	
	/*classroom*/
	#classroom .heading {display: none;}
	#classroom .link_area {padding: 0 16px;}
	#classroom .link_area .txt {font-size: 4vw; margin: 20px auto;}
	#classroom .link_area .txt span{font-size: 3.2vw;}
	#classroom .link_area .big {font-size: 4vw;}
	#classroom .link_area .inner {margin: 20px auto;}
	#classroom .link_area .inner a {font-size: 3.5vw; width: 48%; height: auto; border: 2px solid #f19cc1; border-left: 2px solid #f19cc1; padding: 10px 0; margin-right: 4%;}
	#classroom .link_area .inner a:nth-child(2n) {margin-right: 0;}
	#classroom .link_area .inner a:nth-child(n + 3) {margin-top: 4%;}
	#classroom .link_area .inner a:nth-child(3) {margin-right: 4%;}
	#classroom .link_area .arrow {display: none;}
	#classroom .link_area .link_txt {font-size: 3.5vw; text-align: center;}
	#classroom .link_area .inner02 {display: none;}
	#classroom h2 {font-size: 5vw;}
	#classroom .box01 {padding: 0 16px;}
	#classroom .box01 .inner {font-size: 3.5vw; display: block;}
	#classroom .box01 .inner .img {margin: 0 auto 16px;}
	#classroom h3 {font-size: 4.5vw; margin-top: 10px;}
	#classroom .bdr {width: 10%; margin: 16px auto;}
	#classroom th {padding-right: 0;}
	#classroom th, #classroom td {font-size: 3.5vw; border-bottom: 1px solid #f19cc1;}
	#classroom table {margin-top: 16px;}

	/*our*/
	#our .box01,#our .box02 {padding: 0 16px;}
	#our h2 {font-size: 5vw; margin-bottom: 20px;}
	#our .box01 h3 {font-size: 4vw; text-align: center; line-height: 1.5; margin-bottom: 10px;}
	#our .box01 .inner img {margin: 0 auto 16px;}
	#our .box01 .inner {display: block; font-size: 3.5vw; margin-bottom: 20px;}
	#our .box02 .inner {display: block; font-size: 3.5vw;}
	#our .box02 .icon {display: none;}
	#our .box02 .img {display: none;}
	#our .box02,#our .box03,our .box04 {margin-top: 40px;}
	#our .box03 h2 {margin-bottom: 10px;}
	#our th, #our td {font-size: 3.5vw; padding: 10px;}
	#our th {width: 20%;}
	#our .box04 h3 {font-size: 4.5vw; padding: 16px 0; margin-bottom: 20px;}
	#our .box04 .inner {display: block; padding: 0 16px; font-size: 3.5vw;}
	#our .box04 .inner .img01,#our .box04 .inner .img02 {margin: 0 auto 20px;} 
	#our .box04 h4 {font-size: 4vw; margin-bottom: 16px;}
	#our .slider-container {width: 100%;}
	#our .slider-nav-container {margin: 0 auto 16px; padding: 0; padding-bottom: 2.5%;}
	#our .slider-nav-container .slick-slide {width: 47.5%!important; margin: 2.5% 2.5% 0 0;}
	#our .slider-nav-container .slick-slide:nth-child(2n) {margin: 2.5% 0 0 2.5%;}
	
	/*consultation*/
	#consultation .heading {display: none;}
	#consultation h2,#consultation .con02 h3,#consultation .h3_04{font-size: 5vw; padding-bottom: 10px;}
	#consultation .box01 {padding: 0 16px;}
	#consultation .con01 h3 {font-size: 4vw; padding: 10px 15px;}
	#consultation .inner01,#consultation .inner02 {display: block; margin-top: 20px; font-size: 3.5vw;}
	#consultation .inner01 img,#consultation .inner02 img {margin: 0 auto 16px;}
	#consultation .inner01 p:nth-child(2) {margin-top: 16px;}
	#consultation .con02 h4 {font-size: 4.5vw; text-align: center; margin-bottom: 10px;}
	#consultation .con02 h5 {font-size: 4vw;}
	#consultation .under01 {margin-top: 20px; font-size: 3.5vw;}
	#consultation .under01 .under_box {width: 47.5%;}
	#consultation .under01 .under_box:nth-child(1) {margin-right: 5%;}
	#consultation .con02 .point{font-size: 3vw;}
	#consultation .c_box01 .icon {display: none;}
	#consultation .c_box01 {margin-top: 20px; border: 1px solid #e62388; padding: 0 10px;}
	#consultation .c_box01 h3 {font-size: 4.5vw; margin: 20px auto;}
	#consultation .c_box01 ul {font-size: 3vw; line-height: 1.5; margin-bottom: 20px;}
	#consultation .c_box01 li img {display: none;}
	#consultation .c_box01 li:nth-child(n + 2) {margin-top: 10px;}
	#consultation .c_box_txt {font-size: 3.5vw;}
	#consultation .under02 {border: 1px solid #f19cc1; border-left: 5px solid #f19cc1; font-size: 3vw; padding: 10px; line-height: 2; margin-top: 20px;}
	#consultation .h3_02 {font-size: 5vw;}
	#consultation .box03 {padding: 0 16px;}
	#consultation .h3_03 {font-size: 3.5vw; margin: 20px auto; line-height: 2;}
	#consultation .box03 .txt {font-size: 3vw; margin-bottom: 20px;}
	#consultation .box03 li {width: 100%;}
	#consultation .box03 h4 {font-size: 5vw; margin-bottom: 20px;}
	#consultation .time_box .inner {margin-top: 30px; display: block; padding: 0 16px;}
	#consultation .time_box .address {font-size: 3.5vw; display: flex; align-items: center; justify-content: center; margin-top: 10px;}
	#consultation .time_box h2 {font-size: 5vw; padding: 10px; border-left: 2px solid #e62388;}
	#consultation .time_box h3 {font-size: 5vw; text-align: center;}
	#consultation .time_box .txt01 {font-size: 3.5vw; margin-bottom: 10px; width: auto;}
	#consultation .time_box .inner div:nth-child(2) {margin-top: 20px;}
	#consultation .b3_title {font-size: 5vw; line-height: 1.5;}
	#consultation .box04 p {font-size: 3.5vw; margin-top: 20px;}
	#consultation .box04 .inner {margin-top: 20px; display: block;}
	#consultation .box04 .inner img {width: auto; object-fit: contain;}
	#consultation .box04 .inner img:nth-child(n + 2) {margin-top: 16px;}
	#consultation .box04 .inner img:nth-child(n + 3) {margin-top: 16px;}
	#consultation .box04 table {font-size: 4vw; margin: 16px auto 0;}
	
	#consultation .detail {font-size: 4vw; width: 100%; padding:0 16px; box-sizing: border-box;}
	#consultation .detail h3 {font-size: 5vw; margin-top: 20px;}
	#consultation .detail .cat01 {margin-top: 10px;}
	#consultation .detail .cat01 .group01 {font-size: 4.2vw;}
    #consultation .detail .cat01 table {width: 100%; }
	#consultation .detail .cat01 table th {padding-left: 30%;}
    #consultation .detail .caption {display: block; padding-top: 20px;}
	#consultation .detail img {margin: 10px auto 0;}
	#consultation .detail img:first-of-type {margin: auto;}
	#consultation .detail .caption02 {display: block; padding-left: 0;}
	#consultation .inner03 .text01 {font-size: 4.5vw; line-height: 1.5; margin: 10px 0;}
	#consultation .inner03 .text02 {font-size: 3.5vw; line-height: 1.8;}
	#consultation .inner03 h3 {line-height: 1.5;}
	
	/*blog*/
	#blog_single .box01 {margin: 0 auto 20px; font-size: 3.5vw; border: 1px solid #ccc;}
	#blog_single .box01 h3 {font-size: 4vw;}
	#blog_single .box01 .time {margin-top: 0;}
	#blog .blog_area {font-size: 3.5vw; border: 1px solid #ccc; padding: 0 16px;}
	#blog .blog_item {margin-bottom: 16px; padding-bottom: 16px;}
	#blog .time {font-size: 3.5vw;}
	
	
	/*contact*/
	#contact .thanks {padding: 20px 16px 0; font-size: 3.5vw;}
	#contact table {margin: 16px auto; border: 1px solid #d2d2d2;}
	.mw_wp_form {padding: 0 16px;}
	#contact .caution {font-size: 3.5vw; margin-bottom: 16px;}
	#contact table th, #contact table td {width: 100%; display: flex; justify-content: space-between; font-size: 3.5vw; padding: 10px; border-bottom: 1px solid #d2d2d2;}
	#contact table input {position: relative; margin: 0; vertical-align: middle;}
	#contact table input, #contact table textarea {font-size: 16px;}
	.mw_wp_form_input .btn input {width: 100%!important; font-size: 3.5vw!important; padding: 15px 0!important;}
	#contact .box02 {padding: 0 16px 20px; font-size: 3.5vw;}
	#contact .essential {width: auto; height: 50%; padding: 0 2%; font-size: 3vw;}
		/*sitemap*/
	#sitemap li {font-size: 4vw; line-height: 2;}
    
/*anti-aging*/
    #anti-aging .box01 .txt01 {font-size: 3.5vw; margin-bottom: 30px; letter-spacing: inherit;}
    #anti-aging .box01 .img01 {width: 30%;}
    .indent_content03 {margin-top: 50px;}
    #anti-aging .anti-aging_title {font-size: 4.5vw; border-bottom: 2px solid #f19cc1; letter-spacing: inherit;}
    #anti-aging .box02 .txt01 {font-size: 3.5vw; margin: 30px auto; letter-spacing: inherit;}
    #anti-aging .box02 .txt02 {font-size: 4vw; margin-bottom: 20px;}
    #anti-aging .box02 .txt03 {font-size: 4vw; letter-spacing: 1px;}
    #anti-aging .box02 .txt03 span {font-size: 6vw; margin-top: 10px; letter-spacing: 1px;}
    #anti-aging .box02 .img_inner {display: block; margin-top: 30px;}
    #anti-aging .box02 .img_inner img:nth-child(n + 2),#anti-aging .box02 .img_inner img:nth-child(n + 3) {margin-top: 20px;} 
    #anti-aging .box03 .img01 {width: calc(100% - 32px); margin: 30px auto 0;}
    #anti-aging .box03 h3 {font-size: 4.5vw; line-height: 1; height: auto; padding: 16px 0;}
    #anti-aging .box03 h3::before, #anti-aging .box03 h3::after {display: none;}
    #anti-aging .box03 .con01 .txt01 {font-size: 3.5vw; margin-top: 30px; text-align: left!important; padding: 0 16px;}
    #anti-aging .box03 .con_box {padding: 0 16px; box-sizing: border-box;}
    #anti-aging .box03 h4 {font-size: 5vw; border-bottom: 2px solid #f19cc1; margin: 0 auto 20px;}
    #anti-aging .box03 .con01 .txt02 {font-size: 3.5vw;}
    #anti-aging .box03 .con01 h5 {font-size: 4vw; text-align: center; margin-bottom: 20px;}
    #anti-aging .box03 .con01 li {font-size: 3.5vw; line-height: 1.5; margin-top: 16px;}
    #anti-aging .box03 .con01 .txt03 {display: table; margin: 20px auto 0; font-size: 3.5vw;}
    #anti-aging .box03 .con02 table {width: calc(100% - 32px); margin: 30px auto 0;}
    #anti-aging .box03 .con02 th, #anti-aging .box03 .con02 td {font-size: 3.5vw; margin-top: 16px;}
    #anti-aging .box03 .con02 .inner {display: block; padding: 0 16px;}
    #anti-aging .box03 .con02 .inner img {margin: 0 auto;}
    #anti-aging .box03 .con02 .inner img:nth-child(n + 2) {margin-top: 16px;}
    #anti-aging .box03 .con02 .img04 {margin: 40px auto 0; padding: 0 16px; box-sizing: border-box;}
    #anti-aging .box03 .txt04 {font-size: 3.5vw; letter-spacing: 1px; margin-top: 50px;}
    #anti-aging .box03 .txt04 span {font-size: 5vw; margin-top: 10px;}
    #anti-aging .box04 .inner {display: block;}
    #anti-aging .box04 .txt01 {font-size: 4vw;}
    #anti-aging .box04 .txt02 {font-size: 3.5vw; line-height: 1.7; margin: 10px auto 30px;}
    #anti-aging .box04 .txt03 {font-size: 4vw;}
    #anti-aging .box04 .txt04 {font-size: 3.5vw; margin: 30px auto 40px; line-height: 1.7;}
    #anti-aging .box04 .txt05 {font-size: 3.5vw; line-height: 2; margin-top: 30px; padding: 0 16px;}
    #anti-aging .box04 h3 {font-size: 4.5vw; border-bottom: 2px solid #f19cc1;}
    #anti-aging .box04 ul {margin: 30px auto 0;}
    #anti-aging .box04 li {font-size: 3.5vw; margin-top: 16px;}
    #anti-aging .box04 .txt06 {font-size: 3.5vw; margin-top: 30px; padding: 0 16px; text-align: center;}
    
    
    
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}

