html { 
	font-size: 62.5%; /* 10px */
}
body, body *, body *::before, body *::after {
	outline:none;
}
body {
	background:#FFF;
	color: var(--color-black);
	font-feature-settings: "palt";
	position: relative;
}
body::after {
	content:'';
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
body.active::after {
	content:'';
	opacity:1;
	visibility:visible;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}
.noto2 {
	font-family: 'Noto Serif JP', sans-serif;
}
.mon {
	font-family: 'Montserrat', sans-serif;
}


/* =responsive
-------------------------------------------------------------- */
.tabletsp {
	display:none !important;
}
.tablet {
	display:none !important;
}
.sp {
	display:none !important;
}

/* =color
-------------------------------------------------------------- */
:root {
	--c-gld:#b5965b;
	--c-grn:#73bb80;
	--anime-1:cubic-bezier(.2, 1, .2, 1);
}


/* =anime
-------------------------------------------------------------- */
.anime {
	opacity:0;
}
.anime.run {
	animation: fadeup 1s ease-in-out forwards;
}
@keyframes fadeup {
  0% { opacity:0; transform:translateY(60px); }
  100% { opacity:1; transform:translateY(0px); }
}


/* =structure
-------------------------------------------------------------- */
.container {
	width:100%;
	min-height:100vh;
	overflow:hidden;
	position: relative;
}
.wrapper {
	width:100%;
	margin:0 auto;
	position: relative;
}
.contents {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	padding:0 0 150px 0;
	position: relative;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: ﬂex-start;
	-moz-align-items: ﬂex-start;
	-ms-align-items: ﬂex-start;
	align-items: ﬂex-start;
}


/* =ヘッダー
-------------------------------------------------------------- */
header {
	display: block;
	width:100%;
	height:80px;
	background:#FFF;
}
header .inner.flex {
	height:100%;
	align-items:center;
}
header .logo {
	display: block;
	min-width:280px;
	width:16%;
	padding:5px 30px 20px;
}
header .logo a {
	display: block;
}
header .logo a img {
	display: block;
	width:100%;
	height:auto;
}
header .headnav {
	max-width:1000px;
	width:calc(100% - 400px);
	height:100%;
	padding:0 50px 0 0;
}
header .headnav.flex {
	align-items:center;
}
header .headnav .nav {
	font-size:1.6rem;
}
header .headnav .nav a,
header .headnav .nav p {
	display: block;
	padding:5px 0;
	color:#000;
	overflow:hidden;
	position: relative;
}
header .headnav .nav i {
	display:none;
}
header .headnav .nav a span {
	transition:all .3s ease;
	display: block;
}
header .headnav .nav a:hover span {
	transform:translateY(-50px);
}
header .headnav .nav a::after {
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	content: attr(data-text);
	display: block;
	transition:all .3s ease;
	font-size:1.6rem;
	color:#000;
	margin:-0.5em 0 0 0;
	transform:translateY(50px);
}
header .headnav .nav a:hover::after {
	transform:translateY(0);
}
header .headnav .indivnav {
	transition:all .3s ease;
}
header .headnav .indivnav.active {
	opacity:0.2;
}
header .headnav .nav.parentnav {
	position: relative;
}
header .headnav .childnav {
	visibility:hidden;
	opacity:0;
	position: absolute;
	top:50px;
	left:-25px;
	width:280px;
	background:#FFF;
	z-index:10;
	transition:all .3s ease-in-out;
}
header .headnav .childnav.active {
	visibility:visible;
	opacity:1;
}
header .headnav .nav .nav2 {
	padding:25px 25px;
}
header .hamburger {
	display:none;
}


/* =top
-------------------------------------------------------------- */
.mv {
	width:100%;
	height:80vh;
	overflow:hidden;
	position: relative;
}
.mv .slidermv .slidebox {
	position: relative;
	width:100%;
	height:80vh;
}
.mv .slidermv .slidebox .thumb {
	position: relative;
	width:100%;
	height:80vh;
}
.mv .slidermv img {
	position: absolute;
	top:50%;
	left:0;
	display: block;
	width:100%;
	height:auto;
	transform:translateY(-50%);
}
.mv .mvti {
	position: absolute;
	left:10%;
	bottom:15vh;
	font-size:4.2rem;
	line-height:1.5em;
	font-family: 'Noto Serif JP', serif;
	color:#000;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 1);
}
.mv .slick-num {
	position: absolute;
	bottom:50px;
	right:60px;
	z-index:100;
	height:110px;
}
.mv .slick-num .nowcnt {
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	font-size:1.8rem;
	color:#000;
}
.mv .slick-num .allcnt {
	position: absolute;
	bottom:0;
	left:0;
	text-align: center;
	font-size:1.8rem;
	color:#000;
}
.progress {
  position: absolute;
  right: 46px;
  bottom: 80px;
  width: 4px;
  height: 50px;
  background: #eee;
  z-index:100;
  border-radius:2px;
}

.bar {
  display: block;
  height: 0%;
  width: 4px;
  background: #000;
  border-radius:2px;
}

.mv .bnr {
	position: absolute;
	top:50px;
	right:0;
	background:#55BC55;
	padding:25px 15px;
	border-radius:10px 0 0 10px;
	z-index:120;
}
.mv .bnr img {
	display: block;
	width:24px;
	height:auto;
}


.green {
	background:#F2F9F6;
}
/* topabout */
.topabout {
	padding:200px 0;
	position: relative;
}
.topabout::before {
	content:'';
	position: absolute;
	top:-80px;
	left:5%;
	width:640px;
	height:780px;
	background:url(../img/k.svg) no-repeat center center;
	z-index:2;
}
.topabout .inner {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.topabout .inner .left {
	width:24%;
}
.topabout .inner .left h3 {
	display: block;
	font-size:3rem;
	font-weight:bold;
	padding:30px 0 0 0;
	position: relative;
}
.topabout .inner .left h3::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:45px;
	height:2px;
	background:#000;
}
.topabout .inner .right {
	width:70%;
}
.topabout .inner .right .timetable1 {
	background:#FFF;
	width:100%;
	padding:25px 25px 0 25px;
}
.topabout .inner .right .timetable1 img {
	display: block;
	width:100%;
	height:auto;
}
.topabout .inner .right .timetable1 p {
	font-size:1.8rem;
	line-height:1.5em;
	padding:20px 0;
}
.timetablebtn .btn {
	width:50%;
}
.timetablebtn .btn1 a {
	display: block;
	padding:20px 0;
	background:#00973E;
}
.timetablebtn .btn2 a {
	display: block;
	padding:20px 0;
	background:#D8D8D8;
}
.timetablebtn .btn a img {
	display: block;
	width:auto;
	height:30px;
	margin:0 auto;
}

/* sliderimg */
.sliderimg {
	padding:0 50px 100px;
}
.sliderimg .slidebox {
	padding:0 15px;
}
.sliderimg .slidebox img {
	display: block;
	width:100%;
	height:auto;
	border-radius:20px;
}
.sliderimg .slick-dots {
	width:90%;
	left:5%;
	bottom:50px;
}
.sliderimg .slick-dots li {
	width:30px;
}
.sliderimg .slick-dots li button {
	width:30px;
	height:5px;
	border-radius:4px;
	padding:0;
	background:#D8D8D8;
}
.sliderimg .slick-dots li button:before {
	content:none;
}
.sliderimg .slick-dots li.slick-active button {
	background:#00973E;
}

/* topintro */
.topintro {
	padding:0 0 200px 0;
}
.topintro .inner {
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.topintro .inner .introbox {
	padding:70px 0 0 0;
}
.topintro .inner .introbox img {
	display: block;
	width:100%;
	height:auto;
}
.topintro .inner .introbox1 .left {
	width:40%;
	border-radius:20px;
	overflow:hidden;
}
.topintro .inner .introbox1 .right {
	width:55%;
}
.topintro .inner .introbox2 .left {
	width:55%;
}
.topintro .inner .introbox2 .right {
	width:40%;
	border-radius:20px;
	overflow:hidden;
}
.topintro .inner h3 {
	display: block;
	font-size:3rem;
	font-weight:bold;
	padding:30px 0 0 0;
	position: relative;
}
.topintro .inner h3::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:45px;
	height:2px;
	background:#000;
}
.topintro .inner p {
	font-size:1.8rem;
	line-height:1.5em;
	padding:50px 0;
}
a.morebtn {
	display: block;
	background:#55BC55;
	width:280px;
	padding:20px 25px;
	color:#FFF;
	font-size:1.8rem;
	font-weight:bold;
	border-radius:6px;
	position: relative;
}
a.morebtn .circle {
	position: absolute;
	top:50%;
	right:25px;
	display: block;
	width:30px;
	height:30px;
	border:2px solid #FFF;
	overflow:hidden;
	border-radius:50%;
	margin:-15px 0 0 0;
}
a.morebtn .circle .sign1 {
	position: absolute;
	top:50%;
	left:0;
	display: block;
	width:28px;
	height:28px;
	margin:-13px 0 0 0;
	background:url(../img/sign.svg) no-repeat center center;
	background-size:16px auto;
}
a.morebtn .circle .sign2 {
	position: absolute;
	top:50%;
	left:-30px;
	display: block;
	width:28px;
	height:28px;
	margin:-13px 0 0 0;
	background:url(../img/sign.svg) no-repeat center center;
	background-size:16px auto;
}
a.morebtn:hover .circle .sign1 {
	animation: sign1 1.4s ease infinite;
}
a.morebtn:hover .circle .sign2 {
	animation: sign2 1.4s .2s ease infinite;
}
@keyframes sign1 {
  0% { left:0; }
  20% { left:100%; }
  100% { left:100%; }
}
@keyframes sign2 {
  0% { left:-100%; opacity:1; }
  20% { left:0; opacity:1; }
  85% { left:0; opacity:1; }
  90% { left:0; opacity:0; }
  100% { left:0; opacity:0; }
}

/* topservice */
.topservice {
	padding:0 0 200px 0;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 30px;
}
.topservice .box {
	text-align: center;
}
.topservice .box .thumb {
	overflow:hidden;
}
.topservice .box img {
	display: block;
	width:100%;
	height:auto;
	transition:all .4s ease;
}
.topservice .box a:hover img {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
.topservice .box p {
	font-size:2.2rem;
	font-weight:bold;
	padding:25px 0 0 0;
	color:#000;
}

/* topnews */
.topnews {
	padding:0 0 200px 0;
	position: relative;
}
.topnews .inner {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.topnews .inner .left {
	width:24%;
}
.topnews .inner .left h3 {
	display: block;
	font-size:3rem;
	font-weight:bold;
	padding:30px 0 0 0;
	position: relative;
}
.topnews .inner .left h3::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:45px;
	height:2px;
	background:#000;
}
.topnews .inner .right {
	width:70%;
}
.topnews .inner .right .newsblc {
	margin:0 auto 50px;
}
.newsbox a {
	justify-content:flex-start;
	align-items:center;
	border-bottom:1px solid #C9C9C9;
	padding:25px 40px 25px 0;
	font-size:1.5rem;
	line-height:1.5em;
	position: relative;
}
.newsbox a::after {
	content:'';
	position: absolute;
	top:50%;
	right:0;
	width:30px;
	height:30px;
	margin:-15px 0 0 0;
	background:url(../img/sign2.svg) no-repeat center center;
	background-size:16px auto;
	transition:all .4s ease;
}
.newsbox a:hover::after {
	right:-5px;
}
.newsbox .news_date {
	color:#9B9B9B;
	transition:all .4s ease;
}
.newsbox a:hover .news_date {
	color:#000;
}
.newsbox .news_title {
	color:#000;
	padding:0 0 0 40px;
	transition:all .4s ease;
}
.newsbox a:hover .news_title {
	text-shadow:
    -1px -1px 0 #eee,
    1px -1px 0 #eee,
    -1px 1px 0 #eee,
    1px 1px 0 #eee;
}


/* foottimetabel */
.foottimetabel {
	padding:100px 0;
}
.foottimetabel .inner {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.foottimetabel .left {
	width:55%;
}
.foottimetabel .right {
	width:40%;
}
.foottimetabel .left .name {
	max-width:300px;
	width:100%;
}
.foottimetabel .left .thumb {
	width:100%;
	padding:25px 0;
}
.foottimetabel .left img {
	display: block;
	width:100%;
	height:auto;
}
.foottimetabel .left p {
	font-size:1.8rem;
	line-height:1.5em;
}
.foottimetabel .left .btn1 {
	display: block;
	width:375px;
	background:#00973E;
	border-radius:40px;
	padding:15px 0;
	margin:25px 0 0 0;
}
.foottimetabel .left .btn2 {
	display: block;
	width:375px;
	background:#55BC55;
	border-radius:40px;
	padding:15px 0;
	margin:10px 0;
}
.foottimetabel .left .btn1 img,
.foottimetabel .left .btn2 img {
	display: block;
	width:auto;
	height:34px;
	margin:0 auto;
}
.foottimetabel .right .map {
	padding:0 0 25px 0;
}
.foottimetabel .right p {
	font-size:1.8rem;
	line-height:1.5em;
}

/* =page
-------------------------------------------------------------- */
.page img {
	display: block;
	width:100%;
	height:auto;
} 
.pageheader .pagebg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:550px;
	overflow:hidden;
}
.pageheader .pagebg video {
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	transform:translateY(-50%);
	z-index:1;
	opacity:0.5;
}
.pageheader .inner {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	height:550px;
	position: relative;
	z-index:2;
	align-items:center;
}
.pageheader p {
	font-size:9rem;
	font-weight:600;
	text-transform:capitalize;
}
.pageheader p .uppercase {
	text-transform:uppercase;
}
.pageheader h2 {
	display: block;
	font-size:3rem;
	color:#00973E;
	padding:5px 0 0 0;
}

.pageti {
	display: block;
	font-size:3rem;
	font-weight:bold;
	padding:30px 0 80px 0;
	position: relative;
}
.pageti::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:45px;
	height:2px;
	background:#000;
}
.section {
	padding:100px 0 0 0;
}
.section.front {
	padding:0;
}
.section p {
	font-size:1.8rem;
	line-height:1.5em;
}

/* about */
.timetable {
	background:#FFF;
	padding:30px;
}
.timetable p {
	font-size:1.8rem;
	line-height:1.5em;
	padding:25px 0 0 0;
}
.kamoku .box {
	width:22%;
	background:#FFF;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	padding:50px 0;
	text-align: center;
}
.kamoku .box .thumb {
	width:140px;
	height:140px;
	border-radius:50%;
	align-items:center;
	justify-content:center;
	box-shadow:0 0 15px rgba(0,0,0,0.1) inset;
	margin:0 auto;
}
.kamoku .box .thumb img {
	width:60px;
}
.kamoku .box .name {
	font-size:2rem;
	font-weight:600;
	padding:30px 0 0 0;
}
.kamoku .box .en {
	font-size:1.4rem;
	font-weight:400;
	color:#ADADAD;
	padding:10px 0 0 0;
}
.in11 {
	width:100%;
	overflow:hidden;
	border-radius:20px;
}

/* doctors */
.incho .left,
.incho .right {
	width:47%;
}
.incho .right .katagaki {
	font-size:1.4rem;
	padding:0 0 10px 0;
}
.incho .right .name {
	display: block;
	font-size:3rem;
	font-weight:700;
}
.incho .right h4 {
	display: block;
	font-size:1.4rem;
	padding:70px 0 20px 0;
}
.incho .right p {
	line-height:1.3em;
}

/* facilities */
.facilities .item .box {
	width:48%;
	margin:0 0 60px 0;
}
.facilities .item .box .thumb {
	overflow:hidden;
	border-radius:20px;
}
.facilities .item .box .name {
	justify-content:flex-start;
	align-items:center;
	padding:25px 0 0 0;
}
.facilities .item .box .name .icon {
	background:#00973E;
	text-align: center;
	color:#FFF;
	font-size:2rem;
	font-weight:700;
	padding:8px 20px;
	margin:0 20px 0 0;
	border-radius:5px;
}
.facilities .item .box .name .label {
	font-size:2.6rem;
	font-weight:600;
	color:#00973E;
}
.facilities .item .box p {
	font-size:1.8rem;
	padding:20px 0 0 0;
}

/* orthopedics */
.orthopedics .naiyou .box {
	width:32%;
	background:#FFF;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	padding:30px;
	margin:0 0 20px 0;
}
.orthopedics .naiyou .box h3 {
	display: block;
	font-size:2.6rem;
	font-weight:700;
	color:#00A63C;
}
.orthopedics .naiyou .box p {
	font-size:1.6rem;
	line-height:1.8em;
	padding:25px 0 0 0;
}

/* PFC-FD */
.pfc-fd .introbox img {
	display: block;
	width:100%;
	border-radius:20px;
	height:auto;
}
.pfc-fd .introbox1 .left {
	width:40%;
	overflow:hidden;
}
.pfc-fd .introbox1 .right {
	width:55%;
}
.pfc-fd .introbox2 .left {
	width:55%;
}
.pfc-fd .introbox2 .right {
	width:40%;
	border-radius:20px;
	overflow:hidden;
}
.pfc-fd .contents h3.ti {
	display: block;
	font-size:3rem;
	font-weight:bold;
	padding:30px 0 0 0;
	position: relative;
}
.pfc-fd .contents h3.ti::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:45px;
	height:2px;
	background:#000;
}
.pfc-fd .contents p.txt {
	font-size:1.8rem;
	line-height:1.8em;
	padding:50px 0 0 0;
}
.pfc-fd .focus_txt {
	color:#00A63C;
	font-size:2rem;
	font-weight:bold;
	padding:30px 0 0 0;
	text-align: center;
}
.merit {
	padding:0 0 80px 0;
}
.meritbox .box {
	width:48%;
	background:#FFF;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	padding:30px;
}
.meritbox .box h4 {
	display: block;
	font-size:2.6rem;
	font-weight:600;
	color:#00A63C;
}
.meritbox .box ul {
	padding:30px 0 0 0;
}
.meritbox .box li {
	list-style:disc;
	margin:10px 0 10px 25px;
	font-size:1.8rem;
	line-height:1.5em;
}
.meritbox .box p {
	font-size:1.8rem;
	line-height:1.5em;
}
.pfc_note {
	border:3px solid #00A63C;
	border-radius:10px;
	padding:50px 30px;
	position: relative;
}
.pfc_note .title {
	position: absolute;
	top:-23px;
	left:50%;
	display:inline-block;
	white-space: nowrap;
	padding:10px 30px;
	background:#F2F9F6;
	font-size:2.6rem;
	color:#00A63C;
	font-weight:600;
	text-align: center;
	transform:translateX(-50%);
}
.pfc_note p {
	font-size:1.6rem;
	line-height:1.5em;
}

.price_table {
	width:100%;
	margin:0 auto;
	padding:80px 0 0 0;
	border:1px solid #000;
}
.price_table th {
    background: #D6E5DB;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
}
.price_table td {
    background: #FFF;
    text-align: left;
    font-size: 2rem;
    font-weight: 400;
}
.price_table th, .price_table td {
    width: 50%;
    padding: 20px;
    border: 1px solid #000;
}

/* Hair removal */
.hair-removal .introbox img,
.exfoliation .introbox img,
.laser-therapy .introbox img {
	display: block;
	width:100%;
	height:auto;
}
.hair-removal .introbox2 .left,
.exfoliation .introbox2 .left,
.laser-therapy .introbox2 .left {
	width:55%;
}
.hair-removal .introbox2 .right,
.exfoliation .introbox2 .right,
.laser-therapy .introbox2 .right {
	width:40%;
	border-radius:20px;
	overflow:hidden;
}
.hair-removal .contents h3.ti,
.exfoliation .contents h3.ti,
.laser-therapy .contents h3.ti {
	display: block;
	font-size:3rem;
	line-height:1.5em;
	font-weight:bold;
	padding:30px 0 0 0;
	position: relative;
}
.hair-removal .contents h3.ti::before,
.exfoliation .contents h3.ti::before,
.laser-therapy .contents h3.ti::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:45px;
	height:2px;
	background:#000;
}
.hair-removal .contents p.txt,
.exfoliation .contents p.txt,
.laser-therapy .contents p.txt {
	font-size:1.8rem;
	line-height:1.8em;
	padding:50px 0 0 0;
}
.diffe {
	width:100%;
}
.diffe th,
.diffe td {
	width:33.333%;
	padding:15px;
	border:1px solid #000;
}
.diffe th.koumoku {
	background:#D6E5DB;
	text-align: center;
	font-size:2rem;
	font-weight:600;
}
.diffe th.iryo {
	background:#00A33C;
	text-align: center;
	font-size:2rem;
	font-weight:700;
	color:#FFF;
}
.diffe th.esthe {
	background:#CECECE;
	text-align: center;
	font-size:2rem;
	font-weight:700;
}
.diffe td.iryo {
	background:#FFF;
	text-align: center;
	font-size:2rem;
	font-weight:400;
}
.diffe td.esthe {
	text-align: center;
	font-size:2rem;
	font-weight:400;
}

.interior {
	padding:0 0 50px 0;
}
.interior .box {
	width:48%;
}
.zu {
	padding:0 0 50px 0;
}
.hair-removal .btn2,
.exfoliation .btn2,
.laser-therapy .btn2 {
	display: block;
    width: 375px;
    background: #55BC55;
    border-radius: 40px;
    padding: 15px 0;
    margin: 50px 0 0 0;
}
.hair-removal .btn2 img,
.exfoliation .btn2 img,
.laser-therapy .btn2 img {
	display: block;
    width: auto;
    height: 34px;
    margin: 0 auto;
}

/* exfoliation */
.peeling_rec .box {
	width:48%;
	margin:0 0 30px;
	align-items:center;
	justify-content:flex-start;
}
.peeling_rec .box .icon {
	width:100px;
	height:100px;
	margin:0 25px 0 0;
}
.peeling_rec .box .icon img {
	display: block;
	width:100%;
}
.peeling_rec .box .label {
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.5em;
}
.peeling_rec .box .label span {
	color:#00933e;
}

.peeling_flow {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:0.1fr 1.3fr 1.6fr;
	gap: 20px 20px;
}
.peeling_flow img {
	display: block;
	width:100%;
}
.peeling_flow .peeling_flow1 {
	grid-area: 1 / 1 / 2 / 2;
}
.peeling_flow .peeling_flow2 {
	grid-area: 1 / 2 / 2 / 5;
}
.peeling_flow .image {
	grid-area: 3 / 1 / 4 / 5;
}
.peeling_flow p {
	font-size:1.8rem;
	line-height:1.8em;
	padding:25px 0 0 0;
}

.hair-removal .price_table th.title,
.exfoliation .price_table th.title,
.laser-therapy .price_table th.title {
	background:#00a33c;
	color:#FFF;
}
.hair-removal .price_table td.title,
.exfoliation .price_table td.title,
.laser-therapy .price_table td.title {
	background:#D6E5DB;
	font-weight:bold;
}
.hair-removal .price_table th,
.hair-removal .price_table td {
    width: 33%;
    padding: 20px;
    border: 1px solid #000;
}
.exfoliation .price_table th,
.exfoliation .price_table td {
	font-size:1.8rem;
	width: 20%;
    padding: 20px;
    border: 1px solid #000;
}
.laser-therapy .price_table th,
.laser-therapy .price_table td {
	font-size:1.8rem;
	width: 25%;
    padding: 20px;
    border: 1px solid #000;
}
p.attention {
	padding:30px 0 0 0;
	line-height:1.5em;
	font-size:150% !important;
}

/* laser therapy */
.laser-therapy h4.ti2,
.pfc-fd h4.ti2 {
	display: block;
	font-size:2.6rem;
	font-weight:bold;
	line-height:1.5em;
	color:#00a33c;
	padding:50px 0 10px 0;
	border-bottom:1px solid #00a33c;
}
.laser-therapy .contents p.txt {
	padding:25px 0 0 0;
}
.laser-therapy .meritbox .box {
	width:48%;
	background:#FFF;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	padding:30px;
	margin:0 0 50px 0;
}
.laser-therapy .meritbox .box.last {
	margin:0;
}
.laser-therapy .meritbox .box h4 {
	display: block;
	font-size:2.6rem;
	font-weight:600;
	color:#00A63C;
	padding:0 0 20px 0;
}
.laser-therapy .meritbox .box ul {
	padding:0 0 0 0;
}
.laser-therapy .meritbox .box li {
	list-style:disc;
	margin:10px 0 10px 25px;
	font-size:1.8rem;
	line-height:1.5em;
}
.laser-therapy .meritbox .box p {
	font-size:1.8rem;
	line-height:1.5em;
}



/* faq */
.qa {
	width:100%;
	background:#FFF;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	padding:30px;
	margin:0 0 20px 0;
}
.qa .q {
	align-items:center;
	justify-content:flex-start;
	cursor: pointer;
	position: relative;
}
.qa .q::before {
	content:'';
	position: absolute;
	top:50%;
	right:0;
	width:36px;
	height:2px;
	margin:-1px 0 0 0;
	background:#000;
	transition:all .4s ease;
}
.qa .q::after {
	content:'';
	position: absolute;
	top:50%;
	right:17px;
	width:2px;
	height:36px;
	margin:-18px 0 0 0;
	background:#000;
	transition:all .4s ease;
}
.qa .q.active::before {
	transform:rotate(180deg);
}
.qa .q.active::after {
	transform:rotate(180deg);
	opacity:0;
}
.qa .q span {
	display: block;
	width:80px;
	height:80px;
	text-align: center;
	line-height:80px;
	font-size:4.8rem;
	font-weight:600;
	color:#FFF;
	background:#00A63C;
	border-radius:50%;
}
.qa .q p {
	font-size:2.4rem;
	padding:0 0 0 25px;
}
.qa .a {
	display:none;
	padding:25px 0 0 0;
	margin:25px 0 0 0;
	position: relative;
}
.qa .a .flex {
	align-items:center;
	justify-content:flex-start;
}
.qa .a::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:0%;
	height:1px;
	background:#000;
	transition:all .4s .2s ease;
}
.qa .a.active::before  {
	width:100%;
}
.qa .a span {
	display: block;
	width:80px;
	height:80px;
	text-align: center;
	line-height:80px;
	font-size:4.8rem;
	font-weight:600;
	color:#FFF;
	background:#C1C1C1;
	border-radius:50%;
}
.qa .a p {
	width:calc(100% - 80px);
	font-size:1.7rem;
	line-height:1.5em;
	padding:0 0 0 25px;
}

/* news */
.tablenav {
	padding:70px 0 0 0;
}
.tablenav .pagenav {
	justify-content:center;
	align-items:center;
}
.page-numbers {
	width:50px;
	height:50px;
	font-size:2.4rem;
	font-weight:700;
	line-height:50px;
	color:#FFF;
	text-align: center;
	background:#C1C1C1;
	margin:0 7px;
	border-radius:8px;
	transition:all .4s ease;
}
.page-numbers.current {
	background:#55BC55;
}
.page-numbers:hover {
	background:#55BC55;
}
.page-numbers.next,
.page-numbers.prev {
	display:none;
}

/* =single
-------------------------------------------------------------- */
.singlehead {
	justify-content:flex-start;
	align-items:end;
}
.singlehead time {
	font-size:2rem;
	color:#9B9B9B;
	padding:0 0 10px 40px;
}
.singlebox h2 {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:3rem;
	font-weight:bold;
	padding:30px 0 80px 0;
	position: relative;
}
.singlebox h2::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:45px;
	height:2px;
	background:#000;
}
.singlebox h3 {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.6rem;
	font-weight:bold;
	border-left:5px solid #000;
	background:#FFF;
	padding:16px 0 16px 25px;
	margin:0 auto 40px;
}
.singlebox h4 {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.4rem;
	font-weight:bold;
	border-left:5px solid #000;
	padding:16px 0 16px 25px;
	margin:0 auto 40px;
}
.singlebox p {
	font-size:1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.8em;
	margin:0 auto 40px;
}
.singlebox ul,
.singlebox ol {
	border-left:1px solid #777;
	padding:0 0 0 30px;
	margin:0 auto 40px;
}
.singlebox ul li {
	list-style: disc;
	margin:0 0 0 25px;
	padding:5px 0;
	font-size:1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.8em;
}
.singlebox ol li {
	list-style: decimal-leading-zero;
	margin:0 0 0 25px;
	padding:5px 0;
	font-size:1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.8em;
}


/* =footer
-------------------------------------------------------------- */
footer {
	padding:100px 0 0 0;
}
footer .logo {
	max-width:300px;
	width:80%;
	margin:0 auto;
}
footer .logo img {
	display: block;
	width:100%;
	height:auto;
}
footer .inner {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	padding:80px 0;
}
footer .inner .left,
footer .inner .right {
	width:49%;
}
footer .inner .midashi {
	font-size:2.8rem;
	font-weight:bold;
	padding:0 0 25px 0;
}
footer .inner .footnav .navbox {
	width:50%;
}
footer .inner .footnav .navbox li {
	font-size:1.8rem;
	padding:10px 0;
}
footer .inner .footnav .navbox li.child {
	padding:10px 0 10px 30px;
}
footer .inner .footnav .navbox li a {
	text-decoration:underline;
	color:#000;
}
footer .inner .footnav .navbox li a:hover {
	text-decoration:none;
}
footer .inner .right .thumb img {
	display: block;
	width:100%;
	height:auto;
}
footer .inner .right p {
	font-size:1.8rem;
	line-height:1.5em;
	padding:25px 0 0 0;
}
footer .sns {
	padding:25px 0 0 0;
	justify-content: flex-start;
}
footer .sns .snsbox {
	margin:0 25px 0 0;
}
footer .sns .snsbox a {
	display:inline-block;
	font-size:4rem;
	color:#000;
}
footer .sns .snsbox a.insta {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
footer .sns .snsbox a.line {
	background:#00b900;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
footer .sns .snsbox a i {
	display: inline;
}
footer .copyright {
	width:100%;
	text-align:center;
	padding:20px 0;
	background:#383838;
	color:#FFF;
}
footer .copyright a {
	font-size:1.2rem;
	color:#FFF;
}
.grecaptcha-badge {
	display:none;
}
