@charset "euc-jp";
/* ----------------- */
/*  ¾¦ÉÊ¾ÜºÙ
/* ----------------- */
/* ¾¦ÉÊÌ¾ */
#page-detail .product-title {
	margin: 0;
}
@media (max-width: 768px) {
	#page-detail .product-title {
		padding: 0 10px;
	}
}
#page-detail .product-title .title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #555;
	font-size: 24px;
	font-weight: bold;
}
/* ¾¦ÉÊ²è¡¦E*/
#page-detail .photo-column {
	margin-bottom: 40px;
}
#page-detail .photo-column .main-img {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#page-detail .photo-column .thumb-src {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
#page-detail .photo-column .thumb-src:hover {
	cursor: pointer;
}
/* ²Á³Ê¡¦¿ôÎÌ¡¦¥«¡¼¥È */
#page-detail .cart-area {
	margin-bottom: 1em;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
}
#page-detail .price-area {
	margin: 0 10px 10px;
}
#page-detail .price-area dt, #page-detail .price-area dd {
	display: inline-block;
}
#page-detail .price-area dl {
	margin: 0 0 15px;
}
#page-detail .price-area dt {
	margin: 0 0 10px 0;
	min-width: 4em;
	font-size: 16px;
	font-weight: normal;
}
@media (min-width: 769px) {
	#page-detail .price-area dd {
		margin-left: 0;
	}
}
#page-detail .price-area .price {
	font-size: 22px;
	font-weight: normal;
}
#page-detail .price-area .sale-price {
	color: #B12704;
	font-size: 22px;
	font-weight: normal;
}
/* ¥×¡¦EÀ¥¦¥ó¥¡¦×¥·¥ç¥ó¡Ê¥¡¦é¡¼Åù¡ÌÂ*/
#page-detail .option-select dt {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}
#page-detail .option-select dd {
	margin: 0;
}
/* ¥»¥Ã¥È²Á³Ê¡Ê¥ª¥×¥·¥ç¥ó¡Ë */
#page-detail .option-area {
	margin: 10px 10px 20px;
}
#page-detail .option-area h4 {
	margin: 0 0 0.2em;
	font-size: 18px;
	font-weight: normal;
}
#page-detail .option-area form {
	margin: 0;
}
/* ¥ª¥×¥·¥ç¥ó¥Æ¡¼¥Ö¡¦E*/
#page-detail .option-table {
	margin: 0;
	padding: 0;
}
#page-detail .option-table table {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
}
#page-detail .option-table table th {
	border: 1px solid #ddd;
	font-weight: normal;
}
#page-detail .option-table table td {
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
}
#page-detail .option-area .table_price {
	color: #B12704;
}
/* ¿ôÎÌ */
#page-detail .order-area {
	margin: 5px 10px 15px;
}
/* ¥«¡¼¥È¥Ü¥¿¡¦E*/
#page-detail .cart-area input[type="text"] {
	width: 40px;
	padding-bottom: 3px;
	font-size: 16px;
	text-align: right;
}
#page-detail .cartin-btn .btn-lg {
	background: url("https://synegeo.com/2021-naramono/global/img/icon/cart-white.svg") no-repeat;
	background-size: 28px;
	background-position: right 5% center;
	background-color: #da7171;
}
#page-detail .cart-area .btn-default {
	color: #333 !important;
	background-color: #fff;
	font-weight: bold;
}
#page-detail .guide-area {
	margin: 0 10px 15px;
	font-size: 14px;
}
#page-detail .guide-area ul li {
	margin: 10px 0;
}
#page-detail .guide-area ul li img {
	margin: 0 5px 0 0;
	vertical-align: bottom;
}
/* ¾¦ÉÊ¤ÎÆÃÄ¹ */
#page-detail .section-title {
	margin-bottom: 25px;
}
#page-detail .description-body {
	width: 80%;
	margin: 0 auto 30px;
}
@media (max-width: 768px) {
	#page-detail .description-body {
		width: 90%;
	}
}
#page-detail .description-body h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 30px;
}
#page-detail .description-body h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 26px;
}
#page-detail .description-body h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
}
.description-body a {
	background: #f7f7f7;
}
.description-body a.link {
	background: #FCF0E6;
	padding: 0 0.2em;
}
.description-body a.line {
	text-decoration: underline;
	padding: 0 0.2em;
}

.description-body > ul {
	margin: 0 0 1em;
	line-height: 1.7;
	list-style: none;
}
.description-body > ul li {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0px 0px 0px 15px;
}
.description-body > ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #958dc7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.description-body ol {
	line-height: 1.7;
	margin-bottom: 1.5em;
}
.description-body ol li {
	line-height: 1.7;
	margin-bottom: 0.2em;
}

.description-body figure {
	margin: 0 0.5em;
	display: inline-block;
}
.description-body img {
	margin-top: 10px;
	margin-bottom: 20px;
}
.description-body .picture {
	margin: 1em 0;
	display: flex;
	flex-wrap: wrap;
}
.description-body .picture p {
	font-size: 12px;
	text-align: center;
}
.description-body .picture img {
	margin: 1em 0 0.2em;
}
.description-body .picture img.border {
	border: 1px solid #ddd;
}
a.zoom {
	position: relative;
	display: block; 
	text-align: center;
	background: none;
}
a.zoom::after {
	position: absolute;
	top: 1em;
	right: 0;
	display: block;
	text-align: center;
	content: url("https://synegeo.com/2021-naramono/global/img/icon/search.svg");
	width: 1.5em;
	height: 1.5em;
	background-color: rgba(0, 0, 0, 0.4);
}

.description-body .text-box {
	border: 1px solid #ddd;
	padding: 20px 15px;
	margin: 40px 0 0;
}
.description-body .text-box-red {
	border: 1px solid #B12704;
	text-align: center;
	padding: 15px;
	margin: 0 0 30px;
}
.description-body .text-box h6 {
	margin: 0 0 0.5em;
	font-size: 20px;
}
.description-body .text-box p {
	margin: 0 0 0.5em;
	font-size: 16px;
}

.description-body .text-box ul {
	margin: 1em 0 1.5em;
	padding: 0 0 0 1.5em;
}

.description-body .text-box ul li {
	line-height: 1.7;
	margin-bottom: 0.2em;
}

.description-body .text-box p.u-line {
	text-decoration: underline double #e26a0d;
}
.description-body .text-box .u-line-red {
	text-decoration: underline double #B12704;
}
.description-body .sc-table {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.description-body table {
	margin: 20px auto;
}
.description-body table td, .description-body table th {
	border-bottom: 1px solid #ddd;
	padding: 0.5em;
}
.description-body table th {
	background: #fafafa;
	min-width: 6em;
}
.description-body table td.center {
	text-align: center;
}
.description-body p.icon-link{
	margin: 1em  0 0.5em;
}
.description-body p.icon-link::before{
	display: inline-block;
	content: " ";
	width: 1.5em;
	height: 1.5em;
	background: url(https://synegeo.com/2021-naramono/global/img/icon/angle-right.svg) no-repeat;
	vertical-align: bottom;
}
/* Æ°²è*/

.vid-contents {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin: 40px auto;
	padding: 15px;
	background: #eee;
	box-sizing: border-box;
}
.vid-contents h4 {
  margin: 0 0 10px;
}

.vid-contents h4::before {
	content: url("https://www.synegeo.com/2021-naramono/bokuundo/product-img/kenchiku/youtube_icon.png");
	display: inline-block;
	vertical-align: middle;
}

.vid-contents iframe {
  width: 100%;
  height: 100%;
}

/* ¤³¤Î¾¦ÉÊ¤ò¹ØÆþ¤·¤¿¿Í¤Ï */
/* ui-box-item */
.ui-box-item {
	text-align: center;
	margin-bottom: 30px;
}
.ui-box-item .box-image {
	margin-bottom: 15px;
}
.ui-box-item .box-image img {
	margin: 0 auto;
}
.ui-box-item .box-title .title {
	margin-top: 0;
	margin-bottom: 5px;
	display: inline-block;
	color: #555555;
	font-size: 16px;
	font-weight: normal;
}