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

*{
	margin:0;
	padding:0;
	border:0;
}

html{
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.4em;
	background:url('../img/common/banner.png') no-repeat center top;
}
body{
	background:url('../img/common/footer-bg.png') no-repeat center bottom;
}



div#header-wrapper{
	width:950px;
	margin:0 auto;
}
/* top-list */
div#head-menu-wrap{
	width:100%;
	height:27px;
	background:url('../img/common/top-menu.png') no-repeat center top;
}

#head-list{
	list-style-type:none;
	float:right;
	margin-top:5px;
	margin-right:7px;
}
#head-list li{
	float:left;
	background:url("../img/common/arrow-m.png") no-repeat;
	padding-left:9px;
	margin-right:13px;
}

#head-list li a{
	font-size:10px;
	color:#000000;
	line-height:17.5px;
	text-decoration:none;
}
#head-list li a:hover{
	color:#E52B36;

}

/* main-list */
div#main-menu{
	margin-top:14px;
	width:100%;
	height:93px;
}
div#logo{
	width:284px;
	height:93px;
	float:left;
}
div#logo a img{
	display:block;
}
div.main-menu{
	width:608px;
	height:93px;
	float:right;
}
.main-list{
	list-style-type:none;
	font-size:0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.main-list li{
	/* float:left; */
}
.main-list li img{
	display:block;
}


/* content */
div#content-wrapper{
	max-width:1500px;
	margin:0 auto;
	background:url('../img/common/banner-b.png') no-repeat center top #FFFFF5;
	margin-top:27px;
	padding-bottom: 40px;
}
div#content{
	margin:0 auto;
	width:950px;
	padding-top:38px;
}
div#left-side{
	width:215px;
	float:left;
	margin-right:30px;
	padding-top:4px;
}
div#left-side p.right-top{
	display:block;
}
div#right-side{
	width:705px;
	float:left;
}
div#left-side .left-list{
	list-style-type:none;
	font-size:0;
}
div#left-side .left-list li{
	float:left;
}
div#left-side .left-list li a{
	font-size:0;
}
div#left-side .left-list li a img{
	display:block;
}
.mar-top{
	margin-top:25px;
}
.mar-top li{
	margin-bottom:10px;
}


/* footer */
div#footer{
	width:950px;
	height:277px;
	margin:0 auto;
}
div#to-top{
	width:100%;
	height:51px;
	text-align:right;
}

div#foot-list-wrapper{
	/*width:575px;*/
	width: 640px;
	height: 126px;
	float:right;
	margin-top:17px;
	padding-bottom:5px;
	margin-bottom: 12px;
	padding-left: 15px;
	border-left: 1px solid #787878;
}

.foot-list{
	list-style-type:none;
}
.foot-list li.first{
	background:url('../img/common/arrow-m.png') no-repeat left top;
	padding-left:10px;
	margin-right:10px;
	width:80px;
}
.foot-list li.first2{
	background:url('../img/common/arrow-m.png') no-repeat left top;
	padding-top:2px;
	padding-left:10px;
	margin-right:10px;
	width:80px;
}
.foot-list li{
	background:url('../img/common/dott.png') no-repeat left top;
	padding-left:10px;
	float:left;
	margin-right:10px;
}
.foot-list li.no{
	background:none;
	width:90px;
	margin-right:0;
}
.foot-list li.bottom{
	background:url('../img/common/arrow-m.png') no-repeat left top;
	padding-left:10px;
}

.foot-list li a{
	color:#000000;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
}
.foot-list li a:hover{
	color:#E52B36;
}

/* bootom list */
div#bottom-wrapper{
	width:100%;
	height:66px;
	margin:0 auto;
}
div#bottom-left{
	width:820px;
	height:49px;
	padding-top:17px;
	float:left;
}
div#bottom-left p{
	line-height:17.5px;
	font-size:10px;
	color:#000000;
	font-family:'メイリオ';
}
div#bottom-right{
	width:130px;
	height:49px;
	padding-top:17px;
	float:left;
}

.bottom-list{
	list-style-type:none;
	margin-bottom:10px;
}
.bottom-list li{
	background:url('../img/common/arrow-m.png') no-repeat left top;
	padding-left:10px;
	display:inline;
	margin-right:20px;
}
.bottom-list li.last{
	margin-right:0;
}
.bottom-list li a{
	line-height:17.5px;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	font-family:'メイリオ';
}
.bottom-list li a:hover{
	color:#E52B36;
}

div.clear{
	clear:both;
}

.main-list li img.current{
	display:none;
}
#left-link {
	margin-left: 85px;
	float: left;
	height: 24px;
	text-align: left;
	padding-top: 8px;
	width: 250px;
}

#left-link a {
	font-size: 15px;
	color: #262626;
	text-decoration: none;
}
#left-link a:hover {
	color: #E52B36
}

.noticebox {
	border-radius: 10px;
	margin-bottom: 40px;
	border: 2px solid #e00;
	padding: 20px;
	color: #e00;
	background: #fff;
}
.noticebox__ttl {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}
.noticebox__txt {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 15px;
}
.noticebox__tel {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.noticebox__tel a{
	pointer-events: none;
	color: #e00;
	font-size: 20px;
}
@media screen and (max-width: 767px) { /* ---- SP ---- */
	.noticebox__tel a{
		pointer-events: auto;
	}
}

