@charset "UTF-8";

/*
Theme Name:株式会社ジビショウ
Theme URI:https://www.narts.jp/
Description:株式会社ジビショウ用テーマ
Author:NARTS
Author URI:https://www.narts.jp/
Version:1.0
*/

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

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
	height: auto;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #333;
	text-decoration: none;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-webkit-transform:translateZ(0);
}
a:hover{
	color: #666;
	text-decoration: underline;
}


*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}


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

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.no_display{display: none;}

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

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



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

	header

*****************************************/
header{}
#header{
	height: 96px;
	min-width: auto;
}

#header-logo h1{
	width: auto;
	margin-right: 1em;
	float: left;
	padding: 25px 0 0 20px;
}

#header-shoplogo h1{
	width: 178px;
	float: left;
	padding: 25px 0 0 20px;
}

#header-shop{
	width: auto;
	float: right;
	margin: 17px 25px 0 0;
}
#header-shop ul li{
	float: left;
}
#header-shop ul li.shipping{
	margin: 22px 16px 0 0;
}
#header-shop ul li.cart{}
#header-shop ul li.search{}



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

	nav

*****************************************/
nav{}

#gnavi{
	width: auto;
	float: right;
	margin: 40px 25px 0 0;
}
#gnavi ul li{
	float: left;
	color: #59402A;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}
#gnavi ul li a{
	margin: 0 25px 0 0;
	color: #59402A;
	position: relative;
	display: inline-block;
}
#gnavi ul li a:hover {
	color: #59402A;
  text-decoration: none;
}
#gnavi ul li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #59402A;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#gnavi ul li a:hover::after {
  transform: scale(1, 1);
}
#gnavi ul li:last-of-type a{
	margin: 0;
}


#sp_menu {
  display: none;
}



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

	footer

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


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

.footer-link{
	padding: 0 0 25px 0;
}
.footer-link ul{
	text-align: center;
	font-size: 0;
}
.footer-link ul li{
	display: inline-block;
	color: #fff;
	line-height: 1.0;
	font-size: 16px;
	font-weight: 400;
	margin: 0 30px 0 0;
}
.footer-link ul li a{
	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: 12px;
	line-height: 1.0;
}


#footer-guide{
	background: #4E4949;
	padding: 50px 0 40px 0;
}
.footer-guide-inner{
	width: 1120px;
	margin: 0 auto;
}

.footer-guide-contents1{
	width: 350px;
	float: left;
	margin: 0 35px 0 0;
}
.footer-guide-contents2{
	width: 350px;
	float: left;
	margin: 0 35px 0 0;
}
.footer-guide-contents3{
	width: 350px;
	float: left;
}

.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;
	display: block;
	width: 60px;
	height: 60px;
}



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

	main-visual

*****************************************/
.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	overflow: hidden;
	display: block;
	width: 100%;
}
.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: -30px;
	z-index: 10;
	cursor: pointer;
}
.next-arrow {
	right: -30px;
	cursor: pointer;
}
.full-screen .slick-list {
	overflow: visible;
}
.full-screen.slider {
	max-width: 80%;
	margin: 0 auto;
}



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

	template

*****************************************/
#contents{
	background: #F8F4F1;
	padding: 80px 0;
}
#contents-inner{
	width: 1120px;
	margin: 0 auto 0 auto;
}


#contents-inner > h2{
	position: relative;
	margin: 0 0 40px 0;
}
#contents-inner > h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 40px;
	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: 60px;
}
#contents-inner > h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 18px;
  font-weight: 400;
	line-height: 1;
}
#contents-inner > h3{
	background: #F0E8E1;
	color: #59402A;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	padding: 8px 25px;
	margin: 5px 0 20px 0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#contents-inner > h4{
	border-bottom: 2px solid #59402A;
	color: #59402A;
	font-size: 20px;
	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: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 0 10px;
	margin: 5px 0 20px 0;
}
#contents-inner > p{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 30px 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: 16px;
	text-align: left;
	font-weight: normal;
}
#contents-inner > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 16px;
}

#contents-inner > ul{
	margin: 0 0 25px 20px;
}
#contents-inner > ul li{
	font-size: 16px;
	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: 16px;
	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: 16px;
	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: 16px;
	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: 30px;
}
#notfound p.txt{
	text-align: center;
	color: #333;
  font-size: 16px;
  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{
	float: right;
	margin: 0 0 25px 20px;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 25px auto;
}
.alignleft{
	float: left;
	margin: 0 20px 25px 0;
}


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



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

	トップページ

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


#top-news{
	background: #F8F4F1;
	padding: 80px 0;
}
#top-news h2{
	position: relative;
	margin: 0 0 40px 0;
}
#top-news h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 40px;
	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: 60px;
}
#top-news h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 18px;
  font-weight: 400;
	line-height: 1;
}

.top-news-inner{
	width: 1120px;
	margin: 0 auto 0 auto;
}
.top-news-box{
	width: 480px;
	float: left;
}
.top-movie{
	width: 600px;
	float: right;
}

.top-news-box dl{
	margin: 0 0 20px 0;
}
.top-news-box dl dt{
	padding: 15px 0 5px 0;
	color: #999;
	font-size: 16px;
	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: 16px;
	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 0 0 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: 80px 0;
}
#top-instagram h2{
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 40px 0;
}

#top-instagram ul{
	width: 1120px;
	margin: 0 auto 0 auto;
}
#top-instagram ul li{
	width: 170px;
	margin: 0 20px 0 0;
	float: left;
}
#top-instagram ul li:last-child{
	margin: 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: 40px 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: 80px 0;
}
#top-product h2{
	position: relative;
	margin: 0 0 40px 0;
}
#top-product h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 40px;
	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: 60px;
}
#top-product h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 18px;
  font-weight: 400;
	line-height: 1;
}

.top-product-inner{
	width: 1120px;
	margin: 0 auto 0 auto;
}

.top-product-inner ul{
	width: 1120px;
	margin: 0 auto 0 auto;
}
.top-product-inner ul li{
	width: 265px;
	margin: 0 20px 0 0;
	float: left;
}
.top-product-inner ul li:last-child{
	margin: 0;
}


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

.top-sns-inner{
	width: 1120px;
	margin: 0 auto 0 auto;
}
.top-sns-contents{
	width: 580px;
	float: left;
}
.top-sns-fb{
	width: 500px;
	float: right;
}

.top-shinpudo-menu{
	background: #F8F4F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	margin: 0 0 40px 0;
}
.top-shinpudo-menu h2{
	text-align: center;
	margin: 0 0 20px 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{}
.top-shinpudo-menu ul li{
	width: 255px;
	float: left;
	margin: 0 20px 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:last-child{
	margin: 0 0 0 0;
}

.top-sns-btn{}
.top-sns-btn p{
	text-align: center;
}



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

	新風堂本店

*****************************************/
#store-main{
	margin: 0 0 60px 0;
}
#store-main h2{
	position: relative;
	margin: 0 0 40px 0;
}
#store-main h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 40px;
	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: 60px;
}
#store-main h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 18px;
  font-weight: 400;
	line-height: 1;
}

.store-main-box{
	width: 1120px;
	margin: 0 auto 0 auto;
	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: 30px;
}
.store-main-box p{
	color: #333;
  font-size: 16px;
  font-weight: 400;
	line-height: 1.6;
}


#store-inside{
	margin: 0 0 20px 0;
}
#store-inside h2{
	position: relative;
	margin: 0 0 40px 0;
}
#store-inside h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 40px;
	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: 60px;
}
#store-inside h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 18px;
  font-weight: 400;
	line-height: 1;
}

#store-inside ul{
	width: 1120px;
	margin: 0 auto 0 auto;
}
#store-inside ul li{
	width: 540px;
	float: left;
	margin: 0 40px 40px 0;
}
#store-inside ul li:nth-of-type(2n){
	margin: 0 0 40px 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: 16px;
  font-weight: 400;
	line-height: 1.4;
}


#store-menu{
	margin: 0 0 60px 0;
}
#store-menu h2{
	position: relative;
	margin: 0 0 40px 0;
}
#store-menu h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 40px;
	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: 60px;
}
#store-menu h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 18px;
  font-weight: 400;
	line-height: 1;
}

#store-menu ul{
	width: 1120px;
	margin: 0 auto 0 auto;
}
#store-menu ul li{
	width: 360px;
	float: left;
	margin: 0 20px 0 0;
}
#store-menu ul li:nth-of-type(3n){
	margin: 0;
}


#store-access{}
#store-access h2{
	position: relative;
	margin: 0 0 40px 0;
}
#store-access h2 span.main {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #59402A;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 40px;
	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: 60px;
}
#store-access h2 span.sub {
  display: block;
  text-align: center;
	color: #59402A;
  font-size: 18px;
  font-weight: 400;
	line-height: 1;
}

.store-access-box{
	width: 1120px;
	margin: 0 auto 0 auto;
}
.store-access-contents{
	width: 380px;
	float: left;
}
.store-access-map{
	width: 700px;
	float: right;
}

.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{
	width: 1120px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}


.shop-main{
	width: 860px;
	float: right;
}
.shop-side{
	width: 230px;
	float: left;
	background: #F8F4F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}


.shop-seasonalgift{
	margin: 0 0 60px 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: 30px;
}
.shop-seasonalgift-box ul{}
.shop-seasonalgift-box ul li{
	width: 250px;
	float: left;
	margin: 0 25px 0 0;
}
.shop-seasonalgift-box ul li:last-child{
	margin: 0;
}

.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{
	margin: 0 0 60px 0;
}
.shop-sellingranking h2{
	text-align: center;
	margin: 0 0 30px 0;
}
.shop-sellingranking ul{}
.shop-sellingranking ul li{
	width: 164px;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.shop-sellingranking ul li:last-child{
	margin: 0;
}

.shop-sellingranking ul li p.item-image{
	margin: 0 0 10px 0;
}
.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: -12px;
}


.shop-chooseprice{
	margin: 0 0 60px 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;
}
.shop-chooseprice h2 img{
	margin: 0 0 0 50px;
}
.shop-chooseprice ul{}
.shop-chooseprice ul li{
	width: 270px;
	float: left;
	margin: 0 25px 0 0;
}
.shop-chooseprice ul li:last-child{
	margin: 0;
}


.shop-selectcategory{
	margin: 0 0 60px 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;
}
.shop-selectcategory h2 img{
	margin: 0 0 0 50px;
}
.shop-selectcategory ul{}
.shop-selectcategory ul li{
	width: 270px;
	float: left;
	margin: 0 25px 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 60px 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;
	margin: -10px -10px 0 -10px;
}
.shop-voice-box-inner h2{
	margin: 0 0 13px 0;
}

.shop-voice-box-inner ul{
	padding: 0 45px 15px 45px;
}
.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: 25px;
	width: 375px;
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 0px 0px 5px 0px rgba(249, 244, 241, 1);
}
.shop-voice-box-inner ul li:nth-of-type(2n){
	margin: 0 0 20px 0;
}
.shop-voice-header{
	margin: 0 0 15px 0;
}
.voice-title{
	width: 60%;
	float: left;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
.voice-time{
	text-align: right;
	width: 40%;
	float: right;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.voice-txt{
	color: #333;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.voice-txt:last-of-type{
	margin: 0;
}

.shop-fb{
	width: 500px;
	margin: 0 auto;
}


.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;
}

#billing_country_field,
#shipping_country_field {
	display:none;
}

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

	新着情報

*****************************************/
#news-list dl{
	margin: 0 0 20px 0;
}
#news-list dl dt{
	padding: 15px 0 5px 0;
	color: #999;
	font-size: 16px;
	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: 16px;
	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: 24px;
	font-weight: 700;
	line-height: 1.6;
	padding: 8px 25px;
	margin: 5px 0 20px 0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
.information p.information-date{
	text-align: right;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
.information p{
	color: #333;
	font-size: 16px;
	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;
}



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

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

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


/***********************
	東内追加ぶん
************************/
#contents-inner .su-row table, .woocommerce-tabs table {
	width: 100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#contents-inner .su-row table th, .woocommerce-tabs table th {
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #333;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
#contents-inner .su-row table td, .woocommerce-tabs table td {
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 16px;
}

/* webフォーム */
.require {
	color: #cc0000;
}
.wpcf7 p {
	margin-bottom: 1.5em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	padding:1.5%;
	box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);
	background:#FCFCFC;
	border:#EEE 1px solid;
	color:#333;
	font-family:"Droid Sans", sans-serif;
	font-size:15px;
	width: 70%;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus {
	background:#FFF;
	border:#ddd 1px solid;
	color:#333;
	outline: none;
}

.wpcf7 textarea {
	font-size:15px;
}

.wpcf7 input[type=submit],
.wpcf7 input[type=reset],
.wpcf7 input[type=button] {
	padding:6px 25px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#699a27;
	background:-moz-linear-gradient(#699a27, #3b5716);
	background:-webkit-linear-gradient(#699a27, #3b5716);
	background:-ms-linear-gradient(#699a27, #3b5716);
	background:linear-gradient(#699a27, #3b5716);
	border:none;
	border-bottom:#3b5716 1px solid;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:16px;
}

.wpcf7-checkbox span.wpcf7-list-item {
	display: block;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=reset]:hover,
.wpcf7 input[type=button]:hover {
	box-shadow:#666 0 0 5px;
}

.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=reset]:focus,
.wpcf7 input[type=button]:focus {
	box-shadow:#aaa 0 0 5px;
	background:-moz-linear-gradient(#3b5716, #699a27);
	background:-webkit-linear-gradient(#3b5716, #699a27);
	background:-ms-linear-gradient(#3b5716, #699a27);
	background:linear-gradient(#3b5716, #699a27);
}

#list-fromage {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
#list-fromage .product-1 {
	width: 31%;
	text-align: left;
	margin-bottom: 3em;
}
p.p_info {
	color: #888888;
}
#list-fromage .product-1 img {
	margin-bottom: 1em;
}
.woocommerce div.product .product_title {
	font-size: 1.3em;
	line-height: 1.4em;
}
#list-fromage .product-1 h2 {
	text-align: left;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 5px 0;
	text-decoration: none;
}
#list-fromage .product-1 span.price {
	font-weight: 700;
	font-size: 13px;
}
#list-fromage .product-1 a h2:hover, #list-fromage .product-1 a p:hover {
	text-decoration: none;
	color: #3C8C44;
}
#list-fromage a:any-link {
	text-decoration: none;
}
.term-bread .shop-main .products.columns-4 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
/* justify-content: space-between; */
}
li.product_cat-fromage {
	padding-bottom: 40px !important;
/*	background-color: #F8F4F1; */
}
/*
li.product_cat-fromage .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: block;
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
*/
.term-fromage .shop-main {
	width: 1120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}
.term-fromage .shop-sellingranking {
	width: 860px;
}

.front-message {
	font-size: 14px;
	margin-bottom: 2em;
}
.front-message p.f-title {
	color: #3c8c44;
	padding-top: 1em;
	font-size: 1.8em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, from(rgba(80, 80, 80, .2)), to(transparent));
	line-height: 0.7em;
	margin-bottom: 1.5em;
}
.front-message ol {
	padding-left: 2.5em;
}
.front-message ol li {
	list-style-type: decimal;
}
.store-main-box {
	margin-bottom: 1.5em;
}
.store-main-box h3 {
	font-size: 26px;
	margin-bottom: 0.8em;
}

@media screen and (min-width: 1000px) and (max-width: 1120px) {
	.term-bread #shop-contents {
		width: 100%;
	}
	.shop-main {
		width: calc(100% - 240px);
	}
}
@media screen and (max-width: 999px){ /* フロマージュレスポンシブ */
	.term-fromage .shop-main {
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		box-sizing: border-box;
	}
	#list-fromage .product-1 {
		width: 47%;
	}
	.term-fromage .shop-side {
		margin-left: auto;
		margin-right: auto;
	}
	.term-bread .shop-main .products.columns-4 {
		justify-content: space-between;
	}
} /* ←レスポンシブ閉じ括弧 */

@media screen and (max-width: 999px){ /* cf7レスポンシブ */
	.wpcf7 input[type="text"],
	.wpcf7 input[type="password"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 textarea {
		max-width: 100%;
		width: 100%;
	}
	.wpcf7-form.init p:nth-child(7) {
		text-align: center;
	}	
} /* レスポンシブ閉じ括弧 */



/* ２段組 */
.two-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 80px;
	-webkit-column-gap: 80px;
	column-gap: 80px;
}
@media screen and (max-width: 999px){ /* ２段組レスポンシブ */
	.two-column {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
} /* レスポンシブ閉じ括弧 */


/* 商品説明 */
.shop-main h3{
	background: #F0E8E1;
	color: #59402A;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	padding: 8px 25px;
	margin: 5px 0 20px 0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
.shop-main h4{
	border-bottom: 2px solid #59402A;
	color: #59402A;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 0 10px 0;
	margin: 5px 0 20px 0;
}
.shop-main h5{
	border-left: 5px solid #59402A;
	color: #59402A;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 0 10px;
	margin: 20px 0 20px 0;
}

/* ★マークを黄色に変更 */
.star-rating, .stars a {
	color: #FFC926;
}

/* 検索アイコンを消す */
li.search {
	display: none;
}

/** カート画面（東内） **/

.form-row input[type="text"], .form-row input[type="tel"], .form-row input[type="email"], .form-row input[type="password"], .form-row #order_comments, .input-select, .input-text.qty.text, #coupon_code {
	padding-left: 8px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 24px !important;
	border-radius: 5px;
		-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
}
.input-text.qty.text {
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#coupon_code {
	padding-right: 8px;
	width: 12em;
	padding-bottom: 4px;
	padding-top: 4px;
}
.input-select {
	font-size: 17px;
	padding: 3px 3px 3px 8px;
}

/** お買い物かごへ追加　フローティングボタン **/
#add-to-cart {
	width: 193px;
	height: 46px;
	border-radius: 96px 0px 0px 96px;
	background-image: url("/wp-content/uploads/bt_bg_whiteline.png"), url("/wp-content/uploads/bt_bg_cart.png"), linear-gradient(to bottom, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center left 4px, top 5px right;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .5);
	padding-top: 16px;
	font-size: 15px;
	z-index: 999;
	right: 0px;
	position: fixed;
	bottom: 100px;
}
#add-to-cart:hover {
	opacity: 0.85;
	transition 0.3s;
}


/** ジビショウ・フロマージュの下部フローティング **/
#go-to-shop {
	background-color: rgba(255,255,255,0.93);
	z-index: 998;
	padding: 12px;
	height: auto;
	border-top: 1px solid #59402A;
	border-right: none;
	border-bottom: 1px solid #59402A;
	border-left: 1px solid #59402A;
	position: fixed;
	right: 0px;
	bottom: 100px;
}
#go-to-shop a:first-child {
	margin-right: 12px;
}
#go-to-shop a:first-child img {
	padding-right: 12px;
	border-right: 1px dashed #59402A;
}

/** フロマージュオープンまで下記バナーを非表示 **/
.top-shinpudo-menu {
	display: none;
}


@media screen and (max-width: 1270px) and (min-width: 1000px) {
	#header {
		height: auto;
	}
	#header-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 430px;
	}
	#header-logo h1 {
		float: none;
	}
	#gnavi {
		width: auto;
		float: none;
		margin: 30px auto 30px auto;
		display: block;
	}
	#gnavi ul {
		display: flex;
		justify-content: center;
	}
	.term-fromage .shop-main {
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		box-sizing: border-box;
	}
	.term-fromage .shop-sellingranking {
		width: calc(100% - 260px);
	}
	.term-fromage #shop-contents {
		max-width: 100%;
	}
	/* フッタ調整 */
	.footer-guide-inner {
		width: 100%;
	}
	.term-fromage .footer-guide-contents1, .term-fromage .footer-guide-contents2, .term-fromage .footer-guide-contents3 {
		box-sizing: border-box;
		width: 30%;
	}
}



#sonypayment-light-card-expmm{
	display: inline-block;
}

#sonypayment-light-card-expyy{
	display: inline-block;
}

