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


#pdt_detail_top{margin:15px 0;}

#pdt_detail_top:after{display:block;clear:both;content:"";}



/* 商品詳細ページ 商品画像 */
.container{
	margin:0px;
}


.pdt_detail_img{
	float:left;
	width:48%;
	margin-right:5%;}
	
	
.pdt_detail_img ul li{
	float:left;
	width:21.5%;
	margin-right:2%;
	margin-top:15px;}
	
.pdt_detail_img ul li:last-child{
	float:left;
	width:21.5%;
	margin-right:0%;
	margin-top:15px;
}
.pdt_detail_img ul li a img{
	width: 100px;
    height: 100px;
    object-fit: contain;  
  }

	
	
@media screen and ( max-width:479px ){
	
.pdt_detail_img{
	width:90%;
	margin:0 5%;}
		
}
	

	
/* 商品詳細ページ 商品名称など */
	
.pdt_detail_data{
	float:right;
	width:45%;
	margin-right:2%;}
	
	
.pdt_detail_data h3{
	margin:30px 0;
	font-size:18px;
	line-height:170%;
	font-weight:bold;}
	
.pdt_detail_se{
	padding:15px 0;
	border-bottom:dotted 1px #666666;
	border-top:dotted 1px #666666;
	margin:15px 0;
	font-size:110%;
  	line-height:1.5;
}
	
.pdt_detail_price:after{display:block;clear:both;content:"";}

.pdt_detail_priceL{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:15px;}
	
.pdt_detail_priceR{
	/*float:left;*/
}
	
.pdt_detail_cartin{
	margin:15px 0;
	width:100%;}
	
	
.pdt_detail_basic table{
	width:100%;
	font-size:12px;
	margin:20px 0 10px 0;}
	
.pdt_detail_basic th{
	width:26%;
	background-color:#F4F0EE;
	padding:2%;
	font-weight:normal;}

.pdt_detail_basic table td{
	width:66%;
	background-color:#F4F0EE;
	padding:2%;}
	
	

@media screen and ( max-width:479px ){
	
	
	
.pdt_detail_data{
	width:92%;
	margin:20px 4% 0 4%;}	
	
.pdt_detail_data h3{
	font-size:20px;
	font-weight:bold;
	line-height:160%;
	margin:10px 0;}
	
}

#pointup{
    margin: 20px 0;
    font-size: 125%;
    line-height: 1.5;
    text-align:center;
}

	
	
	
	
	
/* 商品詳細ページ 入力情報制御 */



#pdt_detail_explain{
	line-height:150%;
	background-color:#F4F0EE;
	padding:35px;}

.product-catch-copy{
	background-color:#E29C9A;
	padding:10px 15px 10px 15px;
	font-size:18px;
	color:#FFF;
	margin-bottom:25px;}
	
.product-catch-copy2{
	background-color:#a7a09d;
	padding:10px 0 10px 15px;
	font-size:16px;
	color:#FFF;
	margin-bottom:25px;}
	
#pdt_detail_explain .product-description{
	padding:0 15px;
	margin-bottom:50px;
	line-height:1.5;}

#pdt_detail_explain .recommendcare{
	margin-bottom:50px;
	margin-top:10px;
	line-height:180%;}
	

#pdt_detail_explain .recommendcare_tit{
	padding:12px 10px 12px 10px;
	border-bottom:1px solid #7B716C;
	border-top:1px solid #7B716C;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:15px;}
	

#pdt_detail_explain .use_tit{
	padding:12px 10px 12px 10px;
	border-bottom:1px solid #7B716C;
	border-top:1px solid #7B716C;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:15px;}
	
	
#pdt_detail_explain .qanda table{
	border-collapse:separate;
	margin-left:15px;
	font-size:13px;}
	
#pdt_detail_explain .qanda table th{
	width:40%;
	text-align:left;
	padding-right:15px;
	padding-bottom:20px;
	font-weight:bold;}
	
#pdt_detail_explain .qanda table th .gray{
	background-color:EEE;}

#pdt_detail_explain .qanda table td{
	width:58%;
	text-align:left;
	padding-bottom:20px;}


@media screen and ( max-width:479px ){
	
#pdt_detail_explain{
	padding:20px;}
	
	
}



	
/* 商品詳細説明 基本情報下部 */

#pdt_detail_explain table{
	font-size:14px;
	margin:15px 0 50px 0;}

.product-details-table{
	font-size:11px;}

.product-details-table th{
	width:25%;
	background-color:#DDD;
	padding:10px;
	font-weight:normal;}

.product-details-table td{
	width:75%;
	background-color:#FFF;
	padding:10px;}


#itemInfo tbody tr td{
    padding-left:10px;
}
	
/*=========タブ切り替え全体のスタイル=========*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  /*border-bottom: 3px solid #0068b9;*/
  background-color: #d2d2d2;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabs #all_content {
  
}


.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
.tab_content_description .images ul li {
    list-style:none;
    text-align:center;
}



.tab_content_description .images ul li img {
    max-width:600px !important;
    max-height:none !important;
    width:600px !important;
    height:100% !important;
}





/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
.tab_content_description .c-txtsp {
   /*font-size:16px*/
}
.tab_content_description .c-txtsp img{
    max-width:600px
}






/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #f6f6f6;
    color: #565656;
    border-bottom: 3px solid #E29C9A;
}

}
.tab_content_description .images ul li {
    list-style:none;
    text-align:center;
}
.tabs #all_content {
}
@media screen and (max-width: 768px) {

	
.tab_content_description .images ul li img {
    max-width:480px !important;
    max-height:none !important;
    width:480px !important;
    height:100% !important;
}
  
.tab_content{
  padding:40px 10px 0;
} 
  
.tab_content_description .c-txtsp img {
    max-width: 480px;
}
	
	
}


@media screen and ( max-width:479px ){
	
.tab_content_description .images ul li img {
    max-width:280px !important;
    max-height:none !important;
    width:280px !important;
    height:100% !important;
}
  
.tab_content{
  padding:40px 10px 0;
} 
  
.tab_content_description .c-txtsp img {
    max-width: 280px;
}
	
	
}







/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}


/*tableのcss*/
.tab_content_description table {
    margin: 30px 0px;
    border-collapse: collapse;
}

.tab_content_description table tr th {
    width: 20%;
    background-color: #DDD;
    color: #565656;
    padding: 7px;
    font-weight: normal;
    border: 1px solid #666;
    text-align:center;
   }

.tab_content_description table tr td {
    background-color: #fff;
    color: #565656;
    padding: 7px;
    border: 1px solid #666;
    }



	
	
	
/* 組み合わせ購入パターン */

#pdt_detaail_pattern{width:100%;}
	
#pdt_detaail_pattern ul li{
	float:left;
	width:20%;
	margin-right:3%;}
	
#pdt_detaail_pattern ul li:nth-child(3n){
	float:left;
	width:20%;
	margin-right:0;}
	
#pdt_detaail_pattern ul li img{
	width:100%;
	margin-bottom:5px;}
	
	
#pdt_detaail_pattern:after{display:block;clear:both;content:"";}
	
	
@media screen and ( max-width:479px ){
	
#pdt_detaail_pattern ul li{
	width:32%;
	margin-right:2%;}
	
#pdt_detaail_pattern ul li:nth-child(3n){
	width:32%;}

}
	
	
/* レビュー用 */
	
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
	
	
	
	
	
.detail_alert{
	background-color:#FFF;
	padding:20px 30px;
	margin:40px 0 20px 0;}
	

.alert_tit{
	border-bottom:1px solid;
	padding:5px 0;
	margin-bottom:15px;
	font-weight:bold;}
	

.pdt_detail_data button {
    border-style: none;
    border-width: 0px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
    height: 90px;
    background: #ee8f4b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size:24px;
    margin-top:10px;
    color:#FFF;
    border-radius:10px;
}

.product__count-item {
    padding: 0;
    cursor: pointer;
    background: #999;
    width: 100%;
    height: 50px;
    font-size: 22px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin:20px 0;
    border-radius:10px;
}

.product__count-item a{
    color:#FFF;
    text-decoration:none;
}