﻿

/* -----------------------------------------------
consul
-------------------------------------------------- */

#consul{
	width: 100%;
	overflow: hidden;
}

#consul .inner {
	width: 100%;
	/*max-width: 1280px;*/
	max-width: 1142px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.about_wrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
}

#consul h2{
	text-align: left;
	margin-bottom: 30px;
}

#consul h3{
	font-size: 24px;
	font-weight: 600;
	color: #666666;
	text-align: left;
	margin-bottom: 30px;
}

#consul p.ph{
	text-align: center;
}

#consul img{
	max-width: 100%;
	height: auto;
}


/* -----------------------------------------------
contact
-------------------------------------------------- */

#contact{
	width: 100%;
	overflow: hidden;
	font-family: 'Sawarabi Mincho', "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#contact h2{
	font-size: 24px;
	border-left: 8px solid #E6E6E6;
	padding-left: 18px;
	text-align: left;
	margin-bottom: 30px;
}

#contact p.read{
	text-align: left;
	font-size: 18px;
	margin-bottom: 40px;
}

#contact p.mail{
	text-align: left;
	font-size: 18px;
	color: #EC8E26;
	
}

#contact p.mail a{
	color: #EC8E26;
}

#contact p.mail a:hover{
	color: #B56E20;
}



/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:812px) {

} /*@mediaEnd*/


/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){

/* consul
===================================*/

#consul .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

#consul h2{
	margin-bottom: 20px;
}

#consul h3{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
	
.about_wrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

/* -----------------------------------------------
contact
-------------------------------------------------- */

#contact h2{
	font-size: 18px;
	margin-bottom: 20px;
}
	
#contact p.read{
	font-size: 13px;
}
	
}
