@charset "utf-8";
.font12bold{
	font-size: 12px;
	font-weight: bold;
}

/* === nav === */
nav{
	width: 1000px;
	margin: 20px auto 0;
	text-align: left;
	position: relative;
}
/* --- Main ---*/
nav>.nav-main{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	margin: 10px 0;
}
nav li{
	float: left;
	font-family: meiryo, sans-serif;
}
nav li a{
	color: #000;
	text-decoration: none;
	padding: 10px 30px;
}
nav>.nav-main li{
	font-size: 16px;
	line-height: 40px;
}
nav>.nav-main li a:hover{
	text-decoration: underline;
}
nav>.nav-main li:first-of-type{
	border-right: 1px solid #b2b2b2;
}
nav>.nav-main li.contact{
	margin: 0;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.15);
	        box-shadow: 0 3px 3px rgba(0,0,0,.15);
	position: relative;
}
nav>.nav-main li.contact a{
	display: block;
	width: 155px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	background: #fa554b;
	padding: 10px 0 10px 45px;
	text-decoration-color: #fff;
	text-decoration: none;
	margin-top: -10px;
	-webkit-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}
nav>.nav-main li.contact a:hover{
	background: #013241;
}
nav>.nav-main li.contact:after{
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 13px;
	right: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* --- sub ---*/
nav>.nav-sub{
	margin-top: 20px;
	width: 1000px;
	background: rgba(255,255,255,0);
}
nav>.nav-sub li{
	border-left: 1px solid #b2b2b2;
	margin: 10px 0;
}
nav>.nav-sub li a{
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 1px 30px;
}
nav>.nav-sub li.item-tel{
	display: table;
}
nav>.nav-sub li.item-tel>span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	line-height: 30px;
	float: left;
}
nav>.nav-sub li.item-tel a{
	display: inline-block;
	width: 150px;
	padding: 0 0 0 8px;
	font-family: Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #003241;
}
nav>.nav-sub li a:hover{
	text-decoration: underline;
}
nav>.nav-sub li.item-tel a:hover{
	text-decoration: underline;
}

/* === footer === */
footer{
	position: relative;
	width: 1000px;
	margin: 30px auto;
	text-align: left;
}
footer>.fb-page{
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 350px;
}
footer address{
	margin-top: 25px;
	font-family: meiryo, sans-serif;
}
footer address>p:first-of-type{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer img.icon-freedial{
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	float: left;
}
footer a.tel-footer{
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	line-height: 39px;
	height: 39px;

	display: block;
	line-height: 40px;
	width: 235px;
	height: 40px;
	float: left;
	
	margin-left: 10px;
}
footer .time-reception{
	font-size: 14px;
	font-weight: bold;
	height: 39px;
	line-height: 39px;

	display: block;
	line-height: 36px;
	width: 200px;
	height: 40px;
	float: left;
	
	padding-left: 15px;
	
	margin-left: 20px;
	
	border: 3px solid #000;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	position: relative;
}
footer .time-reception:before{
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	background: #fff;
	top: 10px;
	left: -9px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
footer address>p:nth-of-type(2){
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

/* --- footermenu --- */
footer .menu-footer,
footer .menu-footer2{
	margin-top: 15px;
}
footer .menu-footer li{
	float: left;
	border-left: 1px solid #b2b2b2;
}
footer .menu-footer li a{
	display: block;
	font-family: meiryo, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
}
footer .menu-footer li a:hover{
	text-decoration: underline;
}
footer .menu-footer li:first-of-type{
	border-left: none;
}
footer .menu-footer li:first-of-type a{
	padding-left: 0;
}
footer .menu-footer2 li{
	float: left;
	border-left: 1px solid #b2b2b2;
}
footer .menu-footer2 li a{
	display: block;
	font-family: meiryo, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
}
footer .menu-footer2 li a:hover{
	text-decoration: underline;
}
footer .menu-footer2 li:first-of-type{
	border-left: none;
}
footer .menu-footer2 li:first-of-type a{
	padding-left: 0;
}
footer .menu-footer2 li:hover{
	text-decoration: underline;
}
footer small{
	display: block;
	font-family: meiryo, sans-serif;
	font-size: 14px;
	margin-top: 40px;
}

/* --- DUMMY --- */
.dummy-contents{
	width: 1000px;
	margin: 0 auto;
	height: 1000px;
	background: rgba(255,128,128,0.1);
}

/* --- Go to top --- */
.goto-top{
	display: block;
	background: #f0f0f0;
}
.goto-top>div{
	background: #e6e6e6;
	width: 160px;
	height: 60px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.goto-top>a{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	width: 160px;
	height: 20px;
	padding-top: 40px;
	text-decoration: none;
	color: #646464;
	background: #e6e6e6 url(../../img/common/gototop.png) no-repeat center;
	margin: 0 auto;
	-webkit-transition: width 0.2s ease;
	        transition: width 0.2s ease;
}
.goto-top>a:hover{
	width: 100%;
	min-width: 160px;
}

/* --- fixed Menu --- */
nav{
	height: 132px;
}
nav>ul.fixed{
	position: fixed;
	margin: 0 0 50px 0;
	top: 0;
	z-index: 9999;
}
nav>ul.fixed:after{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.9);
	z-index: -1;
}
nav .disp4fixed{
	display: none;
}
nav>ul.fixed .disp4fixed{
	display: inline;
}
nav>ul.fixed li span.disp4notfixed{
	display: none;
}
nav>ul.fixed .tel-header{
	position: static;
}
nav>ul.nav-sub .disp4fixed.contact a{
	font-weight: normal;
	color: #fff;
	background: #fa554b;
	border-radius: 15px;
	-webkit-transition: background 0.5s ease;
	        transition: background 0.5s ease;
	text-decoration: none;
}
nav>ul.nav-sub .disp4fixed.contact a:hover{
	background: #013241;
}
nav>ul.fixed .item-tel{
	padding: 0;
}
nav>ul.fixed .item-tel a{
	padding: 0 28px;
}
nav>ul.fixed .contact{
	border-left: none;
}
