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

body{
	background:url(img/bg.png) center top repeat-x;
	margin:0px;
	padding:0px;
	line-height:150%;
	color:#666666;
	min-width:1205px;
}

img{
	border:0px;
	vertical-align:top;	
}

a{
	color:#666666;
	text-decoration:none;	
}

a img:hover{
	opacity:0.6;
	transition: all .3s;
}

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

h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:100%;
}

div{
	overflow:hidden;
	box-sizing:border-box;
}

/*text*/
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inter_regular{
	font-family: 'Inter', sans-serif;
	font-weight:400;
}

.inter_bold{
	font-family: 'Inter', sans-serif;
	font-weight:700;
}

.mplus_regular{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:400;
	transform: rotate(0.05deg);
}

.mplus_medium{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:500;
	transform: rotate(0.05deg);
}

.mplus_bold{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:700;
	transform: rotate(0.05deg);
}

.notosansjp_regular{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}

.notosansjp_bold{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}

.notoserif{
	font-family: 'Noto Serif JP', serif;
}

a:hover{
	opacity:0.7;
	transition: all .3s;
}


/*header*/
#header{
	width:1205px;
	margin:0px auto;
	height:507px;
}

#header h1{
	margin:147px 0px 0px 0px;
}

/*navi*/
#navi{
	background:url(img/navi_bg.png) top left repeat-x;
	height:78px;
}

#navi ul{
	padding:0px;
	margin:0px auto 0px auto;
	width:100%;
	max-width:1000px;
	display:flex;
	list-style:none;
	justify-content:space-between;
}

#navi li{
	text-align:center;
	border-left:2px solid #bab09c;
	margin-top:8px;
	width:100%;
	text-align:center;
}

#navi li:last-child{
	border-right:2px solid #bab09c;
}

#navi li a{
	color:white;
	font-size:20px;
	padding:20px 0px;
	display:block;
	width:100%;
}

/*container*/
#container{
	width:1205px;
	margin:20px auto;
}

/*main*/
#main{
	float:left;
	width:881px;
}

.fb_bg{
	background:url(img/main_bg.png) top left repeat-y;
	text-align:center;
	padding:20px auto;
	width:847px;
}

/*side*/
#side{
	float:right;
	width:300px;
}

.side_box{
	margin:10px auto 30px auto;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
}

.side_box li{
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:center;
}

.side_bn li{
	width:46%;
	margin:0px 7px 10px 8px;
	float:left;
}

.side_bn li:nth-child(odd){
	margin-left:0px;
}

.side_bn li:nth-child(even){
	margin-right:0px;
}

/*footer*/
#footer{
	background:url(img/footer_bg.png) top left repeat-x;
	text-align:center;
	color:white;
	padding:10px 0px;
	margin:0px;
	font-size:85%;
}

#footer img{
	margin:10px 0px 0px 0px;
}

#footer p{
	margin:10px 0px;
	padding:0px;
}

/*pagetop*/
#pagetop{
	margin:30px 0px;
	text-align:right;
	width:100%;
}

@media screen and (min-width: 0px) and (max-device-width: 480px) {
     
    body{
    min-width:1300px !important;
	margin:0px auto;
	background:url(img/bg.png) left top repeat-x;
	overflow:hidden;
    }


}

.main_news_box{
	position:absolute;
	top:27px;
	left:200px;
	display:flex;
	align-items:center;
}

.main_news{
	border:2px solid #999;
	width:150px;
	text-align:center;
	padding:5px 0px;
	display: block;
	background:#e5e5e5;
	font-weight:600;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-right:10px;
}

.main_news:hover{
	background:#f5f5f5;
}

.main_box{
	position:relative;
}

