@charset "utf-8";

body{
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #4D4D4D;
	font-size: 0.875rem;
	/*line-height: 1.6;*/
}

@font-face {
	font-family: "dincl";
	src: url('/common/fonts/DINCondensedLight.woff');
}

/*@-webkit-keyframes modify{
      0% { padding-top: 50px; margin-top: -50px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes modify{
      0% { padding-top: 50px; margin-top: -50px; }
    100% { padding-top: 0; margin-top: 0; }
}

section:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}*/


.fwb{ font-weight: bold; }
.febu{ font-weight: bold; text-decoration: underline; }
.tal{ text-align: left; }
.tac{ text-align: center; }
.tar{ text-align: right; }
.un{ text-decoration: underline; }

.mb_0{ margin-bottom: 0 !important; }
.mb_xxs{ margin-bottom: 3px !important; }
.mb_xs{ margin-bottom: 5px !important; }
.mb_s{ margin-bottom: 10px !important; }
.mb_m{ margin-bottom: 15px !important; }
.mb_l{ margin-bottom: 20px !important; }
.mb_xl{ margin-bottom: 25px !important; }

.tab-pc_view{ display: none; }
.tab_view{ display: none; }
.pc_view{ display: none; }

.t_id_1w{
	padding-left: 1em;
	text-indent: -1em;
}

.clear{
	clear: both;
	overflow: hidden;
}

/* -------------------------------- */
.wrapper{
	width:96%;
	margin:0 auto;
}

main{
	padding-top: 60px;
}
section{
	margin-bottom: 40px;
	/*padding-top: 20px;
	margin-top: -20px;*/
}
/*section::before {
	content: "";
	display: inline-block;
	height: 30px;
	margin-top: -30px;
	vertical-align: top;
}*/
section::before {
	content: "";
	display: block;
	height: 1rem;
	margin-top: -1rem;
	visibility: hidden;
}

h2{
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}


/* -------------------------------- */
.button{
	margin: 0 auto;
	width: 80%;
	border: solid 1px #323232;
}
.button a{
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 21px;
	outline: none;
	background: #fff url("/common/images/arrow.gif") no-repeat 97% 47% / 40px 6px;
}
.button a::before,
.button a::after{
	position: absolute;
	z-index: -1;
	content: '';
}
.button a,
.button a::before,
.button a::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button a:hover{
	background: #323232 url("/common/images/arrow_o.gif") no-repeat 97% 47% / 40px 6px;
	color: #fff;
}

.icon_triangle{
	padding-left: 8px;
	background: url(/common/images/triangle.gif) no-repeat;
	background-size: 6px 12px;
	background-position: 0% 50%;
}

/*.ttl_area{
	position: relative;
	margin-bottom: 20px;
}
.ttl_area:before{
	content: "";
	width: 10px;
	height: 42px;
	margin-top: -30px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
}
.ttl_area:after{
	content: "";
	width: 100%;
	height: 20px;
	background-size: 5px 20px;
	position: absolute;
	bottom: -20px;
}
.ttl_area .inner{
	width: 94%;
	margin: 0 auto;
	padding: 20px 0 8px 10px;
	position: relative;
	overflow: hidden;
}
.ttl_area h2.sec_ttl{
	font-size: 1.2rem;
	font-weight: normal;
	position: relative;
	color: #fff;
	padding-left: 3%;
	border-left: solid 3px #fff;
	z-index: 5;
}
.ttl_area .sbttl{
	font-size: 60px;
	font-family: "dincl";
	text-align: right;
	line-height: 0.8;
	letter-spacing: -0.3px;
	position: absolute;
	bottom: -5px;
	right: 0;
}*/

#mainvisual ul.slick li .catch{
	display: none;
}
#mainvisual ul.slick li img{
	border-radius: 5px;
}

#news .contents_area .news_area{
	background: #f2f2f2;
	padding: 20px;
}
#news .contents_area .news_area ul.news_list li{
	margin-bottom: 13px;
}
#news .contents_area .news_area ul.news_list li:last-child{
	margin-bottom: 0;
}
#news .contents_area .news_area ul.news_list li dl dt{
	font-family: "dincl";
	font-size: 1rem;
	margin-bottom: 2px;
}

.ttl_area{
	text-align: center;
	width: auto;
	width: 20%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.ttl_area_1{
	background: #fff;
}
.ttl_area h2{
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: normal;
	padding: 10px 0;
	/*padding-bottom: 5px;*/
	/*border-bottom: solid 1px #323232; */
	border: solid 1px #323232;
	border-radius: 5px;
	margin-bottom: 8px;
}
.ttl_area .subttl{
	font-family: "dincl";
	font-size: 1rem;
}

#contents{
	background: #f4eddc;
	padding: 40px 0 0;
}
#contents ul.contents_list{
	clear: both;
	overflow: hidden;
}
#contents ul.contents_list li{
	width: 48%;
	margin-bottom: 15px;
}
#contents ul.contents_list li:nth-child(odd){
	float: left;
}
#contents ul.contents_list li:nth-child(even){
	float: right;
}
#contents ul.contents_list li:last-child{
	margin-bottom: 0;
}
#contents ul.contents_list li dl{
	text-align: center;
}
#contents ul.contents_list li dl dt{
	margin-bottom: 5px;
}
#contents ul.contents_list li dl dt img{
	width: 100%;
}
#contents ul.contents_list li dl dd.ttl h4{
	font-weight: bold;
}
#contents ul.contents_list li dl dd.des{
	font-size: 0.75rem;
	line-height: 1.5;
}
#contents .annotation{
	/*text-align: center;
	font-weight: bold;
	font-size: 0.8rem;
	color: #fff;
	background: #666;
	line-height: 1.4;
	padding: 8px 0;*/
}


#facility .contents_area .faci_i img{
	width: 100%;
	border-radius: 5px;
}
#facility .contents_area .faci_p{
	background: #f2f2f2;
	padding: 20px 15px 15px;
}
#facility .contents_area .faci_p ul.faci_p_img{
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#facility .contents_area .faci_p ul.faci_p_img li{
	width: 32%;
	float: left;
	margin: 0 2% 10px 0;
}
#facility .contents_area .faci_p ul.faci_p_img li:nth-child(3n){
	float: right;
	margin: 0 0 10px 0;
}
#facility .contents_area .faci_p ul.faci_p_img li:last-child{
	margin: 0;
}
#facility .contents_area .faci_p ul.faci_p_img li:nth-last-child(2),
#facility .contents_area .faci_p ul.faci_p_img li:nth-last-child(3){
	margin: 0 2% 0 0;
}
#facility .contents_area .faci_p ul.faci_p_img li img{
	width: 100%;
}
#facility .contents_area .faci_p p{
	font-size: 0.75rem;
}

#company .company_profile h3{
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
#company .company_profile table{
	width: 100%;
}
#company .company_profile table tr{
	border-top: solid 1px #ccc;
}
#company .company_profile table tr:first-child{
	border-top: solid 1px #323232;
}
#company .company_profile table tr:last-child{
	border-bottom: solid 1px #323232;
}
#company .company_profile table tr td{
	vertical-align: middle;
	padding: 7px 5px 6px;
	line-height: 1.5;
}
#company .company_profile table tr td.head{
	width: 30%;
	text-align: center;
}
#company .company_profile table tr td.head2{
	width: 45%;
}
#company .company_profile ul.com_image{
	clear: both;
	overflow: hidden;
}
#company .company_profile ul.com_image li{
	width: 49%;
	float: left;
}
#company .company_profile ul.com_image li:last-child{
	float: right;
}
#company .company_profile ul.com_image li img{
	width: 100%;
	border-radius: 5px;
}
#company .company_profile .rightdir h5{
	font-weight: bold;
	padding-left: 7px;
	border-left: solid 3px #666;
	margin-bottom: 5px;
}
#company .company_profile .rightdir .traffic{
	margin-bottom: 15px;
}

#access{
	margin-bottom: 0;
}
#access #googlemaps{
	width:100%;
	height:300px;
	position:relative;
	background-color: grey;
	/*margin:0 auto;*/
}

/* -------------------------------- */
footer{
	background: #4d4d4d;
	padding: 20px 0 10px;
	color: #fff;
}
footer .upper{
	text-align: center;
	margin-bottom: 20px;
}
footer .upper h2{

}
footer .upper h2 img{
	width: 50%;
}
footer .upper address .consultation{
	padding: 10px 0 8px;
	color: #4D4D4D;
	background: #fcee21;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
}
footer .upper address .tel{
	font-family: "dincl";
	font-size: 1rem;
}
footer .upper address .tel a{
	color: #fff;
	font-size: 2rem;
}
footer .lower{
	border-top: solid 1px #666;
	padding-top: 10px;
	font-size: 0.6rem;
	text-align: center;
} 







/* ===================================
			iphone　横向き
=================================== */
@media screen and (min-width: 568px){


}








/* ===================================
				tablet
=================================== */
@media screen and (min-width:768px){
body{
		line-height: 1.7;
	}


.tab-pc_view{ display: block; }
.tab_view{ display: block; }
.sp_view{ display: none; }
.pc_view{ display: none; }
.sp-pc_view{ display: none; }

/* -------------------------------- */

main{
	padding-top: 0;
}
h2{
	margin-bottom: 10px;
	font-size: 1.5rem;
}


header#top-head,
header#top-head.fixed{
	position: static;
}
header .head_area{
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}
header .head_area .head_left{
	float: left;
	width: 37%;
}
header .head_area .head_left .logo_p a{
	display: block;
}
header .head_area .head_left .logo_p a img{
	width: 100%;
}
header .head_area .head_right{
	float: right;
	width: 60%;
	padding: 23px 0 0 0;
}
header .head_area .head_right nav ul{
	text-align: right;
}
header .head_area .head_right nav ul li{
	display: inline-block;
	border-right: solid 1px #ccc;
	padding: 0 3% 0 2.5%;
}
header .head_area .head_right nav ul li:last-child{
	border-right: none;
	padding: 0 0 0 2.5%;
}
header .head_area .head_right nav ul li a{
	font-size: 0.9rem;
}
header .head_area .head_right nav ul li a:hover{
	text-decoration: underline;
}



.ttl_area{
	width: 12%;
}
.ttl_area h2{
	font-size: 1.3rem;
	padding: 15px 0;
}

#facility .contents_area .faci_p{
	padding: 25px 35px 20px;
}
#facility .contents_area .faci_p ul.faci_p_img li{
	width: 30%;
	margin: 0 5% 15px 0;
}
#facility .contents_area .faci_p ul.faci_p_img li:nth-child(3n){
	float: right;
	margin: 0 0 15px 0;
}
#facility .contents_area .faci_p ul.faci_p_img li:nth-last-child(2),
#facility .contents_area .faci_p ul.faci_p_img li:nth-last-child(3){
	margin: 0 5% 0 0;
}
#facility .contents_area .faci_p ul.faci_p_img li:last-child{
	margin: 0;
}

#company .company_profile table tr td{
	padding: 10px 5px 9px;
}

footer .upper h2 img{
	width: 40%;
}
footer .upper address .consultation{
	width: 55%;
	margin: 0 auto;
}



}


/* ===================================
			tablet　横向き
=================================== */
@media screen and (min-width: 1024px){
	body{
		line-height: 1.8;
	}
	section::before {
		content: "";
		display: block;
		height: 6rem;
		margin-top: -6rem;
		visibility: hidden;
	}

	.sp-tab_view{ display: none; }
	.tab_view{ display: none; }
	.pc_view{ display: block; }
	.sp-pc_view{ display: block; }

	.mb_xxs{ margin-bottom: 5px !important; }
	.mb_xs{ margin-bottom: 10px !important; }
	.mb_s{ margin-bottom: 20px !important; }
	.mb_m{ margin-bottom: 30px !important; }
	.mb_l{ margin-bottom: 40px !important; }
	.mb_xl{ margin-bottom: 50px !important; }


/* -------------------------------- */
	
	header .head_area{
		padding: 25px 0 25px;
	}
	header .head_area .head_left{
		width: 30%;
	}
	header .head_area .head_right{
		padding: 27px 0 0 0;
	}
	#mainvisual ul.slick li{
		position: relative;
	}
	#mainvisual ul.slick li .catch{
		display: block;
		position: absolute;
		top: 10%;
		right: 0;
		padding: 8px 20px 7px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: right;
		background: #fff;
		z-index: 1000;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.ttl_area{
		width: 9%;
	}

	/*#news .contents_area{
		position: relative;
		clear: both;
		overflow: hidden;
	}
	#news .contents_area .ttl_area{
		position: absolute;
		top: 10px;
		left: 0;
		padding: 20px;
		width: 15%;
		z-index: 100;
		margin: 0;
	}
	#news .contents_area .news_area{
		width: 75%;
		float: right;
		padding: 20px 20px 20px 150px;
	}*/


	#contents{
		padding: 40px 0;
	}
	#contents ul.contents_list li:nth-child(odd){
		float: left;
	}
	#contents ul.contents_list li:nth-child(even){
		float: left;
	}
	#contents ul.contents_list li{
		width: 19%;
		margin: 0 1.2% 0 0;
		float: left;
	}
	#contents ul.contents_list li:last-child{
		float: right;
		margin: 0;
	}

	#facility .contents_area .faci_p ul.faci_p_img li,
	#facility .contents_area .faci_p ul.faci_p_img li:nth-child(3n),
	#facility .contents_area .faci_p ul.faci_p_img li:nth-last-child(2),
	#facility .contents_area .faci_p ul.faci_p_img li:nth-last-child(3){
		width: 15%;
		float: left;
		margin: 0 2% 0 0;
	}
	#facility .contents_area .faci_p ul.faci_p_img li:last-child{
		float: right;
		margin: 0;
	}

	#company .company_profile{
		clear: both;
		overflow: hidden;
	}
	#company .company_profile .leftdir,
	#company .company_profile .rightdir{
		width: 48%;
	}
	#company .company_profile .leftdir{
		float: left;
	}
	#company .company_profile .rightdir{
		float: right;
	}
	#company .company_profile .rightdir .traffic{
		margin-bottom: 0;
	}

	footer .upper h2 img{
		width: 30%;
	}
	footer .upper address ul{
		width: 58%;
		margin: 0 auto;
	}
	footer .upper address ul li.consultation{
		float: left;
		width: auto;
		padding: 5px 0 5px 8px;
	}
	footer .upper address ul li:last-child{
		float: right;
		font-size: 2rem;
		line-height: 1;
		padding-top: 3px;
	}


}


/* ===================================
				desktop
=================================== */
@media screen and (min-width:1200px){
	.wrapper{
		width: 1200px;
	}

	section{
		margin-bottom: 60px;
		/*padding-top: 80px;
		margin-top: -80px;*/
	}

	header .head_area .head_right{
		padding: 35px 0 0 0;
	}
	footer .upper address ul{
		width: 48%;
	}

	.ttl_area{
		width: 90px;
	}


}


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

}


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

}