@charset "utf-8";

/* 基本設定
====================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}
a {
	color: #0082ba;
}
a:hover,
.btn div:hover,
.osusume_btn div:hover,
.price .treatment_menu div:hover {
	opacity: .8;
	transition: all .2s ease-in;
}
b {
	font-weight: 600;
}
.clr {
	clear: both;
	zoom: 1;
}
.clr:before,
.clr:after {
	content: "";
	display: block;
	clear: both;
}
input,
select,
textarea,
button {
	border: none;
	outlin: none;
	border-radius: 0;
	box-shadow: none;	
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand { /* For IE11 */
	display: none;
}
input:-webkit-autofill { /* Auto Complete Reset */
	-webkit-text-fill-color: #333 !important;
	box-shadow: 0 0 0px 1000px #fff inset;
}
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,FontAwesome;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-all;
	word-wrap: break-word;
	background: #f5f5f7;
	position: relative;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.sp {
	display: none;
}
@media screen and (max-width: 719px) {
	a:hover,
	.btn div:hover,
	.osusume_btn div:hover,
	.price .treatment_menu div:hover {
		opacity: 1;
		transition: none;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* フッター最下部固定
====================================== */
html,
body {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
}
body {
	width: 100%;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
header,
footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#warp {
	min-height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* ヘッダー
====================================== */
header {
	width: 100%;
	font-size: 0;
	background: #fff;
	border-top: 2px solid #ff701d;
}
.price header,
.comp header {
	border-bottom: 1px solid #ff701d;
}
.header_inner {
	max-width: 1160px;
	position: relative;
	margin: auto;
	padding: 0 20px;
}
.logo {
	max-width: 436px;
	display: block;
	padding: 20px 0;
	pointer-events: none;
}
.comp .logo {
	pointer-events: auto;
}
@media screen and (max-width: 719px) {
	.header_inner {
		max-width: 1140px;
		padding: 0 10px;
	}
	.logo {
		margin: auto;
	}
	.nav_top ul {
		right: 10px;
	}
}

/* ナビゲーションメニュー
====================================== */
.nav_menu {
	font-size: 0;
}
.comp .nav_menu {
	display: none;
}
.nav_menu ul {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.nav_menu li {
	display: inline-block;
	vertical-align: top;
}
.nav_menu li:last-child {
	display: none;
}
.price .nav_menu li:nth-child(2) {
	display: none;
}
.nav_menu li + li {
	margin-left: 25px;
}
.nav_menu a {
	color: #ff8c00;
	font-size: 14px;
	text-align: center;
	line-height: 100%;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.nav_menu a:hover {
	opacity: 1;
	transition: none;
}
.nav_menu img {
	width: 55px;
	display: block;
	position: relative;
	margin: 0 auto 7px;
}
.nav_menu a:hover img {
	transform: translateY(-2px);
	transition: all 220ms;
}
@media screen and (max-width: 799px) {
	.nav_menu li + li {
		margin-left: 15px;
	}
	.nav_menu img {
		width: 45px;
	}
}
@media screen and (max-width: 739px) {
	.nav_menu a {
		font-size: 13px;
	}
	.nav_menu img {
		width: 40px;
	}
}
@media screen and (max-width: 719px) {
	.nav_footer {
		width: 100%;
		height: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 2;
		overflow: none;
		transition: all 0.4s ease-in-out;
	}
	.nav_footer.show {
		height: 81px;
		transition: all 0.4s ease-in-out;
	}
	.nav_menu ul {
		background: rgba(252, 237, 226, .95);
		border-top: 1px solid #ff701d;
		position: static;
		right: auto;
		top: auto;
		transform: none;
		padding: 10px 0;
	}
	.nav_menu li {
		width: 25%;
	}
	.price .nav_menu li:last-child {
		display: inline-block;
	}
	.nav_menu li + li {
		margin-left: 0;
	}
	.nav_menu a:hover img {
		transform: none;
		transition: all none;
	}
}

/* 共通項目
====================================== */
.warp {
	padding: 0 20px;
	overflow: hidden;
}
.main {
	max-width: 1000px;
	position: relative;
	margin: 0 auto 60px;
}
.section {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, .03);
	margin-top: 60px;
	padding: 60px 50px 50px;
}
.big_title {
	font-size: 26px;
	line-height: 1.3;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.big_title:after {
	content: "";
	width: 30%;
	border-bottom: 1px solid #ff701d;
	display: block;    
	position: absolute;
	bottom: -1px;
}
h3,
.comp h2 {
	color: #fff;
	font-size: 19px;
	line-height: 1.3;
	background: #ff8c00;
	margin-bottom: 15px;
	padding: 10px;
}
h4 {
	font-size: 18px;
	line-height: 1.3;
	border-left: 3px solid #ff8c00;
	margin-bottom: 10px;
	padding: 3px 0 0 6px;
}
.gray {
	color: #999;
}
.big {
	font-size: 19px;
	line-height: 1.7;
}
.table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table th,
.table td {
	padding: 20px;
}
.table th {
	width: 32%;
	text-align: left;
	background: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;   
	border-left: 1px solid #fff;
}
.table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.link_btn {
	width: 100%;
	max-width: 300px;
	color: #fff;
	text-align: center;
	line-height: 100%;
	background: #e78233;
	border-radius: 100px;
	display: table;
	margin: auto;
	padding: 9px 10px 7px;
}
.link_btn:before {
	content: url(../img/icon_link.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
@media screen and (max-width: 719px) {
	.warp {
		padding: 0 10px;
	}
	.main {
		margin: 0 auto 40px;
	}
	.section {
		border-radius: 0;
		margin-top: 40px;
		margin-right: -19px;
		margin-left: -19px;		
		padding: 30px 20px 20px;
	}
	.big_title {
		font-size: 24px;
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 16.5px;
	}
	.big {
		font-size: 17px;
	}
	.table {
		border: none;
	}
	.table th,
	.table td {
		width: 100%;
		border: none;
		display: block;
		padding: 10px;
	}
}

/* メインコンテンツ
====================================== */
.content_main {
	background: #ff701d;
	overflow: hidden;
}
.content_main_inner {
	max-width: 1160px;
	position: relative;
	margin: auto;
	padding: 0 20px;
}
.content_main_inner img {
	max-width: 849px;
	display: block;
	margin: auto;
	padding: 10% 0;
}
@media screen and (max-width: 719px) {
	.content_main_inner {
		max-width: 1140px;
		padding: 0 10px;
	}
}

/* イントロ
====================================== */
.content_intro .intro_img {
	margin: 30px;
}
.content_intro .intro_img img {
	width: 48.2%;
}
.content_intro .intro_img img + img {
	width: 46.4%;
	float: right;
}
@media screen and (max-width: 719px) {
	.content_intro .intro_img {
		margin: 30px 0;
	}
}
@media screen and (max-width: 599px) {
	.content_intro .intro_img {
		text-align: center;
		margin: 20px 0;
	}
	.content_intro .intro_img img {
		width: 100%;
		max-width: 405px;
	}
	.content_intro .intro_img img + img {
		width: 100%;
		max-width: 390px;
		float: none;
		margin-top: 30px;
	}
}

/* 医療脱毛のしくみ
====================================== */
.structure {
	max-width: 700px;
	margin: auto;	
}
.structure_inner {
	font-size: 0;
	margin: 0 -30px;
}
.structure img {
	display: block;
}
.structure .step {
	width: 30%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}
.structure .step p {
	margin-top: 10px;
}
.structure .arrow {
	width: 5%;
	display: inline-block;
	margin-top: 13%;
}
.mechanism {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
@media screen and (max-width: 599px) {
	.structure {
		max-width: 100%;
	}
	.structure_inner {
		margin: 0;
	}
	.structure .step {
		width: 100%;
		display: block;
		padding: 0;
	}
	.structure .step img {
		max-width: 180px;
		margin: auto;
	}
	.structure .arrow {
		width: 100%;
		display: block;
		margin: 20px 0;
	}
	.structure .arrow img {
		max-width: 52px;
		margin: auto;
		transform:rotate(90deg);
	}
	.mechanism {
		margin-top: 15px;
		padding-top: 15px;
	}
}

/* おすすめレーザー脱毛 人気のメニュ－
====================================== */
.osusume {
	margin-top: 40px;
}
.osusume_inner + .osusume_inner {
	margin-top: 40px;
}
.osusume_menu {
	font-size: 0;
	background: #d1ebbe;
	position: relative;
}
.osusume_menu_inner {
	display: table;
	margin: auto;
}
.osusume_menu_inner img {
	width: 157px;
	display: inline-block;
	vertical-align: middle;
}
.osusume_menu_inner img + img {
	width: 221px;
}
.osusume_btn {
	font-size: 0;
	margin-top: 20px;
}
.osusume_btn div {
	width: 49%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	background: #ffb6c1;
	border: 1px solid #e197a3;
	display: inline-block;
}
.osusume_btn .men {
	background: #add8e6;
	border: 1px solid #88bbc7;
	margin-left: 2%;
}
.osusume_btn .yoyaku {
	width: 100%;
	height: 70px;
	font-size: 22px;
	line-height: 70px;
	text-align: center;
	background: #ff4500;
	border: 1px solid #ff4500;
	border-radius: 10px;
	display: block;
	margin-top: 20px;
}
.osusume_btn div a {
	color: #ab5a67;
	font-weight: 600;
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 10px;
}
.osusume_btn .men a {
	color: #43808a;
}
.osusume_btn .yoyaku a {
	color: #fff;
	padding-left: 0;
}
.osusume_btn div a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
.osusume_btn div a:after {
	content: "";
	width: 5px;
	height: 5px;
	border: 3px solid #ab5a67;
	border-left: none !important;
	border-top: none !important;
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: rotate(-45deg) translate(0, -50%);
	margin-top: -1px;
}
.osusume_btn .men a:after {
	border: 3px solid #43808a;
}
.osusume_btn .yoyaku a:after {
	display: none;
}
.osusume_btn .yoyaku a:before {
	content: url(../img/icon_yoyaku.png);
	width: 50px;
	height: 30px;
	background: transparent;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transform: scale(.15);
	margin-right: 10px;
}
@media screen and (max-width: 779px) {
	.osusume_btn div {
		height: 50px;
		font-size: 17px;
		line-height: 50px;
	}
	.osusume_btn .yoyaku {
		height: 60px;
		font-size: 19px;
		line-height: 60px;
	}
	.osusume_btn .yoyaku a:before {
		width: 40px;
		height: 25px;
		transform: scale(.13);
	}
}
@media screen and (max-width: 719px) {
	.osusume {
		margin-top: 30px;
	}
}
@media screen and (max-width: 599px) {
	.osusume_inner + .osusume_inner {
		margin-top: 30px;
	}
	.osusume_menu {
		padding-bottom: 5px;
	}
	.osusume_menu_inner img {
		display: block;
		margin: auto;
	}
	.osusume_btn div {
		width: 100%;
		display: block;
	}
	.osusume_btn .men {
		margin: 20px 0 0;
	}
}

/* お支払い方法
====================================== */
.pay {
	margin-top: 40px;
}
.pay ul {
	margin-top: 30px;
}
.pay li {
	list-style: disc;
	margin-left: 24px;
}
.pay li + li {
	margin-top: 20px;
}
.pay ul + p {
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.pay {
		margin-top: 30px;
	}
	.pay ul {
		margin-top: 25px;
	}
	.pay li + li {
		margin-top: 15px;
	}
	.pay ul + p {
		margin-top: 15px;
	}
}

/* ガイドコンテンツ
====================================== */
.content_guide img {
	display: block;
}
.address_map table span:before {
	content: url(../img/icon_free_dial.png);
	display: inline-block;
	vertical-align: top;
	margin: 2px 2px 0 0;
}
.address_map .image_area {
	margin-top: 20px;
}
.address_map .image_area .clr {
	margin: 20px -10px 0;
}
.address_map .image_area .clr img {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.address_map .image_area p {
	margin: 20px 0;
}
.by_car,
.protection {
	margin-top: 40px;
}
.by_car .clr {
	margin: 20px -11px 0;
}
.by_car .clr div {
	width: 50%;
	font-size: 15px;
	float: left;
	padding: 0 11px;
}
.by_car .clr div img {
	margin-bottom: 10px;
}
.by_car .clr + p {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
@media screen and (max-width: 719px) {
	.address_map .image_area {
		margin-top: 5px;
	}
	.address_map .image_area .clr {
		margin: 15px -7.5px 0;
	}
	.address_map .image_area .clr img {
		padding: 0 7.5px;
	}
	.address_map .image_area p {
		margin: 15px 0;
	}
	.by_car,
	.protection {
		margin-top: 30px;
	}
	.by_car .clr {
		margin: 20px -8.5px 0;
	}
	.by_car .clr div {
		padding: 0 8.5px;
	}
	.by_car .clr + p {
		margin-top: 15px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 599px) {
	.address_map .image_area .clr {
		margin: 20px 0 0;
	}
	.address_map .image_area .clr img {
		width: 100%;
		float: none;
		padding: 0;
	}
	.address_map .image_area .clr img + img {
		padding-top: 20px;
	}
	.by_car .clr {
		margin: 20px 0 0;
	}
	.by_car .clr div {
		width: 100%;
		font-size: 14px;
		float: none;
		padding: 0;
	}
	.by_car .clr div + div {
		margin-top: 20px;
	}
}

/* 予約コンテンツ
====================================== */
.tel h3,
.mail h3 {
	margin-top: 40px;
}
.tel .clr {
	font-size: 0;
	text-align: center;
	display: table;
	margin: auto;
}
.tel .clr div {
	width: 45%;
	max-width: 398px;
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
}
.tel .clr div + div {
	width: 55%;
	max-width: 500px;
	margin-top: -10px;
}
.tel a {
	margin-bottom: 15px;
}
.tel a,
.tel img {
	display: block;
}
@media screen and (max-width: 719px) {
	.tel h3,
	.mail h3 {
		margin-top: 30px;
	}
	.tel .clr div {
		font-size: 17px;
	}
}
@media screen and (max-width: 599px) {
	.tel .clr div {
		width: 0;
		display: none;
	}
	.tel .clr div + div {
		width: 100%;
		display: block;
		margin-top: 0;
	}
}

/* メールフォーム
====================================== */
.mail dl {
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding-bottom: 30px;
}
.mail dl dt {
	font-weight: 600;
	line-height: 1.3;
	border-left: 3px solid #ff8c00;
	position: relative;
	margin-bottom: 15px;
	padding: 3px 0 0 6px;
}
.mail dl dt div {
	display: inline;
	margin-right: 7px;
}
.mail dl dt span {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 100%;
	background: #fe0000;
	display: inline-block;
	vertical-align: top;
	margin-top: .5px;
	padding: 3px;
}
.mail dl dd > dl {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}
.mail dl dd > dl dt {
	font-weight: normal;
	border-left: none;
	margin-top: 20px;
	padding-left: 11px;
}
.mail dl dd > dl dt:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #ff8c00;
	position: absolute;
	left: 0;
	top: 10px;
}
.example {
	margin-top: 10px;
}

/* フォームパーツ
====================================== */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	width: 100%;
	height: 35px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #aaa;
	outline: none;
	display: block;
	padding: 6px;
}
select {
	background: #fff url(../img/select_down.png) right 6px center no-repeat;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	display: none;
}
.negative {
	font-size: 0;
	margin: -2% -1% 0;
}
.experience dd label,
.experience2 dd label,
.therapy dd label {
	width: 23%;
	font-size: 16px;
	line-height: 1.2;
	background: #fff url(../img/checkbox_off.png) 6px 9px no-repeat;
	border: 1px solid #aaa;
	display: inline-block;
	margin: 2% 1% 0;
	padding: 8px 6px 5px 28px;
	cursor: pointer;
}
.experience2 dd label {
	width: 31.33333333333333%;
}
.sex dd label {
	width: 48%;
	font-size: 16px;
	line-height: 1.2;
	background: #fff url(../img/radio_off.png) 6px 9px no-repeat;
	border: 1px solid #aaa;
	display: inline-block;
	margin: 2% 1% 0;
	padding: 8px 6px 5px 28px;
	cursor: pointer;
}
.therapy dd label {
	width: auto;
}
.experience dd label:last-of-type,
.experience2 dd label:last-of-type,
.therapy dd label:last-of-type {
	margin-right: 0;
}
input[type="checkbox"]:checked + label {
	background: #fff url(../img/checkbox_on.png) 6px 9px no-repeat;
	border-color: #ff8c00;
}
input[type="radio"]:checked + label {
	background: #fff url(../img/radio_on.png) 6px 9px no-repeat;
	border-color: #ff8c00;
}
.cell {
	width: 100%;
	display: table;
}
.cell span {
	width: 20px;
	text-align: right;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
textarea {
	height: 170px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-color: #ff8c00;
}
@media screen and (max-width: 859px) {
	.experience dd label,
	.experience2 dd label {
		width: 48%;
	}
	.experience2 dd label:last-of-type {
		width: 98%;
	}
}
@media screen and (max-width: 719px) {
	.mail dl {
		margin-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 599px) {
	.experience dd label,
	.experience2 dd label {
		width: 98%;
	}
	textarea {
		height: 120px;
	}
}

/* 確認・修正・送信ボタン
====================================== */
.btn {
	font-size: 0;
	text-align: center;
	padding-top: 30px;
}
.btn div {
	width: 49%;
	max-width: 300px;
	display: inline-block;
	position: relative;
}
.btn input,
.btn button {
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	background: #ff8c00 url(../img/icon_arrow_right.png) 35% center no-repeat;
	border-radius: 100px;
	display: block;
	position: relative;
	padding: 0 10px 0 40px;
	cursor: pointer;
}
@media screen and (max-width: 599px) {
	.btn {
		padding-top: 20px;
	}
	.btn div {
		width: 100%;
	}
}

/* エラーメッセージ
====================================== */
.error,
.error_all {
	color: #b86545;
	line-height: 1.2;
	background: #fbede8;
	border: 1px solid #ea9777;
	text-align: center;
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 8px 10px 5px;
}
.error_all {
	margin-top: 20px;
}
.error:before {
	content: "";
	border: 8px solid transparent;
	border-bottom: 8px solid #fbede8;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}
.error:after {
	content: "";
	border: 8px solid transparent;
	border-bottom: 8px solid #ea9777;
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translate(-50%, 0);
}
.negative .error {
	font-size: 16px;
	margin: 10px 1%;
}
@media screen and (max-width: 719px) {
	.error_all {
		margin-top: 10px;
	}
}

/* Datepicker
====================================== */
/* Style */
.ui-widget.ui-widget-content {
	line-height: 100%;
	padding: .3em .25em 0 .3em;
}
.ui-datepicker a:hover {
	opacity: 1;
	transition: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker table {
	margin: 0 0 .45em;
}
.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
	padding: .3em .2em .2em;
}
/* Color */
th.ui-datepicker-week-end span {
	color: red;
}
th.ui-datepicker-week-end:nth-of-type(7) span {
	color: blue;
}

/* ボトムエリア
====================================== */
.bottom_area_wh {
	background: #fff;
}
.bottom_area {
	border-top: 1px solid rgba(143, 188, 143, .5);
	background: rgba(143, 188, 143, .2);
}
.bottom_area_inner {
	max-width: 1060px;
	text-align: center;
	margin: auto;
	padding: 0 20px;
}
.bottom_area_inner .logo {
	font-size: 18px;
	display: table;
	margin: auto;
	padding: 5% 0;
}
.bottom_area_inner .logo_image {
	position: relative;
}
.bottom_area_inner .logo_image:after {
	content: "";
	width: 100%;
	height: 89%;
	background: rgba(143, 188, 143, .2);
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 899px) {
	.bottom_area_inner .logo {
		font-size: 16px;
	}
}
@media screen and (max-width: 719px) {
	.bottom_area_inner {
		max-width: 1140px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 599px) {
	.bottom_area_inner .logo {
		font-size: 14px;
	}
}

/* フッター
====================================== */
footer {
	text-align: center;
	background: #ff701d;
}
.footer {
	max-width: 1060px;
	position: relative;
	margin: auto;
	padding: 26.5px 20px;	
}
.footer_copy {
	color: #fff;
	font-size: 18px;
}
@media screen and (max-width: 719px) {
	footer.show {
		padding-bottom: 81px;
	}
	.comp footer.show {
		padding-bottom: 0;
	}
	.footer {
		max-width: 1040px;
		padding: 26.5px 10px;
	}
	.footer_copy {
		font-size: 16px;
	}
}

/* トップに戻るボタン
====================================== */
.page_top {
	width: 55px;
	height: 55px;
	position: fixed;
	right: 30px;
	bottom: 12.5px;
	z-index: 1;
	display: none;
}
.page_top a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.page_top a:hover {
	opacity: 1;
	transform: translateY(-2px);
	transition: all 220ms;
}
.page_top img {
	width: 55px;
	height: 55px;
}
@media screen and (max-width: 719px) {
	.page_top {
		visibility: hidden;
	}
}


/* 女性・男性レーザー脱毛料金一覧
======================================
====================================== */
/* 説明
====================================== */
.price .explanation {
	background: #ffe08d;
	border: 1px solid #e8ca7f;
	padding: 20px;
}
@media screen and (max-width: 599px) {
	.price .explanation {
		padding: 10px;
	}
}

/* 施術メニュ－
====================================== */
.price .treatment_menu {
	font-size: 0;
	margin-top: 30px;
}
.price .treatment_menu div {
	width: 49%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	background: #ffb6c1;
	border: 1px solid #e197a3;
	display: inline-block;
}
.price.men .treatment_menu div {
	background: #add8e6;
	border: 1px solid #88bbc7;
}
.price .treatment_menu div + div {
	margin-top: 20px;
}
.price .treatment_menu .set {
	width: 100%;
	display: block;
}
.price .treatment_menu .face {
	background: #ffb6c1 url(../img/women_face.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .treatment_menu .face {
	background: #add8e6 url(../img/men_face.png) -10px center no-repeat;
	background-size: 75px;
}
.price .treatment_menu .armpit {
	background: #ffb6c1 url(../img/women_armpit.png) -10px center no-repeat;
	background-size: 75px;
	margin-left: 2%;
}
.price.men .treatment_menu .armpit {
	background: #add8e6 url(../img/men_armpit.png) -10px center no-repeat;
	background-size: 75px;
}
.price .treatment_menu .foot {
	background: #ffb6c1 url(../img/women_foot.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .treatment_menu .foot {
	background: #add8e6 url(../img/men_foot.png) -10px center no-repeat;
	background-size: 75px;
}
.price .treatment_menu .hand {
	background: #ffb6c1 url(../img/women_hand.png) -10px center no-repeat;
	background-size: 75px;
	margin-left: 2%;
}
.price.men .treatment_menu .hand {
	background: #add8e6 url(../img/men_hand.png) -10px center no-repeat;
	background-size: 75px;
}
.price .treatment_menu .body {
	background: #ffb6c1 url(../img/women_body.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .treatment_menu .body {
	background: #add8e6 url(../img/men_body.png) -10px center no-repeat;
	background-size: 75px;
}
.price .treatment_menu .delicate {
	background: #ffb6c1 url(../img/women_delicate.png) -10px center no-repeat;
	background-size: 75px;
	margin-left: 2%;
}
.price.men .treatment_menu .delicate {
	background: #add8e6 url(../img/men_delicate.png) -10px center no-repeat;
	background-size: 75px;
}
.price .treatment_menu .yoyaku,
.price.men .treatment_menu .yoyaku {
	width: 100%;
	height: 70px;
	font-size: 22px;
	line-height: 70px;
	text-align: center;
	background: #ff4500;
	border: 1px solid #ff4500;
	border-radius: 10px;
	display: block;
}
.price .treatment_menu div a {
	color: #ab5a67;
	font-weight: 600;
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 70px;
}
.price.men .treatment_menu div a {
	color: #43808a;
}
.price .treatment_menu .set a,
.price .treatment_menu .yoyaku a {
	padding-left: 10px;
}
.price .treatment_menu .yoyaku a,
.price.men .treatment_menu .yoyaku a {
	color: #fff;
	padding-left: 0;
}
.price .treatment_menu div a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
.price .treatment_menu div a:after {
	content: "";
	width: 5px;
	height: 5px;
	border: 3px solid #ab5a67;
	border-left: none !important;
	border-top: none !important;
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: rotate(-45deg) translate(0, -50%);
	margin-top: -1px;
}
.price.men .treatment_menu div a:after {
	border: 3px solid #43808a;
}
.price .treatment_menu .yoyaku a:after,
.price.men .treatment_menu .yoyaku a:after {
	display: none;
}
.price .treatment_menu .yoyaku a:before,
.price.men .treatment_menu .yoyaku a:before {
	content: url(../img/icon_yoyaku.png);
	width: 50px;
	height: 30px;
	background: transparent;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transform: scale(.15);
	margin-right: 10px;
}
@media screen and (max-width: 779px) {
	.price .treatment_menu div {
		height: 50px;
		font-size: 17px;
		line-height: 50px;
	}
	.price .treatment_menu .yoyaku,
	.price.men .treatment_menu .yoyaku {
		height: 60px;
		font-size: 19px;
		line-height: 60px;
	}
	.price .treatment_menu .yoyaku a:before,
	.price.men .treatment_menu .yoyaku a:before {
		width: 40px;
		height: 25px;
		transform: scale(.13);
	}
}
@media screen and (max-width: 599px) {
	.price .treatment_menu div {
		width: 100%;
		display: block;
	}
	.price .treatment_menu .armpit,
	.price .treatment_menu .hand,
	.price .treatment_menu .delicate {
		margin-left: 0;
	}
}

/* 施術テーブル
====================================== */
.price .shijutsu {
	margin-top: 40px;
}
.price .shijutsu table {
	width: 100%;
	border-collapse: separate;
}
.price .shijutsu th,
.price .shijutsu td {
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
.price .shijutsu th:first-child,
.price .shijutsu td:first-child {
	border-left: 1px solid #ccc;
}
.price .shijutsu tr:first-child th,
.price .shijutsu tr:first-child td {
	color: #ab5a67;
	font-weight: 600;
	background: rgba(255, 181, 193, 1);
	border: 1px solid #e197a3;
}
.price .shijutsu tr:first-child td {
	border-left: none;
}
.price .shijutsu th {
	width: 61%;
	background: rgba(255, 181, 193, .3);
}
.price.men .shijutsu tr:first-child th,
.price.men .shijutsu tr:first-child td {
	color: #43808a;
	background: rgba(166, 217, 229, 1);
	border: 1px solid #88bbc7;
}
.price.men .shijutsu tr:first-child td {
	border-left: none;
}
.price.men .shijutsu th {
	background: rgba(166, 217, 229, .3);
}
.price .shijutsu span {
	display: inline-block;
}
.price .parts .left {
	width: 35%;
}
.price .parts .center {
	width: 32%;
}
.price .parts .right {
	width: 33%;
}
.price .parts#face tr:first-child th {
	background: rgba(255, 181, 193, 1) url(../img/women_face.png) -10px center no-repeat;
	background-size: 75px;
	padding-left: 70px;
}
.price .parts#face th {
	background: rgba(255, 181, 193, .3);
}
.price.men .parts#face tr:first-child th {
	background: rgba(166, 217, 229, 1) url(../img/men_face.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .parts#face th {
	background: rgba(166, 217, 229, .3);
}
.price .parts#armpit tr:first-child th {
	background: rgba(255, 181, 193, 1) url(../img/women_armpit.png) -10px center no-repeat;
	background-size: 75px;
	padding-left: 70px;
}
.price .parts#armpit th {
	background: rgba(255, 181, 193, .3);
}
.price.men .parts#armpit tr:first-child th {
	background: rgba(166, 217, 229, 1) url(../img/men_armpit.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .parts#armpit th {
	background: rgba(166, 217, 229, .3);
}
.price .parts#foot tr:first-child th {
	background: rgba(255, 181, 193, 1) url(../img/women_foot.png) -10px center no-repeat;
	background-size: 75px;
	padding-left: 70px;
}
.price .parts#foot th {
	background: rgba(255, 181, 193, .3);
}
.price.men .parts#foot tr:first-child th {
	background: rgba(166, 217, 229, 1) url(../img/men_foot.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .parts#foot th {
	background: rgba(166, 217, 229, .3);
}
.price .parts#hand tr:first-child th {
	background: rgba(255, 181, 193, 1) url(../img/women_hand.png) -10px center no-repeat;
	background-size: 75px;
	padding-left: 70px;
}
.price .parts#hand th {
	background: rgba(255, 181, 193, .3);
}
.price.men .parts#hand tr:first-child th {
	background: rgba(166, 217, 229, 1) url(../img/men_hand.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .parts#hand th {
	background: rgba(166, 217, 229, .3);
}
.price .parts#body tr:first-child th {
	background: rgba(255, 181, 193, 1) url(../img/women_body.png) -10px center no-repeat;
	background-size: 75px;
	padding-left: 70px;
}
.price .parts#body th {
	background: rgba(255, 181, 193, .3);
}
.price.men .parts#body tr:first-child th {
	background: rgba(166, 217, 229, 1) url(../img/men_body.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .parts#body th {
	background: rgba(166, 217, 229, .3);
}
.price .parts#delicate tr:first-child th {
	background: rgba(255, 181, 193, 1) url(../img/women_delicate.png) -10px center no-repeat;
	background-size: 75px;
	padding-left: 70px;
}
.price .parts#delicate th {
	background: rgba(255, 181, 193, .3);
}
.price.men .parts#delicate tr:first-child th {
	background: rgba(166, 217, 229, 1) url(../img/men_delicate.png) -10px center no-repeat;
	background-size: 75px;
}
.price.men .parts#delicate th {
	background: rgba(166, 217, 229, .3);
}
.price .shijutsu .treatment_menu {
	margin-top: 20px;
}
@media screen and (max-width: 719px) {
	.price .shijutsu {
		margin-top: 30px;
	}
	.price .shijutsu th,
	.price .shijutsu td {
		padding: 10px;
	}
}

/* 説明(下部)
====================================== */
.price .explanation_bottom {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 20px;
}
.price .explanation_bottom span {
	color: #ff6600;
}
@media screen and (max-width: 719px) {
	.price .explanation_bottom {
		margin-top: 20px;
		padding-top: 15px;
	}
}