@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------
 共通部分の色変え
--------------------------------------------------------------------------------------- */
h1 span{
	background: url("../header/logo_h1_txt_g.png") no-repeat left center;
	background-size: 100% auto;
	padding-top: 7.692%;
}

}

#bath_contents{}
@media screen and (min-width: 769px) {
#bath_contents{ padding-bottom: 100px;}
}

/* --------------------------------------------------------------------------------------
 商品詳細SP
--------------------------------------------------------------------------------------- */
/* SP ///////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
#bath_contents .products_frame{
	width: 95%;
	margin:20px auto;
	}
	
#bath_contents .products_frame .txt_box{ }
#bath_contents .products_frame .img_box{ margin-top: 50px;}

/* 商品説明 ////////////////// */
#bath_contents .products_frame .txt_box h3{
	font-family: "Shin Go Light";
	font-size: 1.6rem;
	font-weight: normal;
	}
#bath_contents .products_frame .txt_box h3 span{
	display: inline-block;
	padding-left: 1rem;
	font-size: 1.4rem;
	}
#bath_contents .products_frame .txt_box .explanatory_text{
	font-family:"A1 Gothic L";
	margin-top: 20px;
	line-height: 120%;
	}
	
#bath_contents .products_frame .txt_box .list{
	margin:20px 0 0 1em;
	}
	
#bath_contents .products_frame .txt_box .list li {
  position: relative;
	margin-top: 8px;
}
#bath_contents .products_frame .txt_box .list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .1em;
  left: -1em;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #3E3A39;
  border-radius: 100%;
}
	
#bath_contents .products_frame .txt_box .btn{
	border-top: 1px solid #9E9E9F;
	margin-top: 60px;
	padding-top: 20px;
	}
	#bath_contents .products_frame .txt_box .btn a{
		display: inline-block;
		font-family:"A1 Mincho";
}	
	#bath_contents .products_frame .txt_box .btn a:hover{ color: #ccc;}
	#bath_contents .products_frame .txt_box .btn .Arrow-Left {
		display: block;
  border-bottom: solid 1px #4C4948;
  border-left: solid 1px #4C4948;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
		margin:10px auto;
}

/* 商品イメージ ////////////////// */
#bath_contents .products_frame .img_box ul.pro_img{
	width: 90%;
	margin: auto;
	display : -webkit-flex;
 display : -ms-flexbox;
 display : flex;
	
	-webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
	
	-webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap; 
 flex-wrap: wrap;
	
	justify-content: space-between;
	box-sizing: border-box;
	}
#bath_contents .products_frame .img_box ul.pro_img li{}
#bath_contents .products_frame .img_box .column2 li{width: 45%; padding-top: 30px;}
#bath_contents .products_frame .img_box .column2_side li{width: 45%; padding-top: 30px;}
#bath_contents .products_frame .img_box .column3 li{width: 45%; padding-top: 30px;}
#bath_contents .products_frame .img_box .column4 li{width: 45%; padding-top: 30px;}
	
#bath_contents .products_frame .img_box ul.pro_img li figure.image_mouseover{
	}
#bath_contents .products_frame .img_box ul.pro_img li figure.image_mouseover img{
	width: 100%;
	}


/* モーダルウィンドウ(主要部分) ////////////////// */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 85%;
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
	text-align: left;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
	
/* モーダルウィンドウ(中身) ////////////////// */
#bath_contents .products_frame .img_box .modal-content h4{
	font-family: "Shin Go Light";
	font-size: 1.8rem;
	font-weight: normal;
	}
#bath_contents .products_frame .img_box .modal-content	.product{
	margin-top: 15px;
	font-family:"A1 Gothic L";
	}
#bath_contents .products_frame .img_box .modal-content .details_txt{
	}

#bath_contents .products_frame .img_box .modal-content figure.product_img{margin:20px auto;}
#bath_contents .products_frame .img_box .modal-content figure.product_img_S{width: 35%;}
#bath_contents .products_frame .img_box .modal-content figure.product_img_L{width: 80%;}
#bath_contents .products_frame .img_box .modal-content figure.product_img img{ width: 100%;}
	
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details{ width: 100%;}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details li.no_list{
	width: 100%;
	color:#3E3A39;
	padding: 0 0 0 0;
	}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details li.list{
	width: 100%;
	color:#3E3A39;
	padding: 0 0 0 0;
	}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details li.list:before{
margin-right: 5px;
content: " ";
display: inline-block;
	
	width: 0.7em;
height: 0.7em;
border: double 2px #3E3A39;
border-radius: 50%;
}
	
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details span.color{
	display: block;
	width: 80%;
	height: 30px;
	margin-top: 4px;
	}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details .sub_txt{color: #666;}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details .sub_box{ margin-left: 1.2rem;}


/*210127追加購入ボタン*/
.shop_link{width:106px; margin: 0 auto;}
.shop_link a {
	display: block;
	padding: 8px;
	border:solid 1px #CCC;
	color: #000;
	width:90px;
	margin: 10px 0 0;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}
.shop_link a:hover{
	background:#36A9D1;
	color: #FFF;
}

}


/* --------------------------------------------------------------------------------------
 商品詳細PC
--------------------------------------------------------------------------------------- */
/* PC ///////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
#bath_contents .products_frame{
	width: 90%;
	max-width: 1480px;
	margin:auto;
	padding-top: 150px;
	padding-bottom: 180px;
	
	display : -webkit-flex;
 display : -ms-flexbox;
 display : flex;
	
	-webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
	
	
	-webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap; 
 flex-wrap: wrap;
	}
	
#bath_contents .products_frame .txt_box{ width: 370px; margin-right: 100px;}
#bath_contents .products_frame .img_box{ 
	width : 50% ; /* IE8以下とAndroid4.3以下用フォールバック */
 width : -webkit-calc(100% - 510px) ;
 width : calc(100% - 510px) ;}

/* 商品説明 ////////////////// */
#bath_contents .products_frame .txt_box h3{
	font-family: "Shin Go Light";
	font-size: 2.4rem;
	font-weight: normal;
	}
#bath_contents .products_frame .txt_box h3 span{
	display: inline-block;
	padding-left: 1.6rem;
	font-size: 1.4rem;
	}
#bath_contents .products_frame .txt_box .explanatory_text{
	font-family:"A1 Gothic L";
	margin-top: 70px;
	line-height: 1.8;
	}
	
#bath_contents .products_frame .txt_box .list{
	margin:70px 0 0 1em;
	}
	
#bath_contents .products_frame .txt_box .list li {
  position: relative;
	margin-top: 8px;
}
#bath_contents .products_frame .txt_box .list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .1em;
  left: -1em;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #3E3A39;
  border-radius: 100%;
}
	
#bath_contents .products_frame .txt_box .btn{
	border-top: 1px solid #9E9E9F;
	margin-top: 60px;
	padding-top: 20px;
	}
	#bath_contents .products_frame .txt_box .btn a{
		display: inline-block;
		font-family:"A1 Mincho";
}	
	#bath_contents .products_frame .txt_box .btn a:hover{ color: #ccc;}
	#bath_contents .products_frame .txt_box .btn .Arrow-Left {
		display: block;
  border-bottom: solid 1px #4C4948;
  border-left: solid 1px #4C4948;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
		margin:10px auto;
}

/* 商品イメージ ////////////////// */
#bath_contents .products_frame .img_box ul.pro_img{
	width: 100%;
	display : -webkit-flex;
 display : -ms-flexbox;
 display : flex;
	
	-webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
	
	-webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap; 
 flex-wrap: wrap;
	
	/*justify-content: space-between;
	box-sizing: border-box;*/
	}
#bath_contents .products_frame .img_box ul.pro_img li{}
#bath_contents .products_frame .img_box .column2 li{	width: 50%;	padding: 50px 13% 0 13%;}
#bath_contents .products_frame .img_box .column2_side li{	width: 50%;	padding: 50px 5% 0 5%;}
#bath_contents .products_frame .img_box .column3 li{width: 30%;  padding: 30px 3% 30px 3%;}
#bath_contents .products_frame .img_box .column4 li{width: 25%;  padding: 30px 10px 0 10px;}
	
#bath_contents .products_frame .img_box ul.pro_img li figure.image_mouseover{
	overflow: visible;
	width: 100%;
	height: 100%;
	}
#bath_contents .products_frame .img_box ul.pro_img li figure.image_mouseover img{
	width: 100%;
	display: block;
transition-duration: 0.5s;
	}
#bath_contents .products_frame .img_box ul.pro_img li figure.image_mouseover img:hover {
transform: scale(1.1,1.1);
transition-duration: 0.5s;
}

/* モーダルウィンドウ(主要部分) ////////////////// */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 60px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  /*overflow-y: auto;*/
	text-align: left;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
	
/* モーダルウィンドウ(中身) ////////////////// */
#bath_contents .products_frame .img_box .modal-content h4{
	font-family: "Shin Go Light";
	font-size: 2rem;
	font-weight: normal;
	}
	
/* 横並び */
#bath_contents .products_frame .img_box .modal-content	.product{
	display : -webkit-flex;
 display : -ms-flexbox;
 display : flex;
	
	-webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

	-webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap; 
 flex-wrap: wrap;
	justify-content: space-between;
	
	margin-top: 15px;
	font-family:"Gothic Medium BBB";
	color: #3E3A39;
	}
	
	/* 縦並び */
	#bath_contents .products_frame .img_box .modal-content	.product_length{
	margin-top: 30px;
	font-family:"Gothic Medium BBB";
	color: #3E3A39;
	}
	
#bath_contents .products_frame .img_box .modal-content .details_txt{
	width: 55%;
	}

#bath_contents .products_frame .img_box .modal-content figure.product_img{width: 40%;}
#bath_contents .products_frame .img_box .modal-content figure.product_img_L{width: 80%; margin:0 auto 30px auto;}
#bath_contents .products_frame .img_box .modal-content figure.product_img img{ width: 100%;}
	
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details{ width: 100%;}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details li.no_list{
	width: 100%;
	color:#222;
	padding: 8px 0 8px 0;
	line-height: 1.4;
	}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details li.list{
	width: 100%;
	color:#222;
	padding: 8px 0 8px 0;
	line-height: 1.4;
	}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details li.list:before{
margin-right: 5px;
content: " ";
display: inline-block;
	
	width: 0.9em;
height: 0.9em;
border: double 3px #3E3A39;
border-radius: 50%;
}
	
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details span.color{
	display: block;
	width: 60%;
	height: 50px;
	margin-top: 4px;
	}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details	.sub_txt{ font-family:"A1 Gothic L";}
#bath_contents .products_frame .img_box .modal-content .details_txt	ul.details	.sub_box{ margin-left: 1.2rem;}

/*210127追加購入ボタン*/
.shop_link{width:106px; margin: 20px 0;}
.shop_link a {
	display: block;
	padding: 8px;
	border:solid 1px #CCC;
	color: #000;
	width:90px;
	margin: 10px 0 0;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}
.shop_link a:hover{
	background:#36A9D1;
	color: #FFF;
}
/*210127追加*/
.pagelink a{font-size: 13px;}

}
