@charset "utf-8";

/*フェードイン処理
-------------------------------------------------------------------------------------------------------------------*/
/* 画面外にいる状態 */
.fadein {
    opacity : 1;
    }
 

/* 2つ目の要素に200msのdelayをかける */
.fadein:nth-of-type(2) {
    -moz-transition-delay:0;
    -webkit-transition-delay:0;
    -o-transition-delay:0;
    -ms-transition-delay:0;
    }
/* 3つ目の要素に400msのdelayをかける */
.fadein:nth-of-type(3) {
    -moz-transition-delay:0;
    -webkit-transition-delay:0;
    -o-transition-delay:0;
    -ms-transition-delay:0;
    }

/* 画面外にいる状態 */
.effect {
    opacity : 1;
    transform : translate(0,0);
    transition : all 0;
    }
 
/* 画面内に入った状態 */
.effect.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


/*全体
------------------------------------------------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
#header, #globalnav, #container, #footer, #copyright, #main_visual #inner {
	min-width: 0;
}
#header_area, #globalnav ul, #wrapper, #footer_inner, .inner {
	width: 100%;
	margin: 0 auto;
}
#header {
	position: static;
}
* {
	box-sizing: border-box;
}
/*ヘッダーテキスト*/
#header_area h1{display:none;}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
@media screen and (max-width: 599px){
	p{line-height: 1.6;font-size: 14px;}
}
/* ボックス処理
------------------------------------------------------------------------------------------------------------------*/
.box_left, .box_right{float:none;
}

/* 見出しについて
------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3 {
	overflow: hidden;
}
h1 img, h2 img, h3 img {
	max-width: 95%;
	margin: 0 auto;
}
/* テーブルに関する設定
==================================================================================================================*/
table {
	width: 100%;
}
@media screen and (max-width: 999px){
table thead {
    display: none;
}
table tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
}
table tbody td {
    display: block;
}
table tbody td p {
	padding-left: 20px;
}
tbody th{text-align: center;}
}
/*ナビげーション
------------------------------------------------------------------------------------------------------------------*/
/*スマホヘッダー*/
#header_smt{width:100%;width:100%;height:50px;}
#header_btn_smt{display:block;}
#header_data{display:none;}

#container {
	background: none;
}
#wrapper {
	margin: 0px auto;
}
/*グローバルナビ*/
#globalnav ul li {
	background-position: center center;
}


#header_area {
	height: auto;
	padding:0;
	position:relative;
}
#container {
	position: relative;
	transition:left .2s ease-in-out;
	left:0px;
}

/*ONの時はボタン消す*/
#wrapper {
	width: 100%;

}
#breadcrumb p {
    width:100%;
}
#sform.resForm tr {
	margin-top: 10px;
}
#sform.resForm th {
	width: 100%;
}
.noTab, .noTab caption, .noTab thead, .noTab tfoot, .noTab tbody, .noTab tr, .noTab th, .noTab td {
	display: block;
	width: 100%;
}
#sform.resForm .spamenu {
	display: block;
}
/*フッター
------------------------------------------------------------------------------------------------------------------*/
/*フッター*/
#footer {
	 padding: 40% 0 10px;
}

#copyright {
	width: 100%;
	text-align: center;
}
/*==================================================================================================================
トップページに関する設定
==================================================================================================================*/
/*メインビジュアル
-------------------------------------------------------------------------------------------------------------------*/
#top_page .main_img{height: auto;padding: 0 0 100px;}
@media screen and (max-width: 899px){
#top_page .main_img{padding: 0 0 180px;}
}
.top_box01 .box01_text{width: 100%;height: auto;padding-top: 0;}
#top_page .main_img h1{margin-bottom: 20px;}
.content_bottom .box01_img img{margin: 0 auto;display: block;}
.top_box01{padding: 30px 15px 200px;}
.top_box01 .box01_text .button01{position: static;margin-top: 20px;}

@media screen and (max-width: 899px){
.top_box01 .top_box01_2{ width: 100%;display: table;}
.top_box01 .top_box01_2 > div{
	display: block;
    max-width: 300px;
    margin: 0 auto;}
}

/*==================================================================================================================
サブページに関する設定
==================================================================================================================*/
.txt_center p{text-align: left;}
#sub_page #wrapper .inner{padding: 0 15px;}

.btn_other a{width: 100%;}
.salon_box .box02{width: 100%;}

.form_box dt,.form_box dd{width: 100%;}
.salon_box ul{display: table;margin: 0 auto;}
.salon_box li{margin-bottom:20px;}
.salon_box .box04 dl{padding: 20px 15px;}
.salon_box .box04 dt, .salon_box .box04 dd{text-align: left;}
.salon_box .box04 dt {
    font-size: 1.4rem;
}

.btn_tel a, .btn_form a{margin-bottom:20px;}
.charm_box .box02 ul{justify-content: center;flex-wrap: wrap;}
.charm_box .box02 li{margin: 10px 2.5%;}
@media screen and (max-width: 799px){
.charm_box .box02 ul{justify-content: center;}
.charm_box .box02 li{width: 40%;}
}
@media screen and (max-width: 699px){
    .btn_other{
	position: static;
    display: table;
    margin: 20px auto;
	}
}

@media screen and (max-width: 599px){
ul#salon_list{width: 100%;margin: 10px auto;}
ul#salon_list li a{
    width: 50%;
    background: #b08484a1;
    border: 1px solid;
    padding: 10px;
    color: #fff;
    text-decoration: none;}
ul#salon_list dd{margin-bottom:20px;}
.txt_right, .txt_right p{ text-align: center;}

}
@media screen and (max-width: 499px){
	ul#salon_list li dt{font-size:font-size: 1.3em;}
#sub_page #wrapper{padding-top: 20px;}
#globalnav{padding: 0;}
#sub_page h2{margin-bottom: 30px;}
#sub_page h2 img{width: 70%;}
.salon_box h3{margin-bottom: 10px;}
h3, .charm_box .box02 h4{font-size: 1.5em;margin-bottom: 0;}
	#sub_page .salon_name{padding-top: 10px;}
	#sub_page .salon_name h2{font-size: 2em;}
	#sub_page .salon_name h2::before{width: 50%}
.btn_other a, .salon_box .box02, .content_bottom{margin-bottom: 30px;}
.salon_box .box02 .mess_text p{text-align: left;}
.salon_box .box02 .mess_text p, .salon_box .box04 dt, .salon_box .box04 dd{
    line-height: 1.8;
	}
.salon_box .box04 dd{
    font-size: 0.9em;
	}
.charm_box .box02 li{width: 45%;}
	.salon_box ul{padding: 0;}
	.salon_box p.txt_center{text-align: left;}
}

@media screen and (max-width: 399px){
	.charm_box h3.main{text-align: left;}
	.smt_br{display: block;}
	.attention_box ol{padding:0 15px 0 30px;}

}






