@charset "utf-8";

.kv{
	margin-bottom:50px;
	position:relative;
}

.kv .detail{
	font-size: 14px;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	/*
	padding-top: 130px;
	padding-left:790px;
	*/
	padding-top: 11%;
	padding-left: 65%;
	text-align:center;
}

.kv .detail .price{
	
}

.kv .detail .price .yen{
	font-size: 26px;
	font-weight: bold;
}

.kv .detail .gd{
	display: inline-block;
	margin: 10px auto;
	padding: 0 10px;
	vertical-align: middle;
}
.kv .detail .gd img{
	border-style: none;
	max-width: 100%;
	height: auto;
}

.kv .detail .srlocation{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px 13px 15px 50px;
	margin: 1% auto 0;
	color: #fff;
	cursor: pointer;
	background: url(../images/icon_srlocation.png) no-repeat 12px center;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto auto;
	background-color: #4d4399;
	background-size: 30px;
	max-width: 260px;
}

/* タブレット用補正 */
@media screen and (max-width:896px){
	.kv .detail{
		padding-top: 10.7%;
	}
	.kv .detail .gd{
		margin: 0.9% auto;
		padding: 0 0.9%;
	}
	.kv .detail .price .yen{
		font-size: 19px;
	}
	.kv .detail .srlocation{
		margin: 1.2% auto 0;
	}
}








.itemlist{
	margin-bottom:60px;
}

.itemlist h3{
	font-size:24px;
	display:relative;
	position: relative;
	/*padding: 5px 0 6px 20px;*/
	padding-left: 20px;
	margin-bottom:20px;
}

.itemlist h3::before{
	content:"";
	display:block;
	width:5px;
	height:35px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.itemlist>ul{
	padding:30px 0;
	background-color: #f0f0f0;
}
.itemlist>ul::after{
	content:"";
	display:block;
	clear:both;
}
.itemlist>ul>li{
	float:left;
	position:relative;
}
.itemlist>ul>li .photo{
	margin-bottom:20px;
}
.itemlist>ul>li .subtitle{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.itemlist>ul li .type{
	margin-bottom: 5px;
}
.itemlist>ul li .spec{
	line-height:1.5;
}
.itemlist>ul li .price{
	margin:10px 0;
}
.itemlist>ul li .price>span{
	font-size:24px;
	font-weight:bold;
}

.itemlist>ul li .mitsumori>span{
	display:inline-block;
	width:46%;
	background-color:#ff7c00;
	margin-right:4%;
}
.itemlist>ul li .mitsumori>span:nth-child(2n){
	margin-right:0;
}

.itemlist>ul li .mitsumori>span>a{
	display:block;
	width:100%;
	padding:10px 20px;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
/* タブレット補正 */
@media screen and (max-width:896px){
	.itemlist>ul>li .mitsumori>span>a{
		font-size:13px;
	}
}

.itemlist>ul li .setitem{
	text-align:right;
	padding-right:15px;
	margin-top:5.4%;
	position: absolute;
	right: 0;
	bottom: 30px;
}

/* 1カラム */
.itemlist.item_col1>ul{
	padding:0px;
	margin:20px 0 40px;
	background:none;
}
.itemlist.item_col1>ul>li{
	width:100%;
	background-color: #f0f0f0;
	padding:30px;
	margin-bottom:30px;
}
.itemlist.item_col1>ul>li .photo{
	float:left;
	width:48.725%;
	margin:0;
}
.itemlist.item_col1>ul>li .detail{
	width:100%;
	padding:20px 0 0 55%;
}

/* 2カラム */
.itemlist.item_col2>ul>li{
	width:46.25%;
	margin:0 2.5%;
}
.itemlist.item_col2>ul>li:nth-child(2n){
	margin-left:0;
}

/* 3カラム */
.itemlist.item_col3>ul>li{
	width:30%;
	margin:0 2.5%;
}
.itemlist.item_col3>ul>li:nth-child(3n+2){
	margin-left:0;
	margin-right:0;
}
/* 4個以上の余白 */
.itemlist.item_col3>ul>li:nth-child(n+4){
	margin-top:60px;
}

/* 4カラム */
.itemlist.item_col4>ul>li{
	width:21.875%;
	margin:0 0 0 2.5%;
}
.itemlist.item_col4>ul>li:nth-child(4n){
	margin:0 2.5% 0 2.5%;
}

.itemlist .itemlist_annotation{
	margin-top: -20px;
	margin-left: 20px;
	font-weight:bold;
}


/* モーダル */
#instaModal{
	z-index: 2147483641;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.6);
	overflow-x: hidden;
	padding: 0 0 1px;
}
#instaModalWrapper{
	width: 100%;
	height: 100%;
	display: block;
}
#instaModalInner{
	position: absolute;
	top: 25% !important;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	max-width: 600px;
}
#instaModalClose{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0em;
	width: 3.5em;
	height: 3.5em;
	z-index: 100;
	color: #0000;
}
#instaModalClose>span{
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	color: rgba(0, 0, 0, 0);
}
#instaModalClose>span::before{
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	right: 1.7em;
	width: 1px;
	height: 1.7em;
	border: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	background-color: white;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#instaModalClose>span::after{
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	right: 1.7em;
	width: 1px;
	height: 1.7em;
	border: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	background-color: white;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
#instaModalContents{
	position: relative;
	width: 100%;
	height: 100%;
	border: 0px solid #4d4399;
}
#instaModalHead{
	padding: 15px 45px 15px 50px;
	color: #fff;
	background: url(../images/icon_srlocation.png) no-repeat 12px center;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto auto;
	background-color: #4d4399;
	background-size: 30px;
}
#instaModalMain{
	padding: 15px 15px 10px;
	background-color: #fff;
	max-height: 295px;
	overflow: auto;
}
#instaModalMain ul{
	margin-left: 10px;
	margin-right: -5px;
}
#instaModalMain ul li{
	display: inline-block;
	line-height: 1.4em;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0;
	margin: 5px 15px 5px 0;
}
#instaModalMain ul li a{
	text-decoration: none;
	padding: 14px 18px;
	display: block;
	color: #4d4399;
	transition: all 0.3s ease 0s;
}
/* ---- sp ---- */
@media (max-width: 480px) {
	
	#instaModalInner{
		width: 90%;
		top: 20% !important;
	}
	#instaModalClose{
		width: 50px;
		height: 70px;
	}
	
	#instaModalClose>span::before{
		height: 24px;
		top: 12px;
		bottom: auto;
		left: 25px;
		right: auto;
	}
	#instaModalClose>span::after{
		height: 24px;
		top: 12px;
		bottom: auto;
		left: 25px;
		right: auto;
	}
	#instaModalMain{
		max-height: 355px;
	}
	
	#instaModalMain ul{
		display: flex;
		flex-direction: column;
	}
	
	
	
	
	
	
}

/* タブレット補正 */
@media screen and (max-width:896px){
}



/* ---- sp ---- */
@media (max-width: 767px) {
	
	.kv .detail{
		position:static;
		padding-top: 2%;
		padding-left:0;
	}
	
	.itemlist{
		margin-bottom:80px;
	}
	
	.itemlist>h3{
		
		font-size: 4.8vmin;
		line-height: 1.4;
		display: relative;
		position: relative;
		padding-left: 20px;
		margin:0 0 3% 4%
	}
	.itemlist h3::before {
		height:100%;
	}
	
	
	.itemlist>ul{
		padding:0;
	}
	.itemlist>ul li .photo{
		margin:4%;
	}
	.itemlist>ul li .detail{
		margin:4%;
		margin-top:45px;
	}
	.itemlist>ul li .detail .info{
		
	}
	.itemlist>ul li .type{
		margin:4%;
	}
	
	.itemlist .itemlist_annotation{
		margin-top: -1%;
		margin-left: 5%;
	}
	
	
	/* 1カラム */
	.itemlist.item_col1>ul{
		background-color: #f0f0f0;
	}
	.itemlist.item_col1>ul>li{
	}
	.itemlist.item_col1>ul .slick-arrow{
		top:24%;
	}
	
	.itemlist>ul li .mitsumori>span>a{
		font-size:4.4vw;
		padding: 15px;
	}
	
	.itemlist>ul li .setitem{
		font-size:3.2vw;
		position: static;
	}
	
}



.setitemList{margin:20px -10px 10px 0;}
.setitemList ul{margin-top:10px;}
.setitemList ul::after{content:"";display:block;clear:both;}
.setitemList ul li{float:left;width:25%;}
.setitemList ul li .setitemListPhoto{
	margin-right:10px;
	width: 90%;
	padding-top: 90%;
	position: relative;
}
.setitemList ul li .setitemListPhoto a{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}
.setitemList ul li .setitemListPhoto img{width:100%;}
.setitemList ul li .setitemListDetail{margin:10px 10px 0 0;font-size: 10px;}


.signup{ margin-top:-30px;margin-bottom:50px; /*padding-right:35%*/; text-align:center;}
.signup oh{}
.signup p{text-align:center;}
.signup p:first-child{}
.signup p:first-child a{
	font-size: 14px;color: #fff;background: #ff7d01;display: inline-block;text-decoration: none;
	text-align: center;cursor: pointer;padding: 15px 13px;max-width: 260px;width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.signup p:nth-child(2){ margin-top:15px}
@media (max-width: 767px) {
	.signup{ padding-right:0; text-align:center;}
	.signup p{text-align:center;}
	.signup p:first-child a{margin: 1.2% auto 0;}
}





