@charset "utf-8";

main h3 {
	font-weight: 600;
	font-size: 140%;
	line-height: 1.1em;
	padding-left: .6em;
	border-left: .5em solid #666;
	letter-spacing: -.05em
}

#ImgBox {
	border: 1px solid #666;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 0;
}
.thumb-item-nav {
	display: flex;
	flex-wrap: wrap;
	line-height: 0;
}
.thumb-item-nav li {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #EEE;
	border: 1px solid #999;
	cursor: pointer;
}
.thumb-item-nav li:hover {
	opacity: .6;
}

#spec {
	clear: both;
}
#spec .status {
	display: inline-block;
	font-size: 80%;
	padding: .3em 1.5em;
	border-radius: .2em;
	color: #FFF;
}
#spec .reserve {
	background-color: rgba(255,112,134,1.00);
}
#spec .onsale {
	background-color: rgba(28,80,171,1.00);
}
#spec .reserve_end {
	background-color: rgba(255,207,214,1.00);
}
#spec .onsale_end {
	background-color: rgba(144,216,255,1.00);
}
#spec h1 {
	font-size: 200%;
	border-bottom: thin solid rgba(0,0,0,1.00);
	padding-left: .5em;
}
#spec dl {
	padding: 1em;
	font-size: 150%;
}
#spec dl dt {
	font-weight: normal;
	width: 5em;
	display: block;
	float: left;
}
#spec dl dt span {
	font-size: 66%;
}
#spec dl dd {
	padding-left: 5.5em;
}
#spec dl dd span {
	font-size: 66%;
	display: inline-block;
	margin-left: .2em;
	margin-right: .2em;
}
#spec .txt {
	padding: 1em;
	background-color: rgba(224,224,224,.50);
}

#spec .txt .attention {
	font-size: 80%;
	color: rgba(70,70,70,1.00);
	padding-left: 1em;
	padding-top: .3em;
	padding-bottom: .3em;
}
#spec .txt .attention li {
	text-indent: -1em;
	line-height: 1.2em;
}

.btn li {
	margin-bottom: 1em;
}
.btn li:last-child {
	margin-bottom: 0;
}

#social ul {
	padding: 0 .5em;
}
#social ul::after {
	display: block;
	width: 100%;
	clear: both;
	content: "";
}
#social ul li:nth-child(odd) {
	width: calc((100% - 2em) / 3);
	float: left;
}
#social ul li:nth-child(even) {
	width: calc((100% - 2em) / 3 + 2em);
	padding: 0 1em;
	float: left;
}

/*ソーシャルボタン*/
#social ul li .bnr {
	display: block;
	margin: 0;
	padding: 5px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
}
#social ul li:nth-child(even) .bnr {
}

.twitter{
    background: #55acee;
}

.fb{
    background: #3b5998;
}

.line{
    background: #09B701;

}
.social {
	text-align: center;
	line-height: 0;
}


@media screen and (max-width:599px){
	#ImgBox {
		width: 100%;
	}
	.thumb-item-nav {
		width: 100%;
	}
	.thumb-item-nav li {
		width: calc((100% - 9px) /4);
		margin-top: 3px;
	}
	.thumb-item-nav li:nth-child(1),
	.thumb-item-nav li:nth-child(2),
	.thumb-item-nav li:nth-child(3),
	.thumb-item-nav li:nth-child(5),
	.thumb-item-nav li:nth-child(6),
	.thumb-item-nav li:nth-child(7) {
		margin-right: 3px;
	}
	#spec dl dd span {
	margin-left: .1em;
	margin-right: .1em;
	}
	#spec h1 {
	font-size: 180%;
	border-bottom: thin solid rgba(0,0,0,1.00);
		line-height: 1.2em;
		padding-bottom: .2em;
	}

}

@media screen and (min-width:600px) and (max-width:767px){
	#ImgBox {
		width: 100%;
	}
	.thumb-item-nav {
		width: 100%;
	}
	.thumb-item-nav li {
		width: calc((100% - 9px) /4);
		margin-top: 3px;
	}
	.thumb-item-nav li:nth-child(1),
	.thumb-item-nav li:nth-child(2),
	.thumb-item-nav li:nth-child(3),
	.thumb-item-nav li:nth-child(5),
	.thumb-item-nav li:nth-child(6),
	.thumb-item-nav li:nth-child(7) {
		margin-right: 3px;
	}

}

@media screen and (min-width:768px) and (max-width:1024px){
	#ImgBox {
		width: calc((100% - 5px) / 3 * 2 - 5px);
		float: left;
		margin-left: 5px;
	}
	.thumb-item-nav {
		width: calc((100% - 5px) / 3);
	}
	.thumb-item-nav li {
		width: calc(50% - 5px);
		margin-left: 5px;
		margin-bottom: 5px;
	}

}

@media screen and (min-width:1025px) and (max-width:1280px){
	#ImgBox {
		width: calc((100% - 5px) / 3 * 2 - 5px);
		float: left;
		margin-left: 5px;
	}
	.thumb-item-nav {
		width: calc((100% - 5px) / 3);
	}
	.thumb-item-nav li {
		width: calc(50% - 5px);
		margin-left: 5px;
		margin-bottom: 5px;
	}

}

@media screen and (min-width:1281px){
	#ImgBox {
		width: calc((100% - 5px) / 3 * 2 - 5px);
		float: left;
		margin-left: 5px;
	}
	.thumb-item-nav {
		width: calc((100% - 5px) / 3);
	}
	.thumb-item-nav li {
		width: calc(50% - 5px);
		margin-left: 5px;
		margin-bottom: 5px;
	}

}
