@charset "utf-8";

/* ========================================================
	bike.css
======================================================== */
.bike_detail_contents {
	position: relative;
	background-color: #000;
}
.bike_detail_contents::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 90px;
	border-top: 2px solid var(--theme-color);
}
.bike_detail_contents h1 {
	margin-bottom: 30px;
	font-size: 3.4rem;
	line-height: 1.5;
}
.bike_detail_contents .title .icon {
	display: flex;
	margin-bottom: 20px;
}
.bike_detail_contents .title .icon li {
	padding: 3px 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-right: 10px;
}
@media screen and (min-width: 768px), print {
	.bike_detail_contents {
		padding: 90px 0 60px;
		border: 1px solid #333333;
	}
	.bike_detail_contents > * {
		width: 1060px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.bike_detail_contents {
		padding: 40px 0;
	}
}


/* メイン
============================================================================================================ */
#main {
	padding: 25px 30px 30px;
	background: #ffffff url(../images/detail/main_bg.gif) repeat-x;
}
#main .title {
	margin-bottom: 20px;
	zoom: 1;
}
#main .title:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#main .title h1 {
	float: left;
	padding-right: 1em;
	font-size: 250%;
	line-height: 1.2;
}
#main .title ul {
	padding-top: 5px;
}
#main .title li {
	float: left;
	min-width: 4em;
	padding: 0.3em 1em;
	text-align: center;
	color: #ffffff;
	font-size: 92%;
	line-height: 1.2;
}

/* 写真
-------------------------------------------------------------------------- */
#mainPh .main {
	position: relative;
	margin-bottom: 15px;
	padding-top: 56.25%;
}
#mainPh .main li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	display: none;
}
#mainPh .main li > span {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainPh .main li img {
	width: auto;
	max-height: 100%;
}
#mainPh .main li p {
	padding: 5px 0 10px;
	text-align: center;
}
#mainPh .thumbs {
	display: flex;
	flex-wrap: wrap;
}
#mainPh .thumbs li {
	position: relative;
	margin-bottom: 10px;
	width: 108px;
	height: 68px;
	margin-right: 10px;
	border: 1px solid #cccccc;
	cursor: pointer;
}
#mainPh .thumbs li.current {
	cursor: default;
}
#mainPh .thumbs li::after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #dc5e09;
	opacity: 0;
}
#mainPh .thumbs li.hover::after,
#mainPh .thumbs li.current::after {
	opacity: 1;
}
#mainPh .thumbs li.youtube_thumbs span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	background: url(../images/detail/thumbs_movie_icon.png) no-repeat;
}

#main p.notes {
	margin-top: 10px;
	text-align: right;
}

/* コメント
-------------------------------------------------------------------------- */
#mainComment {
	margin-top: 40px;
	font-size: 109%;
	line-height: 1.8;
}
#mainComment h2 {
	margin-bottom: 1em;
	margin-left: -8px;
	padding-left: 10px;
	border-left: 2px solid #dc5e09;
	font-size: 124%;
	line-height: 1.4;
	color: #dc5e09;
	font-weight: bold;
}



/* 詳細
============================================================================================================ */
#detailArea {
	margin-top: 60px;
	display: none;
}

#detailArea h2 {
	padding-top: 1px;
	background-color: #1b1b1b;
	border-bottom: 1px solid #2a2a2a;
	font-size: 134%;
	line-height: 1.5;
}
#detailArea h2 span {
	display: block;
	padding: 0.5em 16px;
	border-bottom: 1px solid #9a4206;
}
@media screen and (min-width: 768px), print {
	#detailArea .inner {
		display: flex;
		justify-content: space-between;
	}
}

/* スペック
-------------------------------------------------------------------------- */
#spec {
}
#spec h2 span {
	border-left: 3px solid #9a4206;
}
#spec dl {
	padding: 15px 20px 20px;
}
#spec dl dt {
	float: left;
}
#spec dl dd {
	margin-left: 9em;
	padding-bottom: 0.3em;
}
#spec dl .inquiry {
	color: #dc5e09;
}

#spec dl dt.title {
	float: none;
	margin: 1em 0 0.7em;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	font-size: 109%;
}
#spec dl dt.title:first-child {
	margin-top: 0;
}
#spec dl.snowmobile dd {
	margin-left: 10em;
}



.spyder #spec {
	width: 376px;
}
.spyder #spec ul {
	padding: 15px 20px 20px;
}
.spyder #spec ul li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 0.5em;
}
.spyder #price {
	float: left;
	width: 543px;
}


/* 価格
-------------------------------------------------------------------------- */
#price {
/* 	margin-left: 277px; */
	float: left;
	width: 643px;
}
#price .box {
	padding: 15px 20px 20px;
}
#price .price {
	margin-bottom: 0.1em;
	font-size: 167%;
	font-weight: bold;
}
#price .price del {
	font-weight: normal;
	text-decoration: line-through;
}
#price .price .tax {
	font-size: 70%;
	font-weight: normal;
}
#price .price .noridashi {
	margin-left: 1em;
}
#price .price .noridashi .prefix {
	font-size: 70%;
	font-weight: normal;
}
#price p {
	font-size: 109%;
}
#price .tax_notes {
	margin-top: 0.6em;
	font-size: 100%;
}
#price .inquiry {
	margin-top: 15px;
	zoom: 1;
}
#price .inquiry:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#price .inquiry p {
	float: left;
}
#price .inquiry dl {
	margin-left: 250px;
	line-height: 1.3;
}
#price .inquiry dl dd {
	color: #dc5e09;
	font-size: 250%;
}
#price .notes {
	margin-top: 20px;
	color: #dc5e09;
}

#price .rentalprice {
	padding: 15px 20px 0;
}
#price .rentalprice dt {
	float: left;
	padding-top: 0.1em;
	font-size: 117%;
}
#price .rentalprice dd {
	margin-bottom: 0.5em;
	padding-left: 10em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	font-size: 134%;
}
.rental .contact_btn {
	width: 340px;
	margin: 0 0 20px;
}
#price .rental .inquiry {
	margin-top: 0;
}
#price .rental .inquiry p {
	float: none;
}
#price .rental .inquiry dl {
	margin-left: 0;
}
#price .rental .inquiry dl dd em {
	font-size: 45%;
}

/* STAFF からのコメント
============================================================================================================ */
/*
#comment {
	background-color: #e5e5e5;
	border-bottom: 1px solid #cccccc;
}
#comment .comm {
	padding: 20px;
	font-size: 109%;
	line-height: 1.8;
}
*/

/* price
============================================================================================================ */
.bike_detail_contents .price {
	margin-bottom: 30px;
	font-size: 125%;
	color: #dc5e09;
	text-align: right;
}
.bike_detail_contents .price strong {
	font-weight: bold;
	font-size: 110%;
}
.bike_detail_contents .price strong {
	font-weight: bold;
	font-size: 110%;
}
.bike_detail_contents .price .tax {
	font-size: 70%;
	font-weight: normal;
}
