/* gallery_wrap(複数設置の場合)
-----------------------------------------*/
@media (min-width: 600px) {	
	/* gallery_main */
	.gallery_main{ float: left; }
	.gallery_main img{
		position: absolute;
		width: 300px;
		height: auto;
		max-width: 400px;
	}
	.gallery_main a{ display: none;}
	
	/*-- gallery_list
	------------------------- */
	.gallery_list{ margin-left: 310px; }
	.gallery_list li{
		width: 60px;
		height: 80px;
		background: none;
		padding: 0 10px 0px 0;
		margin: 0 0 10px 0;
	}
	.gallery_list li:last-child{ margin-bottom: 0; }
	.gallery_list li a{ display: block; }
	.gallery_list li a:hover { opacity:0.8; }
	.gallery_listli a:active { opacity:0.8; }
}

@media (min-width: 600px){
	.gallery_wrap{ margin-bottom: 80px;}
	.accessory > .gallery_wrap{ margin-bottom:20px; }
} 

/* ======= SP =======*/
@media (max-width: 600px) {
	.gallery_wrap{
		position: relative;
		margin-bottom: 12px;
	}
	/*-- gallery_main
	------------------------- */
	.gallery_main{ margin-bottom: 10px; }
	
	.gallery_main img{ width: 100%;height: 100%;}
	.gallery_main > img{display: none;}
	
	/*-- gallery_list
	------------------------- */
	.gallery_list { display: none;}
}

/*-- プロダクト
------------------------- */
/* ======= PC =======*/
@media (min-width: 600px) {
	.product .two_column{ width: 80%; margin: 0 auto;}
	.product .two_column > div{ width: calc(50% - 35px) ; width: -webkit-calc(50% - 35px); float: left; margin-bottom: 70px; }
	
	.product .two_column > div:nth-child(odd){ margin-right: 35px; clear: both; }   
	.product .two_column > div:nth-child(even){ margin-left: 35px; }
	
} 

/* ======= SP =======*/
@media (max-width: 600px) {
	.product .two_column > div{ margin-bottom: 24px; }
}

/*==============================*/
/* 料金表 */
/*==============================*/
.dl_default{ margin-bottom: 15px;}
.dl_default > dl.head{
	background: #e7e7e7!important;
	margin-bottom: 2px;
}
.dl_default dl{
	overflow: hidden;
	padding: 5px 5px 3px 7px;
	font-size: 12px;
}
.dl_default dl:nth-child(odd){ background: #c8ece8;}
.dl_default dl:nth-child(even){ background: #E6F6F4; }
.dl_default dl dt{ float: left; }
.dl_default dl dd{ text-align: right; }

.dl_default dl.total{
	border-top: 3px double #999;
}
.dl_default dl.total{
	overflow: hidden;
	padding: 8px 5px 8px 7px;
	font-size: 12px;
}
.dl_default dl.total dd{
	position: relative; top: 1px;
	font-size: 18px;
	line-height: 1em;
	font-family: 'Oswald', sans-serif;
}
.dl_default dl.total dd span{
	margin-right: 4px;
	font-size: 14px;
}

.product .note{ font-size: 12px;}

	/* ======= SP =======*/
	@media (max-width: 600px) {
		#kids_school .dl_default,
		#school .dl_default,
		#work .dl_default,
		#business .dl_default,
		#sports .dl_default,
		#outdoors .dl_default,
		#other .dl_default,
		#underwear .dl_default,
		#swimwear .dl_default,
		#tuxedo .dl_default,
		#yukata .dl_default,
		#room .dl_default{ display: none; }
		
		.product .note{ display: none;}
	}


/*==============================*/
/* 製品詳細 */
/*==============================*/

/* ======= PC =======*/
@media (min-width: 600px) {
	.productDetail{ position: relative; }
	.productDetail h3{ position: absolute; top: 0; left: 0; }

	.productDetail .productContent{
		display: flex; display: -webkit-flex; /* Safari */
		justify-content: space-between; -webkit-justify-content: space-between; /* Safari */
	}
	.productDetail .productContent div{ width: calc(50% - 16px); }
	.productDetail .productExplanation{ margin-top: 60px; }
}

/* ======= PC =======*/
@media (max-width: 600px) {
	.productDetail .productContent{
		display: flex; display: -webkit-flex; /* Safari */
		flex-direction: column-reverse; -webkit-flex-direction: column-reverse; /* Safari */
	}
	.productDetail .dl_default{
		margin-bottom: 12px;
	}
}

/*==============================*/
/* タイトル */
/*==============================*/
/*-- タイトル
------------------------- */
.product .product_title{
	position: relative;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #777;
}
.product .product_title small{ font-size: 12px; }

	/* ======= SP =======*/
	@media (max-width: 600px) {
		.product .product_title{
			text-align: center;
			font-size: 16px;
			letter-spacing: -0.05em;
			min-height: 80px;
		}
		.product .product_title.title_long{
			font-size: 14px;
			letter-spacing: -0.07em;
		}
		.product .product_title small{
			display: block;
			font-weight: 400;
			letter-spacing: -0.05em;
		}
	}

/*-- ボタン
------------------------- */
.product .product_title span a{
	background: #888;
	color: #FFFFFF;
	padding: 5px 24px;
	border-radius: 5px;
	font-size: 12px;
	font-family: none;
}
.product .product_title span a:hover{ background: #ccc;}

	/* ======= PC =======*/
	@media (min-width: 600px) {
		.product .product_title span{ position: absolute; top: -3px; right: 0;}
	}

	/* ======= SP =======*/
	@media (max-width: 600px) {
		.product .product_title span{
			display: block;
			width: 100%;
			position: absolute; bottom: 0px; right: 0;
		}
		.product .product_title span a{
			display: block;
			width: 100%;
			padding: 5px 0px;
		}
	}

/*==============================*/
/* Coordinate */
/*==============================*/
div.coordinateItem{
	display: flex; display: -webkit-flex;
	flex-wrap: wrap; -webkit-flex-wrap: wrap;
	gap: 40px 40px;
}

div.coordinateItem dl{
	display: flex; display: -webkit-flex;
	flex-direction: column; -webkit-flex-direction: column;
	width: calc( calc( 100% - calc( 40px * 3 ) ) / 4 );
}
div.coordinateItem dl dt{
	order: 2;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.3em;
}
div.coordinateItem dl dt span{
	display: block;
	margin-top: 4px;
}
div.coordinateItem dl dt small{ font-size: 11px;}

div.coordinateItem dl dd:nth-child(2){
	order: 1;
	margin-bottom: 14px;
}

div.coordinateItem dl dd:nth-child(3){
	order: 3;
	border: 1px solid #ccc;
	text-align: center;
}
div.coordinateItem dl dd:nth-child(3) a{
	display: block;
	padding: 12px 0 9px 0;
	line-height: 1.3em;
	font-size: 16px;
}
div.coordinateItem dl dd:nth-child(3) a:hover{
	background: #009989;
	color: #fff;
}

	/* ======= SP =======*/
	@media (max-width: 600px) {
		div.coordinateItem{ gap: 28px 10px;}

		div.coordinateItem dl{ width: calc( calc( 100% - calc( 10px * 1 ) ) / 2 );}
		
		div.coordinateItem dl dd:nth-child(3) a{
			padding: 12px 0 9px 0;
			font-size: 14px;
		}
	}


/*==============================*/
/* タイトル */
/*==============================*/
.detail_title{
	font-size: 21px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #009989;
	margin-bottom: 16px;
	line-height: 1em;
}
.detail_title span{
	color: #777;
	display: block;
	margin-top: 6px;
	font-size: 16px;
}

	/* ======= SP =======*/
	@media (max-width: 600px) {
	}