@charset "euc-jp";
/* product */
.product__section {
  margin-bottom: 0px;
}
.product__section h1 {
  border-bottom: none;
  font-size: 22px!important;
}
.product__image {
    width: 60%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5%;
    padding-left: 20px;
    padding-right: 20px;
}
.product__guide {
    width: 32%;
     margin-right: 3%;
    float: left;

}
.product__guide h2{
    font-size: 140%;
    margin-bottom: 6px!important;
    padding-bottom: 0px!important;
    padding-left: 10px;
}
.product__model{
    display: inline-block;
    font-size: 70%;
    line-height: 12px;
    color: #666;
    margin-bottom: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 3px 10px;
    margin-left: 10px;
}

.product__image-main img{
    width: 100%;
    height: auto;
}
.product__image-thumb ul  {
	display: block;
    padding-top: 20px;
    margin-bottom:30px;
}
.product__image-thumb ul li {
    width: 18.4%;
    height: auto!important;
    float: left;
    cursor: pointer;
    list-style: none;
    margin-right: 2%;
	position:relative;
    margin-bottom: 12px;

}
.product__image-thumb ul li:nth-of-type(5n){ 
    margin-right: 0%!important;}
.product__image-thumb ul li img{
    width: 100%;
    height: auto;

}
.image__thumb--active {
  border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product__price ,.product__price-establish{
    padding-left: 10px;
   
}
.product__price {
    font-size: 180%!important;
}
.product__price .tax{
    font-size: 60%!important;
}
.product__price-establish {
    font-size: 80%;
  padding-bottom: 5px;

}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 30px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}
.center_text{
    font-size: 120%;
    line-height: 1.8;
    text-align: center;    
}
.text_box{
    display: block;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
    line-height: 1.8;
    text-align: left;    
}
@media screen and (max-width:768px) {
    .product__name{
        padding-top:30px;
    }
.init-list__detail-num {
  width: 30px;
}	
.related-list {
  text-align: center;
font-size: 100%;
}
.center_text{
    font-size: 100%;
    text-align: left;
}
.text_box{
    width: 100%;
    font-size: 100%;    
}
}
.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
    text-align: left;
    padding-right: 15px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin-left: 5px;
    margin-right: 5px;
}

.related-list__unit {
  display: block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}
.order-btn-list__unit{
    padding-top: 7px!important;
    
}
@media screen and (max-width:768px) {
  .product__image {
    width: 100%;
    float: none;
    text-align: center;
  
    margin-right: 0%;
    padding-left: 0px;
    padding-right: 00px;
        -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product__guide {
    width: 100%;
    margin-left: 0%;
     margin-right: 0%;
    float: none;

}  
 .product__image-thumb ul li {
        height: auto!important;
}   
}

/* product detail */
.product_detail {
    padding-top: 60px;
}
.product__explain{
    width: 750px;
    margin-top: 0px!important;
}
.product__explain a{
    color: #0066c0;
}
.detail_l{
    width: 49%;
    margin-left: 0%;
    margin-right: 1%;
    padding-left: 1%;
    padding-right: 1%;
     padding-top: 20px;
    padding-bottom: 30px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    
}
.box_bdr_green{
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    border: 1px solid #135347;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.detail_r{
    width: 49%;
    margin-left: 1%;
    margin-right: 0%;
    padding-left: 1%;
    padding-right: 1%;
     padding-top: 20px;
    padding-bottom: 30px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    
}
.product_detail h3{
    margin-bottom: 15px;
    padding-top: 0px!important;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #135347;
    border-bottom: 1px solid #135347;
    text-align:center;
    clear: both;
}
.product_detail h4{
    padding-top: 0px!important;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    clear: both;
}
.video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
    margin-bottom: 30px;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.faq{
  padding: 1em;
  border-radius: 1em;
}
.faq dt{
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
    color: #000;
    font-size: 110%;
}
.faq dt:before{
    content: "Q";
    font-weight: normal;
    background-color: #D80000;
    color: #fff;
    width: 2em;
    height: 2em;
    line-height: 2.2;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    margin-right: .5em;
}
.faq dd{
  margin-bottom: 2em;
    line-height: 24px;
}
.faq dd:last-child{
  margin-bottom: 0;
}

.disc{
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
}
ol li{
    margin-bottom: 5px;
    line-height: 24px;
}

.flexbox{
    display: flex;
   
}
.comment {
  position: relative;
  display: inline-block;
    margin-top: -20px;
  padding: 15px 15px;
  width: 100%;
  color: #555;
  font-size: 14px;
  background: #FFF;
  border: solid 2px #999;
  box-sizing: border-box;
    border-radius: 10px;
    
}

.comment:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.comment:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #999;
  z-index: 1;
}

.comment p {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.product-list__unit2 {
  display: inline-block;
  font-size: 14px;
  margin: 0 1% 10px;
  vertical-align: top;
  position: relative;
  text-align: left;
}

.product-list__unit-md2 {
  width: 22%;
}
.bg_beige{
 background-color: #f4f4f2;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:768px) {
    .product__explain{
    width: 100%;
}
.detail_l{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    float: none;
    margin-bottom: 30px!important;
}
.detail_r{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    float: none;
    margin-bottom: 30px!important;
}
.product-list__unit2 {
  margin: 0 2% 15px;

}
.product-list__unit-md2 {
  width: 46%;
}
.flexbox{
    display: block;
    
}
.bg_beige{
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}

.col3_wrap {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.col3 {
    position: relative;
    width: 29.3%;
    margin-left: 2%;
    margin-right: 2%;
  text-align: center;
    margin-bottom: 30px;
}

.col3 img:hover,.product-list img:hover {
    opacity: 1;
}
.col3 .number{
    width: auto;
    min-width: 30px;
    height: 30px;
    display: block;
    background-color: #1a5345;
    color: #fff;
    position: absolute;
    top:0;
    left: 0;
    padding: 8px 5px 5px 5px; 
    text-align: center;
     vertical-align: middle;
    font-size: 120%;
    font-weight: bold;
    margin: 0!important;
        
    
}
.related-list .red{
    color:#c1272d;
    font-weight: bold;
    margin-bottom: 5px;
}
.related-list .txt{
    font-size: 12px;
    line-height: 1.7;
    padding-left: 1em;
  text-indent: -1em;
}
.review {
    margin-top: 20px;
    
}
.review a{
     font-size: 12px;
    color: #fff;
    border-radius: 20px;
    float: left;
    text-align: center;
    padding: 5px 20px;
    margin-right: 10px;
  margin-bottom: 10px;
   background-color: #29abc8;

}
.review a:hover{
    opacity:0.7;

}

@media screen and (max-width:768px) {
  .col3 { 
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
      
    }
 
}

.detail_point_l{
    width: 48%;
    margin-left: 0%;
    margin-right: 0%;


 
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    
}
.detail_point_r{
    width:48%;
    margin-left: 3%;
    margin-right: 0%;

 
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    
}

.PointTitle{
    position: relative;
    text-align: center!important;
    font-size: 220%!important;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: bold;
    border: none!important;
    line-height: 1.4;
}

.PointTitle:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 130px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:  #135347;
}
.detail_point_r img{
    width: 100%;
    height: auto;   
}
.recopoint{
    width: 80px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px!important;
}
.gallery{
    width: 50%;
    float: left;
}
@media only screen and (max-width: 896px) {
.detail_point_l{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    float: none;
    margin-bottom: 0px!important;
}
.detail_point_r{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    float: none;
    margin-bottom: 0px!important;
}
    .PointTitle{

    font-size: 180%!important;
 
}
.gallery{
    width: 100%;
    float: none;
}
}
.bdr{
    border: 1px solid #666;
    box-sizing: border-box;
}
.product__explain .recommend__section a{
color: #555;
	line-height: 1.5;
}


		/*
variation
----------------------------------------------------------------------------------------------------*/
.variation_wrap {
background-color: #f4f4f2;
    padding-top: 20px;
    padding-left:3%;
    padding-right:3%; 
    padding-bottom: 20px;
    box-sizing: border-box; 
    border-radius: 15px;
    margin-bottom: 60px;
}
.variation_wrap h3{
    color: #000;
    text-align: left!important;
    border: none;
    margin-left: 10px!important;
    padding-left:0px!important;
    margin-bottom: 5px!important;
    padding-bottom: 0px!important;
}
.variation_wrap a{
    color: #555!important;
}

.variation { 
  display: flex;
  max-width: 100%;
  margin: auto;
  overflow-x: hidden;
}
 
.variation div { 
  width: calc(100% / 5);
  padding: 8px;
  margin: 0px;
  flex-shrink: 0;
  list-style: none;
line-height: 1.3;
    font-size: 90%;
     box-sizing:border-box;      
}
.variation img { 
  width: 100%;
  margin-bottom: 10px;
}







@media only screen and (max-width: 768px) {
.variation_wrap {
background-color: #f4f4f2;
    padding-top: 20px;
    padding-left:3%;
    padding-right:3%; 
    padding-bottom: 20px;
    box-sizing: border-box; 
    border-radius: 15px;
    margin-bottom: 60px;
}
.variation { 
  display: flex;
  max-width: 800px;
  margin: auto;
  overflow-x: auto;
}
 
.variation div { 
  width: 107px;
   
  padding: 8px;
    
  margin: 0 0 10px 0;
  flex-shrink: 0;
  list-style: none;
line-height: 1.2;
font-size: 80%;
    box-sizing:border-box;        
}
 .variation_wrap h3{
     font-size: 110%;
}
.variation img { 
  width: 100%;
  object-fit: cover;
}
 
.variation::-webkit-scrollbar {
  height: 10px;
}
 
.variation::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}
 
.variation::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 6px; 
}
 

 

}
.col2-2l{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    
}
.col2-2r{
    width:48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    
}
.btn-model {
    font-size: 90%;
	background: #fff;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 180px;
	padding: 8px;
	color: #1a5649!important;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	border: 2px solid #1a5649;
}

.btn-model:hover {
	opacity: 1;
	color: #fff!important;
	background-color: #20715F;
}
.btn-model a:hover {
    opacity: 1!important;
}
.btn-model:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #1a5649;
    border-right: 3px solid #1a5649;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn-model:after:hover {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media only screen and (max-width: 768px) {
    .btn-model {
	margin: 0 auto;
	max-width: 150px;
    }
}

.link_blue {
    color: #0066c0;
    
}