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

#mainimg {
	position:relative;
	text-align:center;
	min-width:1280px;
}
#mainimg .swiper-container1 {
	position:relative;
	width: 100%;
	height: 100%;
}
#mainimg .swiper-slide {
	position:relative;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#mainimg .swiper-slide img {
	width:100%;
}
#mainimg h2 {
	position:absolute;
    width:600px;
	right:6%;
	top:25%;
	z-index:1000;
	text-align:center;
}
#mainimg h2 img {
	width:450px;
}
#mainimg h3 {
	position:absolute;
    width:600px;
	right:6%;
	top:75%;
	z-index:1000;
	color:#111;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:2em;
    text-align: center;
	font-weight:normal;
	line-height:1.4;
}
#mainimg p {
	position:absolute;
    width:200px;
	left:3%;
	bottom:-30px;
	z-index:1000;
	text-align:center;
}
#mainimg p img {
	width:100%;
}
.swiper-pagination {
	position:static !important;
	line-height:0;
	padding-top:10px;
}
.swiper-pagination span {
	margin:0 5px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
	opacity:1 !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
	border-radius:0 !important;
	width:40px !important;
	height:6px !important;
}
.swiper-pagination-bullet-active {
  background: #595656 !important;
}


.news {
	width:900px;
    margin: 0 auto;
	line-height:1.7;
    padding-bottom: 20px;
}
.news dt {
	font-size:0.84em;
	float:left;
	color:#fff;
    background-color: #111;
	font-family:"Courier New", Courier, monospace;
    padding: 1px 10px;
}
.news dd {
	padding:0 0 20px 130px;
	border-bottom:1px dotted #111;
	margin-bottom:20px;
}
.news dd a {
    display: block;
    color: #111;
    transition: all 0.5s;
}
.news dd a:hover {
    background-color: #eee;
}
	
.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

.bg_info {
    background-color: #fff;
    padding: 0 0 0;
}
.tsub {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.8em;
	line-height:1.4;
	letter-spacing:0.1em;
	color:#111;
	text-align:center;
	margin-bottom:80px;
}



@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {

#mainimg {
    overflow: hidden;
}

#mainimg {
	min-width:100%;
}
#mainimg h2 {
    width:180px;
	right:0;
	top:auto;
    bottom: 20px;
}
#mainimg h2 img {
	width:100%;
}
#mainimg h3 {
    width:auto;
	right:auto;
    left: 20px;
	top:70px;
	font-size:1.6em;
    text-align: left;
}
#mainimg p {
    width:130px;
	left:auto;
	bottom:auto;
    right: -10px;
    top: 120px;
}
.swiper-pagination-bullet {
	width:30px !important;
	height:5px !important;
}

.bg_info {
    
}
.tsub {
	font-size:1.4em;
	margin-bottom:50px;
}

.news {
	float:none;
	width:auto;
	margin:0 20px;
}
.news dt {
	float:none;
    display: inline-block;
    margin-bottom: 5px;
}
.news dd {
	padding:0 0 20px 0;
	margin-bottom:20px;
}

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

}