@charset "UTF-8";

#mainimg {
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.mainbox {
	width: 960px;
	position: relative;
  margin: 0 auto;
}
.swiper-container {
	text-align: center;
  overflow: visible !important;
	 z-index: 1;
}
.swiper-slide {
  margin-right: 10px;
}
.swiper-slide img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.swiper-button-prev,.swiper-button-next {
	margin-top:-30px !important;
  width: 60px !important;
  height: 60px !important;
}
.swiper-button-prev {
  left: -35px !important;
  background: url(../img/left.png) no-repeat right center !important;
	background-size:contain !important;
}
.swiper-button-next {
  right: -35px !important;
  background: url(../img/right.png) no-repeat left center !important;
	background-size:contain !important;
}
.copy {
	padding:40px 0;
}
.topsub_p {
	margin-bottom:30px;
}
.topsub_p img {
	height:40px;
}
.topsub {
	margin-bottom:30px;
}
.topsub img {
	height:30px;
}

.tw {
	width:1080px;
	margin:0 auto;
	padding:60px 0 0;
}
.tw li {
	float:left;
	width:255px;
	margin-right:20px;
}
.tw li:last-child {
	margin-right:0;
}
.tw li img {
	width:100%;
}
.tw a {
	display: block;
	transition-duration: 0.3s;
}
.tw a:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
#news dl {
	line-height:1.6;
	padding:30px;
	background-color:#fff;
	border:5px solid #fae3aa;
	border-radius:10px;
	margin-bottom:60px;
}
#news dt {
	font-size:0.92em;
	font-family:"Courier New", Courier, monospace;
	float:left;
}
#news dd {
	padding:0 0 20px 110px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}
#news dd:last-child {
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;
}

.gmap {
	margin:0 0 60px;
}
.gmap iframe {
	width:100%;
	height:660px;
}

@media screen and (max-width: 499px) {
#mainimg {
	margin-top:0;
}
.mainbox {
	width: 90%;
}
.swiper-slide {
  margin-right: 10px;
}
.swiper-button-prev,.swiper-button-next {
	margin-top:-20px !important;
  width: 40px !important;
  height: 40px !important;
}
.swiper-button-prev {
  left: -25px !important;
}
.swiper-button-next {
  right: -25px !important;
}

.copy {
	padding:30px 0;
}
.topsub_p {
	margin-bottom:20px;
}
.topsub_p img {
	height:26px;
}
.topsub {
	margin-bottom:20px;
}
.topsub img {
	height:18px;
}

.tw {
	width:auto;
	padding:40px 15px 0;
}
.tw li {
	width:48%;
	margin-right:4%;
	margin-bottom:10px;
}
.tw li:nth-child(2) {
	margin-right:0;
}
.tw li:nth-child(3),.tw li:nth-child(4) {
	margin-bottom:0;
}
#news dl {
	padding:20px;
	margin-bottom:40px;
}
#news dt {
	float:none;
}
#news dd {
	padding:0 0 20px 0;
	margin-bottom:20px;
}

.gmap {
	margin:0 0 40px;
}
.gmap iframe {
	width:100%;
	height:380px;
}

}

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

}

