@charset "UTF-8";


/*------------------------------------------------------------
	カバービジュアル
------------------------------------------------------------*/

.main-visArea {
	margin-bottom: 0;
}

.main-vis .main-img {
	background-image: url('../img/contact/img_main.jpg');
}

@media only screen and (min-width: 768px) {
	.main-visArea {
		margin-bottom: 60px;
	}
		
}

/*------------------------------------------------------------
	Contents
------------------------------------------------------------*/

.contents section {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
	
	#container .contents {
		margin:0 auto;
	}
	
	.contents section {
		padding-bottom: 25px;
		border-bottom: 1px dotted #ccc;
	}

}

@media only screen and (min-width: 768px) {
	
	#container .contents:nth-of-type(3) {
		width: 880px;
		min-width: 880px;
		max-width: none;
	}

}


/*------------------------------------------------------------
	サロン名
------------------------------------------------------------*/

.one-half h3 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	
	.one-half h3 {
		font-size: 2rem;
		margin: 0 0 20px;
	}
	
}

/*------------------------------------------------------------
	サロンインフォ
------------------------------------------------------------*/

.contents section table {
	width: 100%;
	font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {

	.contents section table {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	
}

.contents section table th {
	display: table-cell;
	border: none;
	padding: 5px 10px;
	text-align: left;
}

.contents section table tr {
	border-bottom: 1px dotted #ccc;
}

.contents section table td {
	display: table-cell;
	border: none;
	padding: 5px;
}

@media only screen and (min-width: 768px) {
	
	.contents section table th {
		padding: 12px 10px;
	}
	
	.contents section table td {
		padding: 12px 10px;
	}
	
}


.contents section table td a {
	text-decoration: none;
}

.contents section table td i.fa-whatsapp {
	color: #0dc16a!important;
}

.contents section table td a:hover {
	text-decoration: underline;
}


.contents section a.booking-btn-contact {
	display: block;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	color: #000;
	padding: 0 10px;
	border: 1px solid #000;
	text-decoration: none;
	margin-top: 15px;
}

.contents section a.booking-btn-contact:hover {
	background: #000;
	color: #fff;
}


@media only screen and (min-width: 768px) {
	
	.contents section a.booking-btn-contact {
		font-size: 1.8rem;
		line-height: 40px;
		text-align: center;
		color: #000;
		padding: 0 10px;
		border: 1px solid #000;
		text-decoration: none;
		margin: 0 0 30px;
	}
	
}


/*------------------------------------------------------------
	サロン写真
------------------------------------------------------------*/

img.salon-pic {
	display: block;
	max-width:100%;
	height: auto;
	height:auto;
	margin-bottom:20px;
}


/*------------------------------------------------------------
	タブ
------------------------------------------------------------*/

#tab-select li a {
	height: 50px;
}


/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/

#tab-panel {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
	
	#tab-panel {
		margin-bottom: 120px;
	}

}


.accordion-menu {
	margin-bottom: 15px;
}

.accordion-menu dt {
	background: #EDEFF1;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 14px 10px 12px 70px;
	cursor: pointer;
	position: relative;
}

.accordion-menu dt span.box {
	background: #3c3c3c;
	width: 50px;
	height: 100%;
	font-size: 2rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion-menu dt span.box span {
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
	
	.accordion-menu dt {
		font-size: 1.6rem;
		line-height: 2;
		padding: 20px 10px 20px 110px;
	}

	.accordion-menu dt:hover {
		opacity: 0.9;
	}
	
	.accordion-menu dt span.box {
		width: 80px;
		font-size: 2.2rem;
	}

}

.accordion-menu dd {
	display: none;
	line-height: 1.8;
	padding: 20px 20px 30px;
}

.accordion-menu dd div {
	margin-top: 15px;
	padding: 20px;
	border: 1px solid #ccc;
}


