@charset "utf-8";
*{
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
body,h1,h2,h3,h4,h5,p,ul,li,form,figure{
	margin: 0;
	padding: 0;
	list-style: none;
}
.inr{
	width:1200px;
	margin: 0 auto;

}

header{
	height: 75px;
	width: 100%;
	position: relative;

}
header h1{
	width: 283px;
	position: absolute;
	top:18px;
	left: 20px;
}
header h1 img{
	width: 100%;
	height: auto
}
#hdr_menu{
	overflow: hidden;
	width:630px;
	position: absolute;
	top:28px;
	left:320px;
	display: flex
}
#hdr_menu li{
	border-right: 1px solid #ccc;
	margin-right: 10px;
	text-align: center
}
#hdr_menu li a{
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	padding: 0 10px 0 0;
	font-weight: bold;
	line-height: 1
}
#btn_member_login{
	display: block;
	width: 150px;
	height: 75px;
	color: #FFF;
	background: #4D4D4D;
	position: absolute;
	top:0;
	right: 140px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 27px;
	line-height: 1;
}
#btn_member_entry{
	display: block;
	width: 140px;
	height: 75px;
	color: #333;
	background: #C6BC00;
	position: absolute;
	top:0;
	right: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 27px;
	line-height: 1;
}

#mv_top{
	position: relative;
	height: 830px;
	overflow: hidden
}
.swiper-container img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
#mv_top{

	height: 580px;

}
.swiper-container img{
	width: auto;
	height: 100%;
	}}
#mv_box{
	width: 500px;
	height: 320px;
	position: absolute;
	top:210px;
	right: 100px;
	z-index: 100;
	padding: 35px;
	background:rgba(255,255,255,0.95);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}
#mv_box h1{
	font-size: 39px;
	margin-bottom: 8px;
	line-height: 1.3
}
#mv_box h1 span{
	display: block;
	font-size: 26px;
	color: #C5BB00;
	margin-bottom: 7px;
}
#mv_box p{
	color: #787878;
	font-size: 17px;
	font-weight: bold
}
#home_outline{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 50px;
}
#home_outline .inr{
	display: flex
}
#home_outline h1{
	font-size: 30px;
	margin-bottom: 8px;
}
#home_outline p{
	line-height: 250%
}
#o_cnt{
	width: 65%;
	padding-right: 40px;
	padding-top: 30px;
}
#home_outline figure{
	width: 35%;
}
#home_outline figure img{
	width: 100%;
	height: auto
}


#home_article{
	padding-bottom: 80px;
}
ul.article_list{
	width: 100%;

}
.article_list li{
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;

}
.article_list li:last-child{
	border: none;
	padding-bottom: 0
}
.article_list figure{
	width: 48%;
	display: block;
	padding-right: 35px;

}
.a_cnt{
	width: 52%;
	padding-top: 20px;
}
.article_list figure img{
	width: 100%;
	height: auto
}
.article_list h2{
	font-size: 27px;
}
.pnt{
	color: #fff;
	background: #000;
	border-radius: 3px;
	font-size: 13px;
	width: 77px;
	text-align: center;
	line-height: 1;
	padding: 7px 5px 5px 5px;
	margin-bottom: 5px;
}
.article_list h2{
	margin-bottom: 10px
}
.article_list p{
	font-size: 18px;
	line-height: 200%;
}

#home_case{
	padding-bottom: 80px;
}
.hh1{
	text-align: center;
	border: 2px solid #333;
	line-height: 1;
	font-size: 26px;
	padding: 18px 18px 14px 18px;
	margin-bottom: 30px;
}
#home_info{
	padding-bottom: 80px;
}

.bbbox{
	text-align: center
	
}
#topnews_list{
	padding-bottom: 20px
}
#topnews_list li{

	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#topnews_list a{
	display: block;
	display: flex;
	color: #333;
	text-decoration: none
}
.n_cat{
	color: #fff;
	background: #000;
	border-radius: 3px;
	font-size: 13px;
	width: 100px;
	text-align: center;
	line-height: 1;
	padding: 7px 5px 5px 5px;
	margin-bottom: 5px;
	height: 25px;
}
.n_date{
	width: 140px;
	text-align: center;
	font-size: 17px;
}
#topnews_list p{
	width: calc(100% - 240px );
		font-size: 17px;
}
#home_sns{
	padding-bottom: 40px;
}

#home_sns ul{
	display: flex
}
#home_sns li{
	width: 33.3%
}
#contactbox{
	background: #eee;
	padding-bottom: 30px;
}
#contactbox .inr{
	display: flex;
	padding-top: 60px;
}
#ftr_left{
	width: 50%;
	text-align: center;
	border-right: 3px solid #ccc;
}
#ftr_left h2{
	font-size: 30px;
}
#ftr_left span{
	
}
#ftr_left p{
	
}
#ftr_right{
	width: 50%;
	text-align: center;
}
#tel_no{
	font-size: 30px;
	font-weight: bold
}
#business_hours{
	margin-bottom: 15px;
}
.btn_bb1{
	color: #FFF;
	background: #DABE59;
	border-radius: 5px;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	line-height: 1;
	padding: 20px;
	font-size: 18px;;
	width: 240px;
	display: inline-block;
}
#ftr{
	text-align: center;
	background: #eee;
	padding: 20px;
}
#ftr h2{
	font-size: 15px;
	margin-bottom: 10px;
}
#ftr_address{
	font-size: 18px;
}
#ftr_copy{
	font-size: 16px;
}
#catalog_gl{
	padding: 15px;
	overflow: hidden;
	background:linear-gradient(#C9CCBE, #FFF);
}
#catalog_gl h2{
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.swiper-catalog{
	overflow: hidden
}
.catalog_slider a{
	text-decoration: none;
}
.c_name{

	font-size: 12px;
	text-align: center;
	color: #333;
}