@charset "UTF-8";
/*==============================================================================
reservation CSS
==============================================================================*/


header {
	background-image: url(../img/concept/concept_top.jpg);
}
h2, h3 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
h2 {
	font-size: 30px;
	padding-top: 1.4em;
}
h3 {
	font-size: 21px;
	padding-bottom: 1.4em;
}
h4 {
	font-size: 21px;
	padding-bottom: 1.4em;
}
#concept {
	padding-bottom: 2em;
}
#concept p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.2em;
	line-height: 2em;
	padding-top: 3em;
	letter-spacing: 0em;
}
ol li {
	padding-bottom: 3em;
}
ol dt.num-title {
	font-size: 18px;
	letter-spacing: 0.4em;
	padding-left: 0.6em;
	padding-bottom: 1.4em;
	font-weight: bold;
}
ol dd {
	text-align: left;
}
ol .num-img {
	width: 80px;
	padding: 6em 0 1em 0;
}
ol .attention {
	font-size: 12px;
}
ol table {
	margin: 2em 0;
}
ol table td {
	padding: 40px;
}
ol table#num_1-table td {
	vertical-align: top;
	display: block;
}
ol table#num_1-table td dt, ol table#num_1-table td dd {
	font-size: 14px;
	text-align: left;
}
ol table#num_1-table td dt {
	font-weight: bold;
}
ol table#num_1-table td dt img {
	width: 70%;
	height: auto;
	padding-bottom: 1em;
	display: block;
	margin:0 auto;
}
ol table#num_1-table td#shampoo{
	border-bottom:0px;
}
table#omotenashi-logo td {
	padding: 0;
	border: none;
	width: 50%;
}
#omotenashi-logo img {
	padding-bottom: 1em;
	width: 100%;
	height: auto;
}
.linkbtn a {
	display: block;
	border: 1px solid #fff;
	padding: 2.2em 0;
	color: #fff;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.15);
	margin-top: 2em;
}
#about-iyohk {
	padding-top: 8em;
}
#about-iyohk h3 {
	font-size: 16px;
}
#about-iyohk dl{
	margin-top:2em;	
}
#map_01 {
	width: 100%;
	height: 344px;
	margin: 4em auto 0 auto;
}
#map_02 {
	width: 100%;
	height: 344px;
	margin: 4em auto 0 auto;
}
#concept-text img{
	max-width:485px;
	width:90%;
	height:auto;
}

@media print, screen and (min-width:768px) {/*768px以上のCSS PC用*/
h2 {
	font-size: 38px;
}
#concept p {
	font-size: 19px;
	letter-spacing: 0.3em;
}
ol table#num_1-table td {
	width: 50%;
	display: table-cell;
}
ol table#num_1-table td#shampoo{
	border-bottom:1px solid #fff;
}
ol li {
	padding-bottom: 6em;
}
ol dt.num-title {
	font-size: 20px;
}
ol .num-img {
	width: 120px;
}

}

@media print, screen and (min-width:1024px) {/*1024px以上のCSS PC用*/
ol table#num_1-table td dt img {
	width: 320px;
	height: 182px;
}
table#omotenashi-logo img {
	width: 400px;
	height: 240px;
}

}