@charset "utf-8";

.inner{
	max-width: 1000px;
	width: 100%;
	margin:0 auto 100px;
}

.pc_none {
	display: none !important;
}

.pc_none_tel {
	pointer-events: none;
	cursor: none;
}

a > img{
	transition: .3s;
}

a:hover > img{
	opacity: .6;
}

/*
*
* section01
*
*/

.catch{
	font-family: "秀英丸ゴシック B","DNPShueiMGoStd-B";
	font-size: 48px;
	text-align: center;
	margin-bottom: 100px;
}

.flex{
	display: flex;
	align-items: stretch;
	position: relative;
}

.flex > div{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.flex > p{
	font-size: .85em;
	margin: 0 !important;
	position: absolute;
	bottom: 150px;
	left: 50px;
}


/*main slider*/

.swiper-container{
	margin: 0;
	position: relative;
	width: 681px;
	height: 585px;
}

.swiper-container:before{
	content: '';
	background: url('../img/frame.png') no-repeat;
	width: 681px;
	height: 585px;
	display: block;
	position: absolute;
	z-index: 2;
}

#section01 .swiper-wrapper{
	background: #fff;
	width: 590px;
	height: 350px;
	margin: 53px 0 0 47px;
}


/*
*
* section02
*
*/

#section02 .list:nth-of-type(2) li:first-child{
	margin-left: 100px;
}

#section02 .list:nth-of-type(2) li:last-child{
	margin-right: 100px;
}


@media (max-width: 999px) {
.inner{
	width: 100%;
	padding:0 30px;
}

  .flex{
		display: inherit;
		/*position: inherit;*/
	}

	.flex > div{
		display: inherit;
	}

	.flex .text{
		width: 680px;
		margin: 40px auto 0;
		padding: 0;
	}

	.flex > p{
	font-size: .85em;
	text-align:center;
	margin-top: 30px !important;
	/*position: inherit;*/
	top: 380px;
	bottom: auto;
	left: auto;
	width: 100%;
}

	.price_box {
		width: 32%;
		height: auto;
	}

	.cracker li img{
		transform: scale(.8);
	}

	.cracker li:nth-of-type(1){
		top:1%;
		left: 1%;
	}

	.cracker li:nth-of-type(2){
		top:1%;
		right: 1%;
	}

	.cracker li:nth-of-type(3){
		bottom:1%;
		left: 1%;
	}

	.cracker li:nth-of-type(4){
		bottom:1%;
		right: 1%;
	}

	.special_inner .title{
		z-index: 10;
	}

	#section04 .zigzag{
		display: block;
		margin-bottom: 40px;
	}

	#section04 .zigzag li{
		text-align: center;
		width: 100%;
	}


	#section07 .list li{
		width: 48%;
		padding: 40px;
	}

	#section07 .list .tel a{
		width: 100%;
		max-width: 300px;
	}

}
