@charset "utf-8";

/*-----
 * Default Layout
 */

/**
 * トップページ
 */
#top:before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/leaf_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	content: "";
}
/*
 * メイン
 */
#main {
	height: 688px;
	background: url(../img/main_bg.png) repeat-x 0 0;
}
#main .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background: url(../img/main_leaf.png) no-repeat 50% 0;
}
#main h2 {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/main.png) no-repeat 50% 0;
	text-indent: 100%;
	white-space: nowrap;
}
/*
 * 長命草とは
 */
#about p {
	color: #00215b;
}
#about .intro {
	background: #fff url(../img/about_intro_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#about .intro .inner {
	position: relative;
	min-height: 1000px;
	padding-top: 93px;
}
#about .intro h2 {
	margin-bottom: 78px;
}
#about .intro p {
	font-size: 180%;
	font-weight: 700;
	line-height: 220%;
	text-align: center;
}
#about .intro p.caption {
	position: absolute;
	right: 20px;
	bottom: 44px;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	line-height: 120%;
	text-align: right;
	text-shadow: 0 2px 7px #000;
}
/* 成分 */
#about .desc {
	display: table;
	width: 980px;
	padding-top: 52px;
	padding-bottom: 55px;
	border-collapse: separate;
	border-spacing: 20px;
}
#about .desc div {
	display: table-cell;
	position: relative;
	width: 410px;
	padding: 32px 20px 382px 30px;
	background: #fff;
	background-color: rgba(255,255,255,0.8);
}
#about .desc div:first-child {
	padding-bottom: 412px;
}
#about .desc h3 {
	margin-bottom: 15px;
	font-size: 280%;
	line-height: 130%;
}
#about .desc p {
	line-height: 200%;
}
#about .desc p:after {
	display: block;
	position: absolute;
	left: 34px;
	bottom: 26px;
	background: url(../img/about_comp.png) no-repeat 0 100%;
	content: "";
}
#about .desc .component p:after {
	width: 393px;
	height: 368px;
}
#about .desc .polyphenol p:after {
	width: 394px;
	height: 318px;
	background-position: 100% 100%;
}
/*
 * 商品紹介
 */
/* 概要 */
#product #pro-intro {
	position: relative;
	background-size: cover;
}
#product #pro-intro .inner {
	position: relative;
	z-index: 10;
	padding: 230px 0 80px;
}
#product #pro-intro h2 {
	position: absolute;
	top: 80px;
	left: auto;
	right: auto;
	width: 940px;
	color: #fff;
}
#product #pro-intro h2 span.b {
	padding-left: 0.8em;
	padding-right: 0.8em;
	border-color: #fff;
}
#product #pro-intro #pro-drink p.lead {
	margin-bottom: 100px;
	color: #fff;
	font-size: 240%;
	line-height: 190%;
	padding-top: 90px;
}

#product #pro-intro .pro-block {
	margin-top: 0;
    padding-top: 0;
}
#product #pro-intro #pro-drink{
	background-image: url(../img/pro_intro_drink.png);
	background-position: left 5px;
	max-width: 700px;
	box-sizing: border-box;
    margin: 0 auto;
	padding-left: 230px;
	min-height: 350px;
}
/*#product #pro-intro #pro-drink > div{
	padding-left: 230px;
}*/
/* 概要（背景ぼかし） */
#product #pro-intro .bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	/*background: url(../img/pro_intro_bg_blur.jpg) no-repeat 50% 50% fixed;*/
	background-image: linear-gradient(#000, #8e8e8e);
	mix-blend-mode: multiply;
	background-size: cover;
	opacity: 0;
	transition: opacity 0.7s ease;
}
#product #pro-intro .bg.fixed {
	opacity: .4;
}
#product #pro-intro.fixed h2 {
	position: fixed;
	top: 80px;
}
#product #pro-intro.flow h2 {
	top: auto;
	bottom: 709px;
}
/* タブレット表示 */
#product #pro-intro.tablet {
	margin-bottom: -50px;
	background-position: 50% 0;
	background-attachment: scroll;
	background-size: auto;
}
#product #pro-intro.tablet .bg {
	display: none;
}
#product #pro-intro.tablet .inner {
	padding: 760px 0 0;
}
#product #pro-intro.tablet p.lead {
	margin-bottom: 80px;
	text-shadow: 0 0 7px #000;
}
/* お知らせ */
#product #notice-sales {
    margin: -43px 60px 72px;
    padding: 20px 0 26px;
	border: 1px solid #008a66;
	border-width: 1px 0;
	text-align: center;
}
#product #notice-sales h3 {
	margin: 0 0 12px;
	color: #008a66;
	font-size: 20px;
	line-height: 1.5;
}
#product #notice-sales p {
	font-size: 18px;
	line-height: 165%;
	letter-spacing: 0;
}
/* 商品説明 */
#product .pro-block {
	overflow: hidden;
	margin-top: 110px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#product .pro-block h2 {
	margin-bottom: 70px;
}
#product .pro-block h3 {
	margin-bottom: 40px;
	font-size: 300%;
	text-align: center;
}
#product .pro-block > div {
	position: relative;
	margin: 0 30px 80px 0;
	padding-left: 400px;
	background-repeat: no-repeat;
	background-position: 28px 5px;
}
#product .pro-block p.lead {
	margin: 0 0 15px 20px;
	text-align: left;
}
#product .pro-block p.copy {
	margin: 0 0 30px 20px;
	color: #00215b;
	font-size: 160%;
	font-weight: 700;
	line-height: 210%;
}
/* オンラインショップボタン */
#product .pro-block .to-shop {
	position: absolute;
	left: 70px;
	bottom: 0;
	width: 270px;
	font-size: 200%;
	letter-spacing: 0;
}
#product .pro-block .to-shop a {
	width: 100%;
	margin-top: 7px;
	padding: 18px 0 18px 67px;
	border-width: 2px;
	border-radius: 10px;
}
#product .pro-block .to-shop a.btn-shop {
	background-position: 20px 11px;
}
#product .pro-block .to-shop a.btn-rp {
	background-position: 14px 14px;
}
#product .pro-block .to-shop a.btn-shop:hover {
	background-position: -280px 11px;
}
#product .pro-block .to-shop a.btn-rp:hover {
	background-position: -286px 14px;
}
/* 停止中 */
#product .pro-block .to-shop .suspended {
	display: block;
	position: relative;
	margin-top: 7px;
	pointer-events: none;
}
#product .pro-block .to-shop .suspended a {
	margin-top: 0;
}
#product .pro-block .to-shop .suspended-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.2em 0 0 0.3em;
	border: 2px solid rgba(106,106,106,0.8);
	border-radius: 10px;
	background-color: rgba(211,211,211,0.8);
	color: #383838;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.3em;
}
/* 成分 */
#product .component {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 260px;
	padding: 34px 0 30px 30px;
	border-radius: 20px;
	background-color: #008a66;
	color: #fff;
}
#product .component > h4 {
	display: none;
}
#product .component dl {
	padding: 0 0 26px 235px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#product .component dt {
	font-size: 130%;
	font-weight: 700;
}
#product .component dt:before {
	content: "■";
}
#product .component dd {
	font-size: 130%;
}
#product .component ul {
	margin-left: 20px;
}
#product .component li {
	margin-bottom: 5px;
}
/* タブレット */
#product #pro-tablet {
	min-height: 570px;
	background-image: url(../img/pro_tablet.png);
}
#product #pro-tablet p.lead {
	padding-top: 35px;
}
#product #pro-tablet p.copy {
	padding-bottom: 15px;
}
#product #pro-tablet .component dl {
	background-image: url(../img/pro_tablet_amount.png);
}
/* ドリンク */
#product #pro-drink {
	min-height: 560px;
	margin-bottom: 0;
	background-image: url(../img/pro_drink.png);
}
#product #pro-drink p.lead {
	padding-top: 20px;
}
#product #pro-drink .component dl {
	padding: 0 0 15px 225px;
	background-image: url(../img/pro_drink_amount.png);
}
#product #pro-drink .component p.btn {
	margin: 10px 0 0 -15px;
}
#product #pro-drink .component a {
	display: inline-block;
	padding: 10px 14px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.2px;
}
#product #pro-drink .component a:hover {
	color: #008a66;
	background-color: #fff;
}
#product #pro-drink .component a:after {
	padding-left: 5px;
	content: "▶";
}
#product #cartcan {
	display: none;
	position: absolute;
	top: 120px;
	left: 136px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 624px;
	padding: 18px 0 22px 32px;
	border: 4px solid #008a66;
	border-radius: 20px;
	background: #fff url(../img/pro_cartcan.png) no-repeat 372px 64px;
}
#product #cartcan h4 {
	color: #008a66;
	font-size: 200%;
}
#product #cartcan p {
	margin-top: 20px;
	padding-right: 260px;
	color: #000;
}
#product #cartcan p.close {
	overflow: hidden;
	position: absolute;
	right: 38px;
	bottom: 22px;
	width: 82px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(../img/pro_close.gif) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
#product #cartcan p.close:hover {
	opacity: 0.7;
}
/* パウダー */
#product h3#pro-powder-h {
	padding-top: 80px;
}
#product #pro-powder {
	min-height: 580px;
	margin-bottom: 40px;
	background-image: url(../img/pro_powder.png);
}
#product #pro-powder p.lead {
	padding-top: 60px;
}
#product #pro-powder p.copy {
	padding-bottom: 40px;
}
#product #pro-powder .component dl {
	background-image: url(../img/pro_powder_amount.png);
}
/* レシピバナー */
#product p.to-recipe a {
	overflow: hidden;
	display: block;
	width: 856px;
	height: 230px;
	margin: 0 auto 44px;
	border: 6px solid #ed6d46;
	background: url(../img/banner_recipe.jpg) no-repeat 50% 0;
	text-indent: 100%;
	white-space: nowrap;
}
#product p.to-recipe a:hover {
	opacity: 0.8;
}
/*
 * 栽培方法、食と文化　共通
 */
#cultivation,
#culture {
	padding-top: 65px;
}
#cultivation .inner,
#culture .inner {
	padding-top: 50px;
	padding-bottom: 40px;
}
#cultivation h2,
#culture h2 {
	margin-bottom: 50px;
}
#cultivation p,
#culture p {
	margin-bottom: 30px;
	color: #00215b;
	font-size: 160%;
	font-weight: 700;
	line-height: 200%;
	text-align: center;
}
#cultivation figure.block,
#culture figure.block {
	overflow: hidden;
	float: none;
	position: relative;
}
#cultivation figure img,
#culture figure img {
	border-radius: 10px;
}
#cultivation figcaption,
#culture figcaption {
	margin: 5px 0 0 6px;
	color: #555;
	font-size: 120%;
	line-height: 120%;
}
/*
 * 栽培方法
 */
#cultivation figure.block {
	padding-left: 462px;
}
#cultivation figure.block figure {
	margin: 12px 0 0 18px;
}
#cultivation figure.block figure.choumeisou {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 22px;
}
/*
 * 食と文化
 */
#culture h2 span.b {
	padding-left: 0.8em;
	padding-right: 0.8em;
}
#culture figure.block figure {
	float: left;
	margin-left: 28px;
}
/*
 * CSR
 */
#ecology {
	padding: 68px 0 78px;
}
#ecology .inner {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #fff;
}
#ecology h2 {
	margin-bottom: 50px;
	font-size: 280%;
}
#ecology div.desc {
	overflow: hidden;
	width: 820px;
	margin: 0 auto;
}
#ecology div.desc p {
	float: left;
	width: 400px;
	margin-right: 18px;
	color: #00215b;
	line-height: 200%;
}
#ecology figure {
	float: left;
	width: 402px;
}
#ecology figcaption {
	margin: 5px 0 0 3px;
	color: #555;
	font-size: 120%;
	line-height: 120%;
}
/*
 * その他
 */
#other {
	background: #fff url(../img/other_bg.jpg) no-repeat 50% 5%;
	background-size: cover;
}
#other .inner {
	padding: 150px 0 160px;
}
/* お問い合わせ先 */
#other .contact {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px #000;
}
#other .contact h3 {
	display: inline-block;
	padding: 9px 0 12px;
	color: inherit;
	font-size: 180%;
	font-weight: 500;
	line-height: 100%;
}
#other .contact p {
	padding-top: 5px;
	font-size: 120%;
	line-height: 100%;
	letter-spacing: 1px;
}
#other .contact p a {
	color: inherit;
	text-decoration: none;
}
#other .contact p span.tel {
	display: inline-block;
	min-height: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
	background: url(../img/free_dial.png) no-repeat 0 75%;
	font-size: 300%;
	line-height: 100%;
}
/* Default Layout */


/*-----
 *  Mobile Layout: 480px, 320px
 */
@media screen and (max-width:767px) {
	/**
	 * トップページ
	 */
	#top:before {
		display: none;
	}
	/*
	 * メイン
	 */
	#main {
		height: 504px;
		background-image: url(../img/sp_main_bg.png);
		background-size: auto 504px;
	}
	#main .inner {
		background-image: url(../img/sp_main_leaf.png);
		background-size: 630px auto;
	}
	#main h2 {
		background-image: url(../img/sp_main.png);
		background-size: 320px auto;
	}
	/*
	 * 長命草とは
	 */
	#about .intro {
		background-image: url(../img/sp_about_intro_bg.jpg);
	}
	#about .intro .inner {
		height: 560px;
		min-height: inherit;
		padding-top: 63px;
	}
	#about .intro h2 {
		margin-bottom: 16px;
	}
	#about .intro p {
		width: 280px;
		margin: 0 auto 20px;
		font-size: 12px;
		line-height: 175%;
		text-align: left;
		white-space: nowrap;
	}
	#about .intro p.caption {
		right: 10px;
		bottom: 10px;
		width: auto;
		margin: 0;
		font-size: 9px;
	}
	/* 成分 */
	#about .desc {
		display: block;
		width: auto;
		padding-top: 29px;
		padding-bottom: 22px;
		background: url(../img/sp_leaf_bg.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#about .desc div {
		display: block;
		width: auto;
		margin: 0 18px 20px;
		padding: 20px 15px 26px;
	}
	#about .desc div:first-child {
		padding-bottom: 20px;
	}
	#about .desc h3 {
		font-size: 18px;
	}
	#about .desc p {
		font-size: 12px;
		line-height: 165%;
		letter-spacing: 0;
	}
	#about .desc p:after {
		position: static;
		margin: 18px auto 0;
		background-image: url(../img/sp_about_comp.png);
		background-size: 250px auto;
	}
	#about .desc .component p:after {
		width: 250px;
		height: 234px;
		background-position: 0 0;
	}
	#about .desc .polyphenol p:after {
		width: 250px;
		height: 203px;
		background-position: 0 100%;
	}
	/*
	 * 商品紹介
	 */
	/* 概要 */
	#product #pro-intro {
		background: url(../img/sp_pro_intro_bg.jpg) no-repeat 50% 0;
		background-size: 375px auto;
	}
	#product #pro-intro #pro-drink{
		background-image: none;
		padding-left: 0;
		
	}
	#product #pro-intro .inner {
		padding: 66px 0 0;
	}
	#product #pro-intro h2 {
		position: static !important;
		width: auto;
	}
	#product #pro-intro #pro-drink{
		padding-top: 400px;
	}
	#product #pro-intro #pro-drink p.lead {
		margin-bottom: 5px;
		padding-top: 320px;
		color: #00215b;
		font-size: 14px;
		text-align: center;
	}
	
	/* 概要（背景ぼかし） */
	#product #pro-intro .bg {
		display: none;
	}
	/* お知らせ */
	#product #notice-sales {
		width: 100%;
    	margin: -30px 0 40px;
    	padding: 12px 0 14px;
	}
	#product #notice-sales h3 {
		margin-bottom: 4px;
		font-size: 15px;
	}
	#product #notice-sales p {
		font-size: 13px;
		line-height: 180%;
	}
	/* 商品説明 */
	#product .pro-block {
		margin-top: 0;
		padding-top: 35px;
	}
	#product .pro-block h2 {
		display: none;
	}
	#product .pro-block h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	#product .pro-block > div {
		width: 320px;
		min-height: inherit !important;
		margin: 0 auto 60px;
		padding: 0;
		background-position: 50% 0;
		background-size: 300px auto;
	}
	#product .pro-block p.lead {
		margin: 0 0 10px 15px;
		padding-top: 0 !important;
		font-size: 16px;
		line-height: 150%;
	}
	#product .pro-block p.copy {
		margin: 0 0 20px 15px;
		padding-bottom: 0 !important;
		font-size: 12px;
		line-height: 165%;
		letter-spacing: 0;
	}
	/* オンラインショップボタン */
	#product .pro-block .to-shop {
		position: static;
		width: 300px;
		margin: 0 auto;
		font-size: 22px;
		letter-spacing: 0;
	}
	#product .pro-block .to-shop a {
		padding: 20px 0 20px 75px;
		background-position: 23px 12px !important;
		background-size: 39px auto;
		color: #008a66 !important;
	}
	#product .pro-block .to-shop a.btn-rp {
		background-position: 17px 16px !important;
		background-size: 52px auto;
	}
	/* 停止中 */
	#product .pro-block .to-shop .suspended-cover {
		font-size: 20px;
	}
	/* 成分 */
	#product .component {
		min-height: inherit;
		margin: 0 10px 15px;
		padding: 0;
		border-radius: 0;
	}
	#product .component > h4 {
		display: block;
		padding: 10px 0;
		font-family: "kozuka-mincho-pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 15px;
		text-align: center;
		cursor: pointer;
	}
	#product .component > h4:before,
	#product .component > h4:after {
		padding: 0 10px;
		font-size: 13px;
		content: "▼";
	}
	#product .component > div {
		display: none;
		padding-bottom: 15px;
	}
	#product .component.open > h4:before,
	#product .component.open > h4:after {
		content: "▲";
	}
	#product .component.open > div {
		display: block;
	}
	#product .component dl {
		padding: 179px 0 15px 25px !important;
		background-position: 50% 0;
		background-size: 300px auto;
	}
	#product .component dt {
		font-size: 12px;
	}
	#product .component dd {
		font-size: 12px;
	}
	#product .component ul {
		margin-left: 40px;
	}
	#product .component li {
		font-size: 12px;
		line-height: 140%;
	}
	/* タブレット */
	#product #pro-tablet {
		padding-top: 272px;
		background-image: url(../img/sp_pro_tablet.jpg);
	}
	#product #pro-tablet .component dl {
		background-image: url(../img/sp_pro_tablet_amount.png);
	}
	/* ドリンク */
	#product #pro-drink {
		padding-top: 246px;
		background-image: url(../img/sp_pro_drink.jpg);
	}
	#product #pro-drink .component dl {
		background-image: url(../img/sp_pro_drink_amount.png);
	}
	#product #pro-drink .component p.btn {
		margin: 20px 14px 0;
		font-size: 12px;
		line-height: 135%;
		text-align: center;
	}
	#product #pro-drink .component a {
		display: block;
		position: relative;
		padding: 6px 44px 6px 14px;
		border-width: 2px;
		text-align: left;
		letter-spacing: 0;
	}
	#product #pro-drink .component a:after {
		position: absolute;
		top: 15px;
		right: 0;
		padding: 0 10px 0 0;
		font-size: 150%;
	}
	#product #cartcan {
		top: auto;
		left: auto;
		right: auto;
		bottom: 0;
		width: 300px;
		padding: 12px 0 30px 15px;
		border-width: 2px;
		border-radius: 10px;
		background: #fff url(../img/sp_pro_cartcan.png) no-repeat 210px 66px;
		background-size: 75px auto;
	}
	#product #cartcan h4 {
		font-size: 15px;
		line-height: 135%;
	}
	#product #cartcan p {
		margin-top: 15px;
		padding-right: 105px;
		font-size: 12px;
	}
	#product #cartcan p.close {
		left: 102px;
		right: auto;
		bottom: -12px;
		width: 95px;
		height: 33px;
		background-image: url(../img/sp_pro_close.png);
		background-size: 95px auto;
		opacity: 1;
	}
	/* パウダー */
	#product h3#pro-powder-h {
		padding-top: 60px;
	}
	#product #pro-powder {
		margin-bottom: 14px;
		padding-top: 315px;
		background-image: url(../img/sp_pro_powder.jpg);
	}
	#product #pro-powder .component dl {
		background-image: url(../img/sp_pro_powder_amount.png);
	}
	/* レシピバナー */
	#product p.to-recipe a {
		width: 292px;
		height: 236px;
		margin-bottom: 0;
		border-width: 4px;
		background-image: url(../img/sp_banner_recipe.jpg);
		background-size: contain;
	}
	#product p.to-recipe a:hover {
		opacity: 1;
	}
	/*
	 * 栽培方法、食と文化　共通
	 */
	#cultivation,
	#culture {
		background-color: #fff;
	}
	#cultivation .inner,
	#culture .inner {
		padding: 0;
	}
	#cultivation h2,
	#culture h2 {
		margin-bottom: 28px;
	}
	#cultivation p,
	#culture p {
		width: 300px;
		margin: 0 auto 20px;
		font-size: 12px;
		line-height: 165%;
		text-align: left;
	}
	#cultivation figure.block,
	#culture figure.block {
		width: 320px;
		margin: 0 auto;
		text-align: right;
	}
	#cultivation figure.block figure,
	#culture figure.block figure {
		width: 155px;
		margin: 0;
		padding-bottom: 8px;
	}
	#cultivation figure img,
	#culture figure img {
		border-radius: 5px;
	}
	#cultivation figcaption,
	#culture figcaption {
		margin: 3px 2px 0 0;
		font-size: 9px;
		white-space: nowrap;
	}
	/*
	 * 栽培方法
	 */
	#cultivation .inner {
		position: relative;
		padding-bottom: 310px;
		background: url(../img/sp_culti_choumeisou.jpg) no-repeat 50% 100%;
		background-size: 100% auto;
	}
	#cultivation figure.block {
		position: static;
		padding-left: 0;
	}
	#cultivation figure.block figure:before {
		display: block;
		width: 145px;
		height: 130px;
		margin-left: 10px;
		border-radius: 5px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 145px auto;
		content: "";
	}
	#cultivation figure.block img {
		display: none;
	}
	#cultivation figcaption {
		text-shadow: 0 0 2px #fff, 0 0 2px #fff;
	}
	/* 与那国薬草園 */
	#cultivation figure.block figure.yonaguni {
		width: 310px;
	}
	#cultivation figure.block figure.yonaguni:before {
		width: 300px;
		height: 215px;
		background-image: url(../img/sp_culti_yonaguni.jpg);
		background-size: 300px auto;
	}
	/* 長命草 */
	#cultivation figure.block figure.choumeisou {
		top: auto;
		left: auto;
		right: 10px;
		bottom: 0;
		width: 100%;
		margin: 0;
	}
	#cultivation figure.block figure.choumeisou:before {
		display: none;
	}
	#cultivation figure.block figure.choumeisou figcaption {
		color: #fff;
		text-align: right;
		text-shadow: 0 2px 7px #000;
	}
	/*
	 * 食と文化
	 */
	#culture {
		padding-bottom: 35px;
	}
	#culture figure.block figure {
		float: none;
	}
	#culture figure.block img {
		width: 145px;
		height: auto;
	}
	/* 小鉢 */
	#culture figure.block figure.seasoned {
		width: 310px;
	}
	#culture figure.block figure.seasoned:before {
		display: block;
		width: 300px;
		height: 175px;
		margin-left: 10px;
		border-radius: 5px;
		background: url(../img/sp_culture_seasoned.jpg) no-repeat 0 0;
		background-size: 300px auto;
		content: "";
	}
	#culture figure.block figure.seasoned img {
		display: none;
	}
	/* ゼリー */
	#culture figure.block figure.jelly {
		position: absolute;
		top: 0;
		right: 10px;
	}
	/*
	 * CSR
	 */
	#ecology {
		padding: 37px 23px 46px;
		background: url(../img/sp_leaf_bg.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	#ecology .inner {
		padding-top: 24px;
		padding-bottom: 25px;
	}
	#ecology h2 {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: 140%;
		text-align: center;
	}
	#ecology div.desc {
		width: auto;
	}
	#ecology div.desc p {
		float: none;
		width: auto;
		margin: 0 17px 20px;
		font-size: 12px;
		line-height: 170%;
		letter-spacing: 0;
	}
	#ecology figure {
		float: none;
		width: 230px;
		margin: 0 auto;
		padding-top: 170px;
		background: url(../img/sp_eco_img.jpg) no-repeat 50% 0;
		background-size: auto 170px;
	}
	#ecology figure img {
		display: none;
	}
	#ecology figcaption {
		margin: 3px 2px 0 0;
		font-size: 9px;
		text-align: right;
	}
	/*
	 * その他
	 */
	#other {
		background-image: url(../img/sp_other_bg.jpg);
	}
	#other .inner {
		padding: 100px 0 120px;
	}
	/* お問い合わせ先 */
	#other .contact > div {
		display: inline-block;
		margin: 0 auto;
	}
	#other .contact h3 {
		display: block;
		padding: 10px 0 0;
		font-size: 15px;
		font-weight: 700;
	}
	#other .contact p {
		font-size: 15px;
		line-height: 165%;
		text-align: center;
	}
	#other .contact p span.tel {
		min-height: inherit;
		margin-bottom: 2px;
		padding: 0 0 0 39px;
		background-image: url(../img/sp_free_dial.png);
		background-size: 32px auto;
		font-size: 27px;
	}
	#other .contact p span.gothic {
		display: inline-block;
		padding: 4px 0;
		font-size: 12px;
		line-height: 160%;
	}
} /* Mobile Layout */
