/*
Theme Name: SIMPLY for Welcart
Description: Simple and Clean theme for Welcart. This theme works with Welcart Basic. Please get it form Welcart.com
Author: Welthemes
Template: welcart_basic
Version: 1.2.1
*/
@charset "UTF-8";

/* -- about -- */
.about-wrap{
	
}
.about-title{
	padding-bottom: 30px; 
	
}
.about-title h1{
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 15px;
}
.about-title h1:before {
  background: #D2EDFF;
  width: 80px;
  height: 80px;
	border-radius: 50px;
}
.about-content{
	margin-top: 30px;
}
.about-content p{
	text-align: center;
	padding: 40px;
	font-size: 17px;	
    line-height: 2.5em;
}
.about-table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 1.2rem;
}
.about-table tr{
  border-bottom: 1px solid #b5b1b1;
}
.about-table th,
.about-table td{
  padding: 24px 0;
  border: none;
}

.about-table th{
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  .about-table th,
  .about-table td {
    width: 100%;
    display: block;
  }

  .about-table th {
    width: 100%;
  }

  .about-table td {
    padding-top: 0;
  }
}
.tokusho-title{
    font-size: 20px;
    font-weight:500;
}

/******Products********/
.product-wrap{
	display: flex;
	justify-content: space-between;
}
.price_title{
	font-size: 15px;
}
.price_tax{
	font-size: 15px;
	font-weight: normal;
}
.field_price p{
    font-size: 27px;
    font-weight: bold;
	font-family:'メイリオ', 'Meiryo', sans-serif;
}
.yen{
	font-size: 18px;
}
.skuform{
}
.c-box{
}
.item-info .quantity{
}
.cart-button{
	width: 50%;
}
.field-zaiko{
	background: #F5F5F5; 
	padding: 10px 0;
}

.linetop{
	border-top: 1px solid #BFBFBF;
	margin: 20px 20px 0 20px;
}

.item-info .skubutton{
	background: #FF9D2D;
}
.item-info .quantity input[type="text"]{
	background: none;
	border: 1px solid #000000;
	font-size: 22px;
}
/******Widget-Customize********/

.widget_title_custom{
	font-weight: 100;
	font-size: 17px;
	padding: 1rem 0 1rem 0.5rem;
	line-height: 1;
	margin: 0 0 0.5rem 0;
	letter-spacing: 3px;
	text-align: center;
	background: #5B5B5B;
	color: #FFFFFF;
}
.widget_welcart_featured .thumimg img {
    width: 100%;
    height: auto;
    display: none;
}
.widget_welcart_featured .featured_list {
	background: #F7F8F8!important;
	padding: 3px 0 10px 0;
    border-bottom: 1px solid #FFFFFF!important;
	
}
.cat-item{
	background: #F7F8F8;
	padding: 3px 0 10px 0;
    border-bottom: 1px solid #FFFFFF;
}
#secondary .widget_title_custom>img {
    display: none;
}
/******recommend********/
.recommend-head h2{
	text-align: center;
	font-size: clamp(13px, 3vw, 30px);
	padding: 10px 0;
}

.recommend-body{
	
}
.recommend-image{
	
}
.recommend-image img{
	max-width: 100%;
}
