@charset "utf-8";
/* CSS Document */

/** common **/
body {
	font-family: '游明朝', 'Yu Mincho', serif;
    font-weight: 500;
	letter-spacing: 0.03em;
}

h2.section-title {
	margin: 50px 0;
    padding: 0;
    background-image: url(https://w-sanko.co.jp/wp-content/themes/sanko/images/common/bg_3line.png);
    background-repeat: repeat-x;
    background-position: 0 16px;
    text-align: center;
    position: relative;
}
h2.section-title span {
	background: #fff;
	padding:0 60px;
}
h2.section-title span.pageHeadingLineEn {
    font-size: 14px;
    color: #a78640;
    display: block;
	letter-spacing: .2rem;
}
.sp_only {
	display: none;
}
@media screen and (min-width: 769px) {
	.content{
		margin-left: 50px;
	}
}
@media screen and (max-width: 768px) {
	body {
		text-align: left;
	}
	.item-wrap {
		margin-top:50px;
	}
	h2.section-title  {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	h2.section-title span  {
		padding:0 1em;
	}
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}

/** header **/
.header-inner-wrap {
	grid-template-columns: 70% 1fr auto 10%;
}
.shop-name a img {
	max-width: 100%;
}
.header-cart .header-incart-switch {
	background: none;
	padding:0;
	border-radius: 0;
}
.header-news-list li .news-list-detail {
	height: 2em;
}
.header-news-list-icon {
	background: #a78640;
}
.fa-bullhorn:before {
	content:"";
	background: url(../images/common/ico-news.png) no-repeat center;
	display: block;
	width:2em;
	height:2em;
}

/** side **/
.side-section {
	background: #a78640;
}
.side-category-item a:hover {
    background: #9b7931;
  }
input[type="text"], select {
	border:none;
}
.side-title{
	font-size:1.1rem;
}
.side-search-btn {
	width: auto;
    margin: 25px 16px 16px;
	padding-left: 20px;
    border-radius: 0;
	font-size:1rem;
    color: #a88746 !important;
	background: #fff url(../images/common/ico-search.png) no-repeat left 37px center!important;
}
.makeshop-calendar1, .makeshop-calendar2 {
	box-shadow:none;
}
.makeshop-calendar1 th, .makeshop-calendar2 th {
	background: #a78640!important;
	color:#fff;
}
.makeshop-calendar1 th, .makeshop-calendar1 td, .makeshop-calendar2 th, .makeshop-calendar2 td {
	border: 1px solid #a78640;
}
.makeshop-calendar1 tbody td.sunday, .makeshop-calendar2 tbody td.sunday {
	background: #dbcdb0;
	color:#bd1d03;
}
.makeshop-calendar1 tbody td.saturday, .makeshop-calendar2 tbody td.saturday {
	background: #fff;
	color:#1978af;
}
.cal_tit {
	margin-bottom:0.5em;
	color: #333;
    text-align: center;
}
.box_calendar {
	margin-bottom:30px;
}
.box_calendar h3 {
	color: #a88746;
	text-align: center;
}
.txt_today {
	font-size:0.8rem;
	text-align: left;
	margin-top:-10px;
}
@media screen and (max-width: 768px) {
	.side {
		background: #fff;
	}
	.side-section {
		padding:10px;
	}
	.side-section h2 {
		text-align: center;
		margin-bottom:15px;
	}
	.drawer-contact-box a {
		background: #a78640;
	}
	.drawer-contact-box {
		text-align: center;
	}
	.login-wrap,.side-section {
        margin-bottom: 10px;
    }
	.side-section-others {
		display: none;
	}
	.box_calendar {
		color:#333;
	}
	.cal_tit {
		margin-top:2em;
	}
	.makeshop-calendar1 th.sunday, .makeshop-calendar2 th.sunday,
	.makeshop-calendar1 th.saturday, .makeshop-calendar2 th.saturday{
		color:#fff;
	}
}
/** footer **/
footer {
	background: #a78640;
	color:#fff;
	padding-bottom:0;
}
footer a {
	color:#fff;
}
.copyright {
	font-family: '游明朝', 'Yu Mincho', serif;
	letter-spacing: 0.03em;
	padding: 34px 0 25px;
	background: url(https://w-sanko.co.jp/wp-content/themes/sanko/images/common/footer_copy_bg.png) repeat-x center top;
	text-align: center;
}
.shop-info {
	text-align: center;
	margin-top:30px;
}
.footerInfoCatch {
  padding-bottom: 15px;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.footerInfoCatch::after {
  content: '';
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-image: url(https://w-sanko.co.jp/wp-content/themes/sanko/images/common/heart.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.footerInfoLogo {
  margin: 0 auto 30px;
  width: 200px;
  display: block;
}

.footerInfoLogo img {
  display: block;
}

.footerInfoAdress dl {
  margin-bottom: 20px;
}

.footerInfoAdress dl dt, .footerInfoAdress dl dd {
  font-size: 14px;
}

.footerInfoAdress dl dt {
  margin-bottom: 10px;
  width: 100%;
  line-height: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footerInfoAdress dl dt a {
  margin-left: 10px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #a78640;
  text-align: center;
  text-align-last: auto;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
}

.footerInfoAdress dl dt a::before {
  content: '';
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-image: url(https://w-sanko.co.jp/wp-content/themes/sanko/images/common/arrow_gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
}

.footerInfoAdress dl dd {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .1rem;
}

.footerInfoAdress dl dd strong {
  font-size: 19px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
	.footer-nav li {
		border-bottom: solid 1px #fff;
	}
}

/** 商品詳細 **/
.item-category-name a {
	background: #a88746;
    color: #fff;
    text-decoration: none;
    padding: 1px 15px 0;
	margin-bottom: 5px;
    border-radius: 50em;
    display: inline-block;
}
.item-name {
	font-size:30px;
}
.item-price,.item-quantity {
	border-top:solid 1px #ddd
}
.item-price  {
	padding: 13px 0 0;
}
.item-quantity {
	border-bottom:solid 1px #ddd;
}
.cart-btn {
	font-size: 18px;
    padding: 10px 0px 10px 10px;
    margin-bottom: 40px;
    background: #a88746 url(../images/common/ico-cart.png) no-repeat left 67px center !important;
    background-size: 26px auto !important;
    letter-spacing: 0.1em;
	border-radius: 0;
}
.item-info {
	border-top: 1px dashed #ddd;
	border-bottom:none;
}
.item-contact a {
	border: solid 1px #a88746;
    padding: 8px 20px;
    border-radius: 50em;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.item-price {
		padding: 15px 0 10px;
	}
}

/** 商品一覧 **/
.item-list-name {
	font-size: 1.2rem;
	margin:0;
	padding:10px 0 0;
}
.category-head {
	position:relative;
}

/** 商品の特長 **/
.free_features .content section {
	margin-top: 100px;
    border-top: solid 1px #a88746;
}
.free_features .content p {
	margin-bottom:1em;
}
.free_features .content .tit {
	font-size:1.2em;
	font-weight: bold;
}
.free_features .content .box_read {
	text-align: left;
}
.free_features .content .box_read .tit {
	color: #a78640;
	font-size:1.4em;
	text-align: center;
}
.free_features .content h3 {
	font-size:1.2em;
	margin-bottom:1.5rem;
}
.free_features .content h3 span {
	display: block;
}
.free_features .content h3 span.pageHeadingLineEn {
	display: inline-block;
    background: #a78640;
    color: #fff;
    margin-bottom: 30px;
    padding: 0 20px;
	font-size:1em;
}
.box_col2 {
	display: -webkit-flex;
    display: flex;
	margin-top: 80px;
}
.box_col2 + .box_col2 {
	margin-top: 30px;
}
.box_col2 .box_txt {
	text-align: left;
	padding-left: 50px;
}
.free_features .content .tit_dot {
	font-size:1.2em;
	font-weight: bold;
	padding-left:1.5em;
	position: relative;
}
.free_features .content .tit_dot:before {
	content: "";
    width: 0.8em;
    height: 0.8em;
    border-radius: 50em;
    position: absolute;
    left: 0;
    top: 0.3em;
    display: block;
    background: #a88746;
}
.free_features .content .box_recipe {
	margin-top: 80px;
    background: #f7f4ee;
	padding-bottom: 10px;
}
.free_features .content .box_recipe h4 {
	font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    background: #a78745;
    color: #fff;
    padding: 10px 30px;
}
.free_features .content .box_recipe ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin:30px;
}
.free_features .content .box_recipe ul li {
	width:350px;
}
.free_features .content .box_recipe ul li img {
	max-width:100%;
}
.free_features .content .box_recipe ul li .box_txt {
	text-align: left;
	font-size: 0.95em;
}
.free_features .content .box_recipe ul li .box_txt .tit {
	font-weight: 600;
	text-align: center;
	margin: 0.5em 0;
	border: solid 1px #c5ac7c;
}
.free_features .content ol,.free_features .content ol li {
	list-style: decimal;
}
.free_features .content ol li  {
	margin-left:1.5em;
}

@media screen and (max-width: 768px) {
	.free_features img {
		max-width: 100%;
	}
	.free_features .content {
		padding:0 20px;
	}
	.box_col2,.free_features .content .box_recipe ul {
		display: block;
	}
	.free_features .content .box_recipe ul li {
		width:auto;
	}
	.box_col2 .box_txt {
		padding:15px 0 0 0;
	}
	.free_features .content h3 {
		position: relative;
		padding-top: 2em;
	}
	.free_features .content h3 span.pageHeadingLineEn {
		margin-bottom: 20px;
		font-size: 0.8em;
		position: absolute;
		top:0;
	}
	.free_features .content .box_recipe,.box_col2  {
		margin-top: 50px;
	}
	
}
