@charset "utf-8";
/* CSS Document */

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: #FFB700;
	z-index: 10011;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 10% auto 15%;
}

.cate{
	border-top: solid 35px #fff;
}

.box{
	width: 90%;
	margin: 8% auto 30%;
}

.box__item{
	margin: 0 auto 8%;
}

.box__item__main{
	position: relative;
}

.main__img{
	border-radius: 20px;
}

.no{
	position: absolute;
	top: 3%;
	left: 4%;
	width: 18%;
}

.box h2{
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin: 5% auto;
	font-weight: normal;
}

.box h2 span{
	font-size: 13px;
}

.box p{
	text-align: center;
	line-height: 1.8;
	font-size: 13px;
	margin: 0 auto;
}

.box__item a, .check{
	display: block;
	width: 50%;
	margin: 5% auto;
	text-align: center;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 2% 0;
}

.sapporo{
	margin: 20% auto 10%;
}

.swiper-container{
	margin-bottom: 3%;
}
.check{
	width: 100%;
	margin: 0 auto;
}

.staff{
	display: flex;
	margin: 8% auto;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}

.staff .staff-icon{
	border-radius: 50%;	
	width: 30%;
}

.staff-profile{
	margin: 0;
	width: 50%;
}

.staff-profile p{
	font-size: 13px;
	line-height: 1.8;
	margin: 2% auto;
}

.staff span{
	font-size: 17px;
}

.sns-icon{
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}

.sb{
	border-radius: 5px;
	width: 60%;
}
.sb img{
	border-radius: 5px;
}

.ig{
	width: 17%;
}

.foot{
	background-color: #fff;
	box-sizing: border-box;
	padding: 8% 3%;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.hoppingarage_logo{
	width: 70%;
	margin: 0 auto 10%;
}

.foot p{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 3% auto;
}

.foot span{
	font-size: 24px;
}

.btn{
	display: block;
	width: 90%;
	margin: 10% auto 5%;
	background-color: #153940;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 5% 0;
	font-size: 20px;
	line-height: 1.5;
}

.btn:after{
	content: '';
	display: inline-block;
	background-image: url("../SVG/icn_blank.svg");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: baseline;
	margin-left: 10px;
}

.stop{
	width: 90%;
	margin: 5% auto;
	border: solid 1px #000;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	box-sizing: border-box;
	padding: 4%;
}

.stop img{
	width: 10%;
}

.pcBox{
	display: none;
}

.stop p{
	font-size: 16px;
	line-height: 1.8;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff;
	font-size:  xx-large!important;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #FFB700;
	}
	.pcBox{
		width: 50%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #FFB700;
		z-index: 10011;
	}
	.image__container{
		width: 58.82vh;
		position: relative;
	}
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		background-color: #FFB700;
		margin-left: 2%;
		border: solid 20px #fff;
	}	
}

