@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	word-wrap: break-word;
	overflow-wrap : break-word;
}


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 14px;
	line-height: 170%;
	color: #333;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
}
#logo {
	line-height: 0px;
	margin-bottom: 16px;
}
#slider_contents {
	width: 990px;
	height: 692px;
	padding: 11px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	position: relative;
}
#slider-prev,
#slider-next {
	position: absolute;
	top: 318px;
	z-index: 9999;
	height: 54px;
	width: 54px;
	background-repeat: no-repeat;
	background-size:contain;
	cursor: pointer;
	transition: 0.4s;
	overflow: hidden;
}
#slider-prev a,
#slider-next a {
	display:block;
	height: 54px;
	width: 54px;
	overflow: hidden;
	text-indent: -9999px;
}
#slider-prev {
	left: -20px;
	background-image: url(../img/btn_prev.png);
}
#slider-next {
	right: -20px;
	background-image: url(../img/btn_next.png);
}
#slider-prev:hover,
#slider-next:hover {
	transform:scale(1.3,1.3)
}
#slider li {
	background-repeat: no-repeat;
	background-position: center center;
	height: 692px;
	width: 990px;
}




.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 1580px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

html.mobile {
	width: auto;
	height: auto;
}

.mobile #wrapper {
	padding-bottom:100px;
}

.mobile #slider-prev,
.mobile #slider-next {
	height: 62px;
	width: 62px;
}
.mobile #slider-prev,
.mobile #slider-next {
	top: 314px;
	bottom:auto;
}
.mobile #slider-prev a,
.mobile #slider-next a {
	width: 62px;
}
.mobile #slider-prev {
	left: -24px;
}
.mobile #slider-next {
	right: -24px;
}
.mobile #slider-prev:hover,
.mobile #slider-next:hover {
	transform:scale(1.0,1.0)
}


}

/* スマートフォン用CSS */
@media screen and (max-width: 990px) {

html.mobile {
	width:100%;
	height:100%;
}

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.mobile #logo {
	margin-left: 57px !important;
	margin-bottom:90px;
}
.mobile #logo img {
	width:435px;
	height:auto;
	
}
.mobile #slider_contents {
	border-radius: 7px;
	position: relative;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
.mobile #slider-prev,
.mobile #slider-next {
	top: auto;
	bottom:-172px;
	height: 93px;
	width: 93px;
}
.mobile #slider-prev {
	left: 354px;
}
.mobile #slider-next {
	right: 354px;
}
.mobile #slider-prev a,
.mobile #slider-next a {
	width: 93px;
}



.-----MOBILE_ONLY_CSS_END----- {}

	
}
