@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

h2{
	background: none !important;
}

/*-------------*/

#mv{
	background: #efefef;
	min-height: 370px;
}
#slide{
	position: relative;
	width: auto;
	height: 100%;
}
#arrow{
	position: absolute;
	bottom: 20px;
	margin-left: -26px;
	left: 50%;
	display: block;
	width: 40px;
	height: 40px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#arrow a{
	display: block;
	width: 40px;
	height: 40px;
}
.slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: table;
	table-layout: fixed;
	min-height: 370px;
}
.slideinner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.slideinner img{
	display: block;
	margin: 0 auto 20px;
	width: auto;
	height: auto;
	max-width: 600px;
	width: 90%;
}

/*-----------*/

#c1{
	background: #f5f5f2;
	padding: 80px 0 100px;
}
#c1 ul#c1_1{
	overflow: hidden;
	display: block;
	margin-bottom: 50px;
}
#c1 ul#c1_1 li{
	display: block;
	float: left;
	width: 30%;
}
#c1 ul#c1_1 li:nth-of-type(2){
	margin: 0 5%;
}
#c1 ul#c1_1 li img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
#c1 ul#c1_1 li h3{
	color: #e8b309;
	font-weight: normal;
	font-size: 140%;
	margin-bottom: 10px;
}
#c1 ul a{
	color: #333 !important;
}

.mb #c1 ul#c1_1 li{
	float:none;
	width:100%;
	margin-bottom:10px;
}

.mb #c1 ul#c1_1 li:nth-of-type(2){
	margin: 0 0%;
}


#c1 #c1_2{

}
#c1 #c1_2 h2{
	font-size: 100%;
}
#c1 #c1_2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
#c1 #c1_2 ul li{
	display: block;
	width: 48%;
	margin-bottom:15px;
	
}
/*#c4 ul li:nth-of-type(2){
	margin: 0 5%;
}*/
#c1 #c1_2 ul img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.mb #c1 #c1_2 ul li{
	margin: 0 auto 20px !important;
	width: auto;
	float: none;
}




/*-----------*/

#c2{
	background: #efc337;
	padding: 80px 0 100px;
}
#c2 h2{
	color: #fff;
}
#c2 .st{
	color: #fff;
}
#c2 dl{
	display: block;
	text-align: center;
	margin-bottom: 100px;
}
#c2 dt{
	font-family: "Hiragino Mincho ProN","EB Garamond",serif;
	font-size: 240%;
	letter-spacing: 2px;
	line-height: 120%;
	display: block;
	margin-bottom: 30px;
}
#c2 dd{
	letter-spacing: 2px;
	display: block;
	font-size: 180%;
	line-height: 140%;
}
#c2 .btn a{
	background: #313335;
	color: #fff !important;
}

.mb #c2 dt{
	font-size: 170%;
}
.mb #c2 dd{
	font-size: 120% !important;
}

/*-----------*/

#c3{
	background: url(../images/index/c3bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 80px 0 100px;
}
#c3 *{
	color: #fff !important;
}
#c3 .btn a{
	color: #000 !important;
}
#slide2{
	overflow: hidden;
}
#slide2 div{
	width: 10000px;
}
#slide2 img{
	float: left;
}
.mb #slide2 img{
	height: 70px;
}





