@charset "UTF-8";
/* コンテンツ */

#mainimg {
	position:relative;
	text-align:center;
	min-width:1280px;
	height:700px;
	overflow:hidden;
    z-index: 1000;
}
#mainimg .swiper-container1 {
	position:relative;
	width: 1280px;
	height: 100%;
	margin:0 auto;
}
#mainimg .swiper-slide {
	position:relative;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#mainimg .sld1 {
	background-image:url(../slide/01.jpg);
	background-position:center center;
}
#mainimg .sld2 {
	background-image:url(../slide/02.jpg);
	background-position:center center;
}
#mainimg .sld3 {
	background-image:url(../slide/03.jpg);
	background-position:center center;
}
#mainimg .sld4 {
	background-image:url(../slide/04.jpg);
	background-position:center center;
}
#mainimg .sld5 {
	background-image:url(../slide/05.jpg);
	background-position:center center;
}
#mainimg .sld6 {
	background-image:url(../slide/06.jpg);
	background-position:center center;
}
#concept {
	background-image:url(../img/all_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:940px;
}

.kokuchi {
    background-color: #fff;
    color: #f63;
    font-size: 1.24em;
    line-height: 60px;
    margin: -60px auto 0;
    position: relative;
    z-index: 1100;
    width: 1000px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.copy {
    background-color: #f8f8bb;
    padding: 40px 0 50px;
    line-height: 1.7;
}
.copy h3 {
    color: #45ac73;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2em;
}

.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

#news {
	position:relative;
	overflow:hidden;
	line-height:1.7;
	width:100%;
    margin-bottom: 40px;
}
#news ul {
	position:relative;
	float:left;
	left:50%;
}
#news li {
	position:relative;
	float:left;
	left:-50%;
	width:300px;
	margin-right:80px;
}
#news li h4 {
    display: block;
	width:100%;
	height:300px;
	background-position:center center;
	background-size:cover;
}
#news li p {
    margin-top: 10px;
}
#news li span {
    font-family: "Lucida Console", Monaco, "monospace";
	font-size:0.84em;
	color:#45ac73;
}
#news li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#fff;
	opacity:0;
}
#news li a:hover {
	opacity:0.4;
	transition: opacity 0.2s;
}

@media screen and (min-width: 500px) {
#news li:last-child {
    margin-right: 0;
}
}

@media screen and (max-width: 499px) {
#mainimg {
	min-width:100%;
	height:300px;
}
#mainimg .swiper-container1 {
	width: 100%;
}

.kokuchi {
    font-size: 1em;
    line-height: 1.7;
    margin: 0 auto;
    width: auto;
    padding: 15px 20px;
    text-align: left;
}
.copy {
    padding: 30px 0 40px;
}
.copy h3 {
    margin-bottom: 30px;
    font-size: 1.4em;
}

#news {
    margin-bottom: 0;
}
#news ul {
	float:none;
	left:0;
}
#news li {
	float:none;
	left:0;
	width:90%;
    margin-left: auto;
	margin-right:auto;
    margin-bottom: 30px;
}
#news li h4 {
	height:280px;
}

}