
body {
	margin: 0;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 17px;
	color: #473309;
	line-height: 1.8em;
}
img {
	max-width: 100%;
	height: auto;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
section {
	box-sizing: border-box;
	padding: 50px 0;
}

mark {
	background-color: #ffec91;
}

#main_visual {
	background-image: url(../images/main-visual-shiwa.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.styled_h {
  font-size: 2.5em;
  margin: 0;
  line-height: initial;
}

.wave .waveimg {
	position: absolute;
	bottom: 0;
	left: 0;
  height: 90px;
}

.inner {
	width: 90%;
	margin: auto;
}

#main_visual .maintxt {
	width: 200px;
	height: auto;
	position: absolute;
	right: 10px;
	top: 38px;
}

.bluetripe {
	background-image: url(../images/blue-stripe.png);
	background-color: #67c3cf;
}

.txt-center {
	text-align: center;
}

.smallfont {
	font-size: 0.9em;
}

.normalfont {
	font-size: 1em;
}

.largefont {
	font-size: 1.3em;
}

.in-box {
	background: #fff;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.btnword {
	background-color: #67c3cf;
  padding: 3px 10px;
  margin: 2px;
	display: inline-block;
	color: #fff;
}
.wavyborder .btnword {
	background-color: #473309;
}
.richtxt {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", serif;
}

.flexcol {
	display: flex;
}

.flexcol.facepoints {
 	flex-wrap: wrap;
 	justify-content: center;
}

.facepoints>.tap-point {
  width: 50%;
  position: relative;
}

#facepoints {
	background-color: #fff6cc;
}

.facepoints>.tap-point .figure {
	background-color: #fff;
	margin: 0;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  border: solid 1px #473309;
  box-shadow: 2px 3px 0 #473309;
	margin: 20px 5px;
	line-height: 0;
}
.facepoints>.tap-point a .figure:hover {
	opacity: 0.7;
}
.facepoints>.tap-point a .figure:focus,.facepoints>.tap-point a .figure:active {
  transform: translate(2px,3px);
  box-shadow: none;
}

.facepoints>.tap-point .label {
  background: #473309;
  position: absolute;
  left: 15%;
  top: 5px;
  color: #fff;
  padding: 0 20px;
  font-size: 0.9em;
  transform: rotate(-10deg);
  z-index: 1;
}

.tapicon {
  position: relative;
  border-bottom: double 4px #f48282;
  display: inline-block;
  font-size: 6vw;
  line-height: 28px;
  color: #473309;
}

.tapicon img {
	width: 45px;
  position: absolute;
}


.wavyborder {
  background: #ccc;
  position: relative;
}
.wavyborder::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-repeat: repeat-x;
  height: 10px;
  background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px 15px, transparent 12px, #fff5df 13px);
}
.wavyborder::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-repeat: repeat-x;
  height: 15px;
  background-size: 40px 20px;
  background-image: radial-gradient(circle at 10px 0px, #fff5df 12px, transparent 13px);
}

#injection_main .wavyborder::before {
	background-image: radial-gradient(circle at 10px 15px, transparent 12px, #fff6cc 13px);
}
#injection_main .wavyborder::after{
	background-image: radial-gradient(circle at 10px 0px, #fff6cc 12px, transparent 13px);
}

#injection_main {
	background: linear-gradient(to bottom, #ffe2e2 -18px, #fff5f5 60px);
}

#injection_main .btnword {
	background-color: #473309;
}

#injection_main .treatment_title {
	color: #ff8282;
	line-height: initial;
}

.staricon {
	position: relative;
	display: inline-block;
}

.staricon:before, .staricon:after {
	background-image:url(../images/star.png);
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: -6px;
  background-size: cover;
  margin: 0 3px;
}

.staricon:after{
 	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
 }

#injection_point {
	background: #fff5f5;
}

.pointstyle .styled_h {
  text-shadow: 0 0 18px #ff5555, 0 0 18px #ff5555;
  color: #fff;
  letter-spacing: -2px;
  line-height: 1.2em;
  text-align: center;
  background-image: url(../images/glow-vect.png);
  background-size: contain;
 	padding: 39px 0;
}

.point_box {
	display: flex;
	justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 30px 0;
  padding: 20px;
  border-radius: 20px;
}

.point_box .pointimg {
	width: 47%;
  position: relative;
  overflow: hidden;
  border: solid 1px #ff9191;
  height: 200px;
  max-width: 300px;
}

.point_box .desc {
	width: 47%;
	font-size: 0.9em;
}

.pointimg img {
  height: 100%;
  position: absolute;
  max-width: none;
  right: -55px;
}

.leftimg img {
	left: -45px;
}

.point_style {
	border-bottom: dashed 2px;
}

.point_style:after {
	content: "";
  background-image: url(../images/pink-spark.png);
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.point_solidbox {
	background: #ff9191;
	color: #fff;
}

#injection_strengths, #hyaluronic_strengths {
 	position: relative;
	padding-top: 50px;
}

#injection_strengths, #injection_strengths .styled_h, #hyaluronic_strengths, #hyaluronic_strengths .styled_h {
	background: repeating-linear-gradient(
	  -45deg,
	  #ff9191,
	  #ff9191 8px,
	  #ffb7b7 9px,
	  #ffb7b7 10px
	);
}

#injection_strengths .styled_h, #hyaluronic_strengths .styled_h {
  padding: 50px 0;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  bottom: 82%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 200px;
  box-sizing: border-box;
}

.colortxt {
	color:#ff9191;
}

.injecticon:before {
  position: absolute;
  top: 15px;
  left: 50%;
  background-image: url(../images/inject-icon.png);
  width: 34px;
  height: 34px;
  content: "";
  transform: translateX(-50%);
}

.flow_list li {
  background-color: #67c3cf;
  color: #fff;
  font-weight: bold;
  max-width: 300px;
  margin: auto;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.flow_list li p {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0;
}

.flow_list li:nth-child(even) {
	background-color: #f6c23a;
}

.flow_list li:after {
	content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #67c3cf;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.flow_list li:nth-child(even):after {
	border-top: 25px solid #f6c23a;
}

.flowlabel {
	display: flex;
  justify-content: center;
}
.flowlabel span {
	background: #67c3cf;
	color: #fff;
	border: solid 1px #67c3cf;
	padding: 0 3px;
}
.flowlabel span:nth-child(even) {
	background: #fff;
	color: #67c3cf;
}

.effect_months {
  font-size: 4em;
  color: #f7ff9d;
  letter-spacing: -7px;
  text-shadow: 3px 4px 0 #ff7c7c;
  transform: skewX(-10deg);
  line-height: initial;
}

.effectstyle {
 background: #ffb2b2;
 padding-top: 0;
}

.effectstyle .styled_h {
	background-color: #ff7c7c;
	color: #fff;
	text-align: center;
}

.month_block {
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.month_block img {
  align-self: flex-start;
  width: 20%;
  max-width: 91px;
}

.pricetable {
	border-collapse: collapse;
	width: 100%;
}
.pricetable td, .pricetable th {
	border: solid 1px #dadada;
	padding: 10px;
}

.pricetable th {
	background-color: #67c3cf;
	color: #fff;
}

.pricetable td {
	font-size: 0.9em;
}

#injection_price .pricetable td  {
	font-size: 0.7em;
}
.pricetable td strong {
	font-size: 1.5em;
	display: inline-block;
}

.pricetable .amt {
	color: #ff7373;
	font-size: 1.5em;
}
#injection_price .pricetable .amt {
	font-size: 1.5em;
}

.qandastyle {
	background: #fff5df;
}

.qgroup .question, .qgroup .answer  {
	padding-left: 30px;
	position: relative;
	margin: 1em 0;
}

.qgroup .question {
	border-bottom: #f6c45e dashed 1px;
  font-weight: normal;
  padding-bottom: 27px;
  margin: 0;
  margin-top: 27px;
}



.qandastyle .styled_h {
	background: #f5c155;
	position: relative;
}

.qandastyle .styled_h>span {
	display: inline-block;
	padding: 20px 0;
	padding-left: 30px;
}

.qandastyle .styled_h>span>span {
	position: relative;
  z-index: 1;
}

.qandastyle .styled_h>span:before {
  content: "";
  position: absolute;
  background-image: url(../images/qanda.png);
  top: 0;
  left: 0;
  height: 113%;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.qgroup .answer:before, .qgroup .question:before {
	content:"A.";
	position: absolute;
	top: 0;
	left: 0;
	color: #ff9292;
	font-size: 1.5em;
	line-height: 1em;
}

.qgroup .question:before {
	content:"Q.";
	color: #f5c155;
}

#cpt_main {
	background: linear-gradient(to bottom, #cff4f4 -18px, #f5ffff 60px);
}

#cpt_main .treatment_title {
	color: #6fc3ea;
	font-size: 1.1em;
}

.strippedbox .strippedarea {
  background: repeating-linear-gradient( -45deg, #82d1f2, #82d1f2 8px, #a1dff9 9px, #a1dff9 10px );
  margin: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border: solid 1px #82d1f2;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
}
.strippedbox .whitebox {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom: solid;
  border: solid 1px #82d1f2;
  padding: 15px 20px;
  font-weight: bold;
}

#cpt_point {
	background: #f5ffff;
}
#cpt_point .point_solidbox {
 	background-color: #82d1f2;
}

#cpt_point .point_box .pointimg {
  border: solid 1px #82d1f2;
}

#cpt_point.pointstyle .styled_h {
  text-shadow: 0 0 17px #5dafd1, 0 0 17px #5dafd1;
  background-image: url(../images/glow-vect-blue.png);
}

#cpt_point .point_style:after {
  background-image: url(../images/blue-spark.png);
}


.strstyle {
	background-color: #cff7fc;
}

.strstyle .styled_h {
  background-color: #cff7fc;
  text-align: center;
  color: #fff;
  position: relative;
  transform: skewY(-10deg);
  padding: 10px 0;
  top: -40px;
}

.strstyle .styled_h span {
	position: relative;
	z-index: 2;
	transform: skewY(10deg);
  display: inline-block;
}

.strstyle .styled_h:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 165, 187, 0.56);
	z-index: 1;
	transform: skewY(20deg);
}

.m_style3 {
	background: linear-gradient(transparent 75%,#ff5353 75%);
	color: inherit;
}
.m_style2 {
	color: #46c3fe;
	background: linear-gradient(transparent 75%,#ffec91 75%);
	font-weight: bold;
}

.collagen_box {
	display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffa8;
  color: initial;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  border: #fff 1px solid;
}

.collagen_box img {
  margin: 0 5px;
}


.pricetable .amt {
	min-width: 130px;
	font-size: 1.5em;
}

#injection_price .pricetable .amt {
	min-width: auto;
}

footer {
	padding: 30px 0;
  background: #ced867;
  text-align: center;
}

#contact .inquiryForm dd {
	margin: 0;
}

#contact .tb {
	color: #ef80ca;
	text-align: center;
}

#access {
	background-color: #faffdf;
}

.com_h2{
	text-align: center;
}

#peel_main {
	background: #fff;
}

#peel_main .treatment_title  {
	color: #0fc6b3;
}

#peel_point.pointstyle .styled_h {
	text-shadow: 0 0 20px #00c6b2, 0 0 20px #00c6b2;
	background-image: url(../images/glow-vect-green.png);
}

#peel_point .point_box .pointimg {
	border: solid 1px #0fc6b3;
}

#peel_point .point_style:after {
	background-image: url(../images/green-spark.png);
}

#peel_effect .btnword {
	background-color: #fff799;
	color:#ff7c7c;
	border-radius: 20px;
}

#peel_effect .collagen_box {
	color: #ff7c7c;
	background-image: url(../images/peel_effect_illust.png);
	background-position: 100% 100%;
  background-repeat: no-repeat;
}

#peel_effect .collagen_box p {
	font-weight: bold;
 	text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 0px 2px 1px #fff, 0px -2px 1px #fff, 2px 0px 1px #fff, -2px 0px 1px #fff;
}

#other_treatments .styled_h {
	border-bottom: #facf62 double 3px;
	font-size: 1.5em;
  line-height: 18px;
}
.flex_cont {
	display: flex;
	align-items: flex-end;
}
#other_treatments .flex_cont>* {
	width: 50%;
}
#other_treatments .flex_cont .treatment_img {
	position: relative;
}
#other_treatments .flex_cont .treatment_img img {
	position: absolute;
	width: 120%;
  max-width: 284px;
  bottom: 0;
  left: 0;
}

.other_links a {
  display: block;
  background: #ff9191;
  margin: 10px 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  padding: 10px 0;
}

.other_links a span {
	display: block;
}

.other_links a .largefont {
	font-weight: bold;
}

.last_sec {
	position: relative;
	background-image: url(../images/last-bg.jpg);
	background-size: cover;
	background-position: center;
}

.last_sec .inner {
	position: relative;
}

.last_sec .coloredtxt {
	color: #ff7878;
	font-weight: bold;
	z-index: 1;
	position: relative;
}

.last_sec .btmtxt {
	font-weight: bold;
	padding-top: 30px;
	z-index: 1;
	position: relative;
}

.checkedlist>li:before {
	content:"";
	background: url(../images/check.png);
	width: 20px;
	height: 18px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
}


#contact .inquiryForm input[type="text"],#contact .inquiryForm textarea {
	box-sizing: border-box;
}

#contact .inquiryForm .submit input[type="submit"] {
	margin: 20px 0;
}

.contact_ribbn {
	background: #fca3a3;
	padding: 20px 0;
  font-size: 0;
}
.contact_ribbn .inner {
  display: flex;
  justify-content: center;
}

.pointstyle .contact_ribbn {
	margin: 50px 0;
}

.contact_ribbn a {
	margin: 0 5px ;
}

.contact_stylebtn {
	font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: radial-gradient(circle at 50% -54px, #a6b8f8 60px, #6d86f0 99px);
	padding: 10px 0;
  width: 100%;
  text-align: center;
  box-shadow: 2px 3px #334bb7;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  animation: press 1.3s  steps(1) infinite;
  -webkit-animation: press 1.3s  steps(1) infinite;
}

@keyframes press {
	0%{
		transform: translate(0, 0);
		-webkit-transform: translateX(0) translateY(0);
	}
	50%{
		transform: translate(2px, 3px);
		-webkit-transform: translateX(2px) translateY(3px);
		box-shadow: inset 1px 2px rgba(0,0,0,0.2);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translateX(0) translateY(0);
	}
}
@-webkit-@keyframes press {
	0%{
		transform: translate(0, 0);
		-webkit-transform: translateX(0) translateY(0);
	}
	50%{
		transform: translate(2px, 3px);
		-webkit-transform: translateX(2px) translateY(3px);
		box-shadow: inset 1px 2px rgba(0,0,0,0.2);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translateX(0) translateY(0);
	}
}

.rsv_stylebtn {
	background: radial-gradient(circle at 50% -54px, #facd5d 60px, #f4a120 99px);
	box-shadow: 2px 3px #be7e00;
}

.contact_stylebtn img {
	margin-right: 3px;
}

.main_contact {
	position: relative;
	z-index: 1;
	margin-top: -35px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}

.pink {
	color: #fb3490;
}

#hyaluronic_main, #hyaluronic_point {
	background-color: #fff;
}

#hyaluronic_main .treatment_title {
	color: #ff82a8;
}

#hyaluronic_point.pointstyle .styled_h {
	background-image: url(../images/glow-vect-pink.png);
  text-shadow: 0 0 18px #ff668d, 0 0 18px #ff668d;
}

#hyaluronic_point .point_box .desc {
	font-size: 1em;
}

.withborder2 {
	position: relative;
}
.withborder2:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px;
  content: "";
  top: 2px;
  left: 5px;
}

@media screen and (max-width: 450px) {
	.contact_stylebtn {
		padding: 15px 0;
	}
	.checkedlist {
		font-size: 0.8em;
	}
	#peel_effect .collagen_box {
		display: block;
	}
	.pointstyle .styled_h {
		font-size: 2em;
	}
	#cpt_effect .collagen_box p {
		font-size: 0.7em;
	}
	.collagen_box img {
	  max-width: 70px;
	  margin: 0 3px;
	}
	.common_company .streetview iframe {
		width: 100%;
	}
	.other_links a {
		padding: 5px 0;
		font-size: 0.8em;
		margin: 5px 0;
	}
	#hyaluronic_effect .effect_months {
		font-size: 3.4em;
	}
}

@media screen and (min-width: 451px) {
 	#main_visual .maintxt {
 		right: 10%;
 		width: 300px;
 	}
 	#injection_strengths .styled_h, #hyaluronic_strengths .styled_h {
 		bottom: 72%;
 	}
 	.point_box .desc, #hyaluronic_point .point_box .desc {
 		font-size: 1em;
 	}
 	.tap-point .figure img {
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 180px;
	  height: 180px;
	}
	.facepoints>.tap-point .figure {
		width: 200px;
    height: 200px;
    margin: 20px auto;
    position: relative;
	}
	.qgroup .question, .qgroup .answer  {
		padding-left: 55px;
	}
	.collagen_box img {
		max-width: none;
	}
	.last_sec {
		background: #fff;
	}
	.last_sec .inner:before,.last_sec .inner:after  {
		position: absolute;
		content:"";
		background-image: url(../images/lastbg-1.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.last_sec .inner:after  {
		background-position: 100% 0;
	  background-image: url(../images/lastbg-2.jpg);
	}

	.last_sec .inner {
	  padding: 20px;
	}

	.contact_stylebtn {
		font-size: 21px;
	}
}
@media screen and (min-width: 769px) {
	body {
		font-size: 20px;
	}
	#main_visual {
		height: 800px;
	}
	#main_visual .maintxt {
		width: 400px;
		right: 15%;
		top: 34%;
    transform: translateY(-50%);
	}
	.wave .waveimg {
		height: 200px;
	}
	.facepoints>.tap-point {
    width: 33%;
	}
	.pointimg.leftimg img {
		left: 0;
	}
	.pointimg img {
		right: 0;
	}
	.tapicon {
 		font-size: 2em;
    line-height: 44px;
 	}
 	.flow_list li {
 		max-width: 500px;
 	}
 	#injection_strengths .styled_h, #hyaluronic_strengths .styled_h {
 		width: 255px;
 		bottom: 78%;
 	}
 	#injection_price .pricetable td {
    font-size: 0.9em;
	}
	.pricetable .amt {
		padding: 0 30px;
	}
	.qandastyle .styled_h>span {
		position: relative;
	}
	.qandastyle .styled_h>span:before {
	  left: -40%;
	  height: 159px;
	}
	.qgroup {
		padding: 10px 0;
	}
	.strstyle .styled_h {
		padding: 50px 0;
		transform: skewY(-5deg);
	}
	.strstyle .styled_h span {
		transform: skewY(5deg);
	}
	.strstyle .styled_h:before {
		transform: skewY(10deg);
	}
	.collagen_box>* {
	  margin: 0 5px;
	}
	.facepoints>.tap-point .label {
		left: 20%;
	}
	.pricetable .amt {
		min-width: 250px;
	}
	.other_links a {
		line-height: 28px;
	}
	#other_treatments .flex_cont .treatment_img img {
		position: static
	}
	#other_treatments .styled_h {
		font-size: 2.2em;
    border-bottom: #facf62 double 7px;
    line-height: 44px;
	}
	#injection_point, #hyaluronic_point {
		padding-bottom: 99px;
	}
	.main_contact {
		margin-top: -60px;
	}

}
@media screen and (min-width: 901px) {
 	.inner {
 		width: 800px;
 	}
 	body {
		font-size: 25px;
	}
	.contact_stylebtn {
		font-size: 30px;
    padding: 10px 0;
    background: radial-gradient(circle at 50% -115px, #a6b8f8 100px, #6d86f0 198px);
	}
	.rsv_stylebtn {
    background: radial-gradient(circle at 50% -115px, #facd5d 100px, #f4a120 198px);
	}
	.wbrstyle {
		white-space: nowrap;
	}
}
@media screen and (min-width: 1201px) {
 	#main_visual .maintxt{
 		width: auto;
 	}
 	#main_visual {
    height: 937px;
	}
	.main_contact {
		margin-top: -100px;
	}
	.wave .waveimg {
		height: 350px;
	}
}

@media screen and (min-width: 2000px) {
 	#main_visual {
 		background-size: contain;
 		background-repeat: no-repeat;
 		background-color: #fff;
 	}

}




/* PC・SP非表示（必ず一番下）*/
@media screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
}
