@charset "utf-8";

#shop_cnt{
	background: #fff;
}

#shop_cnt a{
	text-decoration: none;
	transition: .4s all;
}

#shop_cnt a:hover{
	opacity: .6;
}

#shop_cnt ul{
	list-style: none;
}

#shop_cnt *{
	color: #333;
}

#shop_cnt h2{
	background: #fff;
}

#shop_cnt h3{
	border: unset;
}

#shop_cnt p,
#shop_cnt td{
	font-size: 18px;
	line-height: 1.8;
}

#shop_cnt section{
	margin-bottom: 100px;
}

@media screen and (max-width:1024px){
	#shop_cnt section{
		margin-bottom: 10%;
	}	
}

@media screen and (max-width:769px){
	#shop_cnt p,
	#shop_cnt td{
		font-size: 16px;
		line-height: 1.6;
	}	

	#shop_cnt .sp_none{
		display: none;
	}
}


/*section001ここから*/
#shop_cnt .section001 h2{
	margin-bottom: 60px;
}

#shop_cnt .section001 ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 60px;
}

#shop_cnt .section001 ul li{
	width: 49%;
	max-width: 450px;
}

#shop_cnt .section001 ul li:first-of-type{
	margin-right: 20px;
}

#shop_cnt .section001 ul li a{
	display: block;
	padding: 10px 0;
	font-size: 24px;
	color: #000;
	box-sizing: border-box;
	border: 2px solid #757575;
	text-align: center;
	line-height: 1.3;
}

#shop_cnt .section001 ul li a span{
	display: block;
	font-size: 13px;
	color: #757575;
	font-weight: bold;
}

#shop_cnt .section001 h3{
	font-size: 36px;
	margin-bottom: 60px;
	font-weight: bold;
	text-align: center;
}

#shop_cnt .section001 p{
	text-align: center;
}

@media screen and (max-width:1024px){
	#shop_cnt .section001 h2{
		margin-bottom: 6%;
	}	

	#shop_cnt .section001 ul{
		margin-bottom: 6%;
	}

	#shop_cnt .section001 ul li:first-of-type{
		margin-right: 2%;
	}

	#shop_cnt .section001 h3{
		margin-bottom: 6%;
	}
}

@media screen and (max-width:769px){
	#shop_cnt .section001 ul li:first-of-type{
		margin-right: 4%;
	}

	#shop_cnt .section001 ul{
		display: block;
	}

	#shop_cnt .section001 ul li{
		width: 100%;
		max-width: none;
	}

	#shop_cnt .section001 ul li:first-of-type{
		margin-right: 0;
		margin-bottom: 4%;
	}

	#shop_cnt .section001 ul li a{
		font-size: 18px;
	}

	#shop_cnt .section001 ul li a span{
		font-size: 12px;
	}

	#shop_cnt .section001 h3{
		font-size: 26px;
	}

	#shop_cnt .section001 p{
		text-align: left;
	}
}


/*section002ここから*/
#shop_cnt .section002 h2{
	margin-bottom: 40px;
	padding: 30px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #333;
	border-width: 2px 0 2px 0;
}

#shop_cnt .section002 .section_inner > div:first-of-type{
	margin-bottom: 60px;
}

#shop_cnt .section002 .section_inner > div:first-of-type + p{
	margin-bottom: 60px;
	text-align: center;
}

#shop_cnt .section002 .section_inner > div:nth-of-type(2){
	margin-bottom: 40px;
}

#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 20px;
}

#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li{
	line-height: 0;
}

#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:first-of-type{
	width: 32%;
    max-width: none;
}

#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:last-of-type{
	width: 33%;
    max-width: 300px;
}

#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:not(:last-of-type){
	margin-right: 20px;
}

#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:last-of-type img:first-of-type{
	margin-bottom: 20px;
}

#shop_cnt .section002 .section_inner h3{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#shop_cnt .section002 .section_inner > h3{
	margin-bottom: 40px;
	font-size: 26px;
}

#shop_cnt .section002 .section_inner > ul:first-of-type{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 692px;
    margin: 0 auto 60px;
}

#shop_cnt .section002 .section_inner > ul:first-of-type li{
	width: 49%;
	max-width: 336px;
}

#shop_cnt .section002 .section_inner > ul:first-of-type li:first-of-type{
	margin-right: 20px;
}

#shop_cnt .section002 .section_inner > ul:first-of-type li > div:first-of-type{
	margin-bottom: 20px;
}

#shop_cnt .section002 .section_inner > ul:last-of-type{
	text-align: center;
}

#shop_cnt .section002 .section_inner > ul:last-of-type li{
	display: inline-block;
	margin: 0 20px 20px 0;
	font-size: 18px;
}

#shop_cnt .section002 .section_inner > ul:last-of-type li a{
	display: block;
	padding: 10px;
	border: 2px solid #aaa;
	box-sizing: border-box;
	line-height: 1;
}

@media screen and (max-width:1024px){
	#shop_cnt .section002 h2{
		margin-bottom: 4%;
		padding: 4% 0;
	}

	#shop_cnt .section002 .section_inner > div:first-of-type{
		margin-bottom: 6%;
	}

	#shop_cnt .section002 .section_inner > div:first-of-type + p{
		margin-bottom: 6%;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2){
		margin-bottom: 4%;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul{
	    margin-bottom: 2%;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:not(:last-of-type){
		margin-right: 2%;
	}

	#shop_cnt .section002 h3{
		margin-bottom: 2%;
	}

	#shop_cnt .section002 .section_inner > h3{
		margin-bottom: 4%;
	}

	#shop_cnt .section002 .section_inner > ul:first-of-type{
	    margin: 0 auto 6%;
	}

	#shop_cnt .section002 .section_inner > ul:first-of-type li:first-of-type{
		margin-right: 2%;
	}

	#shop_cnt .section002 .section_inner > ul:first-of-type li > div:first-of-type{
		margin-bottom: 2%;
	}
}

@media screen and (max-width:768px){
	#shop_cnt .section002 h2{
		font-size: 22px;
	}

	#shop_cnt .section002 .section_inner > div:first-of-type + p{
		text-align: left;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2){
		margin-bottom: 6%;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul{
	    display: block;
	    margin-bottom: 0;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:first-of-type{
		position: relative;
		width: 100%;
		max-width: none;
		height: min(calc(1vw * calc(300 / 3.75)), 400px);
        overflow: hidden;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:not(:last-of-type){
		margin-right: 0;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:not(:nth-of-type(1)){
		display: none;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) ul li:first-of-type img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) > div{
		position: relative;
		width: 94%;
		margin: -70px auto 0;
		padding: 4%;
		background: #fff;
		z-index: 10;
		box-sizing: border-box;
		border: 1px solid #eee;
	}

	#shop_cnt .section002 .section_inner h3{
		font-size: 18px;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) > div h3,
	#shop_cnt .section002 .section_inner > ul:first-of-type li > div:last-of-type h3{
		position: relative;
	}

	#shop_cnt .section002 .section_inner > div:nth-of-type(2) > div h3::after,
	#shop_cnt .section002 .section_inner > ul:first-of-type li > div:last-of-type h3::after{
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 1px;
		background: #757575;
	}

	#shop_cnt .section002 .section_inner > ul:first-of-type{
		display: block;
		max-width: none;
	}

	#shop_cnt .section002 .section_inner > ul:first-of-type li{
		width: 100%;
		max-width: none;
	}

	#shop_cnt .section002 .section_inner > ul:first-of-type li:first-of-type {
        margin-right: 0;
        margin-bottom: 6%;
    }

    #shop_cnt .section002 .section_inner > ul:first-of-type li > div:first-of-type{
    	width: 100%;
    	max-width: 300px;
    }

    #shop_cnt .section002 .section_inner > ul:first-of-type li > div:last-of-type{
    	position: relative;
    	width: 75%;
    	margin: -70px 0 0 auto;
    	padding: 4%;
        background: #fff;
        z-index: 10;
        box-sizing: border-box;
        border: 1px solid #e1e1e1;
    }

    #shop_cnt .section002 .section_inner > ul:first-of-type li:last-of-type > div:first-of-type{
    	margin: 0 0 0 auto;
    }

    #shop_cnt .section002 .section_inner > ul:first-of-type li:last-of-type > div:last-of-type{
    	margin: -70px 0 0 0;
    }

    #shop_cnt .section002 .section_inner > ul:last-of-type li{
    	margin: 0 10px 10px 0;
    	font-size: 12px;
    }

    #shop_cnt .section002 .section_inner > ul:last-of-type li a{
    	padding: 8px;
    }
}


/*section003ここから*/
#shop_cnt .section003 h2{
	margin-bottom: 40px;
	padding: 30px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #333;
	border-width: 2px 0 2px 0;
}

#shop_cnt .section003 h3{
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

#shop_cnt .section003 .section_inner > div:first-of-type{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

#shop_cnt .section003 .section_inner > div:first-of-type > div:first-of-type{
	position: relative;
	width: 44%;
	max-width: 450px;
	margin-right: 20px;
	overflow: hidden;
}

#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type{
	width: 64%;
}

#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type table tr{
    border-top: 1px solid #888;
}

#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type table tr:last-of-type{
    border-bottom: 1px solid #888;
}

#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type table th{
    width: 30%;
    padding: 20px;
    font-size: 16px;
    vertical-align: middle;
    border-right: 1px solid #888;
    background: #ddd;
    font-weight: bold;
}

#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type table td{
    width: 70%;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

#shop_cnt .section003 .section_inner > div:last-of-type iframe{
	width: 100%;
}

@media screen and (min-width:769px){
	#shop_cnt .section003 .section_inner > div:first-of-type > div:first-of-type img{
		position: absolute;
	    top: 65%;
	    left: 70%;
	    transform: translate(-50%, -50%);
	    width: 1200px;
	}
}

@media screen and (max-width:1024px){
	#shop_cnt .section003 h2{
		margin-bottom: 4%;
		padding: 4% 0;
	}

	#shop_cnt .section003 h3{
		margin-bottom: 2%;
	}

	#shop_cnt .section003 .section_inner > div:first-of-type{
		margin-bottom: 2%;
	}
}

@media screen and (max-width:769px){
	#shop_cnt .section003 h2{
		font-size: 22px;
	}

	#shop_cnt .section003 h3{
		font-size: 18px;
	}

	#shop_cnt .section003 .section_inner > div:first-of-type{
		display: block;
	}

	#shop_cnt .section003 .section_inner > div:first-of-type > div:first-of-type{
		position: relative;
		width: 100%;
		max-width: none;
		height: calc(1vw * calc(400 / 7.69));
		margin: 0;
		overflow: hidden;
	}

	#shop_cnt .section003 .section_inner > div:first-of-type > div:first-of-type img{
		position: absolute;
		top: 50%;
		transform: translateY(-32%);
	}

	#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type{
		position: relative;
		width: 94%;
		margin: -50px auto 0;
		z-index: 10px;
		background: #fff;
		border: 1px solid #888;
		border-width: 0 1px 0 1px;
	}

	#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type table th{
		width: 25%;
		padding: 10px;
		font-size: 14px;
	}

	#shop_cnt .section003 .section_inner > div:first-of-type > div:last-of-type table td{
		width: 75%;
		padding: 10px;
		font-size: 12px;
	}
}