/*
Theme Name: saijo-saketen-2025
Theme URI: https://saijo-saketen.com/
Description: Saijo Saketen Theme
Template: welcart_basic
Version:		2.0.0
*/

@import url('../welcart_basic/style.css');

/* ---------------------------------------------------
	共通設定
------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {

position:relative;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	font-size: 1.6rem;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}

/** 明朝体 */
.sectionTitle,.itemlist-title h4,.news_text h3,.shopInfo_text h3,.brand-text_title h4,.itemlist_title h3,.itemlist_text h4,.blog_box h3, ul#menu-main-navi-new,.slider{
	font-family:'Noto Serif JP', serif;
}


/* header
-------------------------------------------------------------- */

header {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height:200px;
	z-index:10;
	background-color:#fff;
	

}

.header_inner{
		display:flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
}

.sns_icon li{
	display:inline-block;
	margin:0 10px;
}

.sns_icon a{
	display:block;
	width:40px;
	height:40px;
}

.sns_icon a img{
	display:block;
	width:100%;
	height:100%;
}

/** メインメニュー(PC Only) */
header div.nav-menu-open, header div.header-nav-container {
    display: block;
}

   ul#menu-main-navi-new {
		display:flex!important;
		    justify-content: center!important;
        width: 100%!important;
	   	background-color: #432F34;
    }

    ul#menu-main-navi-new li{
		display:inline-block;
        width: 150px!important;
		height:auto!important;
		background-color: #432F34;
    }

    ul#menu-main-navi-new li a{
		display:block!important;
        width: 100%!important;
		  height: 80px; /* 例: 50ピクセル */
     line-height:80px; /* 上記と同じ高さ */
		text-align:center;
		font-weight:bold;
		padding:0;
		
    }

.secound_area{
		margin-top:200px;
}

.secound_inner{
	display:flex;
    justify-content: space-between;
	     width: 100%;
        padding: 20px;

}

.side-nav-area{
flex: 0 0 200px;
}

#main{
	  flex: 1;
	justify-content: space-between;
	margin-top:0!important;
}
.main-image {
	margin: 0 auto 2rem;
}
.main-image img {
	border-bottom: 2px solid #ccc;
	padding: 2rem;
	background-color: #fff;
	width:100%;
	height:auto;
}



.wrapper {
	width: 100%;
}

a {
	color: #265180;
	text-decoration: none;
}
a:hover {
	color: #3D82CC;
	text-decoration: none;
	opacity: .7;
}

    h1.site-title, div.site-title {
        width: 55%;
        margin: 0;
        padding: 0;
        float:none!important;
        font-size: 2.857142em;
        text-align: center!important;
    }

.site-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	        align-items: center;
}
.site-title a img {
	width: 30rem;
	margin-top: 2rem;
}
.site-subtitle {
	font-size: 1rem;
	font-weight: bold;
	font-family: serif;
	color: #432F34;
	margin-top: 1rem;
}
.site-subtitle i {
	margin-right: .5rem;
	vertical-align: baseline;
}

    .snav {
        width: 300px;
    }
    .search-box {
        position: inherit;
        padding: 0 0 10px;

    }

.cf::before, .cf::after {
    content: " ";
    display: table;
}

    .search-box form {
        display: block;
    }

    .search-box div.s-box {

    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    }

    .search-box input[type="text"] {
        width: auto;
        padding: .357143em;
        background-color: #fff;
		    border: none;
    outline: none;
    }

.search-box .searchsubmit {
        position: inherit;
        padding: .357143em;
        color: #161616;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    font-family: FontAwesome;
    font-size: 1.14286em;
    }

@media screen and (min-width: 1000px) {

	.site-title {
		justify-content: flex-start;
		flex-direction: row;
	}
	.site-title a img {
		margin: 0;
		width: 21rem;
	}
	.site-subtitle {
		padding-left: 1rem;
		margin: auto 0 0;
	}
}

.entry-content h3,
.item-description h3 {
	border-left: none;
}
@media screen and (max-width:500px) {
	.shop_head {
		display: none;
	}
}

footer {
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: #432F34;
	font-size: 1.2rem;
	letter-spacing: 0;
}
.footer-navigation {
	font-size: 1.4rem;
}
.footer-navigation a:hover {
	color: #ED8BB1;
}
.footer_shop a img {
	margin: 2rem 0;
}

.copyright {
	color: #fff !important;
	font-size: 1.1rem;
	margin-top: 1rem;
}

	@media screen and (min-width: 1000px) {

		footer {
			text-align: inherit;
			font-size: 1.4rem;
		}
		.footer_shop {
			margin-bottom: 2rem;
			text-align: center;
		}
		.copyright {
			font-size: 1.4rem;
		}
	}

.incart-btn a {
	background-color: #8D2240;
	border-radius:.5rem;
	color: #fff;
	    width: 215px;
}
.incart-btn a:hover{
	background-color: #ED8BB1;
}
.site-description {
	background: #432F34;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	float:none;
	padding:0 0 0 10px;
	text-align:left;
}
	@media screen and (min-width: 1000px) {
		.incart-btn a{
			padding: .7rem 2rem 1rem 5rem;
			vertical-align: middle;
		}
		.site-description {
			background: none;
			font-family: serif;
			font-weight: bold;
			font-size: 1.6rem;
			color:#432F34;
		}
	}

.fa {
	display: inline-block;
	vertical-align: middle;
}
li {
	list-style-type: none !important;
}
p {
	color: #333;
	text-decoration: none;
	line-height: 1.5 !important;
	letter-spacing: .088rem;
}
p a {
	border-bottom: 1px dotted;
}

.page-header {
	color: #432F34;
	font-size: 1.6rem;
}
.page-header h3 {
	font-weight: bold;
	padding: 0 2rem;
}

.teen{
	text-align:center;
	font-weight:bold;
	font-size:30px;
	margin-top:20px;
	color:#fff;
}

a.pageLink {
	border: 1px solid #999;
	border-radius: 5px;
	color:inherit;
	padding: 1rem 3rem;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	width:100%;
}
a.pageLink:hover {
	color: #E03C8A;
	background-color: #FFCCE5;
	border-color: #E03C8A;
}
	@media screen and (min-width: 599px){
		a.pageLink {
			width: 18rem;
			padding:.5rem 0;
			font-size: 1.3rem;
		}
		.teen{
	font-size:16px;
}
	}
h4 {
	background: #fff;
}
.entry-content h3,
.item-description h3,
.entry-content h4,
.item-description h4 {
	padding-left: 0;
}

/** --------------------------------------------
  * セクション見出し
------------------------------------------------*/

.sectionTitle {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 3rem 0 3rem;
}
.sectionTitle h2 {
	margin: 0 1rem 0;
	font-size: 1.8rem;
	color: #432F34;
	font-weight: 800;
	text-decoration: none !important;
	text-align: center;
}
.catTitle h2{
	font-size: 2.1rem;
}
.sectionTitle h2 span {
	display: inline-block;
	font-size: 1.6rem;
	color: #8D2240;
	margin-top: 5px;
}
	@media screen and (min-width: 1000px) {
		.sectionTitle {
			margin-bottom: 3rem;
		}
		.sectionTitle h2 {
			margin: 0 2rem 0;
		}
	}
.tax {
	color: #333;
}
/* ------------------------------------------------------------
 *  商品一覧
------------------------------------------------------------ */
.itemlist_wrap {
	display:block;
    width: 100%;
}

.itemlist_wrap li {
	display:inline-block;
    width: 24%;
    min-width: 240px;
	height:450px;
	position:relative;
    margin: 0 5px 5px;
 background-color: #fff;
}

.itemlist_wrap li a{
	display:block;
	height:100%;
}

.itemlist_wrap li a:hover {
 opacity:.7;
}

.itemlist_wrap li a img {
    object-fit: cover;
    width: 100%;
    height: 300px;

}

	@media screen and (min-width: 1000px) {
		.reco_image {
			margin: 0;
			width: 14rem;
		}
		.reco_image img {
		 width: 100%;
		}
	}
	@media screen and (max-width: 999px) and (min-width: 599px){
		.reco_image {
			margin: 0;
			width: 14rem;
		}
		.reco_image img {
		 width: 100%;
		}
	}

.itemlist-info {
	width: 100%;
		text-align: center;
}

.itemlist-title {
	color: #265180;
	margin: 10px auto;

}
.itemlist-title h4 {
	font-size: 1.5rem;
	
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	background: #fff;
}
.itemlist-title span {
 font-size: 1.4rem;
}
	.price {
	margin-bottom: 1rem;
	text-align: center;
}
	.price span{
		color: #8D2240;
		font-size: 1.8rem;
		font-weight: bold;
	}
.zaiko{
	margin-bottom:10px!important;
}

	@media screen and (min-width: 1000px) {

		.reco-info {
			display: flex;
			flex-direction: column;
			padding-right: 1rem;
		}
		.reco-info p {
			margin: 0;
			padding: 0;
		}
		.reco-title {
			text-align: left;
			margin-top: 0;
		}
		.reco-bottom {
			margin:auto 0 0;
			padding: 0;
		}
	}
	@media screen and (max-width: 999px) and (min-width: 599px){
		.reco-info {
			display: flex;
			flex-direction: column;
		}
		.reco-info p {
			margin: 0;
			padding: 0;
		}
		.reco-title {
			text-align: left;
		}
		reco-title h4 {
			font-size: 1.8rem;
		}
		.reco-bottom {
			margin: auto 0 0;
			padding: 0;
		}
	}
	@media screen and (min-width: 599px) {
		.reco-bottom .price {
			text-align: left;
		}
		.reco-bottom {
					width: 100%;
		}
	}
.itemlist_add {
	width:100%;
	border-bottom: 1px solid #999;
	text-align: center;
	margin: 6rem 0 3rem;
}
.itemlist_add a {
 border: 1px solid #8D2240;
 border-radius: 5px;
 padding: 1.5rem 5rem;
 background-color: #fff;
 color: #8D2240;
}
.itemlist_add div {
	 margin-bottom: 2rem;
}
.itemlist_add a:hover {
	text-decoration: none;
	color: #E03C8A;
	background-color: #FFCCE5;
	border-color: #E03C8A;
}
.itemlist_add i {
	margin-right: 1rem;
}
@media screen and (min-width: 1000px) {
	.reco_add {
		display: flex;
		margin-top: 2rem;
		padding-bottom: 2rem;
		margin-bottom: 4rem;
		padding-left: 3rem;
	}
	.reco_add a {
		margin-right: 2rem;
	}
}
/* ---------------------------------------
    トップページ
------------------------------------------ */

.fb-container {
	text-align: center;
}

@media screen and (max-width:320px) {
	.fb-container {
		width: 29rem;
	}
}

@media screen and (min-width: 1000px){

	.shop_wrap {
		padding: 2rem;
		background-color: #fff;
		display: flex;
		margin-bottom: 50px;
		border-bottom: 2px solid #ccc;
	}
	.fb-xfbml-parse-ignore {
		width: 380px;
	}
}

@media screen and (min-width: 599px) and (max-width: 999px) {

	.shop_wrap {
		padding: 2rem;
		background-color: #fff;
		display: flex;
		margin-bottom: 4rem;
	}
	.fb-xfbml-parse-ignore {
		width: 380px;
	}
}

/* ショップ情報 */

.shopInfo {
 margin: 3rem 1rem 0;
}
.shopInfo_text h3 {
 font-size: 3rem;
 color: #8D2240;
 margin-bottom: 1rem;
 text-align: center;
}
.shopInfo_text h4 {
 font-size: 1.8rem;
 background-color: inherit;
 margin-bottom: 0;
}
.shopInfo_photo {
	text-align: center;
	margin-bottom: 2rem;
}
.shopInfo_photo figcaption {
	padding-top: 1rem;
}
.shopInfo_map {
	border: 5px solid #fff;
}
@media screen and (min-width: 1000px){

	.shopInfo {
		margin-left: 3rem;
		margin-top: 0;
	}
	.shop_bottom {
		display: flex;
	}
	.shopInfo_text h3 {
		text-align: left;
	}
	.shopInfo_text h4 {
	 font-size: 1.8rem;
	}
	.shopInfo_address {
		margin-bottom: 2rem;
	}

	.shopInfo_photo {
	 margin-right: 2rem;
	 text-align: left;
	}
	.shopInfo_photo figcaption {
		padding-top: .5rem;
	 font-size: 1.2rem;
	}
	.shopInfo_map {
	 width: auto;
	 height: auto;
	 padding-bottom: 2rem;
	 margin-top: 0;
	 border: 0;
	}
}
@media screen and (max-width: 999px) and (min-width: 599px){
	.fb-xfbml-parse-ignore {
		width: 340px;
	}
	.shopInfo {
		margin-left: auto;
		margin-top: 0;
	}
	.shopInfo_text {
	 margin-left: 3rem;
	}
	.shopInfo_text h3 {
		text-align: left;
	}
	.shopInfo_text h4 {
	 font-size: 1.6rem;
	}
	.shopInfo_photo {
		text-align: left;
	}
	.shopInfo_photo img {
	 witdh: 100%;
	}
	.shopInfo_photo figcaption {
	 font-size: 1.1rem;
	}
	.shopInfo_map {
	 width: auto;
	 border:0;
	}
	.shopInfo_photo figcaption {
	 font-size: 1.2rem;
	}
	.shopInfo_map {
	 width: auto;
	 height: auto;
	 margin-top: 0;
	}
}

/* ------------------------------------------------------------
   オンラインショップ
------------------------------------------------------------ */

/* 取扱い銘柄 */

/* カテゴリーボタン */

.categories {
	display: flex;
	justify-content: space-around;
	margin-bottom: 4rem;
}
.categories li a {
	display: block;
	margin: 0 1rem;
	border: 1px solid #8D2240;
	border-radius: 1rem;
	text-decoration: none;
	padding: 2.5rem 0;
	width: 9rem;
	text-align: center;
	color: #8D2240;
	background-color: #fff;
}
.categories a:hover {
	background-color: #FFCCE5;
	border-color: #E03C8A;
	color: #E03C8A;
	font-weight: bold;
}
.categories .current-menu-item a {
	background-color: #8D2240;
	color: #fff;
	border: none;
	font-weight: bold;
}
	@media screen and (min-width: 599px) {

		.categories {
			justify-content: center;
		}
		.categories li a {
			margin: 0 1rem;
			width: 10rem;
		}
	}

/* カテゴリー別取り扱い銘柄一覧 ---------------------------------------- */

.brand_wrap {
	margin: 3rem 1rem;
}
.brand_box {
	display: flex;
	border-bottom: 2px solid #ccc;
	margin: 0 auto 1rem;
	background: #fff;
}
	@media screen and (min-width: 1000px) {

		.brand_wrap {
			display: flex;
			flex-wrap: wrap;
		}
		.brand_wrap::after {
			content: "";
			display: block;
			width: 50%;
		}
		.brand_box {
			width: 49%;
			box-sizing: border-box;
			background: #fff;
			padding: 1rem;
		}
	}

.brand_image img {
	width: 10rem;
	height: auto;
}

.brand-text {
	padding: 1.6rem 1rem 0;
	display: block;
	width: 100%;
}
.brand-text_title {
	display: flex;
	flex-wrap: wrap;
	color: #265180;
	margin-bottom: .8rem;
}
.brand-text_title h4 {
	font-size: 2.1rem;
	align-items: baseline;
	width: 100%;
	border-bottom: 1px solid #666;
	padding-bottom: .5rem;
	margin-bottom: .2rem;
}
.brand-text_title h4 span {
	font-size: 1.4rem;
}
.brand_box a:hover {
	opacity: .7;
	text-decoration: none;
}

@media screen and (min-width: 1000px) {

	.brand_image img {
		width: 9rem;
	}
	.brand-text {
		padding: 1rem 1rem 0 1.5rem;
	}
}

/* 銘柄別商品リスト-------------------------------------------- */

.itemlist_head {
	display: flex;
	flex-direction: column;
	font-family: serif;
	background-color: rgba(255, 255, 255, 0.75);
	color: #578a3d;
	text-align: center;
	border-top: 1px solid #578a3d;
	border-bottom: 1px solid #578a3d;
	padding: 1.5rem 2rem;
	margin-bottom: 3rem;
	line-height: 1;
}
.itemlist_head h3 {
	font-size: 3rem;
}
.itemlist_head span {
	border-top: 1px dotted #578a3d;
	margin-top: 1rem;
	padding-top: 1rem;
	font-size: 1.6rem;
}

.itemlist_body {
	margin-bottom: 5rem;
}
.itemlist_box {
	padding-top: 2rem;
	border-bottom: 2px solid #ccc;
	margin: 0 auto 2rem;
	background: #fff;
}
.itemlist_image {
	text-align: center;
	margin: 0 auto;
}
.itemlist_image img {
	width: 35%;
}
.itemlist_text {
	display: flex;
	flex-direction: column;
	padding: 2rem 2rem 3rem;
	width: 100%;
}
.itemlist_text h4 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	color: #265180;
	border-bottom: 1px solid #265180;
	padding-bottom: .7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}
.itemlist_text h4 a:hover, .brand_image a:hover {
	opacity: .7;
	text-decoration: none;
}
.itemlist_text_bottom {
	margin-top: 1rem;
	text-align: center;
}

	@media screen and (min-width: 1000px) {

		.itemlist_box {
			display: flex;
			margin-bottom: 2rem;
			padding: 1rem;
			width: auto;
		}
		.itemlist_image {
			width: 14rem;
			height: 20rem;
			margin: 0;
		}
		.itemlist_image img {
			width: 11rem;
		}
		.itemlist_text {
			padding: 1rem;
		}
		.itemlist_text h4{
			justify-content: flex-start;
			font-size: 2.1rem;
		}
		.itemlist_text_bottom {
			margin-top: auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			margin-left: auto;
		}
		.itemlist_text_bottom .price {
			margin-right: 2rem;
			margin-bottom: 1rem;
		}
	}

/* 商品詳細・購入ボタン→ */
/* -------------------------
ブログ系コンテンツ共通
----------------------------- */
/* 記事一覧(category.php) */

.blog_listbox {
	border: 1px solid #ccc;
	background-color: white;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	margin-bottom: 2rem;
}
.listbox_text h4 {
	font-size: 2rem;
	font-family: serif;
	color:#8D2240;
	margin: 1rem 0;
	line-height: 1.2;
}
.listbox_text .continue {
	text-align: left;
	margin-top: auto;
	padding-top: 1rem;
}
.listbox_image {
	text-align: right;
}
.continue a {
	border-bottom: none;
}
@media screen and (min-width: 1000px) {

	.blog_listbox {
		flex-direction: row;
		padding: 1.5rem;
	}
	.listbox_text{
		display: flex;
		flex-direction: column;
		padding: 0 1rem;
		width:100%;
	}

}
/* 本文記事 */

.blog_box {
	border: .1rem solid #ccc;
	padding: 3rem;
	background-color: #fff;
}
.blog_box h3 {
	font-size: 1.8rem;
	border-bottom: 1px solid #8D2240;
	padding-bottom: .5rem;
	color: #8D2240;
}

.blog_title h3 span {
	margin-left: 1rem;
}

.blog_box img{
	margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
	.blog_box img{
		width: auto;
	}
}
.articleTime {
	text-align: right;
	margin-top: .5rem;
	font-size: 1.4rem;
}
.post-navi {
	display: flex;
	margin: 3rem 0;
	border-top: 1px solid #999;
	padding-top: 1rem;
}
.post-link {
	padding: 0 2rem;
}
.nav-next {
	margin-right: auto;
}
.nav-previous {
	margin-left: auto;
}
.next-post:last-child {
	border-right: 1px solid #265180;
}
.previos-post {
	border-left: 1px solid #265180;
}
.back2cat {
	display: inline-flex;
	text-align: left;
	color:#265180;
}

@media screen and (min-width: 1000px) {

	.blog_box {
		padding: 3rem 5rem;
		margin: 3rem 0;
		font-size: 1.6rem;
	}
	.blog_box h3 {
		font-size: 2.1rem;
	}
	.blog_title {
		margin-bottom: 3rem;
	}
	.articleTime {
		font-size: 1.5rem;
	}
}

/* サイド・インデックス */

.sideIndex {
	text-align: center;
	padding: 0 3rem;
}
.sideIndex li a{
	font-size: 1.8rem;
	color: #432F34;
	display: block;
	padding: 1rem 0;
}
.sideIndex li a:hover {
	background-color: #8D2240;
	color: #fff;
	text-decoration: none;
}
.widget-name {
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 2em;
	text-align: center;
	color: #432F34 !important;
}
.menu-item-has-children > a {
	font-size: 2.1rem;
	color: #fff !important;
	padding: .5rem 0;
	background-color: #432F34;
	display: block;
	width: 100%;
}
.sub-menu {
	margin: 2rem 0 3rem;
}
.sub-menu li {
	margin: 3rem 0;
}

@media screen and (min-width: 1000px) {

	#secondary {
		padding: 0 1rem;
	}
	.sideIndex {
		border: 1px solid #432F34;
		border-radius: 1rem;
		padding: 2rem 1.5rem;
		margin-bottom: 5rem;
	}
	.sideIndex li a{
		font-size: 1.5rem;
		padding: .2rem 0;
	}
	.widget-name {
		font-size: 1.6rem;
		margin-bottom: 1em;
	}
	.menu-item-has-children > a {
		font-weight: bold;
	}
	.sub-menu li {
		margin: 1rem 0;
	}
}

/* ページャー */

.pager ul {
	display: flex;
}

.pager li {
	display: flex;
	align-items: center;
	justify-content: center;
	border: .1rem solid #ccc;
	margin: 1rem .5rem 0 0;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	width: 4rem;
	height: 4rem;
}
.pager li a {
	display: block;
	padding: 2rem;
}

.pager li.thisPage {
	border: .3rem solid #265180;
}
.pagination_wrapper {
	margin-bottom: 5rem;
}

/* ------------------------
　　イベント＆新入荷情報
---------------------------- */

/* ヘッダー -- Event & New Arrivals -- */

#topic .header_child {
	background: url(/common/images/shop/header_shop.png) no-repeat;
}

.borderFrame img {
	border: .1rem solid #ccc;
}

/* ----------------------
   ズンコの地酒や奮闘記
----------------------- */

#blog .header_child {
	background: url(common/images/blog/header_blog.png) no-repeat;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	position: relative;
}

/* ----------------------
   その他のページ
----------------------- */

.entry-title {
	color: #8D2240;
}
.other-pages {
	background-color: #fff;
	padding: 3rem;
}
.other-pages h3{
	border-top: 1px solid #8D2240;
	border-bottom: 1px solid #8D2240;
	padding: .5rem 1rem;
	margin: 1rem 0;
	color: #8D2240;
}
.other-pages h4 {
	color: #CC3D8C;
	margin: 0 0 1rem 1rem;
}
.other-pages p {
	padding: 1rem;
}
.other-pages ul li {
	list-style: none;
	margin-bottom: 1em;
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.other-pages th {
	width: 15%;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFCCC;
}
th.ship-area {
	width: 50%;
}

.privacy th {
	width: 20%;
	text-align: left;
}

.alignnone {
	max-width: 100%;
	height: auto;
}

/* 特定商取引法に基づく表記 */

.table-notation tr {
	display: flex;
	flex-direction: column;
}
.table-notation th {
	vertical-align: middle;
	background-color: #FFFCCC;
	color: #333;
}
.table-notation td {
	background-color: #fff;
}

/* お問い合わせ */

input[type="text"],input[type="email"],textarea {
	width:100%;
}
textarea {
	height: 12em;
}

@media screen and (min-width: 1000px) {

	/* 特定商取引法に基づく表記 */
	.table-notation tr {
		flex-direction: row;
	}
	.table-notation th,
	.table-notation td {
			padding: 1rem 2rem;
	}
	.table-notation th {
		width: 40%;
	}
	.table-notation td {
		background-color: #fff;
		width: 100%;
	}

	/* おといあわせ */
	input[type="text"],input[type="email"] {
		width:65%;
	}
}

/* 検索ページ */
.search_box {
	border: 1px solid #ccc;
	background-color: white;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	margin-bottom: 2rem;
}
.search_box a img {
	min-width: 90px;
	min-height: 90px;
}
.search_text {
	padding-top: 1rem;
}
.search_text h3 a {
	font-size: 1.8rem;
	font-family: serif;
	line-height: 1.8;
}
.search_text .itemprice {
	font-size: 1.6rem;
	color: #8D2240;
}
@media screen and (min-width: 1000px) {
	.search_box {
		flex-direction: row;
		padding: 1rem;
	}
	.search_text{
		display: flex;
		flex-direction: column;
		padding: 0 1rem 1rem 2rem;
		width:100%;
	}

}

/*2020.10〜*/

/* 特定商取引法に基づく表記 */
	.table-notation th {
    width: 50%!important;
}


/*カテゴリー並び*/
.categories{
  flex-wrap: wrap;
}

.categories li{
	margin-bottom: 10px;
}
/*年齢認証*/
@media only screen and (min-height: 450px){
.age-verification-main {
    top: 20%;
}
.age-title {
    font-size: 20pt;
    line-height: 100%;
}

.age-button {
    font-family: "Source Sans Pro",sans-serif;
    display:block;
    margin: 5px auto;
}
.snav {
    float: none;
}
}

@media screen and (min-width: 62.5em){
#site-navigation li a {
    padding: 10px;
}
}

/* トップページ */

.shopInfo_photo img{
	width:300px;
}

/* satohuru */
.satohuru{
	text-align:center;
	margin:50px 0;
}
.satohuru  p{
	font-weight:bold;
	font-size:1.5em;
}

.satohuru a{
	width:100%;
}

.satohuru a img{
	width:100%;
	height:auto;
}


@media screen and (max-width: 1000px) {
	.satohuru  p{
	font-size:0.8em;
}
	}

/* QRコード */
.qr_area {
	text-align:center;
}

.qr_area div{
	display:inline-block;
	margin:20px 30px;
	width:200px;
	height:auto;
}

.qr_area p{
	font-weight:bold;
	font-size:20px;
}

.qr_area div img{
	display:block;
	width:100%;
	height:auto;
}

@media screen and (max-width: 1000px) {
.qr_area div{
	margin:20px 30px;
	width:100px;
}

.qr_area div p{
	font-weight:bold;
	font-size:15px;
}

	}

/* 商品画像 */
@media screen and (max-width: 598px) {
.reco_image img {
    width: 30%;
}
}

@media screen and (min-width: 1000px) {
    .reco_image {
        margin: 0;
        width: 9rem;
    }


	.itemlist_image img {
        width:auto;
		height:100%;
    }

}

@media screen and (max-width: 999px) and (min-width: 599px) {
    .reco_image img {
         width: 9rem;
    }
}

/* ご利用ページ */
.wp-block-table .has-fixed-layout td{
    text-align:center;
	vertical-align: middle;
}

@media screen and (max-width: 598px) {
.wp-block-table {
    overflow-x: scroll;
}

	.wp-block-table .has-fixed-layout {
   white-space: nowrap;
		table-layout:auto;
}
}

/******************************************************ここから****************************************************************/


.cat span,.cat li{
	display: inline-block;
	vertical-align: top;
	background: #70054b;
	color: #fff;
	line-height: 20px;
	font-size: 10px;
	padding: 0 5px;
	margin: 5px 5px 5px 0;
	border-radius: 2px;
}

.cat span a{
	color:#000;
}

.entry-content h2, .item-description h2 {
    border-bottom: none
}

#menu-side-navi-new li{
	display:block;
	width:100%;
	height:auto;
	margin:10px 0;
	border:1px #999 solid;
}

#menu-side-navi-new li a{
display:block;
	width:100%;
	height:100px;
	line-height:100px;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

#menu-side-navi-new .line a{
	background-color:#06c756;
	color:#fff;
}

#menu-side-navi-new .facebook a{
	background-color:#0866ff;
	color:#fff;
}

#menu-side-navi-new .instagram a{
 background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,   /* 黄色 */
    #fdf497 5%,   /* 黄色 */
    #fd5949 45%,  /* オレンジ〜赤 */
    #d6249f 60%,  /* ピンク〜紫 */
    #285AEB 90%   /* 青 */
  );
	color:#fff;
}

#menu-side-navi-new .satohuru a{
	background-color:#995a24;
	background-image:url(https://www.satofull.jp/static/packages/default/images/linksetting/bnr-oreihin-640_200_b.jpg);
	background-size:120%;
	background-position:center;
	background-repeat:no-repeat;
	color:transparent;
}


/******************スライダー***************/
.slider{
	width:100%;
	height:450px;
	overflow:hidden;
	background:#fff;
	text-align:center;
}

.slider a{
	width:100%;
	height:100%;
}
.slider a:hover{
opacity:0.5;
}
.slider img{
	display:block;
    width: 100%;
	height:400px;
	object-fit:cover;

}


.slider a h3{
font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000;
}

.slider a p{
font-size:small;
}

/******************商品個別ページ***************/
    #main.two-column #content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

.item_page_title {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: .5rem 0;
	border-top:none!important;
	border-bottom: none!important;
    margin-bottom: 0;
}

    .detail-box {
        width: 55%;
        float: left;
    }