﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    COMPANY css
------------------------------------------------------------*/  

#header{ background-image:url(../img/bg-header.png);}


/*------------------------------------------------------------ 
    PHILOSOPHY
------------------------------------------------------------*/  

#philosophy{
	width:100%;
	margin-top:100px;
	padding:30px 0 150px;
	position:relative;
}

#philosophy:before{
	display:block;
	content:"";
	width:53.77777777777778%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(../img/bg-philosophy.png) no-repeat;
	background-size:cover;
	z-index:-1;
}

#philosophyInner{
	width:100%;
	max-width:530px;
	text-align:center;
}

#lead{
	font-size:209%;
	font-weight:bold;
	margin-bottom:20px;
}

/*------------------------------------------------------------ 
    GREETING
------------------------------------------------------------*/  

#greeting{
	width:100%;
	margin:80px 0 150px;
	padding:45px 0;
	position:relative;
}

#greeting:before{
	display:block;
	content:"";
	width:54%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../img/bg-greeting.png) no-repeat right 50%;
	background-size:cover;
	z-index:-1;
}

#greetingInner{
	width:100%;
	float:right;
	max-width:430px;
	text-align:center;
}

.greetingTxt{
	text-align:right;
	font-weight:bold;
	margin-top:20px;
}

/*------------------------------------------------------------ 
    COMPANY
------------------------------------------------------------*/  

.section{ margin-top:70px;}

.table{
	width:100%;
	font-size:134%;
	border-top:1px solid #C0C9D0;
}

.table th{
	vertical-align:top;
	width:140px;
	padding:15px 10px 15px 30px;
	text-align:left;
	background:#ECF1F7;
	border-bottom:1px solid #C0C9D0;
}

.table th span{
	display:block;
	font-size:84%;
	line-height:1;
}

.table td{
	vertical-align:middle;
	padding:15px 20px;
	border-bottom:1px solid #C0C9D0;
}

.table td a{ color:#000;}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px){

#philosophy{
	margin-top:80px;
	padding:0 0 100px;
}

#philosophy:before{
	width:100%;
	height:0;
	margin-bottom:35px;
	position:static;
	padding-top:51.65289256198347%;
	background-position:50% 0;
	overflow:hidden;
}

#philosophyInner{ max-width:100%;}

#lead{
	font-size:175%;
	margin-bottom:15px;
}


/* GREETING */

#greeting{
	margin:0 0 100px;
	padding:0;
}

#greeting:before{
	width:100%;
	height:0;
	margin-bottom:35px;
	position:static;
	padding-top:51.440329218107%;
	background-position:50% 0;
	overflow:hidden;
}

#greetingInner{
	float:none;
	max-width:100%;
}



/* COMPANY */

.section{ margin-top:50px;}

.table{ font-size:125%;}

.table th{
	width:110px;
	padding:12px 10px 12px 20px;
}

.table td{ padding:12px 15px;}

}


/* SP */
@media screen and (max-width: 560px){

#philosophy{
	margin-top:60px;
	padding-bottom:80px;
}

#lead{ font-size:150%;}


/* GREETING */

#greeting{ margin-bottom:80px;}

.greetingTxt{ margin-top:15px;}

/* COMPANY */

.section{ margin-top:35px;}

.table{
	display:block;
	font-size:117%;
}

.table tbody,
.table tr{ display:block;}

.table th,
.table td{
	display:block;
	width:auto;
	padding:10px 15px;
}

.table th span{
	display:inline-block;
	padding-left:7px;
}

}

#guideList{
	width:100%;
	max-width:1220px;
	overflow:hidden;
	margin:0 auto;
}

#guideList li{
	width:25%;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px 20px;
	margin-top:15px;
}

#guideList #mapArea{ width:50%;}

#guideList .thumb{ overflow:hidden;}
#guideList li img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#guideList li img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ttl{
	color:#6F5133;
	font-size:117%;
	line-height:1.5;
	font-weight:bold;
	margin:15px 0 10px;
}


/* TABLET */
@media screen and (max-width: 788px){

#guideList li{ width:50%;}
#guideList #mapArea{ width:100%;}


}


/* SP */
@media screen and (max-width: 560px){

#guideList li{ width:100%;}


}