@charset "UTF-8";
/*=================
共通
====================*/

html{
	width:100%;
	font-size: 62.5%;
	color:#313131;
	font-family:'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin:0 auto;
}

a:link {
	color:#313131;
    text-decoration: none;
}    /*　未訪問リンクの文字色を変える */
a:visited {color:#4C4A4A;} /*　訪問済リンクの文字色を変える */
a:hover {color:#f2b0a6;}   /*　ポイント時のリンクの文字色を変える */
a:active {color:#f2b0a6;}  /*　選択中のリンクの文字色を変える */

body{
	width:100%;
	margin:0 auto;
  　overflow:hidden;
}

footer{
	width:100%;
	height:160px;
	background-color:#F4EADB;
	
}

footer .footer_box{
	width:960px;
	margin: 0 auto;
}

.copylight{
	display: block;
	font-size:1.8rem;
    text-align: center;
    padding-top:70px;
}

.footer_nav{
	font-size:1.3rem;
	float:right;
	margin-right:15px;
}

/*=================
トップページ
====================*/

.wrap_top{
	width:100%;
	font-size:1.6rem;
	line-height:3.2rem;
	background-image:url(../images/top_back.jpg);
}

.wrap_top .top_header{
    width:100%;
	height:550px;
	margin:0 auto;
	position:relative;
}

.wrap_top .sp_main{
	display:none;
}

.wrap_top .top_header .top_main{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index:1;
}

.wrap_top .top_header .flower_l{
    display: block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
}

.wrap_top .top_header .flower_r{
	display: block;
	position:absolute;
	right:0;
	bottom:0;
	z-index:10;
}

.wrap_top .top_logo{
	width:100%;
	height:150px;
	background:#F4EADB url(../images/top_moyou.png) repeat-x;
}

.wrap_top .top_logo img{
	display: block; 
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding-top: 20px;
}


.wrap_top .top_contents{
	width:100%;
	height:650px;
	background-color:#302f2f;
}

.wrap_top .business_area{
	width:960px;
	margin:0 auto;
	position: relative;
}

.wrap_top .business_area .ttl_business{
	display: block;
	padding:50px 0 30px 0;
}


.top_box{
	float:left;
	margin-right:20px;
	width:300px;
	height:400px;
	background-color: #fff;
}

.top_box h3{
	display: block;
	font-size:2.2rem;
	padding:20px 0 15px 20px;
}

.top_box h4{
	display: block;
	padding-left:25px;
}

.padding_15px{
	padding-top: 15px;
}

.top_box h4 span{
	font-size:1.9rem;
}

.top_box ul{
	font-size:1.6rem;
	line-height:2.2rem;
	display: block;
	padding-left:25px;
}

.top_box p{
	display:block;
    padding:0 22px;
	font-size: 1.5rem;
    line-height: 2.0rem;
}
   
.business_area .goto_contact{
    display: block;
	width:205px;
	margin-left: auto;
	padding-right:18px;
    padding-top:40px;
}

/*=================
特定商取引　プライバシーポリシー
====================*/

.wrap_sct{
	width:100%;
	font-size:1.6rem;
	line-height:3.2rem;
	overflow:hidden;
}

.wrap_sct .stc_area,.wrap_sct .privacy_area{
	display:block;
	width:720px;
	margin:0 auto 200px;
}

.wrap_sct h1{
	width:100%;
	height:100px;
	background-color:#F4EADB;
	padding-top: 8px;
}

.wrap_sct h1 img{
	display: block;
	margin:0 auto;
}

.wrap_sct .stc_area .pc_sct img{
	display: block;
	margin: 0 auto;
	margin-bottom:60px;
}

.wrap_sct .sp_sct{
	display:none;
}

.wrap_sct h2{
	display:block;
	font-size: 2.8rem;
	padding:100px 0 100px 0;
}

.wrap_sct .privacy_area .privacy_ttl{
	display:block;
	font-size:2.2rem;
	padding-bottom:30px;
}

.wrap_sct .privacy_area .privacy_disc{
	display: block;
	padding-bottom:60px;
}

.wrap_sct .privacy_area .goto_contact01{
	text-decoration:underline;
}

/*=================
お問い合わせ
====================*/
.wrap_contact{
	width:100%;
	font-size:1.8rem;
	line-height:3.2rem;
}

.wrap_contact h1{
	width:100%;
	height:100px;
	background-color:#F4EADB;
	padding-top: 8px;
}

.wrap_contact h1 img{
	display: block;
	margin:0 auto;
}

.contact_area{
	width:730px;
	margin:0 auto;
}

.wrap_contact h2{
	display:block;
	font-size: 2.8rem;
	padding:100px 0 100px 0;
}

.contact_area .contact_disc{
	font-size: 1.4rem;
	display: block;
	padding-bottom:90px;
}

form {
    margin: 0 auto;
    width: 640px;
}

form input,textarea{
    /* すべてのテキストフィールドを同じサイズにする */
    width:420px;
	height:40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
}

form label{
    display: inline-block;
    width:200px;
    text-align:left;
}

form .contact_input{
	text-align:right;
	padding-bottom:40px;
}

textarea{
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
	display:block;
    vertical-align: top;
    height:400px;
	margin-left:auto;
}

.contact_textarea #textarea_label{
	display: block;
	width:200px;
    text-align:left;
	padding-left:14px;
}

form .button{
	width:150px;
	display:block;
	margin-left:auto;
	padding-bottom:80px;
}

button{
	-webkit-appearance:none;
    border:none;
	padding: 30px 30px 0 0;
}

/*=================
レンタルサロンのページ
====================*/

.rentalSalon{
	width:100%;
	position: relative;
}

.salonTitle{
	width:720px;
	margin: 0 auto;
}

.rentalSalon h2{
	width:445px;
	float: left;
	padding:80px 0 50px 0;
}

.salonCopy01{
	background-color: #fdeae4;
	height: 300px;
	position: relative;
}

.inner_salonCopy01{
	width: 720px;
    margin: 0 auto;
    position: relative;
}

.img_salonFlower{
	position: absolute;
    right: 0;
    top: -150px;
}

.copyText01{
	width: 450px;
    font-size: 1.6rem;
    line-height: 2.4;
    position: absolute;
    left: 0;
    padding-top: 40px;
}

.salonImage{
	background:url(../images/img_tuta.png) repeat-x;
	margin-top:300px;
}

.inner_salonImage{
	width: 720px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}

.img_salonMain{
	padding-top:50px;
	position: absolute;
	left: 0;
    top: -320px;
}

.img_salonChair{
	position: absolute;
	right: 0;
	top:70px;
}

.copyText02{
	display: block;
	position: absolute;
	left: 30px;
    top: 180px;
	font-size:1.6rem;
	line-height: 2.4;
}

.salonContact{
	width:720px;
	margin: 0 auto;
    text-align: center;
}

.contactDiscription{
	display: block;
	text-align: center;
	font-size:1.4rem;
	padding-bottom: 15px;
	text-decoration: line-through;
}

.contactDiscription01{
	display: block;
	text-align: center;
	font-size:1.5rem;
	padding-bottom: 0;
	color:#990e2a;
}

.btn_contact02{
	display: block;
    margin: 0 auto;
}

.salonSchedule{
	width:720px;
	margin:0 auto;
	margin-top: 130px;
}

	.ttl_salonCarendar{
		display: block;
		padding: 50px 0 50px 0;
	}

	.carendarDiscription{
		padding-bottom: 10px;
	}

	.wrap_iframeArea{
		max-width: 760px;
		min-width: 300px;
		margin: 0 auto;
		}
	
	.salonSchedule .iframeArea{
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: 70%;
}
	
	.salonSchedule iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%!important;
	}

/*RFブログへのボタン*/
		.wrap_btn_rfblog{
			width:100%;
			margin: 0 auto;
		}

		.btn_rfblog{
			background: url("../images/btn_rfblog_hover.png") no-repeat;
			    display: block;
				width: 240px;
				height: auto;
				margin: 20px auto 50px;
		}

		.btn_rfblog img{
			width:240px;
			height: auto;
			max-width: 100%;
		}

		.btn_rfblog a{
			display: inline-block;
		}

		.btn_rfblog a:hover{
			background-color: transparent; /* IE6対応 */
		}

		.btn_rfblog a:hover img{
			visibility: hidden;
		}
		.wrap_btnBacktop{
			width: 720px;
			margin: 0 auto
		}
		.btnBacktop{
			padding: 40px 0 60px 0;
		}

/*=================
レスポンシブ設定
====================*/


@media screen and (max-width:640px){

	/*共通*/	
	
	footer {
		width: 100%;
		height: 140px;
	}
	
	.copylight {
		display: block;
		font-size:1.5rem;
		text-align: center;
		padding-top:55px;
	}
	
	.footer_nav {
		font-size: 0.8rem;
		float: right;
		margin-right: 15px;
		padding-top: 13px;
	}
	
	
	
/*トップページ*/
	.wrap_top{
	background-image:none;
       }

	footer .footer_box{
		width:100%;
		}
	
	.wrap_top .top_header {
		width: 100%;
		height: auto;
	    }
	
	.wrap_top .top_header .top_main{
		display:none;
	    }
	
	.wrap_top .top_header .flower_l{
		display:none;
		}

	.wrap_top .top_header .flower_r{
		display:none;
		}
	
	.wrap_top .sp_main{
		display:block;
		width:100%;
		height:auto;
	}
	
	.wrap_top .top_logo{
		background:none;
		height:0;
	}
	
	.wrap_top .top_logo img{
		display:none; 
		padding-top:0; 
	}
	
	.wrap_top .top_contents {
		width: 100%;
		height: auto;
		}
	
	.wrap_top .business_area{
		width:100%;
		height:auto;
		margin:0 auto;
	}
	
	.wrap_top .business_area .ttl_business{
		display: block;
		width: 30%;
		height: auto;
		padding: 50px 0 30px 10%;
		}
	
	.top_box{
		float: none;
		margin-right:0;
		margin: 0 auto 30px;
		width:80%;
		height:auto;
		background-color:#fff;
		padding-bottom:30px;
		}
	
	.top_box img{
		width:100%;
		height: auto;
	}
	
	.top_box h3{
		font-size:1.8rem;
	}

 	.top_box h4{
		display: block;
		box-sizing: border-box;
		padding-left:22px;
	}

	.top_box ul{
		font-size:1.4rem;
		line-height:2.2rem;
		display: block;
		box-sizing: border-box;
		padding:0 40px 0;
	}

	.top_box p{
		display:block;
		text-align: center;
	}
	
	.business_area .goto_contact{
		display: block;
		width:50%;
		height:auto;
		margin-left:auto;
		box-sizing: border-box;
		padding: 20px 10% 50px 0;
	}

/*特定商取引、プライバシーポリシー*/	

	.wrap_sct .stc_area,.wrap_sct .privacy_area{
		display:block;
		width:100%;
		margin:0 auto 100px;
	}
	
	.wrap_sct h1 {
    width: 100%;
    height: 75px;
	}
	
	.wrap_sct h1 img {
		display: block;
		margin: 0 auto;
		width: 65px;
		height: auto;
	}
	
	.wrap_sct h2{
		font-size:2.0rem;
		padding: 50px 0 50px 5%;
	}
	
	.wrap_sct .sp_sct{
		display:block;
		width:100%;
		height:auto;
		margin: 0 auto;
		margin-bottom:60px;
		}
	
	.wrap_sct .pc_sct{
		display:none;
	     }
	
	.wrap_sct .privacy_area .privacy_ttl{
		display:block;
		font-size:1.8rem;
		padding-bottom:30px;
		padding:0 5%;
	}

	.wrap_sct .privacy_area .privacy_disc{
		display: block;
		font-size:1.4rem;
        line-height: 2.4rem;
		box-sizing: border-box;
		padding:0 5% 60px 5%;
	}
	
	/*レンタルサロン*/
	
	.salonTitle{
		width:100%;
	}
	
	.rentalSalon h2{
		float: none;
		padding:70px 5% 130px 5%;
	}
	
	.rentalSalon h2 img{
		width: 280px;
		height: auto;
		display: block;
	}
	
	.salonCopy01{
		height: 280px;
	}
	
	.inner_salonCopy01{
		width: 100%;
	}
	
	.copyText01 {
		width: 100%;
		font-size: 1.3rem;
		line-height: 2.4;
		left: 5%;
		padding-top: 50px;
		}


	.img_salonFlower {
		width: 180px;
		height: auto;
		right: 0;
		top: -110px;
		}
	
	.salonImage{
	background:url(../images/sp_img_tuta.png) repeat-x;
	margin-top:300px;
}
	
	.inner_salonImage{
		width: 100%;
		height: 520px;
	}
	
	.img_salonMain{
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 50px 5% 0 5%;
		position: absolute;
		left: 0;
		top: -300px;
	}
	
	.img_salonChair{
		width:70%;
		height: auto;
		left: 0;
		top:30px;
		padding: 60px 5% 0 5%;
	}
	
	.copyText02{
		    display: block;
			position: absolute;
			left: 15%;
			top: 460px;
			font-size: 1.3rem;
			line-height: 2.4;
	}
	
	.salonContact{
		width:100%;
		padding-top: 120px;
	}
	
	.contactDiscription01{
		padding-top: 20px;
	}
	
	.contactDiscription{
		font-size:1.3rem;
		padding:0 0 15px 0;
	}
	
	.btn_contact02{
		width:70%;
		height: auto;
	}
	
	.btnBacktop{
    padding: 30px 5% 50px 5%;
		width: 100px;
		height: auto;
		}
	
	}

