.lp_wrap {width:100%;margin-left:auto;margin-right:auto;}
.s .lp_wrap {width:100%;}
ul{margin: 0; padding: 0;}
li{list-style: none;margin: 0; padding: 0;}

.w980{
	width: 980px; margin-left:auto;margin-right:auto;
}
@media screen and (max-height: 785px) {
	.w980{
		width: 850px; margin-left:auto;margin-right:auto;
	}
}
	
.s .w980{
	width: 100%;
}

.s .w900{
	width: 100%;
}



/* 20211206 */
.s .slick-initialized .slick-slide.s-none  {
    opacity: 0;
}


#page {
	overflow: hidden;
	font-family: "モトヤLシーダ3等幅", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, sans-serif;
}

.select-page select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.select-page {
	margin: 20px auto;
	z-index: 1;
	position: relative;
	border: 1px solid #363433;
	border-radius: 6px;
	background: #f2d77a;
	width: 120px;
	height: 100%;
}
.select-page::before {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #363433;
	pointer-events: none;
}
.s .select-page::before{
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #363433;

}

.s .select-page select {
	top: 3%;
	padding-left: 2vw;
}

.s .select-page {
	margin-top: 22px;
	height: 100%;
	width: 30%;
	font-size: calc(12px + ((1vw - 2.2px) * 1.2));
}

select::-ms-expand {
    display: none;
}

/* slick  */

.slick-slider {
	-ms-touch-action: auto;
	touch-action: auto;
}
.slick-dots li button:before {
	content: "";
	background: #000;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
.arrow-left,.arrow-right{
	position: absolute;
	bottom: -50px;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	content: '';
	background-color: #0b0e0b;
	background-repeat: no-repeat;
	background-size: 32%;
	box-shadow: #f2d77a 0px 1px 0 1px;
	cursor: pointer;
}

.arrow-left:hover ,.arrow-right:hover{
	transform: translateY(1px);
	box-shadow: none;
}
.arrow-left img,.arrow-right img{display: none;}
.arrow-left {
	z-index: 1;
	text-align: left;
	left: 10px;
	background-image: url(../img/arrow_l.png);
	background-position: 44% center;
}
.arrow-right {
	z-index: 1;
	text-align: right;
	right:10px;
	background-image: url(../img/arrow_r.png);
	background-position: 56% center;
}

.s .arrow-left{
	bottom: -56px;
}
.s .arrow-right{
	bottom: -56px;
}
.slick-dots {
	bottom: -45px;
}

/*
.s .arrow-left img {
	width: 60px;
}
.s .arrow-right img {
	width: 60px;

}*/

.shadow_none{box-shadow: none;}

.lp-carousel li p img{
	max-width: 100%;
	/* max-height: 86vh; */
	display: inline-block;
}
.s .lp-carousel li p img{
	max-height: none;
}

.lp-carousel li p{
	display: inline;
}

a:hover{text-decoration: none;}
/* header footer*/
.header {
	background-color: #fff;
	box-shadow: 0px 0px 5px #3c3c3c;
	width: 100%;
	padding: 10px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.logo{
	width: 13%;
	max-width: 200px;
}
.header._nowrap{
	flex-wrap:nowrap;
}
@media screen and (max-height: 785px) {
	.header{
		padding: 8px 22px;
	}
	.logo{width: 10%;}
}
	
.s .header{
	padding: 10px;
}
.s .logo{
	width: 28%;
}
.btn{
	display: block;
	border: solid 2px #0b0e0b;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	color: #0b0e0b;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.btn:hover{
	text-decoration: none;
	border: solid 2px #fff;
	background-color: #0b0e0b;
	color: #fff;
}
.btn ._small{
	font-size: 12px;
}
@media screen and (max-height: 785px) {
	.btn{padding: 8px;}
}
.s .btn{
	padding: 2%;
	font-size: 2.2vw;
}
.s .btn ._small{
	font-size: 1.6vw;
}

.flex{
	display: flex;
	align-items: center;
	gap: 10px;	
	justify-content: end;
	
}
.s .flex{
	padding-top: 3%;
}
