@charset "UTF-8";
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイル */

/************************************
** 基本設定
************************************/


#body ul, #body ul li {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#body dl, #body dt, #body dd {
 margin: 0;
 padding: 0;
}
#body {
 max-width: 100%;
}

::selection {
 background: #ee8190;
 color: #000;
}

#container {
 padding: 0;
 margin: 0 auto;
}


a:hover img {
 opacity: .5;
 -webkit-opacity: .5;
 -moz-opacity: .5;
 filter: alpha(opacity=50); /* IE lt 8 */
 -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
 -webkit-transition: opacity 1s ease-out;
 -moz-transition: opacity 1s ease-out;
 -ms-transition: opacity 1s ease-out;
 transition: opacity 1s ease-out;
}



/* PC */
@media screen and (min-width:751px) {
 .pc-only {
  display: block;
 }
 .sp-only {
  display: none;
 }
}



/* スマホ */
@media screen and (max-width:750px) {
	
 .pc-only {
  display: none;
 }
 .sp-only {
  display: block;
 }
	
}



/************************************
** ナビゲーション
************************************/

header #h-top {
 width: 100%;
}
header nav {
 padding: 0;
}
header nav #navi .menu {
 width: 100%;
}
header nav #navi .menu li {
 font-size: 16px;
}
header nav #navi .menu li a {
 
}
header #mobile-navi {
 display: none;
}



/* PC */
@media screen and (min-width:961px) {
 
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
 
}



/* スマホ */
@media screen and (max-width:960px) {
 header nav#mobile-navi {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  float: inherit;
  background-color: #f7f7f7;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  margin-left: 0 !important;
 }
 #mobile-navi-in {
  width: 80%;
  margin: 0 auto;
		padding-top: 20vw;
 }
 #mobile-navi #mobile-navi-menu {
  width: 100%;
  margin: 10vw 0 5vw 0;
  padding: 0;
  list-style-type: none;
 }
 #mobile-navi #mobile-navi-menu > li {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 1.2em 0;
  padding: 0;
 }
	#mobile-navi #mobile-navi-open {
		position: absolute;
		right: 10vw;
		top: 5vw;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
 }
	#mobile-navi #mobile-navi-menu > li a{
		/*border-bottom: 1px solid #000;*/
	}
  #mobile-navi #mobile-navi-menu > li:nth-child(3) a,
	#mobile-navi #mobile-navi-menu > li:nth-child(5) a,
	#mobile-navi #mobile-navi-menu > li:nth-child(6) a,
	#mobile-navi #mobile-navi-menu > li:nth-child(8) a{
		color: #c5c5c5;
		/*border-bottom: 1px solid #c5c5c5;*/
		pointer-events: none;
	}
	#mobile-navi-bottom {
		position: fixed;
		bottom: 2em;
	 display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		width: 80%;
	}
	#mobile-navi-bottom-menu {
	 display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 160px;
		margin: 0;
		padding: 0;
	}
	#mobile-navi-bottom-menu li {
	 font-size: 14px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#mobile-navi-bottom-menu li a {
	 border-bottom: 1px solid #000;
	}
	#mobile-navi-bottom-menu li a:hover {
	 border-bottom: 1px solid #e84130;
	}
	#mobile-navi-bottom-credit {
		font-size: 14px;
	 margin-top: 1em;
	}
	#mobile-navi-bottom-sns {
	 width: 30px;
		margin: 0;
		padding: 0;
	}
	#mobile-navi-bottom-sns li {
		width: 30px;
		list-style-type: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
 
}



/************************************
** 投稿・ページ
************************************/

.entry-content img {
 display: block;
}
.page article h2 {
 line-height: 1.6;
 margin: 0;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {

}



/* スマホ */
@media screen and (max-width:750px) {
 
}



/************************************
** 共通パーツ
************************************/

.sec_inner {
 width: 100%;
 margin: 0 auto;
}

.bx-wrapper {
 box-shadow: none !important;
 border: none !important;
 background: none !important;
}



/* スマホ */
@media screen and (max-width:750px) {
 
}



/*************************************************************************

** COMMON STYLE

**************************************************************************/

article section .sec_inner {
 width: 100%;
 margin: 0 auto;
}
.page .article {
 width: 100%;
 margin: 0 auto;
}
.page .entry-title {
 margin: 0;
}
body:not(.page-contact, .page-wholesale) .grecaptcha-badge {
 display: none;
}
.page #the-content {
 
}
.page #the-content h2 {
 
}
.page .btn1 a {
	display: inline-block;
	line-height: 1;
}
.page .btn1.border a {
	padding-bottom: 0.2em;
	border-bottom: 2px solid #000;
}
.page .btn1.border a:hover {
	border-bottom: 2px solid #e84130;
}
.tate{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}



/* タブレット */
@media screen and (max-width:960px) {
 
}



/* スマホ */
@media screen and (max-width:750px) {
 
 .page #the-content {
  padding-top: 0;
 }
 .page .entry-title {
  font-size: 26px;
  margin-bottom: 1em;
 }
 .page .entry-title small,
 .category #archive-title smalll {
  display: block;
  font-size: 13px !important;
  margin-left: 0 !important;
  margin-top: 1em !important;
 }
 .single #archive-title {
  font-size: 18px !important;
 }
 .single #archive-title small {
  font-size: 10px !important;
 }
 
}



/*************************************************************************

** Teaser

**************************************************************************/

.page-teaser {
 
}
.page-teaser #header,
.page-teaser #footer {
	display: none;
}
.page-teaser #main {
	max-width: 1200px;
	margin: 0 auto;
}

.page-teaser .page-header {
 width: 100%;
 margin: 2.5vw auto 0 auto;
}
.page-teaser .page-header .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 95%;
 margin: 0 auto;
}
.page-teaser .page-header .sec_inner #onlineshop {
	width: 18%;
}
.page-teaser .page-header .sec_inner #logo {
	width: 62%;
}

.page-teaser .page-body {
	width: 100%;
 margin: 0 auto;
}
.page-teaser .page-body h1 {
	margin: 100px 0;
}
.page-teaser .page-body p {
	font-size: 28px;
	line-height: 2;
	text-align: justify;
}
.page-teaser .page-body .sec_inner {
 width: 90%;
 margin: 0 auto;
	padding: 0;
}
.page-teaser .page-body .entry-content {
 width: 100%;
 max-width: 660px;
 margin: 0;
}
.page-teaser .page-body .eye-catch {
 margin: 100px 0;
}
.page-teaser .page-body .eye-catch img {
 height: auto !important;
}

.page-teaser .page-body #information {
	padding-left: 20px;
}
.page-teaser .page-body #information h2 {
	font-size: 32px;
	margin: 2em 0 .3em 0;
	padding: 0;
}
.page-teaser .page-body #information p {
	font-size: 23px;
	margin: 0;
	padding: 0;
}

.page-teaser .page-footer {
	width: 100%;
	margin: auto;
	padding: 50px 0 25px 0;
}
.page-teaser .page-footer .sec_inner {
 width: 90%;
 margin: 0 auto;
	padding: 0;
}
.page-teaser .page-footer #footer-logo {
	margin: 0 0 0 auto;
}



/* タブレット */
@media screen and (max-width:960px) {
 
}



/* スマホ */
@media screen and (max-width:750px) {
 	
	.page-teaser .page-header .sec_inner #onlineshop {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 28%;
	}
	.page-teaser .page-header .sec_inner #logo {
		width: 80%;
		margin: 0 0 0 auto;
	}
	
	.page-teaser .page-body {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.page-teaser .page-body h1 {
		margin: 15vw 0;
	}
	.page-teaser .page-body p {
		font-size: 18px;
		line-height: 2;
	}
	.page-teaser .page-body .sec_inner {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.page-teaser .page-body .entry-content {
		width: 100%;
		max-width: 660px;
		margin: 0;
	}
	.page-teaser .page-body .eye-catch {
		position: relative;
		left: -5vw;
		width: 100vw;
		margin: 15vw 0;
	}
	
	.page-teaser .page-body #information {
		padding-left: 20px;
	}
	.page-teaser .page-body #information h2 {
		font-size: 16px;
		margin: 2em 0 .3em 0;
		padding: 0;
	}
	.page-teaser .page-body #information p {
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
		
}



/*************************************************************************

** HOME

**************************************************************************/

/* keyvisual */
.page-template-front-page #keyvisual {
	
}
.page-template-front-page #keyvisual .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
 width: 100%;
 margin: 0 auto;
}
.page-template-front-page #keyvisual h1 {
	position: absolute;
	top: 4em;
	left: 10%;
	width: 55%;
}
.page-template-front-page #keyvisual p {
	width: 40%;
	font-size: 20px;
	text-align: justify;
	margin: 30vw 0 0 10%;
}
.page-template-front-page #keyvisual ul.bx-slider {
	width: 38%;
	margin-right: 5%;
}
.page-template-front-page #keyvisual figure {
	position: absolute;
	right: 3.5vw;
	top: -5.5vw;
	width: 9%;
}
.page-template-front-page #keyvisual ul#side-copy {
	width: 100%;
}
.page-template-front-page #keyvisual ul#side-copy li:nth-child(1) {
	position: absolute;
	left: 20px;
	top: 16.5em;
	/*transform: rotate(90deg);*/
}
.page-template-front-page #keyvisual ul#side-copy li:nth-child(2) {
	position: absolute;
	right: 20px;
	top: 16.5em;
	/*transform: rotate(-90deg);*/
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page #keyvisual .sec_inner {
		display: block;
	}
	.page-template-front-page #keyvisual h1 {
		position: absolute;
		top: 0;
		left: 5vw;
		width: 74%;
	}
	.page-template-front-page #keyvisual p {
		width: 90%;
		font-size: 16px;
		margin: 2em 0 0 5%;
	}
	.page-template-front-page #keyvisual ul.bx-slider {
		width: 70%;
		margin: 0 auto;
		padding: 30vw 0 0 0;
	}
	.page-template-front-page #keyvisual figure {
		right: 5vw;
		top: 15vw;
		width: 20vw;
	}
	.page-template-front-page #keyvisual ul#side-copy li:nth-child(1),
	.page-template-front-page #keyvisual ul#side-copy li:nth-child(2) {
		top: 75vw;
	}
	
}



/* NEWS */
.page-template-front-page #news {
	margin: 5em 0;
}
.page-template-front-page #news .sec_inner {
	position: relative;
 width: 86%;
 margin: 0 auto;
}
.page-template-front-page #news .sec_inner h2 {
	font-size: 36px;
}
.page-template-front-page #news .btn1 {
	position: absolute;
	right: 0.7em;
	top: 0.4em;
}
.page-template-front-page #news .sec_inner ul {
	display: block;
	margin-top: 3em;
 border-top: 2px solid #000;
}
.page-template-front-page #news .sec_inner li a {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding: 1em;
	border-bottom: 2px solid #000;
}
.page-template-front-page #news .sec_inner li a span {
	display: block;
}
.page-template-front-page #news .sec_inner li a > span {
	padding: 1em 0 0 0;
}
.page-template-front-page #news .sec_inner li a span.title {
	font-size: 18px;
}
.page-template-front-page #news .sec_inner li a span.date {
	font-size: 14px;
}
.page-template-front-page #news .sec_inner li a span.cat {
	position: absolute;
	bottom: 2.5em;
	font-size: 12px;
}
.page-template-front-page #news .sec_inner li a > img {
	display: block;
	width: 20%;
	height: auto;
	/*clip-path: inset(0% 15%);*/
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page #news .sec_inner {
		width: 90%;
	}
	.page-template-front-page #news .sec_inner h2 {
		font-size: 22px;
	}
	.page-template-front-page #news .btn1 {
		width: 60px;
	}
	.page-template-front-page #news .sec_inner ul {
		margin-top: 2em;
	}
	.page-template-front-page #news .sec_inner li a {
		width: calc(100% - .5em);
		padding: 1em 0 1em .5em;
	}
	.page-template-front-page #news .sec_inner li a > span {
		position: relative;
		padding: 0 0 2em 0;
	}
	.page-template-front-page #news .sec_inner li a span.title {
		font-size: 14px;
	}
	.page-template-front-page #news .sec_inner li a span.date {
		font-size: 10px;
		margin-top: .5em;
	}
	.page-template-front-page #news .sec_inner li a span.cat {
		bottom: 0;
		font-size: 10px;
	}
	.page-template-front-page #news .sec_inner li a > img {
		width: 30vw;
	}
	
}



/* オーガニック八百屋 */
.page-template-front-page #yaoya {
	
}
.page-template-front-page #yaoya .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 100%;
 margin: 0 auto;
}
.page-template-front-page #yaoya figure {
	width: 45%;
}
.page-template-front-page #yaoya .text {
	width: 30%;
	margin-right: 20%;
	padding-top: 5em;
}
.page-template-front-page #yaoya .text h2 {
	font-size: 36px;
}
.page-template-front-page #yaoya .text .btn1 {
	margin: 2em 0;
}
.page-template-front-page #yaoya .text p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page #yaoya .sec_inner {
		display: block;
		width: 100%;
		margin: 0;
	}
	.page-template-front-page #yaoya figure {
		width: 80%;
	}
	.page-template-front-page #yaoya .text {
		width: 70%;
		margin: 0 0 0 10%;
		padding-top: 2em;
	}
	.page-template-front-page #yaoya .text h2 {
		font-size: 27px;
	}
	.page-template-front-page #yaoya .text p {
		font-size: 12px;
	}
	.page-template-front-page #yaoya .text .btn1 {
		width: 90px;
	}
	.page-template-front-page #yaoya .side-copy {
		position: absolute;
		right: 8vw;
		top: 26vw;
	}
	
}



/* ボタニカル・バー */
.page-template-front-page #bar {
	position: relative;
	top: -4em;
}
.page-template-front-page #bar .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
 width: 100%;
 margin: 0 auto;
}
.page-template-front-page #bar figure {
	width: 45%;
}
.page-template-front-page #bar .text {
	width: 30%;
	margin-left: 20%;
	padding-top: 11em;
}
.page-template-front-page #bar .text h2 {
	font-size: 36px;
}
.page-template-front-page #bar .text .btn1 {
	margin: 2em 0;
}
.page-template-front-page #bar .text p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page #bar {
		top: 0;
		margin-top: 5em;
	}
	.page-template-front-page #bar .sec_inner {
		display: block;
		width: 80%;
		margin: 0 0 0 20%;
	}
	.page-template-front-page #bar figure {
		width: 100%;
	}
	.page-template-front-page #bar .text {
		width: 80%;
		margin: 0 10% 0 0;
		padding-top: 2em;
	}
	.page-template-front-page #bar .text h2 {
		font-size: 27px;
	}
	.page-template-front-page #bar .text p {
		font-size: 12px;
	}
	.page-template-front-page #bar .text .btn1 {
		width: 90px;
	}
	.page-template-front-page #bar .side-copy {
		position: absolute;
		left: -10vw;
		top: 25vw;
	}
		
}



/* ポイント */
.page-template-front-page #point {
	
}
.page-template-front-page #point .sec_inner {
	position: relative;
 width: 90%;
	height: 30em;
 margin: 5em auto 0 auto;
	padding: 0 0 7em 0;
}
.page-template-front-page #point h2 {
	position: relative;
	z-index: 10;
	font-size: 70px;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}
.page-template-front-page #point h2 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;
}
.page-template-front-page #point figure {
	position: absolute;
}
.page-template-front-page #point figure#point-img1 {
	right: 20%;
	top: -10em;
	z-index: 9;
	width: 20%;
}
.page-template-front-page #point figure#point-img2 {
	width: 55%;
	left: 7%;
	bottom: 0;
}
.page-template-front-page #point h3 {
	width: 25vw;
	font-size: 36px;
	line-height: 2;
	margin: 0 auto;
	padding: 1.5em 5vw;
	border: 2px solid #000;
	border-radius: 20px;
	white-space: nowrap;
}
.page-template-front-page #point h3 strong {
	padding-bottom: 5px;
	border-bottom: 3px solid #ee819e;
}
.page-template-front-page #point ul {
	
}
.page-template-front-page #point ul li {
	position: absolute;
	background-color: #fff;
	width: 23%;
	font-size: 16px;
	padding: 1em;
	border: 2px solid #000;
}
.page-template-front-page #point ul li:nth-child(1) {left: 0; top: 0;}
.page-template-front-page #point ul li:nth-child(2) {right: 0; top: 5em;}
.page-template-front-page #point ul li:nth-child(3) {left: 0; top: 13em;}
.page-template-front-page #point ul li:nth-child(4) {right: 0; top: 18em;}

.page-template-front-page #point ul li img {
	position: absolute;
}

.page-template-front-page #point ul li:nth-child(1) img {width: 6vw; right: -6vw; top: 5vw;}
.page-template-front-page #point ul li:nth-child(2) img {width: 6vw; left: -6vw; top: 5vw;}
.page-template-front-page #point ul li:nth-child(3) img {width: 6vw; right: -6vw; top: 2vw;}
.page-template-front-page #point ul li:nth-child(4) img {width: 10vw; left: -10vw; top: 2vw;}

.page-template-front-page #point .btn1 {
	position: absolute;
	left: 68%;
	bottom: 7%;
	font-size: 30px;
}



/* タブレット */
@media screen and (max-width:960px) {
 
	.page-template-front-page #point h3 {
		font-size: 30px;
	}
	
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page #point {
		margin: 20vw 0 0 0;
		padding-bottom: 15vw;
	}
	.page-template-front-page #point .sec_inner {
		height: inherit;
		margin: 16vw auto 0 auto;
		padding: 0 0 30vw 0;
	}
	.page-template-front-page #point h2 {
		font-size: 35px;
	}
	.page-template-front-page #point h2 span {
		padding-bottom: 5px;
		border-bottom: 2px solid #000;
	}
	.page-template-front-page #point figure#point-img1 {
		right: -5%;
		top: -35vw;
		z-index: 2;
		width: 42%;
	}
	.page-template-front-page #point figure#point-img2 {
		width: 90%;
		left: -5%;
		bottom: 0;
	}
	.page-template-front-page #point h3 {
		width: 60%;
		font-size: 24px;
		padding: 2.5em 1.5em;
	}
	.page-template-front-page #point ul li {
		width: 40%;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0.03em;
		padding: 0.8em;
	}
	.page-template-front-page #point ul li:nth-child(1) {left: 0; top: -1vw;}
	.page-template-front-page #point ul li:nth-child(2) {right: 0; top: 13vw;}
	.page-template-front-page #point ul li:nth-child(3) {left: 0; top: 60vw;}
	.page-template-front-page #point ul li:nth-child(4) {right: 0; top: 73vw;}
	
	.page-template-front-page #point ul li:nth-child(1) img {width: 19vw; right: 4vw; top: auto; bottom: -11vw;}
	.page-template-front-page #point ul li:nth-child(2) img {width: 17vw; left: -6vw; top: auto; bottom: -10vw;}
	.page-template-front-page #point ul li:nth-child(3) img {width: 13vw; right: 7vw; top: -7.5vw;}
	.page-template-front-page #point ul li:nth-child(4) img {width: 18vw; left: -3vw; top: -8vw;}

	.page-template-front-page #point .btn1 {
		position: absolute;
		left: calc(50% - 2em);
		bottom: -20vw;
		width: 110px;
	}
	
}



/* SHOP INFO */
.page-template-front-page #shopinfo {
	margin: 7em 0;
}
.page-template-front-page #shopinfo figure.shop-img {
	position: relative;
}
.page-template-front-page #shopinfo figure h2 {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 38px;
	color: #fff;
}
.page-template-front-page #shopinfo .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 80%;
 margin: 5rem auto;
}
.page-template-front-page #shopinfo figure {
	width: 100%;
}
.page-template-front-page #shopinfo h2 {
	position: absolute;
}
.page-template-front-page #shopinfo .text ul {
	line-height: 2;
}
.page-template-front-page #shopinfo .text ul li {
	margin-bottom: .5em;
}
.page-template-front-page #shopinfo .text ul li:before {
	content: "";
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	border: 1px solid #000;
	border-radius: 11px;
	padding: 1px;
}
.page-template-front-page #shopinfo .text ul li:nth-child(1):before {
	content: "営";
}
.page-template-front-page #shopinfo .text ul li:nth-child(2):before {
	content: "休";
}
.page-template-front-page #shopinfo .text  p {
	line-height: 2;
	margin-top: 2em;
}
.page-template-front-page #shopinfo .btn1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page #shopinfo {
		margin: 5em 0;
	}
	.page-template-front-page #shopinfo .sec_inner {
		margin: 3rem auto;
	}
	.page-template-front-page #shopinfo figure h2 {
		font-size: 19px;
	}
	.page-template-front-page #shopinfo .text ul {
		font-size: 14px;
	}
	.page-template-front-page #shopinfo .text  p {
		width: 100%;
		font-size: 12px;
	}
	.page-template-front-page #shopinfo .btn1 {
		width: 25px;
	}
	
}


/* INSTAGRAM */
.page-template-front-page #instagram {
	margin: 5em 0 8em 0;
}
.page-template-front-page #instagram figure.shop-img {
	position: relative;
}
.page-template-front-page #instagram figure h2 {
	position: absolute;
	left: 1em;
	bottom: 1em;
	color: #fff;
}
.page-template-front-page #instagram .sec_inner {
	
}
.page-template-front-page #instagram .sec_inner .icon-ig  {
	position: relative;
	top: 1em;
	z-index: 2;
	width: 60px;
	margin: 0 auto;
}
.page-template-front-page #instagram .sec_inner .bx-wrapper li  {
	padding: 0 10px;
}
.page-template-front-page #instagram .sec_inner ul li a{
	display: block;
	width:	100%;
}
.page-template-front-page #instagram .sec_inner ul li a span.img {
	display: block;
	width:	100%;
	height: 20vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-template-front-page #instagram .sec_inner ul li a span.caption {
	display: none;
	height: 5em;
	line-height: 1.8;
	margin-top: 1em;
	overflow: hidden;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page #instagram .sec_inner .icon-ig  {
		top: 3vw;
		width: 12vw;
	}
	.page-template-front-page #instagram .sec_inner .bx-wrapper ul {
		left: -25vw;
	}
	.page-template-front-page #instagram .sec_inner ul li a span.img {
		height: 40vw !important;
	}
	
}



/*************************************************************************

** HOME（新）

**************************************************************************/

/* keyvisual */
.page-template-front-page2 #keyvisual {
	
}
.page-template-front-page2 #keyvisual .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
 width: 100%;
 margin: 0 auto;
}
.page-template-front-page2 #keyvisual h1 {
	position: absolute;
	top: 4em;
	left: 10%;
	width: 55%;
}
.page-template-front-page2 #keyvisual p {
	width: 40%;
	font-size: 20px;
	text-align: justify;
	margin: 30vw 0 0 10%;
}
.page-template-front-page2 #keyvisual ul.bx-slider {
	width: 38%;
	margin-right: 5%;
}
.page-template-front-page2 #keyvisual figure {
	position: absolute;
	right: 3.5vw;
	top: -5.5vw;
	width: 9%;
}
.page-template-front-page2 #keyvisual ul#side-copy {
	width: 100%;
}
.page-template-front-page2 #keyvisual ul#side-copy li:nth-child(1) {
	position: absolute;
	left: 20px;
	top: 16.5em;
	/*transform: rotate(90deg);*/
}
.page-template-front-page2 #keyvisual ul#side-copy li:nth-child(2) {
	position: absolute;
	right: 20px;
	top: 16.5em;
	/*transform: rotate(-90deg);*/
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page2 #keyvisual .sec_inner {
		display: block;
	}
	.page-template-front-page2 #keyvisual h1 {
		position: absolute;
		top: 0;
		left: 5vw;
		width: 74%;
	}
	.page-template-front-page2 #keyvisual p {
		width: 90%;
		font-size: 16px;
		margin: 2em 0 0 5%;
	}
	.page-template-front-page2 #keyvisual ul.bx-slider {
		width: 70%;
		margin: 0 auto;
		padding: 30vw 0 0 0;
	}
	.page-template-front-page2 #keyvisual figure {
		right: 5vw;
		top: 15vw;
		width: 20vw;
	}
	.page-template-front-page2 #keyvisual ul#side-copy li:nth-child(1),
	.page-template-front-page2 #keyvisual ul#side-copy li:nth-child(2) {
		top: 75vw;
	}
	
}



/* NEWS */
.page-template-front-page2 #news {
	margin: 5em 0;
}
.page-template-front-page2 #news .sec_inner {
	position: relative;
 width: 86%;
 margin: 0 auto;
}
.page-template-front-page2 #news .sec_inner h2 {
	font-size: 36px;
}
.page-template-front-page2 #news .btn1 {
	position: absolute;
	right: 0.7em;
	top: 0.4em;
}
.page-template-front-page2 #news .sec_inner ul {
	display: block;
	margin-top: 3em;
 border-top: 2px solid #000;
}
.page-template-front-page2 #news .sec_inner li a {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding: 1em;
	border-bottom: 2px solid #000;
}
.page-template-front-page2 #news .sec_inner li a span {
	display: block;
}
.page-template-front-page2 #news .sec_inner li a > span {
	padding: 1em 0 0 0;
}
.page-template-front-page2 #news .sec_inner li a span.title {
	font-size: 18px;
}
.page-template-front-page2 #news .sec_inner li a span.date {
	font-size: 14px;
}
.page-template-front-page2 #news .sec_inner li a span.cat {
	position: absolute;
	bottom: 2.5em;
	font-size: 12px;
}
.page-template-front-page2 #news .sec_inner li a > img {
	display: block;
	width: 20%;
	height: auto;
	/*clip-path: inset(0% 15%);*/
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page2 #news .sec_inner {
		width: 90%;
	}
	.page-template-front-page2 #news .sec_inner h2 {
		font-size: 22px;
	}
	.page-template-front-page2 #news .btn1 {
		width: 60px;
	}
	.page-template-front-page2 #news .sec_inner ul {
		margin-top: 2em;
	}
	.page-template-front-page2 #news .sec_inner li a {
		width: calc(100% - .5em);
		padding: 1em 0 1em .5em;
	}
	.page-template-front-page2 #news .sec_inner li a > span {
		position: relative;
		padding: 0 0 2em 0;
	}
	.page-template-front-page2 #news .sec_inner li a span.title {
		font-size: 14px;
	}
	.page-template-front-page2 #news .sec_inner li a span.date {
		font-size: 10px;
		margin-top: .5em;
	}
	.page-template-front-page2 #news .sec_inner li a span.cat {
		bottom: 0;
		font-size: 10px;
	}
	.page-template-front-page2 #news .sec_inner li a > img {
		width: 30vw;
	}
	
}



/* オーガニック八百屋 */
.page-template-front-page2 #yaoya {
	margin-bottom: 4em;
}
.page-template-front-page2 #yaoya .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 100%;
 margin: 0 auto;
}
.page-template-front-page2 #yaoya figure {
	width: 45%;
}
.page-template-front-page2 #yaoya .text {
	width: 30%;
	margin-right: 20%;
	padding-top: 5em;
}
.page-template-front-page2 #yaoya .text h2 {
	font-size: 36px;
}
.page-template-front-page2 #yaoya .text .btn1 {
	margin: 2em 0;
}
.page-template-front-page2 #yaoya .text p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page2 #yaoya .sec_inner {
		display: block;
		width: 100%;
		margin: 0;
	}
	.page-template-front-page2 #yaoya figure {
		width: 80%;
	}
	.page-template-front-page2 #yaoya .text {
		width: 70%;
		margin: 0 0 0 10%;
		padding-top: 2em;
	}
	.page-template-front-page2 #yaoya .text h2 {
		font-size: 27px;
	}
	.page-template-front-page2 #yaoya .text p {
		font-size: 12px;
	}
	.page-template-front-page2 #yaoya .text .btn1 {
		width: 90px;
	}
	.page-template-front-page2 #yaoya .side-copy {
		position: absolute;
		right: 8vw;
		top: 26vw;
	}
	
}



/* ボタニカル・バー */
.page-template-front-page2 #bar {
  display: none;
	position: relative;
	top: -4em;
}
.page-template-front-page2 #bar .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
 width: 100%;
 margin: 0 auto;
}
.page-template-front-page2 #bar figure {
	width: 45%;
}
.page-template-front-page2 #bar .text {
	width: 30%;
	margin-left: 20%;
	padding-top: 11em;
}
.page-template-front-page2 #bar .text h2 {
	font-size: 36px;
}
.page-template-front-page2 #bar .text .btn1 {
	margin: 2em 0;
}
.page-template-front-page2 #bar .text p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page2 #bar {
		top: 0;
		margin-top: 5em;
	}
	.page-template-front-page2 #bar .sec_inner {
		display: block;
		width: 80%;
		margin: 0 0 0 20%;
	}
	.page-template-front-page2 #bar figure {
		width: 100%;
	}
	.page-template-front-page2 #bar .text {
		width: 80%;
		margin: 0 10% 0 0;
		padding-top: 2em;
	}
	.page-template-front-page2 #bar .text h2 {
		font-size: 27px;
	}
	.page-template-front-page2 #bar .text p {
		font-size: 12px;
	}
	.page-template-front-page2 #bar .text .btn1 {
		width: 90px;
	}
	.page-template-front-page2 #bar .side-copy {
		position: absolute;
		left: -10vw;
		top: 25vw;
	}
		
}



/* ポイント */
.page-template-front-page2 #point {
	
}
.page-template-front-page2 #point .sec_inner {
	position: relative;
 width: 90%;
	height: 30em;
 margin: 5em auto 0 auto;
	padding: 0 0 7em 0;
}
.page-template-front-page2 #point h2 {
	position: relative;
	z-index: 10;
	font-size: 70px;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}
.page-template-front-page2 #point h2 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;
}
.page-template-front-page2 #point figure {
	position: absolute;
}
.page-template-front-page2 #point figure#point-img1 {
	right: 20%;
	top: -10em;
	z-index: 9;
	width: 20%;
}
.page-template-front-page2 #point figure#point-img2 {
	width: 55%;
	left: 7%;
	bottom: 0;
}
.page-template-front-page2 #point h3 {
	width: 25vw;
	font-size: 36px;
	line-height: 2;
	margin: 0 auto;
	padding: 1.5em 5vw;
	border: 2px solid #000;
	border-radius: 20px;
	white-space: nowrap;
}
.page-template-front-page2 #point h3 strong {
	padding-bottom: 5px;
	border-bottom: 3px solid #ee819e;
}
.page-template-front-page2 #point ul {
	
}
.page-template-front-page2 #point ul li {
	position: absolute;
	background-color: #fff;
	width: 23%;
	font-size: 16px;
	padding: 1em;
	border: 2px solid #000;
}
.page-template-front-page2 #point ul li:nth-child(1) {left: 0; top: 0;}
.page-template-front-page2 #point ul li:nth-child(2) {right: 0; top: 5em;}
.page-template-front-page2 #point ul li:nth-child(3) {left: 0; top: 13em;}
.page-template-front-page2 #point ul li:nth-child(4) {right: 0; top: 18em;}

.page-template-front-page2 #point ul li img {
	position: absolute;
}

.page-template-front-page2 #point ul li:nth-child(1) img {width: 6vw; right: -6vw; top: 5vw;}
.page-template-front-page2 #point ul li:nth-child(2) img {width: 6vw; left: -6vw; top: 5vw;}
.page-template-front-page2 #point ul li:nth-child(3) img {width: 6vw; right: -6vw; top: 2vw;}
.page-template-front-page2 #point ul li:nth-child(4) img {width: 10vw; left: -10vw; top: 2vw;}

.page-template-front-page2 #point .btn1 {
	position: absolute;
	left: 68%;
	bottom: 7%;
	font-size: 30px;
}



/* タブレット */
@media screen and (max-width:960px) {
 
	.page-template-front-page2 #point h3 {
		font-size: 30px;
	}
	
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page2 #point {
		margin: 20vw 0 0 0;
		padding-bottom: 15vw;
	}
	.page-template-front-page2 #point .sec_inner {
		height: inherit;
		margin: 16vw auto 0 auto;
		padding: 0 0 30vw 0;
	}
	.page-template-front-page2 #point h2 {
		font-size: 35px;
	}
	.page-template-front-page2 #point h2 span {
		padding-bottom: 5px;
		border-bottom: 2px solid #000;
	}
	.page-template-front-page2 #point figure#point-img1 {
		right: -5%;
		top: -35vw;
		z-index: 2;
		width: 42%;
	}
	.page-template-front-page2 #point figure#point-img2 {
		width: 90%;
		left: -5%;
		bottom: 0;
	}
	.page-template-front-page2 #point h3 {
		width: 60%;
		font-size: 24px;
		padding: 2.5em 1.5em;
	}
	.page-template-front-page2 #point ul li {
		width: 40%;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0.03em;
		padding: 0.8em;
	}
	.page-template-front-page2 #point ul li:nth-child(1) {left: 0; top: -1vw;}
	.page-template-front-page2 #point ul li:nth-child(2) {right: 0; top: 13vw;}
	.page-template-front-page2 #point ul li:nth-child(3) {left: 0; top: 60vw;}
	.page-template-front-page2 #point ul li:nth-child(4) {right: 0; top: 73vw;}
	
	.page-template-front-page2 #point ul li:nth-child(1) img {width: 19vw; right: 4vw; top: auto; bottom: -11vw;}
	.page-template-front-page2 #point ul li:nth-child(2) img {width: 17vw; left: -6vw; top: auto; bottom: -10vw;}
	.page-template-front-page2 #point ul li:nth-child(3) img {width: 13vw; right: 7vw; top: -7.5vw;}
	.page-template-front-page2 #point ul li:nth-child(4) img {width: 18vw; left: -3vw; top: -8vw;}

	.page-template-front-page2 #point .btn1 {
		position: absolute;
		left: calc(50% - 2em);
		bottom: -20vw;
		width: 110px;
	}
	
}



/* SHOP INFO */
.page-template-front-page2 #shopinfo {
	margin: 7em 0;
}
.page-template-front-page2 #shopinfo figure.shop-img {
	position: relative;
  display: block;
}
.page-template-front-page2 #shopinfo figure.shop-img img {
  display: none;
}
.page-template-front-page2 #shopinfo figure h2 {
	/*position: absolute;
	left: 1em;
	bottom: 1em;*/
	font-size: 38px;
  line-height: 38px;
  padding-left: 10%;
}
.page-template-front-page2 #shopinfo .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 80%;
 margin: 5rem auto;
}
.page-template-front-page2 #shopinfo figure {
	width: 100%;
}
.page-template-front-page2 #shopinfo .text ul {
	line-height: 2;
}
.page-template-front-page2 #shopinfo .text ul li {
	margin-bottom: .5em;
}
.page-template-front-page2 #shopinfo .text ul li:before {
	content: "";
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	border: 1px solid #000;
	border-radius: 11px;
	padding: 1px;
}
.page-template-front-page2 #shopinfo .text ul li:nth-child(1):before {
	content: "営";
}
.page-template-front-page2 #shopinfo .text ul li:nth-child(2):before {
	content: "休";
}
.page-template-front-page2 #shopinfo .text  p {
	line-height: 2;
	margin-top: 2em;
}
.page-template-front-page2 #shopinfo .btn1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page2 #shopinfo {
		margin: 5em 0;
	}
	.page-template-front-page2 #shopinfo .sec_inner {
		margin: 3rem auto;
	}
	.page-template-front-page2 #shopinfo figure h2 {
		font-size: 19px;
	}
	.page-template-front-page2 #shopinfo .text ul {
		font-size: 14px;
	}
	.page-template-front-page2 #shopinfo .text  p {
		width: 100%;
		font-size: 12px;
	}
	.page-template-front-page2 #shopinfo .btn1 {
		width: 25px;
	}
	
}


/* INSTAGRAM */
.page-template-front-page2 #instagram {
	margin: 5em 0 8em 0;
}
.page-template-front-page2 #instagram figure.shop-img {
	position: relative;
}
.page-template-front-page2 #instagram figure h2 {
	position: absolute;
	left: 1em;
	bottom: 1em;
	color: #fff;
}
.page-template-front-page2 #instagram .sec_inner {
	
}
.page-template-front-page2 #instagram .sec_inner .icon-ig  {
	position: relative;
	top: 1em;
	z-index: 2;
	width: 60px;
	margin: 0 auto;
}
.page-template-front-page2 #instagram .sec_inner .bx-wrapper li  {
	padding: 0 10px;
}
.page-template-front-page2 #instagram .sec_inner ul li a{
	display: block;
	width:	100%;
}
.page-template-front-page2 #instagram .sec_inner ul li a span.img {
	display: block;
	width:	100%;
	height: 20vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-template-front-page2 #instagram .sec_inner ul li a span.caption {
	display: none;
	height: 5em;
	line-height: 1.8;
	margin-top: 1em;
	overflow: hidden;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-front-page2 #instagram .sec_inner .icon-ig  {
		top: 3vw;
		width: 12vw;
	}
	.page-template-front-page2 #instagram .sec_inner .bx-wrapper ul {
		left: -25vw;
	}
	.page-template-front-page2 #instagram .sec_inner ul li a span.img {
		height: 40vw !important;
	}
	
}



/*************************************************************************

** ABOUT

**************************************************************************/

.page-template-about-page {
	
}
.page-template-about-page #page-header {
	padding-bottom: 20vw;
}
.page-template-about-page .entry-title {
	margin-left: 5vw;
}
.page-template-about-page #lead1 #lead1-text1 {
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto 6em auto;
}
.page-template-about-page #lead1 #lead1-text1 figure {
	width: 43%;
}
.page-template-about-page #lead1 #lead1-text1 p {
	width: 40%;
	font-size: 20px;
	line-height: 1.9;
	text-align: justify;
	margin: 3em 0 0 10vw;
}
.page-template-about-page #lead1 #lead1-text2 {
	position: relative;
	width: 40vw;
	margin: 0 5vw 0 55vw;
	padding: 0 0 45vw 0;
}
.page-template-about-page #lead1 #lead1-text2 figure {
	position: absolute;
	bottom: 0;
}
.page-template-about-page #lead1 #lead1-text2 p {
	font-size: 20px;
	line-height: 1.9;
	text-align: justify;
}
.page-template-about-page #lead2 {
	position: absolute;
	left: 0;
	top: 35vw;
	width: 50vw;
	margin-right: 50vw;
}
.page-template-about-page #lead2 #yaoya {
	
}
.page-template-about-page #lead2 #yaoya .btn1 {
	font-size: 28px;
	text-align: right;
	margin-top: 1em;
}
.page-template-about-page #lead2 #bar {
	margin: 8em 0 0 5vw;
	padding-right: 5vw;
}
.page-template-about-page #lead2 #bar .btn1 {
	font-size: 28px;
	text-align: center;
	margin-top: 1em;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-about-page #body {
		margin-top: -2.5vw;
	}
	.page-template-about-page .entry-title {
		font-size: 27px;
	}
	.page-template-about-page #lead1 #lead1-text1 {
		display: block;
		width: 100%;
		margin: 0 auto 2em auto;
	}
	.page-template-about-page #lead1 #lead1-text1 figure {
		width: 80%;
		margin-left: 20%;
	}
	.page-template-about-page #lead1 #lead1-text1 p {
		width: 90%;
		font-size: 14px;
		margin: 2em 0 0 5%;
	}
	.page-template-about-page #lead1 #lead1-text2 {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.page-template-about-page #lead1 #lead1-text2 p {
		width: 100%;
		font-size: 14px;
		margin: 2em 0 0 0;
	}
	.page-template-about-page #lead1 #lead1-text2 figure {
		position: inherit;
		bottom: inherit;
	}
	.page-template-about-page #lead2 {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 90%;
		margin: 2em 0 0 5%;
	}
	.page-template-about-page #lead2 #yaoya {
		margin-left: -5.4%;
	}
	.page-template-about-page #lead2 #yaoya .btn1 {
		font-size: 21px;
		text-align: right;
	}
	.page-template-about-page #lead2 #bar {
		margin: 5em 0 0 0;
		padding-right: 10vw;
	}
	.page-template-about-page #lead2 #bar .btn1 {
		font-size: 21px;
		text-align: right;
	}
	
}



/* ポイント */
.page-template-about-page #point {
	
}
.page-template-about-page #point .sec_inner {
	position: relative;
 width: 90%;
	height: 30em;
 margin: 10vw auto 0 auto;
	padding: 0 0 18em 0;
}
.page-template-about-page #point h2 {
	position: relative;
	z-index: 10;
	font-size: 70px;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}
.page-template-about-page #point h2 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;
}
.page-template-about-page #point figure {
	position: absolute;
}
.page-template-about-page #point figure#point-img1 {
	right: 16%;
	top: -21vw;
	z-index: 9;
	width: 24%;
}
.page-template-about-page #point figure#point-img2 {
	width: 55%;
	left: 7%;
	bottom: 0;
	z-index: 2;
}
.page-template-about-page #point h3 {
	width: 30%;
	font-size: 36px;
	line-height: 2;
	margin: 0 auto;
	padding: 1.5em 1em;
	border: 2px solid #000;
	border-radius: 20px;
	white-space: nowrap;
}
.page-template-about-page #point h3 strong {
	padding-bottom: 5px;
	border-bottom: 3px solid #ee819e;
}
.page-template-about-page #point ul {
	
}
.page-template-about-page #point ul li {
	position: absolute;
	z-index: 3;
	background-color: #fff;
	width: 23%;
	font-size: 16px;
	padding: 1em;
	border: 2px solid #000;
}
.page-template-about-page #point ul li:nth-child(1) {left: 0; top: 0;}
.page-template-about-page #point ul li:nth-child(2) {right: 0; top: 5em;}
.page-template-about-page #point ul li:nth-child(3) {left: 0; top: 13em;}
.page-template-about-page #point ul li:nth-child(4) {right: 0; top: 18em;}

.page-template-about-page #point ul li img {
	position: absolute;
}

.page-template-about-page #point ul li:nth-child(1) img {width: 6vw; right: -6vw; top: 5vw;}
.page-template-about-page #point ul li:nth-child(2) img {width: 6vw; left: -6vw; top: 5vw;}
.page-template-about-page #point ul li:nth-child(3) img {width: 6vw; right: -6vw; top: 2vw;}
.page-template-about-page #point ul li:nth-child(4) img {width: 10vw; left: -10vw; top: 2vw;}



/* タブレット */
@media screen and (max-width:960px) {
 
	.page-template-about-page #point h3 {
		font-size: 30px;
	}
	
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-about-page #point {
		margin: 10vw 0 0 0;
	}
	.page-template-about-page #point h2 {
		font-size: 35px;
	}
	.page-template-about-page #point h2 span {
		padding-bottom: 5px;
		border-bottom: 2px solid #000;
	}
	.page-template-about-page #point .sec_inner {
		height: inherit;
		margin: 16vw auto 0 auto;
		padding: 0 0 30vw 0;
	}
	.page-template-about-page #point figure#point-img1 {
		right: -5%;
		top: -35vw;
		z-index: 2;
		width: 42%;
	}
	.page-template-about-page #point figure#point-img2 {
		width: 90%;
  left: -5%;
  bottom: 0;
	}
	.page-template-about-page #point h3 {
		width: 60%;
		font-size: 24px;
		padding: 2.5em 1.5em;
	}
	.page-template-about-page #point ul li {
		width: 40%;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0.03em;
		padding: 0.8em;
	}
	.page-template-about-page #point ul li:nth-child(1) {left: 0; top: -1vw;}
	.page-template-about-page #point ul li:nth-child(2) {right: 0; top: 13vw;}
	.page-template-about-page #point ul li:nth-child(3) {left: 0; top: 60vw;}
	.page-template-about-page #point ul li:nth-child(4) {right: 0; top: 73vw;}
	
	.page-template-about-page #point ul li:nth-child(1) img {width: 19vw; right: 4vw; top: auto; bottom: -11vw;}
	.page-template-about-page #point ul li:nth-child(2) img {width: 17vw; left: -6vw; top: auto; bottom: -10vw;}
	.page-template-about-page #point ul li:nth-child(3) img {width: 13vw; right: 7vw; top: -7.5vw;}
	.page-template-about-page #point ul li:nth-child(4) img {width: 18vw; left: -3vw; top: -8vw;}
	
}



/* STORY*/
.page-template-about-page #story {
 width: 100%;
 margin: 4em auto 8em auto;
	overflow-x: hidden;
}
.page-template-about-page #story h2 {
	width: 149px;
	margin: 2em auto;
}
.page-template-about-page #story .sec_inner {
	position: relative;
 width: 100%;
 margin: 0 auto;
}
.page-template-about-page #story p {
	width: 60vw;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	margin: 0 auto;
}
.page-template-about-page #story ul {
	
}
.page-template-about-page #story ul li {
	position: absolute;
	width: 18vw;
}
.page-template-about-page #story ul li:nth-child(1) {left: 3vw; top: 0;}
.page-template-about-page #story ul li:nth-child(2) {left: 0; top: 15vw;}
.page-template-about-page #story ul li:nth-child(3) {right: 0; top: 2vw; width: 18vw;}
.page-template-about-page #story ul li:nth-child(4) {right: 0; top: 13vw; width: 20vw;}
	
.page-template-about-page #story .btn1 {
	width: 198px;
	margin: 8em auto;
}
.page-template-about-page #story figure {
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	width: 100%;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-about-page #story h2 {
		width: 100px;
	}
	.page-template-about-page #story p {
		width: 90%;
		font-size: 14px;
		text-align: justify;
		margin: 0 auto;
		padding-bottom: 55vw;
	}
	.page-template-about-page #story ul {
		position: relative;
	}
	.page-template-about-page #story ul li {
		width: 35vw !important;
	}
	.page-template-about-page #story ul li:nth-child(1),
	.page-template-about-page #story ul li:nth-child(2),
	.page-template-about-page #story ul li:nth-child(3),
	.page-template-about-page #story ul li:nth-child(4) {
	 left: inherit;
		right: inherit;
		top: inherit;
		bottom: inherit;
	}
	.page-template-about-page #story ul li:nth-child(1) {right: 2vw; bottom: 10vw;}
	.page-template-about-page #story ul li:nth-child(2) {left: 20vw; bottom: 20vw;}
	.page-template-about-page #story ul li:nth-child(3) {left: 5vw; bottom: -6vw;}
	.page-template-about-page #story ul li:nth-child(4) {left: 40vw; bottom: -10vw; width: 40vw !important;}
	
	.page-template-about-page #story figure {
		display: block;
	}
	.page-template-about-page #story figure img {
		display: block;
		width: 100%;
	}
	.page-template-about-page #story .btn1 {
		width: 120px;
		margin: 6em auto 5em auto;
	}
	
}



/*************************************************************************

** ABOUT（新）

**************************************************************************/

.page-template-about-page2 {
	
}
.page-template-about-page2 #page-header {
	padding-bottom: 20vw;
}
.page-template-about-page2 .entry-title {
	margin-left: 5vw;
}
.page-template-about-page2 #lead1 #lead1-text1 {
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto 6em auto;
}
.page-template-about-page2 #lead1 #lead1-text1 figure {
	width: 43%;
}
.page-template-about-page2 #lead1 #lead1-text1 p {
	width: 40%;
	font-size: 20px;
	line-height: 1.9;
	text-align: justify;
	margin: 3em 0 0 10vw;
}
.page-template-about-page2 #lead1 #lead1-text2 {
	position: relative;
	width: 40vw;
	margin: 0 5vw 0 55vw;
	padding: 0 0 45vw 0;
}
.page-template-about-page2 #lead1 #lead1-text2 figure {
	position: absolute;
	bottom: 0;
}
.page-template-about-page2 #lead1 #lead1-text2 p {
	font-size: 20px;
	line-height: 1.9;
	text-align: justify;
}
.page-template-about-page2 #lead2 {
	position: absolute;
	left: 0;
	top: 35vw;
	width: 50vw;
	margin-right: 50vw;
}
.page-template-about-page2 #lead2 #yaoya {
	
}
.page-template-about-page2 #lead2 #yaoya .btn1 {
	font-size: 28px;
	text-align: right;
	margin-top: 1em;
}
.page-template-about-page2 #lead2 #bar {
	margin: 8em 0 0 5vw;
	padding-right: 5vw;
}
.page-template-about-page2 #lead2 #bar .btn1 {
	font-size: 28px;
	text-align: center;
	margin-top: 1em;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-about-page2 #body {
		margin-top: -2.5vw;
	}
	.page-template-about-page2 .entry-title {
		font-size: 27px;
	}
	.page-template-about-page2 #lead1 #lead1-text1 {
		display: block;
		width: 100%;
		margin: 0 auto 2em auto;
	}
	.page-template-about-page2 #lead1 #lead1-text1 figure {
		width: 80%;
		margin-left: 20%;
	}
	.page-template-about-page2 #lead1 #lead1-text1 p {
		width: 90%;
		font-size: 14px;
		margin: 2em 0 0 5%;
	}
	.page-template-about-page2 #lead1 #lead1-text2 {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.page-template-about-page2 #lead1 #lead1-text2 p {
		width: 100%;
		font-size: 14px;
		margin: 2em 0 0 0;
	}
	.page-template-about-page2 #lead1 #lead1-text2 figure {
		position: inherit;
		bottom: inherit;
	}
	.page-template-about-page2 #lead2 {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 90%;
		margin: 2em 0 0 5%;
	}
	.page-template-about-page2 #lead2 #yaoya {
		margin-left: -5.4%;
	}
	.page-template-about-page2 #lead2 #yaoya .btn1 {
		font-size: 21px;
		text-align: right;
	}
	.page-template-about-page2 #lead2 #bar {
		margin: 5em 0 0 0;
		padding-right: 10vw;
	}
	.page-template-about-page2 #lead2 #bar .btn1 {
		font-size: 21px;
		text-align: right;
	}
	
}



/* ポイント */
.page-template-about-page2 #point {
	
}
.page-template-about-page2 #point .sec_inner {
	position: relative;
 width: 90%;
	height: 30em;
 margin: 10vw auto 0 auto;
	padding: 0 0 18em 0;
}
.page-template-about-page2 #point h2 {
	position: relative;
	z-index: 10;
	font-size: 70px;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}
.page-template-about-page2 #point h2 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #000;
}
.page-template-about-page2 #point figure {
	position: absolute;
}
.page-template-about-page2 #point figure#point-img1 {
	right: 16%;
	top: -21vw;
	z-index: 9;
	width: 24%;
}
.page-template-about-page2 #point figure#point-img2 {
	width: 55%;
	left: 7%;
	bottom: 0;
	z-index: 2;
}
.page-template-about-page2 #point h3 {
	width: 30%;
	font-size: 36px;
	line-height: 2;
	margin: 0 auto;
	padding: 1.5em 1em;
	border: 2px solid #000;
	border-radius: 20px;
	white-space: nowrap;
}
.page-template-about-page2 #point h3 strong {
	padding-bottom: 5px;
	border-bottom: 3px solid #ee819e;
}
.page-template-about-page2 #point ul {
	
}
.page-template-about-page2 #point ul li {
	position: absolute;
	z-index: 3;
	background-color: #fff;
	width: 23%;
	font-size: 16px;
	padding: 1em;
	border: 2px solid #000;
}
.page-template-about-page2 #point ul li:nth-child(1) {left: 0; top: 0;}
.page-template-about-page2 #point ul li:nth-child(2) {right: 0; top: 5em;}
.page-template-about-page2 #point ul li:nth-child(3) {left: 0; top: 13em;}
.page-template-about-page2 #point ul li:nth-child(4) {right: 0; top: 18em;}

.page-template-about-page2 #point ul li img {
	position: absolute;
}

.page-template-about-page2 #point ul li:nth-child(1) img {width: 6vw; right: -6vw; top: 5vw;}
.page-template-about-page2 #point ul li:nth-child(2) img {width: 6vw; left: -6vw; top: 5vw;}
.page-template-about-page2 #point ul li:nth-child(3) img {width: 6vw; right: -6vw; top: 2vw;}
.page-template-about-page2 #point ul li:nth-child(4) img {width: 10vw; left: -10vw; top: 2vw;}



/* タブレット */
@media screen and (max-width:960px) {
 
	.page-template-about-page2 #point h3 {
		font-size: 30px;
	}
	
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-about-page2 #point {
		margin: 10vw 0 0 0;
	}
	.page-template-about-page2 #point h2 {
		font-size: 35px;
	}
	.page-template-about-page2 #point h2 span {
		padding-bottom: 5px;
		border-bottom: 2px solid #000;
	}
	.page-template-about-page2 #point .sec_inner {
		height: inherit;
		margin: 16vw auto 0 auto;
		padding: 0 0 30vw 0;
	}
	.page-template-about-page2 #point figure#point-img1 {
		right: -5%;
		top: -35vw;
		z-index: 2;
		width: 42%;
	}
	.page-template-about-page2 #point figure#point-img2 {
		width: 90%;
  left: -5%;
  bottom: 0;
	}
	.page-template-about-page2 #point h3 {
		width: 60%;
		font-size: 24px;
		padding: 2.5em 1.5em;
	}
	.page-template-about-page2 #point ul li {
		width: 40%;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0.03em;
		padding: 0.8em;
	}
	.page-template-about-page2 #point ul li:nth-child(1) {left: 0; top: -1vw;}
	.page-template-about-page2 #point ul li:nth-child(2) {right: 0; top: 13vw;}
	.page-template-about-page2 #point ul li:nth-child(3) {left: 0; top: 60vw;}
	.page-template-about-page2 #point ul li:nth-child(4) {right: 0; top: 73vw;}
	
	.page-template-about-page2 #point ul li:nth-child(1) img {width: 19vw; right: 4vw; top: auto; bottom: -11vw;}
	.page-template-about-page2 #point ul li:nth-child(2) img {width: 17vw; left: -6vw; top: auto; bottom: -10vw;}
	.page-template-about-page2 #point ul li:nth-child(3) img {width: 13vw; right: 7vw; top: -7.5vw;}
	.page-template-about-page2 #point ul li:nth-child(4) img {width: 18vw; left: -3vw; top: -8vw;}
	
}



/* STORY*/
.page-template-about-page2 #story {
 width: 100%;
 margin: 4em auto 8em auto;
	overflow-x: hidden;
}
.page-template-about-page2 #story h2 {
	width: 149px;
	margin: 2em auto;
}
.page-template-about-page2 #story .sec_inner {
	position: relative;
 width: 100%;
 margin: 0 auto;
}
.page-template-about-page2 #story p {
	width: 60vw;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	margin: 0 auto;
}
.page-template-about-page2 #story ul {
	
}
.page-template-about-page2 #story ul li {
	position: absolute;
	width: 18vw;
}
.page-template-about-page2 #story ul li:nth-child(1) {left: 3vw; top: 0;}
.page-template-about-page2 #story ul li:nth-child(2) {left: 0; top: 15vw;}
.page-template-about-page2 #story ul li:nth-child(3) {right: 0; top: 2vw; width: 18vw;}
.page-template-about-page2 #story ul li:nth-child(4) {right: 0; top: 13vw; width: 20vw;}
	
.page-template-about-page2 #story .btn1 {
	width: 198px;
	margin: 8em auto;
}
.page-template-about-page2 #story figure {
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	width: 100%;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-about-page2 #story h2 {
		width: 100px;
	}
	.page-template-about-page2 #story p {
		width: 90%;
		font-size: 14px;
		text-align: justify;
		margin: 0 auto;
		padding-bottom: 55vw;
	}
	.page-template-about-page2 #story ul {
		position: relative;
	}
	.page-template-about-page2 #story ul li {
		width: 35vw !important;
	}
	.page-template-about-page2 #story ul li:nth-child(1),
	.page-template-about-page2 #story ul li:nth-child(2),
	.page-template-about-page2 #story ul li:nth-child(3),
	.page-template-about-page2 #story ul li:nth-child(4) {
	 left: inherit;
		right: inherit;
		top: inherit;
		bottom: inherit;
	}
	.page-template-about-page2 #story ul li:nth-child(1) {right: 2vw; bottom: 10vw;}
	.page-template-about-page2 #story ul li:nth-child(2) {left: 20vw; bottom: 20vw;}
	.page-template-about-page2 #story ul li:nth-child(3) {left: 5vw; bottom: -6vw;}
	.page-template-about-page2 #story ul li:nth-child(4) {left: 40vw; bottom: -10vw; width: 40vw !important;}
	
	.page-template-about-page2 #story figure {
		display: block;
	}
	.page-template-about-page2 #story figure img {
		display: block;
		width: 100%;
	}
	.page-template-about-page2 #story .btn1 {
		width: 120px;
		margin: 6em auto 5em auto;
	}
	
}



/*************************************************************************

** STORE

**************************************************************************/

.page-template-store-page {
	
}
.page-template-store-page .entry-title {
	margin: 0 0 3em 5vw;
}
.page-template-store-page #page-header {
	position: relative;
	padding-bottom: 6em;
}
.page-template-store-page #page-header h2 {
	position: absolute;
	left: 5vw;
	top: -1em;
	font-size: 70px;
	letter-spacing: 0.2em;
}
.page-template-store-page #page-header p {
	position: absolute;
	right: 3vw;
	top: -4em;
	font-size: 40px;
	line-height: 2;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.page-template-store-page #page-header p span {
	display: inline-block;
	border-right: 1px solid #000;
}

.page-template-store-page #lead1 h3,
.page-template-store-page #lead2 h3 {
	position: absolute;
	font-size: 60px;
	line-height: 1;
}
.page-template-store-page #lead1 p,
.page-template-store-page #lead2 p {
	font-size: 20px;
	line-height: 2;
}
.page-template-store-page #lead1 {
	position: relative;
	width: 38%;
	margin: 0 auto;
	padding: 0 52% 0 10%;
}
.page-template-store-page #lead1 h3 {
	left: -0.2em;
	top: 0;
}
.page-template-store-page #lead1 p {
	width: 100%;
	text-align: justify;
	margin: 0 0 3em 0;
	padding-top: 2em;
}
.page-template-store-page #lead1 figure:nth-child(3) {
	position: absolute;
	right: 0;
	top: -5em;
	width: 35%;
	padding-right: 7.5%;
}
.page-template-store-page #lead2 {
	position: relative;
	top: -9vw;
	width: 38%;
	margin: 0 auto;
	padding: 0 10% 15vw 52%;
	overflow-x: hidden;
}
.page-template-store-page #lead2 h3 {
	right: -0.15em;
	top: 0;
}
.page-template-store-page #lead2 p {
	width: 100%;
	text-align: justify;
	margin: 0 0 3em 0;
	padding-top: 6em;
}
.page-template-store-page #lead2 figure:nth-child(3) {
	position: absolute;
	left: 0;
	top: 19.5vw;
	width: 35%;
	padding-left: 7%;
}
.page-template-store-page #lead2 figure:nth-child(5) {
	position: absolute;
	left: 33%;
	top: 0;
	width: 18%;
}
.page-template-store-page #bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48%;
	margin: 0;
}
.page-template-store-page #bar .btn1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 1em;
}



/* PC */
@media screen and (min-width:1281px) {
	
	.page-template-store-page #lead2 {
		padding: 0 10% 30vw 52%;
	}
	
}



/* スマホ */
@media screen and (max-width:750px) {
	
	.page-template-store-page .entry-title {
		font-size: 26px;
		margin: 0 0 1em 5vw;
	}
	.page-template-store-page #page-header {
		overflow-x: hidden;
		padding-top: 2rem;
		padding-bottom: 2em;
	}
	.page-template-store-page #page-header figure {
		width: 167%;
	}
	.page-template-store-page #page-header figure img {
		position: relative;
	 clip-path: inset(0% 30% 0 10%);
  left: -10%;
	}
	.page-template-store-page #page-header h2 {
		position: absolute;
		left: 5vw;
		top: 0;
		z-index: 3;
		font-size: 36px;
	}
	.page-template-store-page #page-header p {
		right: 3vw;
		top: inherit;
		bottom: 0;
		z-index: 2;
		font-size: 16px;
	}
	.page-template-store-page #page-header p span {
		
	}
	.page-template-store-page #lead1 {
		display: block;
		width: 100%;
		height: inherit;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.page-template-store-page #lead1 .sec_inner {
		width: 75%;
		margin: 0 0 0 20%;
	}
	.page-template-store-page #lead1 h3,
	.page-template-store-page #lead2 h3 {
		font-size: 32px;
	}
	.page-template-store-page #lead1 h3 {
		left: -0.2em;
		top: 0;
	}
	.page-template-store-page #lead1 figure {
		width: 100%;
		margin-left: 0;
	}
	.page-template-store-page #lead1 p {
		width: 100%;
		font-size: 14px;
		margin: 0;
	}
	.page-template-store-page #lead1 figure:nth-child(3) {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		margin-top: 10vw;
	}
	.page-template-store-page #lead1 figure:nth-child(4) {
		margin: 15vw 0 0 -10vw;
	}
	.page-template-store-page #lead2 {
		top: 15vw;
		width: 75%;
		margin: 0;
		padding: 0 20% 25vw 5%;
		overflow-x: hidden;
	}
	.page-template-store-page #lead2 h3 {
		right: -0.1em;
		top: 0;
	}
	.page-template-store-page #lead2 figure {
		width: 100%;
		margin-left: 0;
	}
	.page-template-store-page #lead2 p {
		width: 100%;
		font-size: 14px;
		margin: 0;
		padding-top: 3em;
	}
	.page-template-store-page #lead2 figure:nth-child(3) {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		margin-top: 10vw;
		padding-left: 0;
	}
	.page-template-store-page #lead2 figure:nth-child(4) {
		width: 100%;
		margin: 15vw 0 10vw 20%;
	}
	.page-template-store-page #lead2 figure:nth-child(5) {
		display: none;
	}
	.page-template-store-page #bar {
		position: relative;
		left: -7%;
		bottom: inherit;
		width: 100%;
		margin-top: 15vw;
	}
	.page-template-store-page #bar .btn1 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 1em;
	}
	
}



/*************************************************************************

** STORE（新）

**************************************************************************/

.page-template-store-page2 {
	
}
.page-template-store-page2 .entry-title {
	margin: 0 0 3em 5vw;
}
.page-template-store-page2 #page-header {
	position: relative;
	padding-bottom: 20em;
}
.page-template-store-page2 #page-header h2 {
	position: absolute;
	left: 5vw;
	top: -1em;
	font-size: 70px;
	letter-spacing: 0.2em;
}
.page-template-store-page2 #page-header p {
	position: absolute;
	right: 3vw;
	top: -4em;
	font-size: 40px;
	line-height: 2;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.page-template-store-page2 #page-header p span {
	display: inline-block;
	border-right: 1px solid #000;
}
.page-template-store-page2 #page-header figure {
	display: none;
}

.page-template-store-page2 #lead1 h3,
.page-template-store-page2 #lead2 h3 {
	position: absolute;
	font-size: 60px;
	line-height: 1;
}
.page-template-store-page2 #lead1 p,
.page-template-store-page2 #lead2 p {
	font-size: 20px;
	line-height: 2;
}
.page-template-store-page2 #lead1 {
	position: relative;
	width: 38%;
	margin: 0 auto;
	padding: 0 52% 0 10%;
}
.page-template-store-page2 #lead1 h3 {
	left: -0.2em;
	top: 0;
}
.page-template-store-page2 #lead1 p {
	width: 100%;
	text-align: justify;
	margin: 0 0 3em 0;
	padding-top: 2em;
}
.page-template-store-page2 #lead1 figure:nth-child(3) {
	position: absolute;
	right: 0;
	top: -5em;
	width: 35%;
	padding-right: 7.5%;
}
.page-template-store-page2 #lead2 {
	position: relative;
	top: -9vw;
	width: 38%;
	margin: 0 auto;
	padding: 0 10% 15vw 52%;
	overflow-x: hidden;
}
.page-template-store-page2 #lead2 h3 {
	right: -0.15em;
	top: 0;
}
.page-template-store-page2 #lead2 p {
	width: 100%;
	text-align: justify;
	margin: 0 0 3em 0;
	padding-top: 6em;
}
.page-template-store-page2 #lead2 figure:nth-child(3) {
	position: absolute;
	left: 0;
	top: 19.5vw;
	width: 35%;
	padding-left: 7%;
}
.page-template-store-page2 #lead2 figure:nth-child(5) {
	position: absolute;
	left: 33%;
	top: 0;
	width: 18%;
}
.page-template-store-page2 #bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48%;
	margin: 0;
}
.page-template-store-page2 #bar .btn1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 1em;
}



/* PC */
@media screen and (min-width:1281px) {
	
	.page-template-store-page2 #lead2 {
		padding: 0 10% 30vw 52%;
	}
	
}



/* スマホ */
@media screen and (max-width:750px) {
	
	.page-template-store-page2 .entry-title {
		font-size: 26px;
		margin: 0 0 1em 5vw;
	}
	.page-template-store-page2 #page-header {
		overflow-x: hidden;
		padding-top: 2rem;
		padding-bottom: 2em;
	}
	.page-template-store-page2 #page-header figure {
		width: 167%;
	}
	.page-template-store-page2 #page-header figure img {
		position: relative;
	 clip-path: inset(0% 30% 0 10%);
  left: -10%;
	}
	.page-template-store-page2 #page-header h2 {
		position: absolute;
		left: 5vw;
		top: 0;
		z-index: 3;
		font-size: 36px;
	}
	.page-template-store-page2 #page-header p {
		right: 3vw;
		top: inherit;
		bottom: 0;
		z-index: 2;
		font-size: 16px;
	}
	.page-template-store-page2 #page-header p span {
		
	}
	.page-template-store-page2 #lead1 {
		display: block;
		width: 100%;
		height: inherit;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.page-template-store-page2 #lead1 .sec_inner {
		width: 75%;
		margin: 0 0 0 20%;
	}
	.page-template-store-page2 #lead1 h3,
	.page-template-store-page2 #lead2 h3 {
		font-size: 32px;
	}
	.page-template-store-page2 #lead1 h3 {
		left: -0.2em;
		top: 0;
	}
	.page-template-store-page2 #lead1 figure {
		width: 100%;
		margin-left: 0;
	}
	.page-template-store-page2 #lead1 p {
		width: 100%;
		font-size: 14px;
		margin: 0;
	}
	.page-template-store-page2 #lead1 figure:nth-child(3) {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		margin-top: 10vw;
	}
	.page-template-store-page2 #lead1 figure:nth-child(4) {
		margin: 15vw 0 0 -10vw;
	}
	.page-template-store-page2 #lead2 {
		top: 15vw;
		width: 75%;
		margin: 0;
		padding: 0 20% 25vw 5%;
		overflow-x: hidden;
	}
	.page-template-store-page2 #lead2 h3 {
		right: -0.1em;
		top: 0;
	}
	.page-template-store-page2 #lead2 figure {
		width: 100%;
		margin-left: 0;
	}
	.page-template-store-page2 #lead2 p {
		width: 100%;
		font-size: 14px;
		margin: 0;
		padding-top: 3em;
	}
	.page-template-store-page2 #lead2 figure:nth-child(3) {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		margin-top: 10vw;
		padding-left: 0;
	}
	.page-template-store-page2 #lead2 figure:nth-child(4) {
		width: 100%;
		margin: 15vw 0 10vw 20%;
	}
	.page-template-store-page2 #lead2 figure:nth-child(5) {
		display: none;
	}
	.page-template-store-page2 #bar {
		position: relative;
		left: -7%;
		bottom: inherit;
		width: 100%;
		margin-top: 15vw;
	}
	.page-template-store-page2 #bar .btn1 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 1em;
	}
	
}



/*************************************************************************

** BAR

**************************************************************************/

.page-bar {
	
}
.page-bar .entry-title {
	margin: 0 0 3em 5vw;
}
.page-bar #page-header {
	position: relative;
	padding-bottom: 6em;
}
.page-bar #page-header h2 {
	position: absolute;
	left: 5vw;
	top: -1em;
	font-size: 70px;
}
.page-bar #page-header p {
	position: absolute;
	right: 3vw;
	top: -4em;
	font-size: 40px;
	line-height: 2;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.page-bar #page-header p span {
	display: inline-block;
	border-right: 1px solid #000;
}
.page-bar #lead {
	width: 100%;
	overflow-x: hidden;
}
.page-bar #lead1 h3,
.page-bar #lead2 h3 {
	position: absolute;
	font-size: 60px;
	line-height: 1;
}
.page-bar #lead1 {
	position: relative;
	width: 40%;
	height: 68vw;
	margin: 0 auto;
	padding: 0 50% 0 10%;
}
.page-bar #lead1 h3 {
	right: -0.35em;
	top: 2em;
	z-index: 2;
	line-height: 1.5;
}
.page-bar #lead1 p {
	width: 100%;
	font-size: 20px;
	line-height: 1.8;
	text-align: justify;
	margin: 0 0 4em 0;
	padding-top: 3em;
}
.page-bar #lead1 figure:nth-child(3) {
	position: absolute;
	right: 0;
	top: -5vw;
	width: 45%;
}
.page-bar #lead1 figure:nth-child(4) {
	width: 88%;
}
.page-bar #lead2 {
	position: relative;
	/*top: -36vw;*/
	width: 58%;
	margin: 0 auto 10em auto;
	padding: 24vw 38% 5vw 4%;
}
.page-bar #lead2 h3 {
	left: -0.2em;
	top: 1.5em;
}
.page-bar #lead2 > .sec_inner > figure:nth-child(2) {
	width: 100%;
	margin: 0;
	padding-top: 10em;
}
.page-bar #lead2 > .sec_inner >  figure:nth-child(4) {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}
.page-bar #lead2 .menu {
	padding: 6em 0 0 6em;
}
.page-bar #lead2 .menu h4 {
	width: 115px;
	margin-bottom: 3em;
}
.page-bar #lead2 .menu h4 span {
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #000;
}
.page-bar #lead2 .menu ul {
	margin-bottom: 2em;
}
.page-bar #lead2 .menu li {
	font-size: 18px;
	margin-bottom: 1.2em;
}
.page-bar #lead2 .menu li small {
	font-size: 14px;
}
.page-bar #lead2 .menu > small {
	display: block;
	font-size: 12px;
}
.page-bar #yaoya {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22%;
	margin: 0;
}
.page-bar #yaoya .btn1 {
	position: absolute;
	left: -10vw;
	top: -1em;
	font-size: 28px;
	text-align: left;
	white-space: nowrap;
}



/* PC */
@media screen and (min-width:1281px) {
	
	.page-bar #lead2 {
		position: relative;
  top: -5vw;
		padding: 24vw 38% 10vw 4%;
	}
	.page-bar #lead2 > .sec_inner > figure:nth-child(2) {
		padding-top: 4em;
}
	
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-bar .entry-title {
		font-size: 26px;
		margin: 0 0 1em 5vw;
	}
	.page-bar #page-header {
		overflow-x: hidden;
		padding-top: 2rem;
		padding-bottom: 2em;
	}
	.page-bar #page-header figure {
		width: 167%;
	}
	.page-bar #page-header figure img {
		position: relative;
	 clip-path: inset(0% 10% 0 30%);
  left: -30%;
	}
	.page-bar #page-header h2 {
		position: absolute;
		left: 5vw;
		top: 0;
		z-index: 3;
		font-size: 36px;
		line-height: 1.3;
	}
	.page-bar #page-header p {
		right: 3vw;
		top: inherit;
		bottom: 0;
		z-index: 2;
		font-size: 16px;
	}
	.page-bar #page-header p span {
		
	}
	.page-bar #lead1 {
		display: block;
		width: 100%;
		height: inherit;
		margin: 0;
		padding: 0;
	}
	.page-bar #lead1 .sec_inner {
		width: 90%;
		margin: 0 0 0 10%;
	}
	.page-bar #lead1 h3,
	.page-bar #lead2 h3 {
		font-size: 38px;
	}
	.page-bar #lead1 h3 {
		right: -0.4em;
		top: 45%;
	}
	.page-bar #lead1 figure {
		width: 100%;
		margin-left: 0;
	}
	.page-bar #lead1 p {
		width: 80%;
		font-size: 14px;
		margin: 0 0 0 0;
	}
	.page-bar #lead1 figure:nth-child(3) {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		margin-top: 10vw;
	}
	.page-bar #lead1 figure:nth-child(4) {
		width: 70%;
		margin: 15vw 10% 10vw 20%;
	}
	.page-bar #lead2 {
		display: block;
		width: 100%;
		height: inherit;
		margin: 0;
		padding: 0 0 20vw 0;
	}
	.page-bar #lead2 .sec_inner {
		width: 95%;
		margin: 0 0 0 5%;
	}
	.page-bar #lead2 h3 {
		top: -10%;
	}
	.page-bar #lead2 > .sec_inner > figure:nth-child(2) {
		width: 100%;
		margin: 0;
		padding-top: 0;
	}
	.page-bar #lead2 > .sec_inner >  figure:nth-child(4) {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 90%;
		margin-left: 10%;
	}
	.page-bar #lead2 .menu {
		padding: 5em 0;
	}
	.page-bar #lead2 .menu h4 {
		width: 100px;
		margin-bottom: 2em;
	}
	.page-bar #lead2 .menu ul {
		margin-bottom: 2em;
	}
	.page-bar #lead2 .menu li {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 1.5em;
	}
	.page-bar #lead2 .menu li small {
		font-size: 11px;
	}
	.page-bar #lead2 .menu > small {
		display: block;
		font-size: 11px;
	}
	.page-bar #yaoya {
		position: inherit;
		right: inherit;
		bottom: inherit;
		width: 90%;
		margin: 20vw 0 0 10%;
	}
	.page-bar #yaoya figure {
		width: 60%;
		margin: 0 0 0 40%;
	}
	.page-bar #yaoya .btn1 {
		left: -1em;
		top: -1em;
		font-size: 21px;
	}
	
}



/*************************************************************************

** CONTACT

**************************************************************************/

.page-contact {
	background-color: #fbcb00;
}
.page-contact h1 {
	width: 90%;
	font-size: 38px;
	margin: 0 auto 1em auto !important;
}
.page-contact .page-header {
 width: 80%;
 margin: 0 auto;
}
.page-contact .page-header .sec_inner {
 width: 90%;
 margin: 4em auto;
}
.page-contact .page-header h2 {
	font-size: 36px;
	line-height: 2;
	margin-bottom: 1em;
}
.page-contact .page-header p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin-bottom: 3em;
}
.page-contact .page-header .tel {
 line-height: 1;
}
.page-contact .page-header .tel dt {
	font-size: 30px;
}
.page-contact .page-header .tel dt .pc-only {
	display: inline !important;
}
.page-contact .page-header .tel dd {
 font-size: 16px;
	margin-top: 1em !important;
}

.page-contact .wpcf7 {
	width: 72%;
	margin: 0 auto;
 padding: 1em 0;
	border-top: 2px solid #000;
}
.page-contact table {
 width: 100%;
 border: none;
}
.page-contact h3{
 
}
.page-contact table th,
.page-contact table td {
 font-size: 16px;
 text-align: left;
 vertical-align: top;
 padding-top: 1.5em;
}
.page-contact table th {
 width: 35%;
 background-color: transparent;
 border: none;
}
.page-contact table thead th {
 font-size: 30px;
}
.page-contact table th small {
	font-size: 8px;
 margin-left: .5em;
	vertical-align: super;
}
.page-contact table td {
 border: none;
}
.page-contact table td input[type="text"],
.page-contact table td input[type="email"],
.page-contact table td input[type="tel"] {
	width: calc(100% - 4px);
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-size: 18px;
	font-weight: 700;
	color: #000;
 padding: 15px;
 border: 2px solid #000;
}
.page-contact table td input[type="text"]::placeholder,
.page-contact table td input[type="email"]::placeholder,
.page-contact table td input[type="tel"]::placeholder,
.page-contact table td textarea::placeholder {
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-weight: 700;
 color: #ccc;
}
.page-contact table td input[type="text"]:focus,
.page-contact table td input[type="email"]:focus,
.page-contact table td input[type="tel"]:focus,
.page-contact table td select:focus,
.page-contact table td textarea:focus {
 box-shadow: none;
 outline: none;
}
.page-contact table td select{
	position: relative;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
	background-color: #fff;
 background: #fff url(./images/icon-arrow2.png?1) no-repeat right center;
	background-size: 26px 13px;
 width: calc(100% - 4px);
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-weight: 700;
 font-size: 18px;
	color: #000;
 padding: 16px 15px;
 border: 2px solid #000;
	border-radius: 0;
}
.wpcf7-list-item {
	margin-left: 0 !important;
}

/* ラジオボタン */
.wpcf7 input[type=radio] {
  display: none;
}
.wpcf7 label {
  position: relative;
  padding-left: 30px;
}
.wpcf7 input[type=radio] + span::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  left: 0;
  top: 0;
}
.wpcf7 input[type=radio] + span::after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  left: 5px;
  top: 5px;
  opacity: 0;
  transition: .3s;
}
.wpcf7 input[type=radio]:checked + span::after {
 opacity: 1;
}
input[name="privacy"] + .wpcf7-list-item-label a {
	text-decoration: underline;
}
::-ms-expand {
 display: none;
}
.page-contact table td textarea {
	height: 15em;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-size: 18px;
 font-weight: 700;
	color: #000;
	line-height: 1.8;
	padding: 10px 20px;
 border: 2px solid #000;
}
.page-contact table td input[type="submit"] {
 background-color: #000;
 color: #fff;
 font-family: こぶりなゴシック W6 JIS2004;
	letter-spacing: 0.05em;
 font-size: 20px;
 width: auto;
 margin: 1em 0 0 0;
 padding: 1em 5em;
 border-radius: 0;
	border: none;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-contact .page-header {
		width: 100%;
		margin: 10vw auto;
	}
	.page-contact .page-header .sec_inner {
		margin: 0 auto 5vw auto;
	}
	.page-contact .page-header h1 {
		width: 100%;
		font-size: 32px;
		margin-bottom: 1em;
	}
	.page-contact .page-header h2 {
		font-size: 24px;
		margin: 2em 0;
	}
	.page-contact .page-header p {
		width: 100%;
		font-size: 14px;
		line-height: 2;
	}
	.page-contact .page-header .tel dt {
		font-size: 24px;
		line-height: 1.8;
	}
	.page-contact .page-header .tel dt .pc-only {
		display: none !important;
	}
	.page-contact .page-header .tel dd {
		font-size: 12px;
	}

 .page-contact .wpcf7 {
  width: 85%;
		margin: 0 auto 100px auto;
		padding: 0 2.5%;
 }
 .page-contact .wpcf7 table th,
 .page-contact .wpcf7 table td {
  display: block;
  width: 100%;
		font-size: 14px;
 }
	.page-contact .wpcf7 table thead th {
		font-size: 22px;
	}
 .page-contact .wpcf7 table td {
  padding-top: .5em;
 }
	.page-contact table td input[type="text"],
	.page-contact table td input[type="email"],
	.page-contact table td input[type="tel"] {
		font-size: 14px;
	}
	.page-contact table td select{
		font-size: 14px;
	}
	.page-contact table td textarea {
		font-size: 14px;
	}
 .page-contact table td input[type="submit"] {
  width: 100%;
  padding: 0.8em 0;
 }
 
}



/* ACCESS */
.page-contact #access {
	margin: 7em 0 10em 0;
}
.page-contact iframe {
	aspect-ratio: 2/1;
}
.page-contact #access h2 {
	font-size: 30px;
	margin-bottom: 1em;
}
.page-contact #access .sec_inner {
	position: relative;
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 80%;
 margin: 5rem auto;
}
.page-contact #access figure {
	width: 100%;
}
.page-contact #access .text ul {
	line-height: 2;
}
.page-contact #access .text ul li {
	margin-bottom: .5em;
}
.page-contact #access .text ul li:before {
	content: "";
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 1px;
}
.page-contact #access .text ul li:nth-child(1):before {
	content: "営";
}
.page-contact #access .text ul li:nth-child(2):before {
	content: "休";
}
.page-contact #access .text  p {
	line-height: 2;
	margin-top: 2em;
}
.page-contact #access .btn1 {
	position: absolute;
	right: -3.2em;
	top: 0;
	width: 36px;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-contact iframe {
		aspect-ratio: 3/2;
	}
	.page-contact #access .sec_inner {
		width: 90%;
		margin: 2rem auto 5rem auto;
	}
	.page-contact #access h2 {
		font-size: 20px;
	}
	.page-contact #access .text ul {
		font-size: 14px;
	}
	.page-contact #access .text  p {
		width: 100%;
		font-size: 12px;
	}
	.page-contact #access .btn1 {
		right: 0;
		width: 30px;
	}
	
}



/*************************************************************************

** WHOLESALE

**************************************************************************/

.page-wholesale {
	background-color: #14985c;
}
.page-wholesale h1 {
	width: 90%;
	font-size: 38px;
	margin: 0 auto 1em auto !important;
}
.page-wholesale .page-header {
 width: 80%;
 margin: 0 auto;
}
.page-wholesale .page-header .sec_inner {
	display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
 width: 95%;
 margin: 5em auto;
}
.page-wholesale .page-header .text {
	width: 50%;
}
.page-wholesale .page-header .link {
	width: 35%;
	padding-top: 10em;
}
.page-wholesale .page-header h2 {
	font-size: 36px;
	line-height: 1.8;
	margin-bottom: 2em;
}
.page-wholesale .page-header p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.page-wholesale .page-header .tel {
 line-height: 1;
	white-space: nowrap;
}
.page-wholesale .page-header .tel dt {
	font-size: 36px;
}
.page-wholesale .page-header .tel dd {
 font-size: 16px;
	margin-top: 1em !important;
}
.page-wholesale .page-header .mail {
 font-size: 24px;
	margin-top: 2em;
}
.page-wholesale .page-header .mail a {
	border-bottom: 1px solid #000;
}
.page-wholesale .page-header .mail a:hover {
	border-bottom: 1px solid #e84130;
}
.page-wholesale figure#kv {
	width: 100%;
}


.page-wholesale .wpcf7 {
	width: 72%;
	margin: 0 auto 100px auto;
 padding: 0;
}
.page-wholesale table {
 width: 100%;
 border: none;
}
.page-wholesale h3{
 
}
.page-wholesale table th,
.page-wholesale table td {
 font-size: 16px;
 text-align: left;
 vertical-align: top;
 padding-top: 1.5em;
}
.page-wholesale table thead th {
 font-size: 22px;
}
.page-wholesale table th {
 width: 35%;
 background-color: transparent;
	font-family: こぶりなゴシック W6 JIS2004;
 border: none;
}
.page-wholesale table th small {
 margin-left: .5em;
}
.page-wholesale table td {
 border: none;
}
.page-wholesale table td input[type="text"],
.page-wholesale table td input[type="email"],
.page-wholesale table td input[type="tel"] {
	width: calc(100% - 4px);
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-size: 18px;
	font-weight: 700;
	color: #000;
 padding: 15px;
 border: 2px solid #000;
}
.page-wholesale table td input[type="text"]::placeholder,
.page-wholesale table td input[type="email"]::placeholder,
.page-wholesale table td input[type="tel"]::placeholder,
.page-wholesale table td textarea::placeholder {
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-weight: normal;
 color: #ccc;
}
.page-wholesale table td input[type="text"]:focus,
.page-wholesale table td input[type="email"]:focus,
.page-wholesale table td input[type="tel"]:focus,
.page-wholesale table td select:focus,
.page-wholesale table td textarea:focus {
 box-shadow: none;
 outline: none;
}
.page-wholesale table td select{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 background: url(./images/icon-arrow2.png) no-repeat right center;
 width: calc(100% - 4px);
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-weight: 700;
 font-size: 18px;
	color: #000;
 padding: 16px 15px;
 border: none;
}
::-ms-expand {
 display: none;
}
.page-wholesale table td textarea {
	height: 15em;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
 font-size: 18px;
	line-height: 1.8;
 font-weight: 700;
	padding: 15px;
 border: 2px solid #000;
}
.page-wholesale table td input[type="submit"] {
 background-color: #000;
 color: #fff;
 font-family: こぶりなゴシック W6 JIS2004;
	letter-spacing: 0.05em;
 font-size: 20px;
 width: auto;
 margin: 1em 0 0 0;
 padding: 1em 5em;
 border-radius: 0;
	border: none;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.page-wholesale .page-header {
		width: 100%;
		margin: 0 auto 10vw auto;
	}
	.page-wholesale .page-header .sec_inner {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.page-wholesale .page-header .text {
		width: 100%;
	}
	.page-wholesale .page-header .link {
		width: 100%;
		margin-top: 3em;
		padding-top: 0;
	}
	.page-wholesale .page-header h2 {
		font-size: 24px;
		margin-bottom: 1.5em;
	}
	.page-wholesale .page-header p {
		font-size: 14px;
	}
	.page-wholesale .page-header .tel dt {
		font-size: 22px;
	}
	.page-wholesale .page-header .tel dd {
		font-size: 12px;
	}
	.page-wholesale .page-header .mail {
		font-size: 18px;
	}
	
 .page-wholesale .wpcf7 {
  width: 85%;
 }
 .page-wholesale .wpcf7 table th,
 .page-wholesale .wpcf7 table td {
  display: block;
  width: 100%;
 }
 .page-wholesale .wpcf7 table td {
  padding-top: .5em;
 }
	.page-wholesale table thead td {
		font-size: 14px;
		padding-top: 1em !important;
	}
	.page-wholesale table td input[type="text"],
	.page-wholesale table td input[type="email"],
	.page-wholesale table td input[type="tel"] {
		font-size: 14px;
	}
	.page-wholesale table td select{
		font-size: 14px;
	}
	.page-wholesale table td textarea {
		font-size: 14px;
	}
 .page-wholesale table td input[type="submit"] {
  width: 100%;
  padding: 0.8em 0;
 }
 
}



/*************************************************************************

** カテゴリーページ

**************************************************************************/

.category {
}
.category #list-page {
 width: 90%;
	/*max-width: 960px;*/
 margin: 0 auto 10vw auto;
}
.category #list-page-inner {
	position: relative;
 width: 100%;
 margin: 0 auto;
}
.category #archive-title {
 font-size: 38px;
 line-height: 1;
 margin: 0;
}
.category #archive-title small {
 display: block;
 font-size: 18px;
 line-height: 1.6;
 margin: 1em 0 0 0;
}
.category .category-navi {
	position: absolute;
	right: 0;
	top: .5em;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0;
}
.category .category-navi li {
 font-size: 18px;
	letter-spacing: 0.2em;
}
.category .category-navi li:before {
 content:"/";
	padding: 0 1em;
}
.category .category-navi li:nth-child(1):before {
 content:"";
}

.category #list-page #list {
 display: block;
 margin: 7vw auto 0 auto;
}
.category #list-page #list-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 width: 100%;
 margin: 0 0 30px 0;
}
.category #list-page #list article {
 width: 30%;
 margin: 0 5% 1.5em 0;
}
.category #list-page #list article:nth-child(3n) {
 margin-right: 0;
}
.category #list-page #list article img {
 width: 100%;
 height: auto !important;
}
.category #list-page #list article h2, .category #list-page #list article h2 a {
 font-size: 16px;
 letter-spacing: inherit;
}
.category #list-page #list article .post-meta .post-date {
 display: inline-block;
}
.category #list-page #list article .post-meta .category {
 font-size: 12px;
 color: #000;
}
.category #list-page #list article .post-meta .category a {
 color: #000 !important;
}
.category #list-page #list article .post-meta .category:before {
 content: "｜";
}
.category #list-page #list article .post-meta .category .fa {
 display: none;
}
.category #list-page #list article .entry-snippet {
 
}
.category #list-page #list article .entry-snippet span {
 display: inline-block;
 font-size: 11px;
 margin-left: 1em;
}
.category #list-page #list article .entry-snippet span a {
 text-decoration: none;
}
.category #list-page #list article .entry-snippet .entry-read-link{
	display: none;
}
.category .entry-card-large-content header h2 span.new {
 position: relative;
 top: -.5em;
 color: #db3422;
 font-size: 8px;
 margin-left: 1em;
}
.category #list-page #btn-shisatsu {
 width: 849px;
 margin: 10vw auto 7vw auto;
}

/* not found */
.category .notfound {
 text-align: center;
}



/* スマホ */
@media screen and (max-width:750px) {
 
	.category .category-navi li {
		font-size: 12px;
	}
 .category #list-page {
  width: 90%;
		margin: 10vw auto;
 }
 .category #archive-title {
  font-size: 27px;
		margin: 0;
 }
 .category #archive-title small {
  font-size: 18px;
 }
 .category #list-page #list {
  display: block;
  margin: 0 0 30px 0;
 }
 .category #list-page #list-inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 30px 0;
 }
 .category #list-page #list-inner article {
  width: 47%;
  margin: 0 0 5vw 0;
 }
	.category #list-page #list article h2,
	.category #list-page #list article h2 a {
		font-size: 14px;
	}
	
}



/*************************************************************************

** カテゴリーページ（お知らせ）

**************************************************************************/

.category-3,
.category-4,
.category-5 {
}
.category-3 #list-page #list,
.category-4 #list-page #list,
.category-5 #list-page #list {
 display: block;
 margin: 5vw auto;
}
.category-3 #list-page #list-inner,
.category-4 #list-page #list-inner,
.category-5 #list-page #list-inner {
 display: block;
	border-top: 2px solid #000;
}
.category-3 #list-page #list article,
.category-4 #list-page #list article,
.category-5 #list-page #list article {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
 width: calc(100% - 4em);
	margin: 0;
 padding: 2em;
 border-bottom: 2px solid #000;
}
.category-3 #list-page #list article figure,
.category-4 #list-page #list article figure,
.category-5 #list-page #list article figure {
 width: 30%;
}
.category-3 #list-page #list article figure img,
.category-4 #list-page #list article figure img,
.category-5 #list-page #list article figure img {
	/*clip-path: inset(0% 15%);*/
}
.category-3 #list-page #list article .entry-card-content,
.category-4 #list-page #list article .entry-card-content,
.category-5 #list-page #list article .entry-card-content {
	position: relative;
	width: 65%;
	margin-right: auto;
}
.category-3 #list-page #list article .entry-card-content header,
.category-4 #list-page #list article .entry-card-content header,
.category-5 #list-page #list article .entry-card-content header {
	width: 100%;
}
.category-3 #list-page #list article h2,
.category-4 #list-page #list article h2,
.category-5 #list-page #list article h2 {
 font-size: 18px;
}
.category-3 #list-page #list article .entry-card-content header .post-meta,
.category-4 #list-page #list article .entry-card-content header .post-meta,
.category-5 #list-page #list article .entry-card-content header .post-meta {
	font-size: 14px;
	line-height: 1;
	margin: 0;
}
.category-3 #list-page #list article .entry-card-content h2,
.category-4 #list-page #list article .entry-card-content h2,
.category-5 #list-page #list article .entry-card-content h2 {
	font-size: 24px;
	line-height: 1.8;
	margin: 0.5em 0 0.25em 0;
}
.category-3 #list-page #list article .entry-card-content .entry-snippet,
.category-4 #list-page #list article .entry-card-content .entry-snippet,
.category-5 #list-page #list article .entry-card-content .entry-snippet {
	font-size: 16px;
	line-height: 1.8;
	margin: 2em 0 0 0;
}
.category-3 #list-page #list article .entry-card-content header .category-name,
.category-4 #list-page #list article .entry-card-content header .category-name,
.category-5 #list-page #list article .entry-card-content header .category-name {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}



/* タブレット */
@media screen and (max-width:960px) {
 
}



/* スマホ */
@media screen and (max-width:750px) {
 
 .category-3 #list-page #list article,
	.category-4 #list-page #list article,
	.category-5 #list-page #list article {
		display: block;
		width: calc(100% - 1em);
		padding: 2em 0.5em 4em;
	}
	.category-3 #list-page #list article .entry-card-content,
	.category-4 #list-page #list article .entry-card-content,
	.category-5 #list-page #list article .entry-card-content {
		width: 100%;
	}
	.category-3 #list-page #list article figure,
	.category-4 #list-page #list article figure,
	.category-5 #list-page #list article figure {
		position: relative;
		left: 0;
		width: 70%;
		margin: 0 auto 1em auto;
	}
	.category-3 #list-page #list article .entry-card-content header,
	.category-4 #list-page #list article .entry-card-content header,
	.category-5 #list-page #list article .entry-card-content header {
		width: 100%;
	}
	.category-3 #list-page #list article .entry-card-content header .post-meta,
	.category-4 #list-page #list article .entry-card-content header .post-meta,
	.category-5 #list-page #list article .entry-card-content header .post-meta {
		font-size: 12px;
	}
	.category-3 #list-page #list article .entry-card-content h2,
	.category-4 #list-page #list article .entry-card-content h2,
	.category-5 #list-page #list article .entry-card-content h2 {
		font-size: 18px;
	}
	.category-3 #list-page #list article .entry-card-content .entry-snippet,
	.category-4 #list-page #list article .entry-card-content .entry-snippet,
	.category-5 #list-page #list article .entry-card-content .entry-snippet {
		font-size: 14px;
		margin: 1.5em 0;
	}
	.category-3 #list-page #list article .entry-card-content header .category-name,
	.category-4 #list-page #list article .entry-card-content header .category-name,
	.category-5 #list-page #list article .entry-card-content header .category-name {
		position: inherit;
		bottom: inherit;
		font-size: 12px;
	}
 
}



/*************************************************************************

** カテゴリーページ（FARMERS&MAKERS）

**************************************************************************/

.category-30,
.category-31,
.category-34 {
  background-color: #e3d8c2;
}
.category-30 #list-page #list-page-inner,
.category-31 #list-page #list-page-inner,
.category-34 #list-page #list-page-inner {
  width: 90%;
  min-height: 450px;
  padding-right: 10%;
}
.category-30 #list-page #list-page-inner .notfound h2,
.category-31 #list-page #list-page-inner .notfound h2,
.category-34 #list-page #list-page-inner .notfound h2 {
  margin-top: 50px;
}

.category-30 #list-page #archive-title + h3,
.category-31 #list-page #archive-title + h3,
.category-34 #list-page #archive-title + h3 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.category-30 #list-page .narrow-down,
.category-31 #list-page .narrow-down,
.category-34 #list-page .narrow-down {
  margin-top: 50px;
}
.category-30 #list-page .narrow-down form,
.category-31 #list-page .narrow-down form,
.category-34 #list-page .narrow-down form {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
}
.category-30 #list-page .narrow-down dl,
.category-31 #list-page .narrow-down dl,
.category-34 #list-page .narrow-down dl {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
  width: 22%;
  font-size: 16px;
  padding-bottom: 0em;
  border-bottom: 3px solid #000;
}
.category-30 #list-page .narrow-down dl select,
.category-31 #list-page .narrow-down dl select,
.category-34 #list-page .narrow-down dl select {
  width: 150px;
  height: 32px;
  background-color: transparent;
  background-image:url("images/icon-triangle.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 11px 9px;
  border: none;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
.category-30 #list-page .narrow-down dl input[type="search"],
.category-31 #list-page .narrow-down dl input[type="search"],
.category-34 #list-page .narrow-down dl input[type="search"] {
  display: inline-block;
  width: 200px;
  background-color: transparent;
  border: none;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 6px 0;
}
.category-30 #list-page .narrow-down dl input[type="search"]:focus,
.category-31 #list-page .narrow-down dl input[type="search"]:focus,
.category-34 #list-page .narrow-down dl input[type="search"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.category-30 #list-page .narrow-down dl input[type="submit"],
.category-31 #list-page .narrow-down dl input[type="submit"],
.category-34 #list-page .narrow-down dl input[type="submit"] {
  display: inline-block;
  background-color: transparent;
  background-image:url("images/icon-search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
}
.category-30 #list-page #list,
.category-31 #list-page #list,
.category-34 #list-page #list {
  display: block;
  margin: 5vw auto;
}
.category-30 #list-page #list-inner,
.category-31 #list-page #list-inner,
.category-34 #list-page #list-inner {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.category-30 #list-page #list a.hover-card,
.category-31 #list-page #list a.hover-card,
.category-34 #list-page #list a.hover-card {
  position: relative;
  left: 20px;
  top: 20px;
  background-color: #fff;
  width: 30%;
  margin: 0 5% 5% 0;
  padding: 0;
  border-radius: 20px;
}
.category-30 #list-page #list a.hover-card:hover,
.category-31 #list-page #list a.hover-card:hover,
.category-34 #list-page #list a.hover-card:hover {
  background-color: #ee819e;
  color: #000;
}
.category-30 #list-page #list a.hover-card:nth-child(3n),
.category-31 #list-page #list a.hover-card:nth-child(3n),
.category-34 #list-page #list a.hover-card:nth-child(3n) {
  margin: 0 0 5% 0;
}
.category-30 #list-page #list article,
.category-31 #list-page #list article,
.category-34 #list-page #list article {
  position: relative;
  left: -20px;
  top: -20px;
  background-color: #fff;
  width: calc(100% - 4px);
  margin: 0;
  padding: 0;
  border: 2px solid #000;
  border-radius: 20px;
}
.category-30 #list-page #list article .pref,
.category-31 #list-page #list article .pref,
.category-34 #list-page #list article .pref {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
}
.category-30 #list-page #list article figure,
.category-31 #list-page #list article figure,
.category-34 #list-page #list article figure {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.category-30 #list-page #list article figure img,
.category-31 #list-page #list article figure img,
.category-34 #list-page #list article figure img {
	display: block;
}
.category-30 #list-page #list article .entry-card-content,
.category-31 #list-page #list article .entry-card-content,
.category-34 #list-page #list article .entry-card-content {
	width: calc(100% - 40px);
	margin: 0;
  padding: 20px;
}
.category-30 #list-page #list article .entry-card-content header,
.category-31 #list-page #list article .entry-card-content header,
.category-34 #list-page #list article .entry-card-content header {
  width: 100%;
}
.category-30 #list-page #list article h2,
.category-31 #list-page #list article h2,
.category-34 #list-page #list article h2 {
  font-size: 18px;
}
.category-30 #list-page #list article .entry-card-content header dl.tags,
.category-31 #list-page #list article .entry-card-content header dl.tags,
.category-34 #list-page #list article .entry-card-content header dl.tags {
	font-size: 12px;
	line-height: 1;
	margin: 0 0 1em 0;
}
.category-30 #list-page #list article .entry-card-content header dl.tags dt,
.category-31 #list-page #list article .entry-card-content header dl.tags dt,
.category-34 #list-page #list article .entry-card-content header dl.tags dt {
	margin-bottom: 0.5em;
}
.category-30 #list-page #list article .entry-card-content header .post-meta,
.category-31 #list-page #list article .entry-card-content header .post-meta,
.category-34 #list-page #list article .entry-card-content header .post-meta {
	display: none;
}
.category-30 #list-page #list article .entry-card-content h2,
.category-31 #list-page #list article .entry-card-content h2,
.category-34 #list-page #list article .entry-card-content h2 {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}
.category-30 #list-page #list article .entry-card-content .category-name,
.category-31 #list-page #list article .entry-card-content .category-name,
.category-34 #list-page #list article .entry-card-content .category-name {
	display: none;
}
.category-30 #list-page #list article .entry-card-content .entry-snippet,
.category-31 #list-page #list article .entry-card-content .entry-snippet,
.category-34 #list-page #list article .entry-card-content .entry-snippet {
	position: relative;
}
.category-30 #list-page #list article .entry-card-content .entry-snippet .entry-read-link,
.category-31 #list-page #list article .entry-card-content .entry-snippet .entry-read-link,
.category-34 #list-page #list article .entry-card-content .entry-snippet .entry-read-link {
	display: block;
  position: absolute;
  bottom: -52px;
  right: -1em;
  font-size: 10px;
}
.category-30 #list-page #list a.hover-card:hover article .entry-card-content .entry-snippet .entry-read-link,
.category-31 #list-page #list a.hover-card:hover article .entry-card-content .entry-snippet .entry-read-link,
.category-34 #list-page #list a.hover-card:hover article .entry-card-content .entry-snippet .entry-read-link {
  color: #fff;
}
.category-30 #list-page #modal-search,
.category-31 #list-page #modal-search,
.category-34 #list-page #modal-search {
  display: none;
}



/* タブレット */
@media screen and (max-width:960px) {
 
}



/* スマホ */
@media screen and (max-width:750px) {
  
  .category-30 #list-page #list-page-inner,
  .category-31 #list-page #list-page-inner,
  .category-34 #list-page #list-page-inner {
    width: 100%;
    padding-right: 0;
  }
  .category-30 #list-page #archive-title + h3,
  .category-31 #list-page #archive-title + h3,
  .category-34 #list-page #archive-title + h3 {
    position: inherit;
    right: inherit;
    top: inherit;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-size: 17px;
    margin-top: 1em;
  }
  .category-30 #list-page #list-inner,
  .category-31 #list-page #list-inner,
  .category-34 #list-page #list-inner {
    padding-right: 0;
  }
  .category-30 #list-page .btn-search,
  .category-31 #list-page .btn-search,
  .category-34 #list-page .btn-search {
    font-size: 12px;
    color: #000;
    text-align: center;
    margin: 3em auto;
    padding: 0.5em 0;
    border: 2px solid #000;
    border-radius: 20px;
    cursor: pointer;
  }
  .category-30 #list-page #list,
  .category-31 #list-page #list,
  .category-34 #list-page #list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    padding-right: 2.5vw;
  }
  .category-30 #list-page #list a.hover-card,
  .category-31 #list-page #list a.hover-card,
  .category-34 #list-page #list a.hover-card {
    left: 2.5vw;
    top: 2.5vw;
    width: 45%;
    margin: 0 0 10vw 0;
    padding-bottom: 10px;
  }
  .category-30 #list-page #list a.hover-card:nth-child(3n),
  .category-31 #list-page #list a.hover-card:nth-child(3n),
  .category-34 #list-page #list a.hover-card:nth-child(3n) {
    margin: 0 0 10vw 0;
  }
  .category-30 #list-page #list article,
  .category-31 #list-page #list article,
  .category-34 #list-page #list article {
    left: -2.5vw;
    top: -2.5vw;
  }
	.category-30 #list-page #list article .entry-card-content,
	.category-31 #list-page #list article .entry-card-content,
	.category-34 #list-page #list article .entry-card-content {
		width: calc(100% - 20px);
    padding: 15px 10px 10px 10px;
	}
  .category-30 #list-page #list article .pref,
  .category-31 #list-page #list article .pref,
  .category-34 #list-page #list article .pref {
    font-size: 10px;
  }
	.category-30 #list-page #list article figure,
	.category-31 #list-page #list article figure,
	.category-34 #list-page #list article figure {
		
	}
	.category-30 #list-page #list article .entry-card-content header,
	.category-31 #list-page #list article .entry-card-content header,
	.category-34 #list-page #list article .entry-card-content header {
		width: 100%;
	}
  .category-30 #list-page #list article .entry-card-content header dl.tags,
  .category-31 #list-page #list article .entry-card-content header dl.tags,
  .category-34 #list-page #list article .entry-card-content header dl.tags {
    font-size: 10px;
  }
	.category-30 #list-page #list article .entry-card-content h2,
	.category-31 #list-page #list article .entry-card-content h2,
	.category-34 #list-page #list article .entry-card-content h2 {
		font-size: 14px;
    margin-bottom: 10px;
	}
	.category-30 #list-page #list article .entry-card-content .entry-snippet,
	.category-31 #list-page #list article .entry-card-content .entry-snippet,
	.category-34 #list-page #list article .entry-card-content .entry-snippet {
		margin: 0;
	}
	.category-30 #list-page #list article .entry-card-content header .category-name,
	.category-31 #list-page #list article .entry-card-content header .category-name,
	.category-34 #list-page #list article .entry-card-content header .category-name {
		position: inherit;
		bottom: inherit;
		font-size: 12px;
	}
  .category-30 #list-page #list article .entry-card-content .entry-snippet .entry-read-link,
  .category-31 #list-page #list article .entry-card-content .entry-snippet .entry-read-link,
  .category-34 #list-page #list article .entry-card-content .entry-snippet .entry-read-link {
    bottom: -32px;
    right: 0.5em;
  }
  .category-30 #list-page .overlay,
  .category-31 #list-page .overlay,
  .category-34 #list-page .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
  }
  .category-30 #list-page #modal-search,
  .category-31 #list-page #modal-search,
  .category-34 #list-page #modal-search {
    display: none;
    position: fixed;
    left: 3vw;
    bottom: 0;
    z-index: 2000;
    background-color: #fff;
    width: calc(84% - 4px);
    height: 75vh;
    padding: 5vw 5%;
    border: 2px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }
  .category-30 #list-page #modal-search-header,
  .category-31 #list-page #modal-search-header,
  .category-34 #list-page #modal-search-header {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
  }
  .category-30 #list-page #modal-search-header #modal-search-close,
  .category-31 #list-page #modal-search-header #modal-search-close,
  .category-34 #list-page #modal-search-header #modal-search-close {
    width: 15px;
    height: 15px;
    background: url( "images/icon_close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 14px;
    cursor: pointer;
  }
  .category-30 #list-page #modal-search-header #modal-search-title,
  .category-31 #list-page #modal-search-header #modal-search-title,
  .category-34 #list-page #modal-search-header #modal-search-title {
    position: absolute;
    left: calc(50% - 3em);
    text-align: center;
    font-size: 14px;
  }
  .category-30 #list-page #modal-search-header #modal-search-clear,
  .category-31 #list-page #modal-search-header #modal-search-clear,
  .category-34 #list-page #modal-search-header #modal-search-clear {
    font-size: 11px;
    color: #d47f2f;
    cursor: pointer;
  }
  .category-30 #list-page #modal-search form,
  .category-31 #list-page #modal-search form,
  .category-34 #list-page #modal-search form {
    margin: 4em 0 2em 0;
    padding: 0 2.5vw;
  }
  .category-30 #list-page #modal-search dl,
  .category-31 #list-page #modal-search dl,
  .category-34 #list-page #modal-search dl {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    width: 100%;
    font-size: 16px;
    margin-bottom: 2em;
    padding-bottom: 0em;
    border-bottom: 2px solid #000;
  }
  .category-30 #list-page #modal-search dl select,
  .category-31 #list-page #modal-search dl select,
  .category-34 #list-page #modal-search dl select {
    width: 60vw;
    height: 32px;
    background-color: transparent;
    background-color: transparent;
    background-image:url("images/icon-triangle.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 11px 9px;
    border: none;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    font-style: normal;
    color: #000;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  .category-30 #list-page #modal-search dl input[type="search"],
  .category-31 #list-page #modal-search dl input[type="search"],
  .category-34 #list-page #modal-search dl input[type="search"] {
    display: inline-block;
    width: 70vw;
    background-color: transparent;
    border: none;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 6px 0;
  }
  .category-30 #list-page #modal-search dl input[type="search"]:focus,
  .category-31 #list-page #modal-search dl input[type="search"]:focus,
  .category-34 #list-page #modal-search dl input[type="search"]:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .category-30 #list-page #modal-search dl input[type="submit"],
  .category-31 #list-page #modal-search dl input[type="submit"],
  .category-34 #list-page #modal-search dl input[type="submit"] {
    display: inline-block;
    background-color: transparent;
    background-image:url("images/icon-search.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    border: none;
  }
  
 
}



/*************************************************************************

** singleページ共通

**************************************************************************/

.single {
}
.single #single-page {

}
.single #single-page-inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.single #single-page #archive-title {
  position: relative;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 2em 0;
  padding-bottom: 1em;
  border-bottom: 2px solid #000;
}
.single #single-page #archive-title small {
  font-size: 16px;
  margin: 0 0 0 1em;
}
.single #single-page #archive-title + .back-to-index {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.single #single-page .post_inner {
  width: 100%;
  margin: 0 auto;
}
.single #single-page .post_inner .post {
  width: 90%;
  margin: 0 auto;
}
.single #single-page .post_inner article {
  width: 100%;
  margin: 0 auto 3rem auto;
}
.single #single-page .post_inner article header {
  margin-bottom: 3rem;
}
.single #single-page .post_inner .entry-title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: .5em;
}
.single #single-page .post_inner .post-meta {
  font-size: 14px;
  line-height: 1;
}
.single #single-page .post_inner .post-meta .post-date {
}
.single #single-page .post_inner .post-meta .fa {
  display: none;
}
.single #single-page .post_inner article header .post-meta .category:before {
  content: "｜";
}
.single #single-page .post_inner .eye-catch {
  width: 100%;
  margin-bottom: 2.5em;
}
.single #single-page .post_inner .eye-catch img {
  width: 100%;
}

.single #single-page .entry-content {
  font-size: 16px;
  /*font-family: こぶりなゴシック W6 JIS2004;*/
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 3rem;
}

.single #single-page .post_inner h2,
.single #single-page .post_inner h3,
.single #single-page .post_inner h4 {
  margin: 2em 0 .3em 0;
}
.single #single-page .post_inner h2 {
  font-size: 24px;
}
.single #single-page .post_inner h3 {
  font-size: 22px;
}
.single #single-page .post_inner h4 {
  font-size: 20px;
}
.single #single-page .post_inner img {
  display: block;
  width: 100% !important;
  margin: 2.5em auto 0 auto;
}
.single #single-page .post_inner .wp-caption {
	width: 100% !important;
	background-color: transparent;
	border: none;
}
.single #single-page .post_inner .wp-caption p {
	font-size: 11px;
	text-align: left;
	margin: 1em 0 3em 0;
}
.single #single-page .post_inner p a {
  color: #14985c;
}
.single #single-page .post_inner strong {
 
}
.navigation{
  width: 100%;
  margin: 0 auto;
  padding: 5em 0 7em 0;
  border-top: 2px solid #000;
}
.navigation > div.prev a,
.navigation > div.next a{
	font-size: 18px;
}



/* スマホ */
@media screen and (max-width:750px) {
 
  .single #single-page #archive-title {
    width: 96%;
    margin: 0 auto 10vw auto;
    padding: 0 0 1em 4%;
  }
  .single #single-page #archive-title + .back-to-index {
    right: 1em;
    font-size: 12px;
  }
  .single #single-page-inner {
    width: 95%;
    margin: 0 auto;
  }
  .single #single-page .post_inner .post {
    width: 92%;
    margin: 0 auto;
  }
  .single #single-page .post_inner article header {
    margin-bottom: 5vw;
  }
  .single #single-page .post_inner .eye-catch {
    margin-bottom: 5vw;
  }
  .single #single-page .post_inner .entry-title {
    font-size: 24px;
  }
  .single #single-page article header{

  }
  .single #single-page .post_inner .post-meta {
    font-size: 12px;
  }
  .single #single-page .entry-content {
    font-size: 14px;
  }
  .single #single-page .post_inner h2 {
    font-size: 19px;
  }
  .single #single-page .post_inner h3 {
    font-size: 17px;
  }
  .single #single-page .post_inner h4 {
    font-size: 15px;
  }

  .navigation {
    width: 80%;
    padding: 2em 10% 6em 10%;
  }
  .navigation > div.prev,
  .navigation > div.next{
    top: 4em;
  }
  .navigation > div.prev a,
  .navigation > div.next a{
    font-size: 13px;
  }
 
}



/*************************************************************************

** singleページ（お知らせ）

**************************************************************************/

.categoryid-3 {
 
}
.categoryid-3 #single-page-inner {
 
}
.categoryid-3 #single-page #archive-title {
 
}
.categoryid-3 #single-page .entry-content {
 padding: 0 5%;
}
.categoryid-3 #single-page .entry-content .post-meta {
	font-size: 14px;
}
.categoryid-3 #single-page .entry-content h1 {
 font-size: 28px;
 line-height: 1.5;
 text-align: left;
 text-justify: none;
 margin: 0;
}

.categoryid-3 #single-page .entry-content figure {
 display: block;
 margin: 2rem auto;
}
.categoryid-3 #single-page .entry-content img {
 display: block;
}



/* タブレット */
@media screen and (max-width:960px) {
 
}


/* スマホ */
@media screen and (max-width:750px) {
 
 .categoryid-3 #single-page .entry-content {
  margin: 0 auto;
		padding: 0;
 }
 .categoryid-3 #single-page #archive-title {
  font-size: 27px !important;
  margin: 0 auto 1em auto;
 }
 .categoryid-3 #single-page .entry-content h1 {
  font-size: 22px;
 }
	.categoryid-3 #single-page .entry-content {
		font-size: 14px;
	}
  
}



/*************************************************************************

** singleページ（FARMERS&MAKERS）

**************************************************************************/

.categoryid-30,
.categoryid-31,
.categoryid-34 {
  background-color: #e3d8c2;
}
.categoryid-30 #single-page-inner,
.categoryid-31 #single-page-inner,
.categoryid-34 #single-page-inner {
 
}
.categoryid-30 #single-page #archive-title,
.categoryid-31 #single-page #archive-title,
.categoryid-34 #single-page #archive-title {
  font-size: 38px;
  padding-bottom: 0;
  border: none;
}
.categoryid-30 #single-page #archive-title span,
.categoryid-31 #single-page #archive-title span,
.categoryid-34 #single-page #archive-title span {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: max-content;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.categoryid-30 #single-page #archive-title + .back-to-index,
.categoryid-31 #single-page #archive-title + .back-to-index,
.categoryid-34 #single-page #archive-title + .back-to-index {
  display: none;
}
.categoryid-30 #single-page .post_inner article,
.categoryid-31 #single-page .post_inner article,
.categoryid-34 #single-page .post_inner article {
  position: relative;
  left: 20px;
  top: 20px;
  width: 70%;
  background-color: #fff;
  margin: 0 auto 5rem auto;
  padding: 0;
  border-radius: 20px;
}
.categoryid-30 #single-page .entry-content,
.categoryid-31 #single-page .entry-content,
.categoryid-34 #single-page .entry-content {
  position: relative;
  left: -20px;
  top: -20px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 2px solid #000;
  border-radius: 20px;
}
.categoryid-30 #single-page .entry-content .entry-content-inner,
.categoryid-31 #single-page .entry-content .entry-content-inner,
.categoryid-34 #single-page .entry-content .entry-content-inner {
  padding: 5% 10%;
}
.categoryid-30 #single-page .entry-content .post-meta,
.categoryid-31 #single-page .entry-content .post-meta,
.categoryid-34 #single-page .entry-content .post-meta {
	display: none;
}
.categoryid-30 #single-page .entry-content h1.entry-title,
.categoryid-31 #single-page .entry-content h1.entry-title,
.categoryid-34 #single-page .entry-content h1.entry-title {
  position: absolute;
  left: -160px;
  top: 1em;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  text-justify: none;
  -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  margin: 0;
}
.categoryid-30 #single-page .entry-content h1 span.pref,
.categoryid-31 #single-page .entry-content h1 span.pref,
.categoryid-34 #single-page .entry-content h1 span.pref {
  display: block;
  font-size: 24px;
  margin-left: 10px;
}
.categoryid-30 #single-page .entry-content .farmers-name,
.categoryid-31 #single-page .entry-content .farmers-name,
.categoryid-34 #single-page .entry-content .farmers-name {
  font-size: 18px;
  font-weight: bold;
}
.categoryid-30 #single-page .entry-content .farmers-name span,
.categoryid-31 #single-page .entry-content .farmers-name span,
.categoryid-34 #single-page .entry-content .farmers-name span {
  font-size: 14px;
}
.categoryid-30 #single-page .entry-content dl,
.categoryid-31 #single-page .entry-content dl,
.categoryid-34 #single-page .entry-content dl {
  display: block;
  margin: 2rem auto 4rem auto;
}
.categoryid-30 #single-page .entry-content dl dt,
.categoryid-31 #single-page .entry-content dl dt,
.categoryid-34 #single-page .entry-content dl dt {
  font-size: 20px;
  margin-bottom: 1em;
}
.categoryid-30 #single-page .entry-content dl dd,
.categoryid-31 #single-page .entry-content dl dd,
.categoryid-34 #single-page .entry-content dl dd {
  font-size: 16px;
}
.categoryid-30 #single-page .entry-content dl.tags dt,
.categoryid-31 #single-page .entry-content dl.tags dt,
.categoryid-34 #single-page .entry-content dl.tags dt {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1em;
}
.categoryid-30 #single-page .entry-content dl.tags dd .tag,
.categoryid-31 #single-page .entry-content dl.tags dd .tag,
.categoryid-34 #single-page .entry-content dl.tags dd .tag {
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-right: 1em;
  padding: 0.5em 1em;
  border: 2px solid #000;
  border-radius: 18px;
}
.categoryid-30 #single-page .entry-content figure,
.categoryid-31 #single-page .entry-content figure,
.categoryid-34 #single-page .entry-content figure {
  display: block;
  margin: 2rem auto;
}
.categoryid-30 #single-page .entry-content figure.eye-catch,
.categoryid-31 #single-page .entry-content figure.eye-catch,
.categoryid-34 #single-page .entry-content figure.eye-catch {
  margin: 0 auto;
}
.categoryid-30 #single-page .entry-content figure.eye-catch img,
.categoryid-31 #single-page .entry-content figure.eye-catch img,
.categoryid-34 #single-page .entry-content figure.eye-catch img {
  margin: 0;
  border-radius: 18px 18px 0 0;
}
.categoryid-30 #single-page .entry-content iframe,
.categoryid-31 #single-page .entry-content iframe,
.categoryid-34 #single-page .entry-content iframe {
  display: block;
  aspect-ratio: 16/9;
  margin-top: 10px;
}
.categoryid-30 #single-page .entry-content dl.recipe,
.categoryid-31 #single-page .entry-content dl.recipe,
.categoryid-34 #single-page .entry-content dl.recipe {
  margin-bottom: 0;
  padding: 40px;
  border-top: 2px solid #000;
}
.categoryid-30 #single-page .entry-content img,
.categoryid-31 #single-page .entry-content img,
.categoryid-34 #single-page .entry-content img {
  display: block;
}
.categoryid-30 #single-page .entry-content p img,
.categoryid-31 #single-page .entry-content p img,
.categoryid-34 #single-page .entry-content p img {
  margin: 10px auto 0 auto;
}
.categoryid-30 #single-page article dl.profile,
.categoryid-31 #single-page article dl.profile,
.categoryid-34 #single-page article dl.profile {
  padding: 20px 40px 40px 40px;
}
.categoryid-30 #single-page article dl.profile dt,
.categoryid-31 #single-page article dl.profile dt,
.categoryid-34 #single-page article dl.profile dt {
  font-size: 18px;
  margin-bottom: 1em;
}
.categoryid-30 #single-page article dl.profile dd,
.categoryid-31 #single-page article dl.profile dd,
.categoryid-34 #single-page article dl.profile dd {
  font-size: 14px;
}
.categoryid-30 #single-page .navigation,
.categoryid-31 #single-page .navigation,
.categoryid-34 #single-page .navigation {
  padding-top: 0;
  border-top: none;
}
.categoryid-30 #single-page .navigation .prev,
.categoryid-31 #single-page .navigation .prev,
.categoryid-34 #single-page .navigation .prev,
.categoryid-30 #single-page .navigation .next,
.categoryid-31 #single-page .navigation .next,
.categoryid-34 #single-page .navigation .next {
  display: none;
}
.categoryid-30 #single-page .navigation .back-to-index a,
.categoryid-31 #single-page .navigation .back-to-index a,
.categoryid-34 #single-page .navigation .back-to-index a {
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #000;
}


/* タブレット */
@media screen and (max-width:960px) {
 
}


/* スマホ */
@media screen and (max-width:750px) {
  
  .categoryid-30 #single-page-inner,
  .categoryid-31 #single-page-inner,
  .categoryid-34 #single-page-inner{
    width: 90%;
    margin: 0 auto;
  }
  .categoryid-30 #single-page .post_inner .post,
  .categoryid-31 #single-page .post_inner .post,
  .categoryid-34 #single-page .post_inner .post {
    width: 100%;
    margin: 0;
  }
  .categoryid-30 #single-page .entry-content,
  .categoryid-31 #single-page .entry-content,
  .categoryid-34 #single-page .entry-content {
    margin: 0 auto;
    padding: 0;
  }
  .categoryid-30 #single-page .entry-content dl,
  .categoryid-31 #single-page .entry-content dl,
  .categoryid-34 #single-page .entry-content dl {
    margin: 2rem auto;
  }
  .categoryid-30 #single-page .entry-content .entry-content-inner,
  .categoryid-31 #single-page .entry-content .entry-content-inner,
  .categoryid-34 #single-page .entry-content .entry-content-inner {
    padding: 10vw 5vw;
  }
  .categoryid-30 #single-page #archive-title,
  .categoryid-31 #single-page #archive-title,
  .categoryid-34 #single-page #archive-title {
    width: 100%;
    font-size: 27px !important;
    margin: 0 auto 4em auto;
    padding-left: 0;
  }
  .categoryid-30 #single-page #archive-title span,
  .categoryid-31 #single-page #archive-title span,
  .categoryid-34 #single-page #archive-title span {
    position: inherit;
    right: inherit;
    top: inherit;
    width: auto;
    height: inherit;
    font-size: 17px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin-top: 1em;
  }
  .categoryid-30 #single-page .post_inner article,
  .categoryid-31 #single-page .post_inner article,
  .categoryid-34 #single-page .post_inner article {
    left: 5vw;
    top: 5vw;
    width: 95%;
    margin: 0 0 3rem 0;
  }
  .categoryid-30 #single-page .entry-content,
  .categoryid-31 #single-page .entry-content,
  .categoryid-34 #single-page .entry-content {
    left: -5vw;
    top: -5vw;
    width: 100%;
  }
  .categoryid-30 #single-page .entry-content h1.entry-title,
  .categoryid-31 #single-page .entry-content h1.entry-title,
  .categoryid-34 #single-page .entry-content h1.entry-title {
    left: 0;
    top: -4em;
    font-size: 17px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin: 0;
  }
  .categoryid-30 #single-page .entry-content h1.entry-title span,
  .categoryid-31 #single-page .entry-content h1.entry-title span,
  .categoryid-34 #single-page .entry-content h1.entry-title span {
    font-size: 12px;
    margin: 0 0 0.5em 0;
  }
  .categoryid-30 #single-page .entry-content,
  .categoryid-31 #single-page .entry-content,
  .categoryid-34 #single-page .entry-content {
    font-size: 12px;
  }
  .categoryid-30 #single-page .entry-content .farmers-name,
  .categoryid-31 #single-page .entry-content .farmers-name,
  .categoryid-34 #single-page .entry-content .farmers-name {
    font-size: 15px;
  }
  .categoryid-30 #single-page .entry-content .farmers-name span,
  .categoryid-31 #single-page .entry-content .farmers-name span,
  .categoryid-34 #single-page .entry-content .farmers-name span {
    font-size: 11px;
  }
  .categoryid-30 #single-page .entry-content dl dt,
  .categoryid-31 #single-page .entry-content dl dt,
  .categoryid-34 #single-page .entry-content dl dt {
    font-size: 15px;
  }
  .categoryid-30 #single-page .entry-content dl dd,
  .categoryid-31 #single-page .entry-content dl dd,
  .categoryid-34 #single-page .entry-content dl dd {
    font-size: 12px;
  }
  .categoryid-30 #single-page .entry-content dl.tags dt,
  .categoryid-31 #single-page .entry-content dl.tags dt,
  .categoryid-34 #single-page .entry-content dl.tags dt {
    font-size: 10px;
  }
  .categoryid-30 #single-page .entry-content dl.tags dd .tag,
  .categoryid-31 #single-page .entry-content dl.tags dd .tag,
  .categoryid-34 #single-page .entry-content dl.tags dd .tag {
    font-size: 10px;
    padding: 0.4em 0.6em;
    border-radius: 10px;
  }
  .categoryid-30 #single-page .entry-content dl.recipe,
  .categoryid-31 #single-page .entry-content dl.recipe,
  .categoryid-34 #single-page .entry-content dl.recipe {
    margin-top: 0;
    padding: 10vw 5vw;
  }
  .categoryid-30 #single-page article dl.profile,
  .categoryid-31 #single-page article dl.profile,
  .categoryid-34 #single-page article dl.profile {
    padding: 0vw 5vw 5vw 5vw;
  }
  .categoryid-30 #single-page article dl.profile dt,
  .categoryid-31 #single-page article dl.profile dt,
  .categoryid-34 #single-page article dl.profile dt {
    font-size: 13px;
    margin-bottom: 0.5em;
  }
  .categoryid-30 #single-page article dl.profile dd,
  .categoryid-31 #single-page article dl.profile dd,
  .categoryid-34 #single-page article dl.profile dd {
    font-size: 10px;
  }
  
}



/*************************************************************************

** 404

**************************************************************************/

.error404 {
}
.error404 .msg {
 width: 90%;
 margin: 100px auto 150px auto;
}
.error404 .msg .entry-title {
 font-size: 30px;
 text-align: center;
 margin: 0;
}
.error404 .msg .msg-inner {
 width: 80%;
 text-align: center;
 margin: 0 auto;
}
.error404 .msg .msg-inner p {
 font-size: 16px;
 line-height: 2.0em;
}
.error404 .msg .btn-single {
 width: 260px;
 margin: 50px auto;
}



/* スマホ */
@media screen and (max-width:960px) {
 .error404 .msg {
  display: block;
  width: 100%;
  margin: 10vw auto 15vw auto;
 }
 .error404 .msg .entry-title {
  font-size: 30px;
  margin: 0 auto;
 }
 .error404 .msg .msg-inner {
  margin: 0 auto;
 }
}
