@charset "utf-8";
/* CSS Document */

/*基本レイアウト*/
body{
	line-height: 1.5em;
    max-width: 1366px;
    margin: 0 auto;
}

h2{
    border-bottom:1px solid #a40000;
    border-left:5px solid #a40000;
    padding: 10px;
}

h3{
    border-bottom:1px solid #a40000;
    padding: 10px;
}

.gmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.gmap iframe{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width:100%;
}

.video{
	position:relative;
	width: 100%;
	padding-top: 56.25%
}

.video iframe{
	position: absolute;
	top:0;
	right: 0;
	width:100%;
	height: 100%;
}

/*
/*ヘッダーとナビゲーション部分を固定配置
.header-nav-wrapper{
    position:fixed;
    z-index:10;
    left: 0;
    top:0;
    width: 100%;
    background:#ffffff;
    
}

/*スクロールする部分は、固定した要素よりも下に配置
.main-wrapper{
    position: absolute;
    z-index:0;
    left:0;
    top:128px;
    width:100%;
}

*/

header .logo img{  
    float:left;
    overflow: hidden;  
}

header .tel img{
    margin-top: 10px;
    width:320px;
    float:right;
    overflow: hidden;
}

nav{
    clear: both;
}

nav,#contents{
	max-width: 1080px;
	margin: 0 auto 0 auto;
}

header,#graphic img,footer{
	max-width: 1366px;
	margin: 0 auto 0 auto;
}



nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	width: 15%;
	float: left;
	overflow: hidden;
    border-right: 1px solid #a5a6aa;
    border-bottom: 0.5px solid #a5a6aa;
}

nav ul li:last-child{
    border-right: none;
}

nav ul li a {
	display: block;
	padding: 20px 0;
    width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #000000;
	
}

nav ul li a:hover{
	background: #a40000;
	color: #ffffff;
}

nav ul li a.current{
	background: #a40000;
	color: #ffffff;
}


#path ol {
	list-style-type: none;
	padding: 0;
}
#path ol li {
	display: inline;
	margin-right: 5px;
}

#path ol li a {
	padding-right: 15px;
	background-image: url(../images/path_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#main {
	width:70%;
	float: left;
}

#main figure a img{
    transition:transform 0.2S ease-in;

}

#main figure a:hover img{
    transform:scale(1.07);
}


#sub {
	width: 25%;
	float: right;
}

#sub a img{
    transition:transform 0.5S ease-in;
}

#sub a:hover img{
    transform:scale(1.1);
}

#order a img{
    transition:transform 0.8S ease-in;
}

#order a:hover img{
    transform:scale(1.1);
}


#news ul {
	list-style-type: none;
	width: 80%;
}
#news ul li {
	padding: 10px;
	border-bottom: 1px solid #a40000;
}

.menu_area figure {
	width: 320px;
	margin: 15px;
	float: left;
	overflow: hidden;
}

footer{
	clear: both;
}

#pagetop {
	margin-bottom: 0;
	float: right;
}
#pagetop a {
	display: block;
	min-height: 16px;
	padding: 6px 0 6px 28px;
	background-image: url(../images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
address {
	color: #ffffff;
	padding: 10px;
	clear: both;
	background-color: #7000e3;
	font-style: normal;
	text-align: center;
}
#copyright { 
	text-align: center;
}
#copyright small {
	font-size: 100%;
}

/*基本レイアウトここまで*/

/*トップページ*/
/*トップページここまで*/

/*会社概要*/
table{
	border-collapse: collapse;
}

td{
	border: 1px solid #b7b7b7;
	padding:6px 10px;
	height: 50px;
}

td:nth-child(odd){
	background-color: #a40000;
	color: #ffffff;
	width:150px;
}

td:nth-child(even){
	width:450px;
}



/*会社概要ここまで*/



