@charset "UTF-8";

/* ------------------------------------------------------ #about ------------------------------------------------------ */

#about{
  
}


#about .about_img{
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}


/* ------------------------------------------------------ #products ------------------------------------------------------ */

#products{
  padding-bottom: 0;
}

#products .product_block_wrap{
  margin-top: 75px;
}

#products .product_head{
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#products .product_info_block{
  position: relative;
  width: 50%;
  cursor: pointer;
}

#products .product_info_img{
  position: relative;
  z-index: 2;
}

#products .product_info_img a{
  position: relative;
  display: block;
}

#products .product_info_img .product_info_switch{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

#products .product_info_img .product_info_switch_obj{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.8);
  background-image: url(../img/icon_zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  transition: opacity 0.4s ease 0s,width 0.4s ease 0s,height 0.4s ease 0s,margin 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s,width 0.4s ease 0s,height 0.4s ease 0s,margin 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s,width 0.4s ease 0s,height 0.4s ease 0s,margin 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s,width 0.4s ease 0s,height 0.4s ease 0s,margin 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s,width 0.4s ease 0s,height 0.4s ease 0s,margin 0.4s ease 0s;
}

.normal #products .product_info_img .product_info_switch:hover .product_info_switch_obj{
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
}

#products .product_info_img .img_cover{
  padding-bottom: 66.6666%;
}

#products .product_info_block .product_info_text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
}

.normal #products .product_info_img a:hover .product_info_switch_obj{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#products .product_info_block .product_info_text_in{
  height: 100%;
  white-space: nowrap;
}

#products .product_info_block .product_info_text_in:after{
  content: "";
  display: inline-block;
  vertical-align:  bottom;
  height: 100%;
}

#products .product_info_text_content{
  position: relative;
  z-index: 2;
  font-size: 12px;
  display: inline-block;
  vertical-align:  bottom;
}

#products .product_info_text_content p{
  margin: 0 0 0.25em 0;
}

#products .product_info_text_content p:last-child{
  margin-bottom: 0;
}

#products .product_info_text_content a{
  color: #999999;
}

#products .product_block_wrap .main_content_wrap{
  padding-top: 75px;
  font-size: 16px;
}

#products .product_block_wrap .main_content{
  max-width: 840px;
}

#products .product_block_wrap .product_title{
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
}

/* sp */
@media screen and (max-width: 700px) {
  #products .product_block_wrap{ margin-top: 35px; }
  #products .product_info_block{ width: 100%; }
  #products .product_block_wrap .main_content_wrap{
    padding-top: 35px;
  }
  #products .product_info_block .product_info_text{
    position: static;
    padding: 10px 30px 30px 30px;
    width: auto;
    height: auto;
  }
  
  #products .product_head .product_info_block:last-child .product_info_text{
    padding-bottom: 0;
  }
  
}

/* ------------------------------------------------------ #shop_list ------------------------------------------------------ */

.shop_list_table{
  width: 100%;
}

.shop_list_table th,
.shop_list_table td{
  padding: 20px 10px;
  border-top: 1px solid #cccccc;
}

.shop_list_table th:first-child,
.shop_list_table td:first-child{
  padding-left: 0;
}

.shop_list_table th:last-child,
.shop_list_table td:last-child{
  padding-right: 0;
}

.shop_list_table a{
  color: #999999;
}

/* sp */
@media screen and (max-width: 700px) {
  .shop_list_table,
  .shop_list_table tbody,
  .shop_list_table tr,
  .shop_list_table th,
  .shop_list_table td{
    display: block;
  }
  
  .shop_list_table th{
    padding: 20px 0 6px 0;
    font-weight: 700;
  }
  .shop_list_table td{
    border-top: none;
    padding: 0 0px 20px 0;
  }
  
}
