@charset "UTF-8";

@media screen and (max-width: 999px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.br-sp{display:none;}
.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	header

*****************************************/
header{}
#header{
	padding: 20px 0;
}

#header-logo h1{
	padding: 0 0 0 15px;
}

#header-shoplogo h1{
	width: 42%;
	float: left;
	padding: 5px 0 0 15px;
}

#header-shop{
	width: auto;
	float: right;
	margin: 0 5px 0 0;
}
#header-shop ul li{
	float: left;
}
#header-shop ul li.shipping{
	width: 60px;
	margin: 8px 5px 0 0;
}
#header-shop ul li.cart{
	width: 45px;
}
#header-shop ul li.search{
	width: 45px;
}



/****************************************

	nav

*****************************************/
nav{}
#gnavi {
	display: none;
}


#sp_menu {}
/*ヘッダー(SP)メニュー部分*/
nav#sp_gnavi {
	display: none;
	position: absolute;
	top: 86px;
	width: 100%;
	left: 0;
	z-index: 100;
}
nav#sp_gnavi ul {
	display: block;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
nav#sp_gnavi ul li {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	padding: 0 15px;
}
nav#sp_gnavi ul li:last-child {
	border-bottom: none;
}
nav#sp_gnavi ul li a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 10px 0;
	font-weight: 400;
}
nav#sp_gnavi ul li a:hover{
	color: #333;
}
nav#sp_gnavi ul li a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #59402A;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}


/*ヘッダー(SP)開閉ボタン*/
#nav_toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 29px;
	right: 15px;
	z-index: 100;
	float: right;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 3px;
	background: #59402A;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 12px;
}
#nav_toggle span:nth-child(3) {
	top: 24px;
}

/*ヘッダー(SP)開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



/****************************************

	footer

*****************************************/
footer{}


#footer{
	background: #221C1C;
	padding: 20px 0 30px 0;
}

.footer-link{
	padding: 0 15px 25px 15px;
}
.footer-link ul{}
.footer-link ul li{
	color: #fff;
	line-height: 1.0;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #595555;
}
.footer-link ul li a{
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
.footer-link ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-link ul li:last-child{
	margin: 0;
}

.footer-copyright{}
.footer-copyright p{
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1.0;
}


#footer-guide{
	background: #4E4949;
	padding: 30px 0 20px 0;
}
.footer-guide-inner{
	margin: 0 15px;
}

.footer-guide-contents1{}
.footer-guide-contents2{}
.footer-guide-contents3{}

.footer-guide-contents1 h3,
.footer-guide-contents2 h3,
.footer-guide-contents3 h3{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 5px 0 15px 0;
}
.footer-guide-contents1 h4,
.footer-guide-contents2 h4,
.footer-guide-contents3 h4{
	border-left: 3px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 0 10px;
	margin: 5px 0 10px 0;
}
.footer-guide-contents1 p,
.footer-guide-contents2 p,
.footer-guide-contents3 p{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 25px 0;
}


#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("images/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px;
	display: block;
	width: 40px;
	height: 40px;
}



/****************************************

	main-visual

*****************************************/
.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .40;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}

.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.prev-arrow {
	left: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
}
.next-arrow {
	right: 15px;
	cursor: pointer;
	width: 30px;
}
.full-screen .slick-list {
	overflow: visible;
}
.full-screen.slider {
	max-width: 100%;
	margin: 0 auto;
}



/****************************************

	template

*****************************************/
#contents{
	background: #F8F4F1;
	padding: 40px 0;
}
#contents-inner{
	margin: 0 15px 0 15px;
}


#contents-inner > h2{
	position: relative;
	margin: 0 0 30px 0;
}
#contents-inner > h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}
#contents-inner > h2 span.main:after {
	content: '';
	display: block;
	position: absolute;
	background: #B4B4B4;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	top: 47px;
}
#contents-inner > h2 span.sub {
	display: block;
  text-align: center;
	color: #59402A;
  font-size: 16px;
  font-weight: 400;
	line-height: 1;
}
#contents-inner > h3{
	background: #F0E8E1;
	color: #59402A;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	padding: 10px 15px;
	margin: 5px 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#contents-inner > h4{
	border-bottom: 2px solid #59402A;
	color: #59402A;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 0 10px 0;
	margin: 5px 0 20px 0;
}
#contents-inner > h5{
	border-left: 5px solid #59402A;
	color: #59402A;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 0 10px;
	margin: 5px 0 20px 0;
}
#contents-inner > p{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 25px 0;
}

#contents-inner > table{
	width: 100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#contents-inner > table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #333;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#contents-inner > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
}

#contents-inner > ul{
	margin: 0 0 25px 20px;
}
#contents-inner > ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}
#contents-inner > ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#contents-inner > ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}

#contents-inner > table ul{
	margin: 0 0 0 20px;
}
#contents-inner > table ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}
#contents-inner > table ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#contents-inner > table ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}


#notfound{
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(89, 63, 42, 0.1);
	padding: 20px;
}
#notfound p.txt{
	text-align: center;
	color: #333;
  font-size: 14px;
  font-weight: 400;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
#notfound p.txt:last-child{
	margin: 0;
}

#notfound p.btn{
	border: 2px solid #CCC;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	width: 150px;
	margin: 0 auto 0 auto;
}
#notfound p.btn a{
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 40px;
	color: #333;
}
#notfound p.btn a:hover{
	color: #666;
}
#notfound p.btn a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f060';
	color: #000;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
}


.alignright{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.alignleft{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}


#sub-visual{}
#sub-visual p img{
	text-align: center;
	width: 100%;
	height: auto;
}



/****************************************

	トップページ

*****************************************/
#top-visual{}


#top-news{
	background: #F8F4F1;
	padding: 40px 0;
}
#top-news h2{
	position: relative;
	margin: 0 0 30px 0;
}
#top-news h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}
#top-news h2 span.main:after {
	content: '';
	display: block;
	position: absolute;
	background: #B4B4B4;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	top: 47px;
}
#top-news h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 16px;
  font-weight: 400;
	line-height: 1;
}

.top-news-inner{
	margin: 0 15px 0 15px;
}
.top-news-box{}
.top-movie{}

.top-news-box dl{
	margin: 0 0 20px 0;
}
.top-news-box dl dt{
	padding: 15px 0 5px 0;
	color: #999;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
.top-news-box dl dt:first-of-type{
	padding: 0 0 5px 0;
}
.top-news-box dl dd{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
}
.top-news-box dl dd a{
	color: #333;
}

.top-news-btn{
	border: 2px solid #CCC;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	width: 150px;
	margin: 0 auto 30px auto;
}
.top-news-btn a{
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	color: #333;
}
.top-news-btn a:hover{
	color: #666;
}
.top-news-btn a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f061';
	color: #000;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}

/* 計算方法（横600:縦335）の場合100÷600×335=55.83333333333333% に設定 */
.top-movie .top-movie-box{text-align: center; padding: 0 0 55.83333333333333% 0; position: relative; width: 100%;}
.top-movie .top-movie-box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}


#top-instagram{
	background: #fff;
	padding: 40px 0;
	margin: 0 15px 0 15px;
}
#top-instagram h2{
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 30px 0;
}

#top-instagram ul{}
#top-instagram ul li{
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	float: left;
}
#top-instagram ul li img{
	width: 100%;
}
#top-instagram ul li:nth-of-type(3n){
	margin: 0 0 3.5% 0;
}


.top-instagram-btn{
	border: 2px solid #CCC;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	width: 150px;
	margin: 30px auto 0 auto;
	font-family: 'Raleway', sans-serif;
}
.top-instagram-btn a{
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	color: #333;
}
.top-instagram-btn a:hover{
	color: #666;
}
.top-instagram-btn a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f061';
	color: #000;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}


#top-product{
	background: #F8F4F1;
	padding: 40px 0 30px 0;
}
#top-product h2{
	position: relative;
	margin: 0 0 30px 0;
}
#top-product h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}
#top-product h2 span.main:after {
	content: '';
	display: block;
	position: absolute;
	background: #B4B4B4;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	top: 47px;
}
#top-product h2 span.sub {
	display: block;
  text-align: center;
	color: #59402A;
  font-size: 16px;
  font-weight: 400;
	line-height: 1;
}

.top-product-inner{
	margin: 0 15px 0 15px;
}
.top-product-inner ul{}
.top-product-inner ul li{
	width: 48%;
	margin: 0 4% 4% 0;
	float: left;
}
.top-product-inner ul li img{
	width: 100%;
}
.top-product-inner ul li:nth-of-type(2n){
	margin: 0 0 4% 0;
}


#top-sns{
	background: #fff;
	padding: 40px 0;
}

.top-sns-inner{
	margin: 0 15px 0 15px;
}
.top-sns-contents{}
.top-sns-fb{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.top-shinpudo-menu{
	background: #F8F4F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin: 0 0 20px 0;
}
.top-shinpudo-menu h2{
	text-align: center;
	margin: 0 0 4% 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.top-shinpudo-menu h2 img{
	width: 100%;
}
.top-shinpudo-menu ul{}
.top-shinpudo-menu ul li{
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.top-shinpudo-menu ul li img{
	width: 100%;
}
.top-shinpudo-menu ul li:last-child{
	margin: 0;
}

.top-sns-btn{
	margin: 0 0 20px 0;
}
.top-sns-btn p{
	text-align: center;
}
.top-sns-btn p img{
	width: 100%;
}



/****************************************

	新風堂本店

*****************************************/
#store-main{
	margin: 0 0 40px 0;
}
#store-main h2{
	position: relative;
	margin: 0 0 30px 0;
}
#store-main h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}
#store-main h2 span.main:after {
	content: '';
	display: block;
	position: absolute;
	background: #B4B4B4;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	top: 47px;
}
#store-main h2 span.sub {
	display: block;
  text-align: center;
	color: #59402A;
  font-size: 16px;
  font-weight: 400;
	line-height: 1;
}

.store-main-box{
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(89, 63, 42, 0.1);
	padding: 20px;
}
.store-main-box p{
	color: #333;
  font-size: 14px;
  font-weight: 400;
	line-height: 1.6;
}


#store-inside{
	margin: 0 0 40px 0;
}
#store-inside h2{
	position: relative;
	margin: 0 0 30px 0;
}
#store-inside h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}
#store-inside h2 span.main:after {
	content: '';
	display: block;
	position: absolute;
	background: #B4B4B4;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	top: 47px;
}
#store-inside h2 span.sub {
	display: block;
  text-align: center;
	color: #59402A;
  font-size: 16px;
  font-weight: 400;
	line-height: 1;
}

#store-inside ul{}
#store-inside ul li{
	width: 100%;
	margin: 0 0 20px 0;
}
#store-inside ul li:last-of-type{
	margin: 0;
}
#store-inside ul li p.image{
	text-align: center;
	margin: 0 0 10px 0;
}
#store-inside ul li p.image img{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#store-inside ul li p.txt{
	text-align: center;
	color: #333;
  font-size: 14px;
  font-weight: 400;
	line-height: 1.4;
}


#store-menu{
	margin: 0 0 40px 0;
}
#store-menu h2{
	position: relative;
	margin: 0 0 30px 0;
}
#store-menu h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}
#store-menu h2 span.main:after {
	content: '';
	display: block;
	position: absolute;
	background: #B4B4B4;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	top: 47px;
}
#store-menu h2 span.sub {
	display: block;
  text-align: center;
	color: #59402A;
  font-size: 16px;
  font-weight: 400;
	line-height: 1;
}

#store-menu ul{}
#store-menu ul li{
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}
#store-menu ul li:last-child{
	margin: 0;
}


#store-access{}
#store-access h2{
	position: relative;
	margin: 0 0 30px 0;
}
#store-access h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}
#store-access h2 span.main:after {
	content: '';
	display: block;
	position: absolute;
	background: #B4B4B4;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 1px;
	top: 47px;
}
#store-access h2 span.sub {
	display: block;
  text-align: center;
	color: #59402A;
  font-size: 16px;
  font-weight: 400;
	line-height: 1;
}

.store-access-box{}
.store-access-contents{
	margin: 0 0 30px 0;
}
.store-access-map{}

.store-access-contents h3.car{
	color: #593F2A;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 0 15px 32px;
	background-image: url("images/shinpudo/shinpudo-access-icon01.png");
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 0 0 15px 0;
}
.store-access-contents h3.rail{
	color: #593F2A;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 0 15px 32px;
	background-image: url("images/shinpudo/shinpudo-access-icon02.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 15px 0;
}
.store-access-contents h3.time{
	color: #593F2A;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 0 15px 32px;
	background-image: url("images/shinpudo/shinpudo-access-icon03.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 15px 0;
}

.store-access-contents p{
	color: #333;
  font-size: 14px;
  font-weight: 400;
	line-height: 1.6;
	padding: 0 0 25px 0;
}
.store-access-contents p:last-of-type{
	padding: 0;
}

/* 計算方法（横700px 縦375px）の場合100÷700×375=53.57142857142857% に設定 */
.store-access-map .googlemap{text-align: center; padding: 0 0 53.57142857142857% 0; position: relative; width: 100%;}
.store-access-map .googlemap iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}



/****************************************

	オンラインストア

*****************************************/
#shop-contents{
	padding: 40px 0 0 0;
}


.shop-main{
	margin: 0 15px 30px 15px;
}
.shop-side{
  margin: 0 15px 0 15px;
	background: #F8F4F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}


.shop-seasonalgift{
	margin: 0 0 40px 0;
}
.shop-seasonalgift h2{
	text-align: center;
	margin: 0 0 30px 0;
}
.shop-seasonalgift-box{
	background: #F8F4F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}
.shop-seasonalgift-box ul{}
.shop-seasonalgift-box ul li{
	float: left;
	width: 31%;
	margin: 0 3.5% 0 0;
}
.shop-seasonalgift-box ul li img{
	width: 100%;
}
.shop-seasonalgift-box ul li:last-child{
	margin: 0;
}


.shop-sellingranking{
	margin: 0 0 30px 0;
}
.shop-sellingranking h2{
	text-align: center;
	margin: 0 0 30px 0;
}
.shop-sellingranking h2 img{
	width: 80%;
	max-width: 488px;
}

.shop-sellingranking .woocommerce ul.products {
	counter-reset: ranking;
}
.shop-sellingranking .woocommerce ul.products .woocommerce-LoopProduct-link::after {
	counter-increment: ranking;
	content: counter(ranking);
	position: absolute;
	top: -10px;
	left: -10px;
	display: block;
	width: 2em;
	height: 2em;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 50%;
}
.shop-sellingranking .woocommerce ul.products li:nth-child(-n+5) .woocommerce-LoopProduct-link::after {
	color: #fff;
	border: none;
}
.shop-sellingranking .woocommerce ul.products li:first-child .woocommerce-LoopProduct-link::after {
	background-color: #e9d024;
}
.shop-sellingranking .woocommerce ul.products li:nth-child(2) .woocommerce-LoopProduct-link::after {
	background-color: #b0a996;
}
.shop-sellingranking .woocommerce ul.products li:nth-child(3) .woocommerce-LoopProduct-link::after {
	background-color: #b88c3c;
}
.shop-sellingranking .woocommerce ul.products li:nth-child(4) .woocommerce-LoopProduct-link::after {
	background-color: #664c00;
}
.shop-sellingranking .woocommerce ul.products li:nth-child(5) .woocommerce-LoopProduct-link::after {
	background-color: #664c00;
}

.shop-sellingranking ul{}
.shop-sellingranking .woocommerce ul.products li.product,
.shop-sellingranking ul li{
	width: 31%;
	float: left;
	margin: 0 3.5% 20px 0;
	position: relative;
	clear: none!important;
}
.shop-sellingranking .woocommerce ul.products li.product:nth-of-type(2n){
	float: left;
}
.shop-sellingranking .woocommerce ul.products li.product:nth-of-type(3n),
.shop-sellingranking ul li:nth-of-type(3n){
	margin: 0;
}

.shop-sellingranking ul li p.item-image{
	margin: 0 0 10px 0;
}
.shop-sellingranking ul li p.item-image img{
	width: 100%;
}
.shop-sellingranking .woocommerce ul.products li.product .woocommerce-loop-product__title,
.shop-sellingranking ul li p.item-name{
	text-align:left;
	color: #333;
  font-size: 14px;
  font-weight: 400;
	line-height: 1.4;
	margin: 0 0 5px 0;
}
.shop-sellingranking .woocommerce ul.products li.product .price,
.shop-sellingranking ul li p.item-price{
	color: #333;
  font-size: 12px;
  font-weight: 700;
	line-height: 1.4;
	margin: 0 0 5px 0;
}
.shop-sellingranking ul li p.item-star{
	line-height: 1;
}
.shop-sellingranking ul li p.item-star img{
	margin: 0 2px 0 0;
}
.shop-sellingranking ul li p.rankingmark{
	position: absolute;
	left: 8px;
	top: -10px;
}
.shop-sellingranking ul li p.rankingmark img{
	width: 65%;
}


.shop-chooseprice{
	margin: 0 0 40px 0;
}
.shop-chooseprice h2{
	background-image: url("images/shinpudo-shop/shop-ttl-bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 0 30px 0;
	text-align: center;
	line-height: 1;
}
.shop-chooseprice h2 img{
	height: 22px;
}
.shop-chooseprice ul{}
.shop-chooseprice ul li{
	margin: 0 0 10px 0;
}
.shop-chooseprice ul li img{
	width: 100%;
}
.shop-chooseprice ul li:last-child{
	margin: 0;
}


.shop-selectcategory{
	margin: 0 0 40px 0;
}
.shop-selectcategory h2{
	background-image: url("images/shinpudo-shop/shop-ttl-bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 0 30px 0;
	text-align: center;
	line-height: 1;
}
.shop-selectcategory h2 img{
	height: 22px;
}
.shop-selectcategory ul{}
.shop-selectcategory ul li{
	width: 31%;
	float: left;
	margin: 0 3.5% 0 0;
}
.shop-selectcategory ul li:last-child{
	margin: 0;
}


.shop-voice{
	background: #F8F4F1;
	background-image: url("images/shinpudo-shop/shop-voice-bg01.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 40px 0;
	padding: 10px;
}
.shop-voice-box{
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.shop-voice-box-inner{
	background-image: url("images/shinpudo-shop/shop-voice-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	margin: -10px -10px 0 -10px;
}
.shop-voice-box-inner h2{
	margin: 0 0 13px 0;
}

.shop-voice-box-inner ul{
	padding: 0 20px 15px 20px;
}
.shop-voice-box-inner ul li{
	background: #F8F4F1;
	border: 5px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	margin: 0 0 15px 0;
	box-shadow: 0px 0px 5px 0px rgba(249, 244, 241, 1);
}
.shop-voice-box-inner ul li:last-of-type{
	margin: 0;
}
.shop-voice-header{}
.voice-title{
	margin: 0 0 5px 0;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}
.voice-time{
	margin: 0 0 10px 0;
	text-align: right;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}
.voice-txt{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.voice-txt:last-of-type{
	margin: 0;
}

.shop-fb{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}


.shop-side-search{
	border: 2px solid #593F2A;
	background: #fff;
	padding: 15px;
	margin: 0 0 30px 0;
}
.shop-side-search h2{
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1;
}
.shop-side-search input[type=text] {
	float: left;
	width: calc(100% - 36px);
	padding: 9px;
	color: #333;
	border: 1px solid #5A402B;
}
.shop-side-search input[type="submit"]{
	float: left;
	width: 36px;
	height: 36px;
	background: none;
	background-image: url("images/shinpudo-shop/shop-side-search-btn.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	box-shadow: none;
}
.shop-side-search input[type="submit"]:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}


.shop-side-category{
	margin: 0 0 30px 0;
}
.shop-side-category h2{
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1;
}
.shop-side-category ul{
	border-top: 1px solid #593F2A;
}
.shop-side-category ul li{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.shop-side-category ul li a{
	background: #fff;
	border: 1px solid #593F2A;
	border-top: none;
	display: block;
	padding: 15px;
}
.shop-side-category ul li a:hover{
	text-decoration: none;
	background: #FFFFF4;
}


.shop-side-line{}
.shop-side-line h2{
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1;
}
.shop-side-line p{
	text-align: center;
	line-height: 1;
}



/****************************************

	新着情報

*****************************************/
#news-list dl{
	margin: 0 0 20px 0;
}
#news-list dl dt{
	padding: 15px 0 5px 0;
	color: #999;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
#news-list dl dt:first-of-type{
	padding: 0 0 5px 0;
}
#news-list dl dd{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
}
#news-list dl dd a{
	color: #333;
}

.wp-pagenavi{
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 15px;
}

.information{}
.information h3{
	background: #F0E8E1;
	color: #59402A;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	padding: 10px 15px;
	margin: 5px 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.information p.information-date{
	text-align: right;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
.information p{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 25px 0;
}


.information p.information-btn{
	padding: 0;
	border: 2px solid #CCC;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	width: 190px;
	margin: 0 auto 0 auto;
}
.information p.information-btn a{
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 40px;
	color: #333;
}
.information p.information-btn a:hover{
	color: #666;
}
.information p.information-btn a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f060';
	color: #000;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
