@charset "UTF-8";

/*
	全体的
================================*/
body{
	//background-color: #ffe0ea;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	font-size: 15px;
	line-height: 1.5;
}

a img:hover{
	opacity: 0.7;
}

p, li, table{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.7;
	font-size: 15px;
}

#main{
	width: 640px;
	margin:auto;
	padding-top: 40px;
}

#content{
	margin-top: 50px;
}

.pc { display: block !important; }
.sp { display: none !important; }

/*
	見出し
================================*/
h2.h2{
	background: #df4d7c;
	padding: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
	font-size: 17px;
}

/*
	p span など
================================*/
.small{
	font-size: 13px;
}

/*
	テーブル
================================*/
table{
    margin: 0 auto 32px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
table th{
  background: #be8f18;
  color: #fff;
  width: 30%;
}
table td{

}
table th, table td{
  border: solid 1px #E7E7E7;
  padding: 10px;
  text-align: left;
}

/*
	ヘッダー
================================*/
header{
	overflow: hidden;
}
div.head_box{
	background:#ff6d77;
	position: relative;
	z-index: 10;
	width: 100%;
}
div.head_box .inner{
	overflow: hidden;
	width: 1200px;
	margin: 0px auto;
	padding: 13px 0px;
}
div.head_box .inner .left{
	float: left;
	width: 20%;
}
div.head_box .inner .right{
	float: right;
	margin-top: 5px;
}
div.head_box .inner .right ul{

}
div.head_box .inner .right ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
div.head_box .inner .right ul li.tel{
	margin-top: 7px;
}

/*
	フッター
================================*/
footer{
	background: #ffe0ea;
	margin-top: 45px;
	padding-bottom: 140px;
}
#copyright{
	padding: 50px 0px 0px;
	border-top: solid 5px #ffb9be;
}
#copyright p{
	color: #777;
	font-size: 13px;
	text-align: center;
}
#copyright p a{
	color: #777;
	text-decoration: none;
}

footer p.btn{
	position: fixed;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	text-align: center;
}
footer p.btn img{
	display: inline;
}

/*
	TOP コンテンツ
================================*/
/********************
	メインイメージ
*********************/
.main_img{
	background-image: url("../images/main_img_bg.jpg");
}
.main_img .pc{
	position: relative;
	width: 1200px;
	margin: 0px auto;
}
.main_img p.main_btn{
	position: absolute;
	bottom: -5px;
	right: 145px;
}

/********************
	メインイメージ 下
*********************/
.main_under {
    background-color: #ffabae;
    height: 147px;
    background-image: url('../images/main_under_bg.png');
    position: relative;
    border-top: solid 8px #FFFFFF;
    border-bottom: solid 8px #FFFFFF;
}
.main_under_in{
	width: 1035px;
	margin: 0px auto;
}
.main_under_in img.img {
	position: absolute;
    bottom: -3px;
}
.main_under_in a {
	position: absolute;
    right: 50%;
    bottom: 3px;
    margin-right: -455px;
}

/********************
	ダウンタイムなし
*********************/
.downtime_box{
	position: relative;
}
.downtime_box p.img{
	position: absolute;
	bottom: 13px;
	left: 26px;
	max-width: 92%;
}

/********************
	脱毛部位
*********************/
.datumoubui_box{
	position: relative;
}
.datumoubui_box .datumoubui_btn{
	position: absolute;
	bottom: 60px;
	left: 17px;
}

/********************
	ポイント
*********************/
.point{
    margin: 50px 0px 0px;
}
.point_img01_box{
	position: relative;
}
.point_img01_img{
	position: absolute;
	bottom: 36%;
	left: 7.7%;
	max-width: 85%;
}

/********************
	プラン
*********************/
.plan{
	position: relative;
}
.plan .plan_btn{
	position: absolute;
	bottom: 25px;
	left: 17px;
}

/********************
	ご質問
*********************/
.qa{
	background: #fff;
	padding: 15px;
}

/* アコーディオン */
.qa-check{
    display: none;
}
.qa-label{
	background: #eb6e8c;
	background-image: url("../images/qa-icon01.png");
	background-position: right 25px center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}
.qa-label:after{

}
.qa-content{
	background: #fff;
    border: 1px solid #eb6e8c;
    border-top: 0px;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.qa-check:checked + .qa-label + .qa-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.qa-content dl{
	border-bottom: solid 1px #cec7c7;
	padding: 15px;
}
.qa-content dl:last-child{
	border-bottom: 0px;
}
.qa-content dt{
	background-image: url("../images/qa-icon02.png");
	background-position: left 0px center;
	background-repeat: no-repeat;
	padding: 10px 25px 10px 45px;
}
.qa-content dd{
	background-image: url("../images/qa-icon03.png");
	background-position: left 0px center;
	background-repeat: no-repeat;
	padding: 10px 25px 10px 45px;
	font-size: 13px;
	line-height: 1.7;
}

.bak_pink{
	padding: 3%;
	background-color: #ffe2eb;
	margin: 3% 0px;
	font-size: 13px;
	line-height: 1.7;
}

/********************
	サロンのご案内
*********************/
.access{
	background: #ffabae;
	padding: 20px;
}
.access p{
	margin-bottom: 17px;
}
.access p.last{
	margin-bottom: 0px;
}
.access_in{
	background:#fff;
	padding: 15px;
	margin-bottom: 17px;
}
.access_in p{
	color: #666;
	font-size: 20px;
	border-bottom: dotted 2px #b5b5b5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.access_in p:last-child{
	border-bottom: 0px;
}
.access_in p.ttl{
	font-size: 25px;
	font-weight: bold;
	color: #eb6e8c;
	position: relative;
	padding-left: 40px;
}
.access_in p.ttl::before {
    content: "";
    display: inline-block;
    background: #eb6e8c;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    border-radius: 100%;
    margin: 0 .1em 0 0;
    position: absolute;
    left: 0;
    top: 18%;
}
.access_in p.last{
	margin-bottom: 0px;
}

/********************
	ご予約お問い合わせ
*********************/
form{
	background: #fff;
	padding: 15px;
	padding-top: 30px;
	background-image: url("../images/contact_img_woman.png");
	background-position: right bottom 590px;
	background-repeat: no-repeat;
	background-size: 410px;
}
.p-top-contact_form_dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.p-top-contact_form_dl dt {
    width: 40%;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 3%;
    font-size: 13px;
}
.p-top-contact_form_dl dd {
    width: 57%;
    box-sizing: border-box;
    font-size: 15px;
}
.p-top-contact_form_dl dd, .p-top-contact_form_dl dt {
    color: #825f28;
    font-weight: 700;
    line-height: 1;
}
.p-top-contact_form_item-state {
    font-size: 15px;
    border-radius: 5.5px;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}
.p-top-contact_form_hissu {
    background-color: #ff665e;
}
.p-top-contact_form_none{
    background-color: #825f28;
}

[type="text"], [type="tel"], [type="email"], [type="number"], select, textarea {
    width: 98%;
    border: 1px solid #c0af93;
    border-radius: 7.5px;
    color: #825f28;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
}
input.name{
	margin-left: 5px;
	width: auto;
	max-width: 150px;
}
input.age {
    max-width: 110px;
}
input.tel {
    width: 100px;
    margin: 0px 7px;
    margin-left: 7px;
}
input.tel:first-child {
    margin-left: 0px;
}
input.tel:last-child{
	margin-right: 0px;
}
dd.form-in2 span {
    font-size: 13px;
    font-weight: normal;
    color: #e38f51;
    margin-top: 5px;
    display: block;
}
dd.form-in2 select{
	width: auto;
	min-width: 145px;
	margin-right: 5px;
}
dd.form-in2 select:first-child{
	margin-bottom: 13px;
}
button, input, select, textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.submit_btn input {
    background: #ff665e;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    max-width: 345px;
    display: block;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 8px 0;
    border:0px;
}
div.p-top-contact_form_privacy dt, div.p-top-contact_form_privacy dd{
	font-size: 11px;
	color: #5b3b27;
}
div.p-top-contact_form_privacy dl{
	margin-bottom: 14px;
}

form input[type="radio"]{
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	position: relative;
	top: 2px;
}
dd.form-in_radio span{
	display: inline-block;
	margin: 3px 0px 3px;
	color: #825f28;
}

/********************
	サンクスページ
*********************/
.white_box{
	background: #fff;
	padding: 5%;
}
.white_box p{

}
.white_box p.ttl{
	color: #fb717a;
	font-size: 28px;
	font-weight: bold;
}

/********************
	下層ページ
*********************/
.white_box2{
	background: #fff;
	padding: 5%;
}
.white_box2 p{

}
.white_box2 p.ttl{
	color: #fb717a;
	font-size: 28px;
	font-weight: bold;
}