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

body{
	font-family: "游明朝", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	line-height:1.6em;
	-webkit-text-size-adjust: 100%;
}

/*----------フォントリンク----------*/

a:link { 
	color: #fff; 
	font-weight: bold;
}
a:visited {
	color: #fff;
}
a:hover {
		color: #ff8000; 

}
a:active { color: #ff8000; }



#headerwrap{
	width: 100%;
	height: 80px;
	background-color: #222;
}

#header{
	width: 960px;
	height: 80px;
	margin: 0 auto;
	position: relative;

}
#headnav{
	width: 690px;
	height: 20px;
	position: absolute;
	top:30px;
	left: 0px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

#headnav ul li{
	float: left;
	padding: 0 1em 0 1em;
	border-left: 2px solid #fff;
 	border-right: 2px solid #fff;
}
#headnav ul li+ li {
  border-left: 0;
  border-right: 2px solid #fff;
}



#headtel{
	width: 263px;
	height: 50px;
	position: absolute;
	top:15px;
	right: 0px;
}
#mainVisual{
	width: 100%;
	max-height: 600px;
	height: auto;
	overflow: hidden;
	position: relative;
	left:0;
	background-image:url(../imgs/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;

}
#mainVisual video{
	width: 100%;
}

.top_con_wrap{
	width: 100%;
	height: 280px;
}

#contents{
	width: 100%;
	height: 280px;
	margin: 0 auto;
	background-image:url(../imgs/top/bg_white.jpg);
	background-repeat:repeat;
	
}
.topmainbtnbox{
	width: 1360px;
	margin: 0 auto;

}

.warapbtn_topboat{
	width: 620px;
	height: 280px;
	background-image: url(../imgs/top/bg_topboat_harf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:cover;
}
.warapbtn_topyado{
	width: 620px;
	height: 280px;
	background-image: url(../imgs/top/bg_topyado_harf.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:cover;
}

.btn_sogotop{
	width: 620px;
	width: 620px;
	height: 280px;
	display: block;
}



#footerwrap {
	width: 100%;
	max-height: 210px;
	background-image:url(../imgs/top/bg_gray.jpg);
	background-repeat: repeat;
	}
#footer{
	width: 960px;
	height: 210px;
	margin: 0 auto;
	position: relative;	
	color: #fff;

}
#topf_logo{
	width: 82px;
	height: 79px;
	position: absolute;
	top:80px;
	left: 0px;	
}
.snsbox{
	width: 90px;
	height: 40px;
	position: absolute;
	top:100px;
	right: 0px;
	text-align: right;
	
}
.snsbox ul li{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 5px;
}
.snsbox ul li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
}
.footinfo{
	width: 960px;
	text-align: center;
	position: absolute;
	top:20px;

}

#copyright{
	width: 250px;
	font-size: 12px;
	position: absolute;
	bottom:25px;
}
#yadosagashi{
	width: 550px;
	text-align: right;
	font-size: 12px;
	position: absolute;
	bottom:25px;
	right:30px;
}
#icon_yadosagashi{
	width: 27px;
	height: 27px;
	position: absolute;
	bottom:25px;
	right:0px;
}


/*** QR
*********************************************************************/

.qr{
	position: absolute;
	top: 90px;
	right: 120px;
	font-size: 12px;
	text-align: center;
}
.qr p{
	text-align: center;
	line-height: 1.2;
}