.product-image {
  padding-bottom: 30px;
  text-align: center;
}

.product-image img {
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.product-image-main {
  margin-bottom: 30px;
}

.product-image-main img {
  border: 1px solid #b2a487;
}

.product-image-thumb ul {
  margin: 0;
}

.product-image-thumb li {
  margin-bottom: 20px;
  cursor: pointer;
  width: 80px;
  display: inline-block;
}

.product-image-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.product-information {
  background: #fff;
  padding: 30px;
}

.product-order {
  margin: 0 auto 30px;
  max-width: 900px;
}

.product-option-table table {
  margin: 0 auto;
}

.product-option-table th,
.product-option-table td {
  text-align: center;
}

.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}

.product-order-price {
  margin-top: 20px;
  margin-bottom:20px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color:red;
}
.product-order-price li {
  margin: 0 10px;
}

.product-order-regular {
  color: #444444;
  text-decoration: line-through;
  font-size:24px;
}

.product-order-discount {
  color: #b81717;
}

.product-order-input {
  text-align: center;
  margin:30px auto;
}

.product-unit {
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
}

.input-prepend {
  display: inline-block;
  margin: 0;
}

.input-prepend .btn {
  padding: 10px;
}

.product-order-select {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}

input.product-init-num {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}

.btn-addcart {
  line-height: 24px;
}

.btn-addcart .icon-lg-w {
  margin-right: .5em;
}

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0;
  margin-bottom: 50px;
  border-top: 4px double #b2a487;
  border-bottom: 4px double #b2a487;
}

.product-order-spec {
  margin: 0 0 50px;
  border: 2px solid #ccc;
  background: #fff;
}

.product-order-spec th {
  width: 30%;
  font-weight: normal;
  border-top: 1px solid #ccc;
  padding: 20px;
}

.product-order-spec td {
  border-top: 1px solid #ccc;
  width: 70%;
  padding: 20px;
}

.product-info-lst {
  text-align: left;
  padding:5px;
}

.product-info-lst li {
  display: inline;
  margin: 1em;
}

.product-info-lst .social-share {
  display: block;
}

.social-share a {
  margin: 1em;
}

.input-append {
  margin: 0;
}

#option_tbl {
  width: 100%;
}

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  #customer_voice {
 padding-top:40px!important; 
  }
  .product-image-thumb li {
    width: 18%;
  }

  .product-option-select .product-option-unit {
    margin-bottom: 1em;
    font-size:16px;
  }

  .btn-addcart,
  .btn-quick {
    display: block;
    margin-bottom: 20px;
  }

  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
  }

  .product-order-spec th {
    width: 40%;
  }

  .product-order-spec td {
    width: 60%;
  }

  .product-info-lst li {
    display: block;
    margin: 0;
  }

  .product-info-lst a {
    display: block;
    padding: .5em;
  }

  .social-share a {
    display: inline;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .question {
  padding:30px 20px 0;
  }
  .product-information {
    padding: 0;
    background: transparent;
  }

  .product-order {
    width: 100%;
  }
  .mar_b_50 {
  margin-top:30px;
  }
  .recommend_back {
  margin:20px 0;
  }
}
.ie_wrapper .product-order-num .btn {
  display: none;
}
.cart-box {
    position: relative;
    padding: 0.5em 1em;
    border: solid 10px #8abbaa;
    background:#FFFFF0;
}
.cart-box .box-title {
    position: absolute;
    display: inline-block;
    top: -51px;
    left: -10px;
    padding: 5px 20px;
    height: 40px;
    line-height: 42px;
    font-size: 24px;
    background: #FF3300;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  background: -moz-linear-gradient(bottom, #719f2f, #BDEAAB);
  background: -webkit-linear-gradient(bottom, #719f2f, #BDEAAB);
  background: linear-gradient(to top, #8abbaa, #8abbaa);
  /*グラデーション以外は省略*/
}

.product_title_top{
  position: relative;
  padding: 0.25em 0;
  font-size:40px;
  font-weight:bold;
  text-align:center;
}

.product_title_top:after{
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(138 187, 170), transparent);
  background: linear-gradient(to right, rgb(138 187, 170), transparent);
}

.product_title_sub{
font-size:14px;
color: 	#444444;
padding-left:15px;
}

.product_title_area{
  text-align:center;
margin:0 auto;
  max-width:800px;
  padding:10px;
}

.mar_t_50 {
margin-top:50px;
}

.f_size_30 {
font-size:40px;
color:#444444;
}
@media (max-width: 768px) {
.f_size_30 {
font-size:32px;
  }
  .mar_t_50 {
  margin-top:20px;
  }
  }

.option-name,option1 {
  font-size:18px;
}

.option_design {
font-size: 20px;
font-weight: bold;
margin-top:20px;
}

select {
height: 50px;
width:40%;
text-align:center;
font-size:24px!important;
}

.product-option-wrapper {
margin:10px 10px 20px
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

a.btn--radius {
   border-radius: 100vh;
}
.btn.btn-01.btn-lg.btn-addcart {
   border-radius: 100vh;
  border:solid 1px #000;
}
.btn-lg {
font-size:24px;
font-weight:700;
}
.google-font {
  color:#222222
  font-weight:700;  
}
.btn-01 {
  box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, .2);
  margin-top:10px!important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(222, 222, 222, 1))
}

.btn-01:hover {
  box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, .2);
  margin-top:10px!important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(204,255,153,1));
}

.product-order-exp {
padding:10px;
}

.souryou_1 {
font-size:18px!important;
}
.souryou_2 {
font-weight:700;
font-size:40px!important;
color:red;
}

.e_sp {
margin-top:50px;
}
.delipay-box {
    margin: 4px 0;
    background: #8abbaa;
}
.delipay-box .delipay-box-title {
    font-size: 1.4em;
    padding:10px 20px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border:solid 2px #8abbaa;
}
.delipay-box-in {
 border:solid 2px #8abbaa;
  background-color:#FFF;
padding: 10px 10px;
      text-align: left;
}
.delipay-box-title_sub {
margin-top:10px;
font-weight: bold;
font-size: 18px;
background-color: #fffbe1;
padding: 2px 10px
}
.delipay-txt {
padding: 10px 10px 0 10px;
}

.free_dial_s {
width:80%;
padding:10px 10px 0 10px;
max-width:300px;
}
a.btn-border {
border: 3px solid #8abbaa;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #8abbaa;
}

.card-img {
margin:10px 0 0 0;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;

  }
.sale_end {
color:red;
padding:20px 20px 0;
font-size:18px;
text-align:center;
}
.free_dial {
  pointer-events:none;/*リンクを非リンクに変える*/
cursor:default;/*マウスカーソルを矢印のまま変えない*/
text-decoration:none;/*下線を消す*/
color:#000000;/*非リンクの文字色と同じにする*/
  }
}

.btn.btn-border {
  font-size:16px!important;
font-weight:700!important;
}

.question {
margin:30px auto 0;
margin-top:30px;
max-width:938px;
background-color:#8abbaa;
padding:2px 2px 2px;
margin-bottom:30px;
}
.question_title {
font-size:30px;
color:#FFF;
font-weight:bold;
text-align:center;
}

.question_inner {
background-color:#FFF;
padding:0 20px 20px;
}

.qa_space {
padding-bottom:10px;
border-bottom:dash 1px #000;
}
.qa_space p {
font-size:16px;
}
.question_Q {
font-size:20px!important;
font-weight:bold;
}
.quesiton_txt_top {
font-size:30px!important;
font-weight:bold;
padding-right:15px;
color:#8abbaa;
}
.border_none .product-order-exp {
border:none!important;
}

.voice_c {
background-color:#FFFFCC;
padding:30px 10px;
max-width:800px;
margin:0 auto;
}
.voice_c_title {
color:#FF6666;
font-size:30px;
font-weight:bold;
}
.voice_c_txt {
font-size:20px;
padding:20px;
max-width:500px;
margin:0 auto;
text-align:left;
}

.component {
max-width:800px;
margin:0 auto 20px;
}
.component_area_all {
padding:20px 20px 0;
}
.component_area_each {
margin:0 auto;
}
.component_title {
text-align: center;
padding: 15px 0;
}
.component_title {
  position: relative;
  display: inline-block;
  padding: 0;
font-size:20px;
font-weight:bold;
width: 100%;
text-align: center;
}

.component_title :before,.component_title :after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.component_title :before {
  left:0;
}
.component_title :after {
  right: 0;
}

.component_txt {
font-size: 16px;
padding: 0 10px;
margin-top:10px;
}
.voice_c_name {
text-align:right;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
  #customer_voice {
  margin-top:20px!important;
  }
  #customer_voice_title {
  color: black;/*文字色*/
  text-align:center;
  margin:0 auto;
  font-size:20px;
  font-weight:bold;
}
  #customer_voice_content {
  font-size:16px;
  width:80%;
  text-align:center!important;
}
}
.product-order-exp {
border:none;
}
.content-wrap br {
display:none;
  


}

h3 {
  color: black;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: solid 2px #8abbaa;
  text-align:center;
  font-weight:bold!important;
  margin:0 auto!important;
  width:40%;
  font-size:20px!important;
  margin-bottom:20px!important;
}
#customer_voice_title {
  color: black;/*文字色*/
  /*線の種類（点線）2px 線色*/
  text-align:center;
  margin:0 auto;
  font-size:24px;
  font-weight:bold;
}

#customer_voice_content {
  padding:10px;
  margin:0px auto;
  font-size:18px;
  width:80%;
  text-align:center!important;
}
#customer_voice_info {
  padding:10px
  font-size:16px;
  text-align:center;
}
.seo_img　{
max-width:100%;
width:100%;
height:auto;
}
.product-order-spec {
  display:none;
}
.table_ko,.product_title_sub {
font-size:18px;
}
body {
font-family: "メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.table_ko {
margin:40px 5px 0px!important;
}
.sale_end {
color:red;
font-size:20px;
text-align:center;
padding:20px;
}
.question_attention {
font-weight:bold;
color:red;
font-size:14px;
padding:10px;
}
