@charset "utf-8";
*{
	/* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
#wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* 固定ボタン */
#float-btn-main2 {
	width: 90%;
	margin: 0 auto 20%;
}
#float-btn-main2 a{
	display: block;
	line-height: 0;
}
#float-btn-main2 a img{
	width: 100%;
}
#float-btn-up-down2 {
	width: 50%;
	margin: 0 auto;
}
#float-btn-up-down2 a:nth-child(1){margin: 0px 0 8px 0;display: block;line-height: 0;}
#float-btn-up-down2 a:nth-child(2){display: block;line-height: 0;}
#float-btn-up-down2 a img{
	width: 100%;
}


#top-btn{
	z-index: 1000;
	width: 50%;
	margin: 8px auto;
}
#top-btn a{display: block;line-height: 0;}
#top-btn a img{
	width: 100%;
}


/* #page-top {
position: absolute;
top: auto;
right: 30px;
font-size: 10px;
bottom: 160%;
}
#page-top a {
text-decoration: none;
text-align: center;
display: block;
padding-right: 0;
padding-left: 0;
}
#page-top a img{
width: 100%;
} */
/* 固定ボタン */
/*表示切り替え関連------------------------------------------------- */
/* PCだけで非表示 */
.pc-show{
	display: none!important;
}
/*スマホだけで表示 */
.sp-show{
	display: block!important;
}
/*表示切り替え関連------------------------------------------------- */
/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/
header{
	width: 100%;
	background: #ffffff;
	background-size: cover;
	background-position: 100% 60%;
	margin: 0px auto 0px!important;
	position: relative;
	padding: 16px 0px!important;
	/* box-shadow: 0px 0px 20px #d8d7d4; */
}
header > .inner{
	width: 100%;
	background: #ffffff;
	background-size: cover;
	background-position: 100% 60%;
	margin: 0px auto 0px!important;
	max-width: 1200px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
h1{
	width: 30%;
	margin: 0px 16% 0 auto!important;
}
h1 a{
	/*transition: 0.5s ease-in-out;*/
	display:  block;
	line-height: 0;
}
h1 a:hover{
	opacity: 0.5;
	/*transition: 0.5s ease-in-out;*/
}
h1 a img{
	width: 100%;
}
/*グローバルナビ*/
.top-menu{
	display: none;
}
.top-menu ul{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.top-menu ul li{
	margin: 0 36px 0 0;
}
.top-menu ul li:last-child{
	margin-right: 0;
}
.top-menu ul li a{
}
.top-menu ul li a img{
}
/*グローバルナビ*/
/*ドロワーメニュー*/
/*モーダル*/
#modal{
	position: fixed;
	top: 10px;
	left: auto;
	right: 10px;
	z-index: 110;/*これがモーダルのz基準*/
	width: 11%;
}
#bt_open_modal{
	line-height: 0;
	letter-spacing: 0;
	margin: 0% 0% 20% 0%!important;
	top: 0%;
	right: 0%;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	position: relative;
	z-index: 0;
	display: block;
}
#bt_open_modal img{
	width: 100%;
	margin: 0% 0 0 0;
	/* filter: drop-shadow(1px 0.5px 1.5px #111); */
}
#modal_area{
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, 0.95)!important;
	display: none;
}
.close-modal_area{
	color: #fff;
	display: block;
	position: absolute;
	top: 2.2%;
	vertical-align: middle;
	bottom: auto;
	left: auto;
	right: 3%;
	height: auto;
	width: 40px;
	font-size: 2em;
	z-index: 1;
	line-height: 0;
}
.close-modal_area img{
	width: 100%;
}
#modal_logo_area{
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#modal_logo{
	width: 40%;
	position: relative;
	padding: 2% 0 2% 2%;
}
.modal-content{
	padding: 6% 0 0 0;
	position: relative;
	z-index: 0;
}
.modal-content ul{
	position: relative;
	z-index: 0;
}
.modal-content ul li{
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	width: 100%;
}
.modal-content ul li:nth-child(1){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 8% 0px;
	width: 100%;
}
.modal-content ul li:nth-child(1) img{
	/* border: 1px #897400 solid; */
	display: block;
	width: 75%;
	padding: 16px 16px;
	margin: 0 auto;
}
.modal-content ul li:nth-child(2){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(2) img{
	width: 43%;
}
.modal-content ul li:nth-child(3){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(3) img{
	width: 24%;
}
.modal-content ul li:nth-child(4){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(4) img{
	width: 34%;
}
.modal-content ul li:nth-child(5){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(5) img{
	width: 50%;
}
.modal-content ul li:nth-child(6){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(6) img{
	width: 65.2%;
}
.modal-content ul li:nth-child(7){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(7) img{
	width: 39.6%;
}
.modal-content ul li:nth-child(8){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(8) img{
	width: 42%;
}
.modal-content ul li:nth-child(9){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(9) img{
	width: 26%;
}
.modal-content ul li:nth-child(10){
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0px 0 4% 0px;
	/* width: 100%; */
}
.modal-content ul li:nth-child(10) img{
	width: 9%;
}


.modal-content ul li a{
	color: #524500;
	position: relative;
	z-index: 0;
	display: block;
	padding: 0px 0px 0px 0;
	font-weight: bold;
}
.modal-content ul li:first-child a{
	border: 1px #897400 solid;
	width: 50%;
	margin: 0 auto;
	border-radius: 8px;
}

.modal-content ul li a img{/* width: 60%; */}
.modal-content ul li a i{
	margin: 0 2% 0 0;
}
.fixed_bt_modal{
	background-color: rgba(35, 13, 60, 0.85)!important;
	padding: 2% 0% 2% 0%!important;
	border-radius: 5px;
	line-height: 0;
	width: 10%!important;
	letter-spacing: 0;
	margin: 0% 0% 0% 0%!important;
	right: 1%;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	position: fixed!important;
	z-index: -50!important;
}
.fixed_bt_modal > img{
	width: 70%!important;
	display: block;
	margin: 0 auto!important;
	z-index: -1;
	position: relative;
	z-index: -50;
}
.modal_tel_area{
}
.modal_tel_area dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display:-webkit-flex;
}
.modal_tel_area dl dt{
	color: #3c3c3c;
	font-size: 0.8em;
	margin: 0 0% 0 0%;
	font-weight: bold;
}
.modal_tel_area dl dd{
	color: #0031af;
	font-size: 0.8em;
	font-weight: bold;
}
/*モーダルここまで*/
/*ドロワーメニュー*/
/*　　　　　　　　　　　　--ヘッダーここまで　--　　　　　　　　　　　　　　　*/


/* スマホ用電話エリア */
.sp-tel-block{
	border-bottom: 1px #897400 solid;
	padding: 0px 16px 8px;
	width: 90%;
	margin: 0 auto;
}
.sp-tel-block div:nth-child(1) {
	color: #897400;
	font-size: 3.2vw;
}
.sp-tel-block div:nth-child(1) a{
	color: #897400;
}
.sp-tel-block div:nth-child(2) {
	color: #897400;
	font-size: 2.3vw;
}
/* スマホ用電話エリアここまで */




main.top{
}
/*　　　　　　　　　　　　--トップ--　　　　　　　　　　　　　　　*/
/* トップトピック　電話番号エリア */
.under-header{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 0 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	width: 90%;
}
.top-topic-block{display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;}
.top-topic-block dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	margin: 16px 0;
}
.top-topic-block dl dt{
	/* border-left: 1px #d9cfb2 solid; */
	padding: 16px 8px;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 2.5vw;
	/* font-weight: bold; */
}
.top-topic-block dl dd{
	border-left: 1px #d9cfb2 solid;
	padding: 16px 8px;
	color: #3e2900;
	font-weight: bold;
	font-size: 2.5vw;
	margin: 0 0 0 auto;
}
.top-topic-photo{border-left: none!important;padding: 0px 0px 0px 0!important;width: 20%;}
.top-topic-block dl dd img{
	width: 100%;
}
.top-tel-block{
	border-bottom: 1px #897400 solid;
	padding: 0px 16px 8px 0px;
	width: 90%;
}
.top-tel-block div:nth-child(1){
	color: #897400;
	font-size: 3.2vw;
}
.top-tel-block div:nth-child(1) a{
	color: #897400;
}
.top-tel-block div:nth-child(2){color: #897400;
	font-size: 2.3vw;}
.top-tel-block div:nth-child(3){
	color: #897400;
	font-size: 2.3vw;
}
/*メイン画像*/
.top-main-img-block {
	display: block;
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	width: 90%;
}
.top-main-img-block > .inner {
	line-height: 0;
}
.top-main-img-block > .inner img{
	width: 100%;
}
.mainImage_area_sp {
	background-color: #F6F6F6;
	display: none;
}
/*メイン画像ここまで*/
/*共通ボタン 基本ステータス*/
.bt01{
	display: block;
	width: 270px;
	margin: 0;
	/* transform: skewX(-35deg); */
	background: #897400;
	-webkit-box-shadow: 0px 1px 5px #4a4a4a;
	box-shadow: 0px 1px 5px #4a4a4a;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.bt01 a{
	color: #ffffff;
	display: block;
	padding: 8px 16px;
	text-align: center;
	/* border: 1px #fff solid; */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	/* transform: skewX(35deg); */
	font-size: 18px;
}
.bt01:hover{
	background: #1ed5c0;
	color: #fff;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.bt01:hover a{
	color: #fff;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.bt01 a i{
}
/*共通ボタン 基本ステータスここまで*/
/* オブジェクトフィットカバーIE対応用 */
.object_fit_img{
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/* オブジェクトフィットカバーIE対応用 */
/* ライン背景関連 */
.rice-line{
	width: 100%;
	margin: 0 auto;
}
.rice-line img{
	width: 250%;
	margin: 0 0 0 -60%;
	display: block;
}
.mountain-line {
	width: 100%;
	height: 160px;
	margin: 112px auto 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.mountain-line img {
	width: 300%;
	margin: 0 0 0 -150%;
	display: block;
	height: 100%;
	/* margin: 0 auto; */
	-o-object-fit: cover;
	object-fit: cover;
}
/* ライン背景関連 */
/* お米のヨーグルトアレルノン */
.top-allernon{
	background: url(../img/top-allernon-back.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 39%;
	background-size: 190%;
	margin: 40px auto;
	width: 100%;
}
.top-allernon .inner{
	max-width: 653px;
	margin: 0 auto;
}
.top-allernon .top-allernon-title-01{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin: 0px auto 20px;width: 90%;}
.top-allernon .top-allernon-title-01 div:nth-child(1){
	width: 46%;
	margin: 0 4% 0 0;
}
.top-allernon .top-allernon-title-01 div:nth-child(1) img{
	width: 100%;
}
.top-allernon .top-allernon-title-01 div:nth-child(2){
	width: 50%;
}
.top-allernon .top-allernon-title-01 div:nth-child(2) img{
	width: 100%;
}
.top-allernon .top-allernon-txt{
	width: 90%;
	margin: 0 auto;
}
.top-allernon .top-allernon-txt img{
	width: 100%;
}
.top-allernon ul.img-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 24px auto 8px auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
}
.top-allernon ul.img-block li:nth-child(1){
	width: 20%;
	display: flex;
	/* align-items: flex-start; */
	flex-wrap: wrap;
	align-items: center;
}
.top-allernon ul.img-block li:nth-child(1) img{
	width: 100%;
}
.top-allernon ul.img-block li:nth-child(1) img:nth-of-type(1){
}
.top-allernon ul.img-block li:nth-child(1) img:nth-of-type(2){
}
.top-allernon ul.img-block li:nth-child(2){
	width: 55%;
	/* margin: 0 3% 0 0px; */
}
.top-allernon ul.img-block li:nth-child(2) img{
	width: 100%;
}
.top-allernon ul.img-block li:nth-child(3){
	width: 25%;
	margin: 0 0% 0 0;
}
.top-allernon ul.img-block li:nth-child(3) img{
	width: 100%;
}
.top-allernon ul.btn-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* max-width: 620px; */
	margin: 16px auto;
	width: 74%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* justify-content: center; */
}
.top-allernon ul.btn-block li:nth-child(1){
	width: 100%;
	margin: 0 auto 16px;
}
.top-allernon ul.btn-block li:nth-child(1) a{
	display: block;
	border: 1px #897400 solid;
}
.top-allernon ul.btn-block li:nth-child(1) a img{
	display: block;
	margin: 8px 10%;
	width: 80%;
}
.top-allernon ul.btn-block li:nth-child(2){
	width: 50%;
	margin: 0 auto;
}
.top-allernon ul.btn-block li:nth-child(2) a{
	display: block;
	border: 1px #897400 solid;
}
.top-allernon ul.btn-block li:nth-child(2) a img{display: block;margin: 8px 28%;width: 44%;}
/* お米のヨーグルトアレルノン ここまで*/
/* アレルノン4つのいいところ */
.top-four{
	max-width: 1000px;
	margin: 0 auto 56px;
	width: 90%;
}
.top-four-title{
	margin: 0 0 60px 0;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 16px;
	text-align: center;
}
.top-four-title::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}
.top-four-title img:nth-child(1){
	display: block;
	margin: 0 auto 3%;
	width: 40%;
	height: 100%;
}
.top-four-title img:nth-child(2){
	display: block;
	margin: 0 auto;
	width: 66%;
	height: 100%;
}
.top-four-block{
	margin: 0px 0 24px;
}
.top-four-block ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* align-items: center; */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.top-four-block:nth-child(odd) ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* flex-direction: row-reverse; */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-four-block ul li:nth-child(1){
	width: 90%;
	line-height: 0;
	margin: 0 auto 16px;
}
.top-four-block ul li:nth-child(2){
	width: 100%;
}
.top-four-block ul li img{
	width: 100%;
}
.top-four-block ul li div{
	margin: 0px auto 32px;
}
.top-four-subtitle{
	margin: 8px auto 16px!important;
	width: 50%;
}
.top-four-subtitle img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block:nth-of-type(1) .top-four-subtitle{
}
.top-four-block:nth-of-type(1) .top-four-subtitle img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block:nth-of-type(2) .top-four-subtitle{
	width: 50%;
}
.top-four-block:nth-of-type(2) .top-four-subtitle img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block:nth-of-type(3) .top-four-subtitle{
	width: 80%;
}
.top-four-block:nth-of-type(3) .top-four-subtitle img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block:nth-of-type(4) .top-four-subtitle{
	width: 75%;
}
.top-four-block:nth-of-type(4) .top-four-subtitle img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block:nth-of-type(5) .top-four-subtitle{
	width: 70%;
}
.top-four-block:nth-of-type(5) .top-four-subtitle img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block ul li p{text-align: center;margin: 0px auto 8px;color: #3e2900;letter-spacing: 0.01em;font-size: 14px;width: 100%;}
.top-four-block .btn-readmore{
}
.top-four-block .btn-readmore{cursor: pointer;margin: 8px auto 16px;width: 20%;}
.top-four-block .btn-readmore img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block .btn-readmore a img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block .readmore-content{margin: 32px 0 0px;display: none;width: 100%;}
.top-four-block .btn-close{cursor: pointer;/* display: none; */cursor: pointer;margin: 8px auto 16px;width: 20%;}
.top-four-block .btn-close img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.top-four-block .btn-close a img{
	margin: 0 auto;
	width: auto;
	display: block;
	width: 100%;
}
.readmore-content{
}
.readmore-content-sentence{
	color: #3e2900;
	margin: 0 auto 32px auto;
	font-size: 13px;
	width: 90%;
	text-align: justify;
}
.top-four .btn-block{
	cursor: pointer;
	/* display: none; */
}
.top-four .btn-block a{
	display: block;
	border: 1px #897400 solid;
}
.top-four .btn-block a img{
	display: block;
	margin: 8px 20%;
	width: 60%;
}
.disable01{
	pointer-events: none;
	opacity: 0.2;
}
/* アレルノン4つのいいところ ここまで*/
/* オンラインショップはこちら */
.top-online{
	background: url(../img/top-recipe-back.jpg);
	background-size: 100%;
}
.top-online a {
	display: block;
	padding: 24px 0 8px;
}
.top-online-title {
	max-width: 1140px;
	margin: 0 auto;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 16px;
	width: 90%;
}
.top-online-title::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}
.top-online-title-under {
	max-width: 1140px;
	margin: 24px auto 0;
	padding-bottom: 0px;
}
.top-online-title img:nth-child(1){
	margin: 0 auto 0px;
	display: block;
	width: auto;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	left: 0px;
	width: 100%;
}
.top-online-title-under img{
	margin: 0 auto;
	display: block;
	width: auto;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	left: 0px;
	width: 90%;
}
.top-online a:hover .top-online-title img:nth-child(1){
}
.top-online a:hover .top-online-title img:nth-child(2){
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	left: 10px;
	position: relative;
}
.top-online-img{
	max-width: 850px;
	margin: 8px auto;
	width: 90%;
}
.top-online-img img{
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	width: 100%;
}
.top-online a:hover .top-online-img img{
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	width: 100%;
}
/* オンラインショップはこちら ここまで*/
/* 新着情報 */
.top-whats{
	max-width: 1000px;
	margin: 36px auto 24px;
	width: 90%;
}
.top-whats-title{
	margin: 0 0 40px 0;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 16px;
}
.top-whats-title::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}
.top-whats-title img{
	display: block;
	margin: 0 auto;
	width: auto;
	width: 40%;
}
.top-whats-block{
	/* display: flex; */
	/* justify-content: space-between; */
}
.top-whats-block ul{
	line-height: 0;
	/* width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis; */
	width: 80%;
	margin: 0 auto;
}
.top-whats-block ul:not(:nth-child(1)){
	display: none;
}
.top-whats-block ul li{
	line-height: 0;
	/* width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis; */
}
.top-whats-block ul li a{
	line-height: 0;
	display: block;
	/* width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis; */
}
.top-whats-block ul li a img{width: 100%;}
.top-whats-block ul li a p{
	color: #3e2900;
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14せさ;
	padding: 8px 0 0 0;
}
.top-whats-block ul > li.hidden-block{
	display: none;
}
/* 新着情報 ここまで*/
/* 新着情報02 */
.top-whats02{
	max-width: 1000px;
	margin: 24px auto;
	width: 90%;
}
.top-whats02-block{
	background: #f3f1e5;
	border-radius: 8px;
	padding: 8px 24px;
	margin: 0px 0 36px;
}
.top-whats02-block ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-whats02-block ul li{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 12px;
}
.top-whats02-block ul li.date{
	color: #524500;
	font-weight: bold;
	width: 50%;
	margin: 0 4% 0 0;
	font-size: 12px;
}
.top-whats02-block ul li a{
	color: #524500;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.top-whats02-block ul li a:hover{
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin: 0 0 0 8px;
}
.top-whats02 .btn-block{
}
.top-whats02 .btn-block a{
	display: block;
	border: 1px #897400 solid;
}
.top-whats02 .btn-block a img{
	display: block;
	margin: 8px 25%;
	width: 50%;
}
/* 新着情報02 ここまで*/
/* アレルノン食品について　バナー */
.top-about{
	max-width: 1140px;
	margin: 36px auto;
	width: 100%;
}
.top-about a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.top-about a img{
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 150%;
}
.top-about a img:hover{
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	opacity: 0.7;
}
/* アレルノン食品について　バナー ここまで*/
/* レビュー */
.top-review{
	max-width: 1000px;
	margin: 24px auto 80px;
	width: 90%;
}
.top-review-title{
	margin: 0 0 40px 0;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 16px;
}
.top-review-title::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}
.top-review-title img{
	display: block;
	margin: 0 auto;
	width: auto;
	width: 36%;
}

.top-review-subtitle{
	margin: 0 0 24px 0;
}
.top-review-subtitle img{display: block;margin: 0 auto;width: 40%;}



.top-review-block{
	max-width: 1000px;
	margin: 40px auto 40px;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	/* justify-content: space-between; */
}
.top-review-img{
	line-height: 0;
	width: 40%;
	margin: 0 auto;
}
.top-review-img img{
	width: 100%;
	border-radius: 100px;
}
.top-review-block dl{
	margin: 24px 0px 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-review-block dl dt{
	color: #3e2900;
	width: 100%;
}
.top-review-block dl dt div:nth-child(1){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	/* font-weight: bold; */
	font-size: 14px;
	color: #3e2900;
	width: 100%;
}
.top-review-block dl dt div:nth-child(2){
	/* font-weight: bold; */
	font-size: 16px;
	color: #3e2900;
	width: 100%;
	margin: 8px 0;
}
.top-review-block dl dd{
	width: 80%;
	margin-right: 0%;
	color: #3e2900;
	font-size: 12px;
}
.top-review-block dl dd.btn-block {
	width: 10%;
}
.top-review-block .btn-readmore{
	width: 10%;
	margin-left: 5%;
	margin-right: 0;
}
.top-review-block .btn-readmore img{width: 100%;}
.bg-top-review-block{

}


.top-review .btn-block{
	width: 100%;
	margin: 0 0 0;
}
.top-review .btn-block a{
	display: block;
	border: 1px #897400 solid;
}
.top-review .btn-block a:hover{
	background: #e7e3cc;
}
.top-review .btn-block a img{
	margin: 8px auto;
	width: 50%;
	display: block;
}

.top-pro{
	border-top: 1px #3e2900 solid;
	margin: 40px 0 0 0;
	padding: 40px 0 0;
}

.top-pro .top-review-subtitle img {
	display: block;
	margin: 0 auto;
	width: 80%;
}


.yt-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.yt-block > a{
	display: block;
}

.yt-block > a > img{
	width: 100%;
}

.yt-block > a:hover img{
	width: 100%;
	opacity: 0.6;
}

/* 
.yt-block{
width: 100%;
margin: 0 0 32px;

}
.yt-block iframe{
display: block;
width: 100%;
position: relative;
z-index: 100;
}

.yt-block .sente{
width: 100%;
background: #f4f1e5;
padding: 48px 16px 16px;
position: relative;
z-index: 100;
}
.yt-block .sente div:nth-child(1){
font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
-webkit-font-feature-settings: "pkna";
font-feature-settings: "pkna";

font-size: 16px;
margin: 0 0 8px 0;
}
.yt-block .sente div:nth-child(1) br{
display: none;
}

.yt-block .sente div:nth-child(2){
font-size: 12px;
}

.yt-block-arrow {
position: absolute;
top: -14%;
left: 0;
max-width: 50px;
right: 0;
margin: 0 auto;
}
.yt-block-arrow img{
width: 100%;
max-width: 50px;
} */

/* レビュー ここまで*/
/* 知れば知るほど深い乳酸菌のお話へ */
.top-lactic{
	max-width: 1000px;
	padding: 24px 5%;
	margin: 24px auto;
	width: 100%;
	background: #f4f1e5;
}
.top-lactic-title {
	max-width: 1140px;
	margin: 0px auto 20px;
	text-align: center;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 16px;
	width: 100%;
}
.top-lactic-title::after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}
.top-lactic-title img:nth-child(1){
	margin: 0px auto 3%;
	display: inline-block;
	width: auto;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	left: 0px;
	width: 60%;
}
.top-lactic-title img:nth-child(2){
	margin: 0px auto 0;
	display: inline-block;
	width: auto;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	left: 0px;
	width: 40%;
}
.top-lactic-block{
	max-width: 1140px;
	margin: 0 auto;
	border-bottom: solid 1px #897400;
	padding: 32px 0;
}
.top-lactic-block:last-child{
	border-bottom: none;
	margin-bottom: 24px;
}
.top-lactic-unit{
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.top-lactic-img{
	width: 100%;
}
.top-lactic-img img{
	width: 100%;
}
.top-lactic-block dl{
	/* margin: 10px 0px; */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-lactic-block dl dt{
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	font-size: 18px;
	color: #897400;
	width: 100%;
}
.top-lactic-block dl dd.lactic-txt{
	width: 80%;
	margin-top: 8px;
	font-size: 14px;
}
.top-lactic-block dl dd.btn-block {
	-ms-flex-item-align: end;
	-webkit-align-self: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 20%;
	text-align: right;
}
.top-lactic-block .btn-readmore{
	width: 15%;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 0 0 auto;
}
.top-lactic-block .btn-readmore img{
	width: 100%;

}

.top-lactic .btn-block{
	width: 100%;
	margin: 32px 0 0 auto;
	background: rgba(255, 255, 255, 0.65);
}
.top-lactic .btn-block a{
	display: block;
	border: 1px #897400 solid;
}
.top-lactic .btn-block a:hover{
	background: #e7e3cc;
}
.top-lactic .btn-block a img{
	margin: 8px auto;
	width: 50%;
	display: block;
}

/* 知れば知るほど深い乳酸菌のお話へ ここまで*/
/* メインbottom */
.top-recipe{
	/* background: url(../img/top-recipe-back.jpg); */
}
.top-recipe ul{
	max-width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.top-recipe ul li{
	width: 90%;
	/* height: 280px; */
	overflow: hidden;
	margin: 36px 5%;
}
.top-recipe ul li:nth-child(1){
	display: none;
}
.top-recipe ul li:nth-child(3){
	display: none;
}
.top-recipe ul li img{
	width: 100%;
}
.top-recipe ul li iframe{
	width: 100%;
}
/* メインbottom ここまで*/
/*　　　　　　　　　　　　--トップここまで--　　　　　　　　　　　　　　　*/
/*　　　　　　　　　　　　--下層共通--　　　　　　　　　　　　　　　*/
/*下層メイン画像*/
#mainImage02{
	width: 100%;
}
#mainImage02 > .inner{
	margin: 0 auto;
	position: relative;
	line-height: 0;
}
#mainImage02 > .inner > h2{
	font-size: 42px;
	font-weight: bold;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	color: #fff;
	text-shadow: 1px 2px 10px #10182d;
	width: 1024px;
	margin: 0 auto;
	-webkit-animation: opacity_move 0.5s alternate linear;
	animation: opacity_move 0.5s alternate linear;
}
@-webkit-keyframes opacity_move {
	0% {opacity: 0; left: -20px;}
	50% {opacity: 0.7;}
	100% {opacity: 1;}
}
@keyframes opacity_move {
	0% {opacity: 0; left: -20px;}
	50% {opacity: 0.7;}
	100% {opacity: 1;}
}
#mainImage02 > .inner > img{
	width: 100%;
}
/*下層メイン画像　ここまで*/
/*タイトル装飾*/
h2.title01{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
h2.title01 .block01{
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	width: 530px;
	text-align: center;
}
h2.title01 img{
	width: 2000px;
	margin: 0 0 0 -33.5%;
	display: block;
	z-index: 0;
}
h2.title02{
	width: 100%;
	margin: 30px auto;
	position: relative;
	color: #897400;
}
h2.title02 div:nth-child(1){
	position: relative;
	font-size: 40px;
	text-align: center;
	border-bottom: 1px #897400 solid;
}
h2.title02 div:nth-child(2){
	font-size: 24px;
	text-align: center;
}
h3.title01{
	font-size: 32px;
	border-bottom: 4px #897400 solid;
	padding: 0px 0 10px 60px;
	margin: 0px auto 10px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: normal;
	color: #333;
	position: relative;
}
h3.title01::before {
	content: '';
	margin-right: 8px;
	position: absolute;
	top: 0px;
	left: -2px;
	z-index: 1;
	font-size: 45px;
	/* background: #897400; */
	border-radius: 100px;
	border: 6px #f98996 solid;
	width: 28px;
	height: 28px;
}
h3.title01::after {
	content: '';
	margin-right: 8px;
	position: absolute;
	top: 18px;
	left: 17px;
	z-index: 1;
	font-size: 45px;
	/* background: #897400; */
	border-radius: 100px;
	border: 6px #897400 solid;
	width: 21px;
	height: 21px;
}
h3.title02{
	font-size: 20px;
	border-bottom: 4px #1ebdaa solid;
	padding: 0px 0 5px 0px;
	margin: 0px auto 20px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #897400;
}
h3.title03{
	font-size: 28px;
	border-bottom: 4px #1ebdaa solid;
	padding: 10px 0 10px 20px;
	margin: 0px auto 10px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #ffffff;
	background: #897400;
}
h3.title04{
	font-size: 28px;
	border-bottom: 4px #897400 solid;
	padding: 10px 0 10px 20px;
	margin: 0px auto 10px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #ffffff;
	background: #1ebdaa;
}
h3.title05{
	width: 320px;
	margin: 0 20px 0 0;
	position: relative;
	text-align: center;
	color: #ffffff;
	background: #897400;
	padding: 105px 30px 105px 30px;
	border-radius: 4px;
}
h4.title01{
	font-size: 24px;
	border-bottom: 1px #897400 solid;
	padding: 8px 0 8px 0px;
	margin: 0px auto 20px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #897400;
	/* background: #1ebdaa; */
	width: 100%;
}
h4.title02{
	font-size: 32px;
	border-bottom: 1px #897400 solid;
	padding: 24px 0 24px 0px;
	margin: 0px auto 0px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #897400;
	/* background: #1ebdaa; */
	width: 100%;
	text-align: center;
	width: 100%;
	line-height: 1;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
/*タイトル装飾ここまで*/
/*パンくず*/
ul.breadcrums{
	width:1024px;
	margin: 10px auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.breadcrums li{font-size: 12px;margin: 0 12px 0 0;}
ul.breadcrums li a{font-size: 12px;}
ul.breadcrums li a:hover{
	border-bottom:1px #0783d2 solid;
}
/*パンくずここまで*/
/* アレルノンって？ */
/* タイトル */
.about-title{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 24px;
	position: relative;
}
.about-title img{
	width: 50%;
	margin: 24px auto 0;
	display: block;
}
/* 稲 */
.about-title::before{
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 40%;
	height: 140%;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: -16px;
	left: 0%;
	display: none;
}
/* タイトル */
/* もくじ */
nav.about-mokuji{
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 24px 0 24px 0px;
	position: relative;
	background: #f3f1e5;
	/* display: flex; */
}
nav.about-mokuji .inner{max-width: 1000px;width: 100%;margin: 0px auto 0px;position: relative;/* display: flex; */}
.about-mokuji-title{
	width: 100%;
	color: #897400;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 16px;
	text-align: center;
}
.about-mokuji-title img{
}
nav.about-mokuji ul:nth-of-type(1){width: 100%;}
nav.about-mokuji ul:nth-of-type(2){
	width: 100%;
}
nav.about-mokuji ul > li{
	margin: 0 0 8px 0;
}
nav.about-mokuji ul > li > a{
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
nav.about-mokuji ul > li > a:hover{
	background: #e1d9bc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* もくじ ここまで*/
/* にっぽんのおなかに合うヨーグルト */
.about-nippon{
	max-width: 767px;
	width: 90%;
	margin: 48px auto 64px;
	position: relative;
	/* display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-nippon .about-nippon-title{max-width: 767px;width: 100%;margin: 0 auto;}
.about-nippon .about-nippon-title img:nth-child(1){margin: 0 0px 16px 0;display: block;/* max-width: 767px; */width: 100%;}
.about-nippon .about-nippon-title img:nth-child(2){display: block;margin: 0 auto;/* max-width: 353px; */width: 70%;}
.about-nippon div.left{width: 100%;margin: 0 auto;}
.about-nippon div.left .sentence{
	color: #3e2900;
	line-height: 2em;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	margin: 24px 0 24px 0;
	/* text-align: center; */
}
.about-nippon div.left .sentence br{
	display:none;
}

.about-nippon div.left .ca01{width: 100%;}
.about-nippon div.right{width: 100%;}
.about-nippon div.right img{
	display: block;
	margin: 32px auto 32px auto;
	width: auto;
}
.about-nippon div.right .btn01{
	width: 65%;
	max-width: 200px;
	margin: 0 auto 0 auto;
}
.about-nippon div.right .btn01 a{
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-nippon div.right .btn01 a:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-nippon div.right .btn01 a img{
	margin: 8px auto;
	width: auto;
	display: block;
}
.about-nippon dl.left{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 32px 10% 0 0;
	/* align-self: flex-start; */
}
.about-nippon dl.left dt{
	color: #3e2900;
	width: 50%;
	border-top: 1px #3e2900 solid;
	padding: 8px 0;
	font-size: 2.8vw;
}
.about-nippon dl.left dd{
	color: #3e2900;
	width: 50%;
	border-top: 1px #3e2900 solid;
	padding: 8px 0;
	font-size: 2.8vw;
}
.about-nippon dl.left dt:last-of-type{
	border-bottom: 1px #3e2900 solid;
}
.about-nippon dl.left dd:last-of-type{
	border-bottom: 1px #3e2900 solid;
}
.about-nippon dl.right{width: 100%;border-top: 1px #3e2900 solid;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.about-nippon dl.right dt{
	font-size: 2.8vw;color: #3e2900;width: 50%;padding: 8px 0;}
.about-nippon dl.right dd{
	width: 50%;
	font-size: 2.8vw;
	padding: 4px 0 0;
}
.about-nippon dl.right dd div{
	color: #3e2900;
	width: 100%;
	border-bottom: 1px #3e2900 solid;
	padding: 0px 0 0 32px;
}
/* にっぽんのおなかに合うヨーグルト */
/* 開発者の思い */
.about-kaihatsu{
	position: relative;
	background: #f3f1e5;
	padding: 48px 0;
}
.about-kaihatsu .inner{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-kaihatsu-title{
	max-width: 767px;
	width: 100%;
	margin: 0 auto;
}
.about-kaihatsu-title img{
	margin: 0 auto 0px;
	display: block;
	/* max-width: 767px; */
	width: 55%;
}
.about-kaihatsu .sentence{
	line-height: 2em;
	color: #3e2900;
	margin: 32px 0 32px 0;
}
.about-kaihatsu-sub-title{
	font-size: 18px;
	color: #3e2900;
}
.about-kaihatsu-sub-title br{
	display: block;
}
.about-kaihatsu .left{
	width: 100%;
	margin: 0 0% 0 0;
}
.about-kaihatsu .left .about-kaihatsu-title{
	color: #3e2900;
	line-height: 1.5em;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 28px;
}
.about-kaihatsu .left .btn01{
}
.about-kaihatsu .left .btn01 a{
	display: block;
	border: 1px #897400 solid;
	background: rgba(255, 255, 255, 0.65);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-kaihatsu .left .btn01 a:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-kaihatsu .left .btn01 a img{
	margin: 8px auto;
	width: auto;
	display: block;
}
.about-kaihatsu .right{
	width: 80%;
	line-height: 0;
	margin: 32px auto 0;
}
.about-kaihatsu .right img{
	width: 100%;
}
/* 開発者の思い */
/* アレルノン4つのいいところ */
.about-four{
	margin: 24px auto 0;
	width: 90%;
}
.about-four-title{width: 100%;max-width: 767px;margin: 80px auto 32px;}
.about-four-title img{
	margin: 0 auto 0px;
	display: block;
	/* max-width: 767px; */
	width: 100%;
}
.about-four-navi{width: 100%;max-width: 767px;margin: 32px auto 32px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.about-four-navi a{display: block;-webkit-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;width: 48%;margin: 0 0 24px;}
.about-four-navi a:hover{
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-four-navi a img{
	width: 100%;
}
.about-four-block{
	width: 100%;
	max-width: 1000px;
	margin: 32px auto;
	/* display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-four-img-01{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	margin: 0 5% 0 0;
}
.about-four-img-01 img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;display: block;margin: 0 0 0 0%;}
.about-four-img-02{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	margin: 0 5% 0 0;
	-o-object-position: 100% 100%;
	object-position: 100% 100%;
}
.about-four-img-02 img{width: 140%;height: 200px;-o-object-fit: cover;object-fit: cover;display: block;margin: 0% 0 0 0;}
.about-four-img-03{
	width: 100%;
	/* height: 100%; */
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	margin: 0 5% 0 0;
}
.about-four-img-03 img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;display: block;margin: 0 0 0 0%;}
.about-four-img-04{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	margin: 0 5% 0 0;
}
.about-four-img-04 img{
	width: 130%;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	margin: 0 0 0 0%;
}
.about-four-block .right{width: 100%;margin: 24px 0 0 0;}
.about-four-m-title-01{
	margin: 0px 0 16px 0;
}
.about-four-m-title-01 img{
	width: 54%;
}
.about-four-m-title-02{
	margin: 0px 0 16px 0;
}
.about-four-m-title-02 img{
	width: 91%;
	max-width: 367px;
}
.about-four-m-title-03{
	margin: 0px 0 16px 0;
}
.about-four-m-title-03 img{
	max-width: 442px;
	width: 94%;
}
.about-four-m-title-04{
	margin: 0px 0 16px 0;
}
.about-four-m-title-04 img{
	max-width: 541px;
	width: 100%;
}
.about-four-block .sentence{
	line-height: 2em;
	color: #3e2900;
	margin: 0 0 44px 0;
}
.allergy-27{
	color: #897401;
	border: 1px #897400 solid;
	padding: 24px;
}
/* .allergy-27-title{
font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
font-size: 24px;
margin: 0 0 8px;
} */
.allergy-27-title{
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 5.4vw;
	margin: 0 0 8px;
}

.allergy-27 > dl{
}
.allergy-27 > dl dt{
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	margin: 0 0 0px;
}
.allergy-27 > dl dd{
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	margin: 0 0 16px;
}
.allergy-27 > img{
	width: 90%;
}
.about-four-block dl{
}
.about-four-block dl dt{
	margin: 0 0 0px;
	color: #3e2900;
}
.about-four-block dl dd{
	margin: 0 0 16px;
	color: #3e2900;
	line-height: 2em;
}
/* まめちしき 共通*/
.mame-block{
}
.mame-block dt{
	background: #897400;
	border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
	padding: 16px 24px;
	max-width: 180px;
}
.mame-block dt img{
	width: 100%;
	width: 132px;
	/* margin: 0 auto; */
	display: block;
}
.mame-block dd{
	border: 1px #897400 solid;
	padding: 16px 24px;
	margin: 0 0 0px!important;
	color: #3e2900;
	line-height: 2em;
}
.mame-block dd div{
	font-size: 20px;
}
/* まめちしき 共通*/
/* アレルノン4つのいいところ */
/* お味は？ */
.about-recipe{
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 48px 0 48px 0px;
	position: relative;
	background: #f3f1e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-recipe .inner{
	width: 90%;
	max-width: 767px;
	margin: 0px auto;
	/* display: flex; */
	/* flex-wrap: wrap; */
}
.about-recipe-title{width: 35%;margin: 0 auto 0 auto;}
.about-recipe-title img{width: 100%;max-width: 369px;}
.about-recipe .sentence{width: 100%;color: #3e2900;margin: 24px auto;}
.about-recipe-photo01{width: 100%;margin: 0px 0 0px;overflow: hidden;}
.about-recipe-photo01 img{
	width: 169%;
	padding: 0px 0;
}
.about-recipe .btn01{
	width: 100%;
}
.about-recipe .btn01 a{
	display: block;
	border: 1px #897400 solid;
	background: rgba(255, 255, 255, 0.65);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-recipe .btn01 a:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-recipe .btn01 a img{
	margin: 8px auto;
	width: 54%;
	display: block;
}
/* お味は？ */
/* 生きた菌にこだわる理由は？ */
.about-ikita{
	width: 90%;
	max-width: 767px;
	margin: 0px auto;
	/* display: flex; */
	/* flex-wrap: wrap; */
}
.about-ikita-title{
	width: 100%;
	max-width: 767px;
	margin: 48px auto 32px;
}
.about-ikita-title img{
	display: block;
	margin: 0px 0 24px 0;
	width: 100%;
}
.about-ikita-title div{font-size: 16px;color: #3e2900;font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;}
.about-ikita-block{
	width: 100%;
	max-width: 1000px;
	margin: 32px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-ikita-m-title{
}
.about-ikita-m-title div:nth-child(1){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 20px;
	margin: 0 0 -8px;
	color: #897401;
}
.about-ikita-m-title div:nth-child(2){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 24px;
	margin: 0 0 0px;
	color: #897401;
}
.about-ikita-block .sentence{
	line-height: 2em;
	color: #3e2900;
	width: 100%;
	margin: 0 0 16px 0;
}
.probio{
	border: 1px #897400 solid;
	padding: 24px 40px;
	margin: 0 0 0px!important;
	/* display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.probio-title{
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 20px;
	margin: 0px 0 16px;
	color: #897401;
	width: 100%;
}
.probio ul{width: 100%;}
.probio ul li{
	font-size: 16px;
	margin: 0 0 0px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	border-bottom: 1px #897401 dashed;
}
.probio-note{
	width: 100%;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	margin: 16px 0 0px;
	font-size: 14px;
}
/* 生きた菌にこだわる理由は？ */
/* 強さのヒミツ */
.about-tsuyosa{
	max-width: 100%;
	margin: 72px 0px 0px 0px;
	padding: 48px 0 48px 0px;
	position: relative;
	background: #f3f1e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-tsuyosa .inner{
	width: 100%;
	max-width: 767px;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-tsuyosa-title{width: 50%;margin: 0 auto 32px;}
.about-tsuyosa-title img{
	width: 100%;
}
.about-tsuyosa-img{
	width: 90%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(213, 198, 110) inset;
	box-shadow: 0px 0px 20px 0px rgb(213, 198, 110) inset;
	padding: 24px 24px 24px 24px;
}
.about-tsuyosa-img img{
	width: 600px;
	margin: 0 auto;
	overflow-x: scroll;
	/* display: block; */
}
/* 強さのヒミツ */
/* アレルノンはこうやって作っています。 */
.about-create{
	width: 90%;
	max-width: 767px;
	margin: 96px auto 48px;
}
.about-create-title{
	width: 100%;
	margin: 0 auto 32px;
}
.about-create-title img{
	width: 100%;
	margin: 0 auto;
	/* display: block; */
}
.about-create-title div{
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 16px;
	margin: 16px 0 0px;
	color: #897401;
}
.about-create-block{
	/* display: flex; */
	/* flex-wrap: wrap; */
	margin: 32px 0 0;
}
/* 曜日 */
.about-create-mon-title{
	width: 100%;
	margin: 32px 0;
}
.about-create-mon-title img{
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	display: block;
}
.about-create-wed-title{
	width: 100%;
	margin: 32px 0;
}
.about-create-wed-title img{
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	display: block;
}
.about-create-thu-title{
	width: 100%;
	margin: 32px 0;
}
.about-create-thu-title img{
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	display: block;
}
.about-create-fri-title{
	width: 100%;
	margin: 32px 0;
}
.about-create-fri-title img{
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	display: block;
}
/* 曜日 */
.about-create-block .left{
	width: 100%;
	margin: 0 0% 0px 0px;
	padding: 0 0 32px 24px;
	border-left: 1px #897400 solid;
}
.about-create-block .left .about-create-img{line-height: 0;margin: 0 0 0px 0;}
.about-create-block .left .about-create-img img{
	width: 100%;
}
.about-create-block .left dl{
}
.about-create-block .left dl dt{
	display: block;
	font-size: 24px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	margin: 0px 0 16px;
	position: relative;
	padding: 0 0 0 16px;
}
.about-create-block .left dl dt img{
	display: inline-block;
	width: 65%;
	vertical-align: text-top;
}


.about-create-block .left dl dt::before{
	content: "";
	padding: 0 0 0 0px;
	width: 4px;
	background: #897401;
	height: 40px;
	display: block;
	position: absolute;
	top: -4px;
	left: 0px;
}
.about-create-block .left dl dd{
	margin: 0 0 0px!important;
	color: #3e2900;
	line-height: 2em;
	letter-spacing: 0.01em;
	text-align: justify;
	font-size: 16px;
}
.about-create-block .right{
	width: 100%;
	border-left: 1px #897400 solid;
	padding: 0 0 32px 24px;
}
.about-create-block .right dl{
	margin: 0 0 32px 0;
}
.about-create-block .right dl dt{
	display: block;
	font-size: 24px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	margin: 0px 0 16px;
	position: relative;
	padding: 0 0 0 16px;
}
.about-create-block .right dl dt img{
	display: inline-block;
	width: 65%;
	vertical-align: text-top;
}

.about-create-block .right dl dt::before{
	content: "";
	padding: 0 0 0 0px;
	width: 4px;
	background: #897401;
	height: 40px;
	display: block;
	position: absolute;
	top: -4px;
	left: 0px;
}
.about-create-block .right dl dd{
	margin: 0 0 0px!important;
	color: #3e2900;
	line-height: 2em;
	letter-spacing: 0.01em;
	text-align: justify;
	font-size: 16px;
}
.about-create-block .right .about-create-img{line-height: 0;margin: 0px 0 0px 0;}
.about-create-block .right .about-create-img img{
	width: 100%;
}

/* 画像テキストサイズ調整 */
.about-create-block dl dt img.st-01{
	max-width: 45%;
	width: auto;
}
.about-create-block dl dt img.st-02{
	max-width: 90%;
	width: auto;	
}
.about-create-block dl dt img.st-03{
	max-width: 57%;
	width: auto;
}
.about-create-block dl dt img.st-04{
	max-width: 90%;
	width: auto;
}
.about-create-block dl dt img.st-05{
	max-width: 12%;
	width: auto;
}
.about-create-block dl dt img.st-06{
	max-width: 86%;
	width: auto;
}
.about-create-block dl dt img.st-07{
	max-width: 18%;
	width: auto;
}
.about-create-block dl dt img.st-08{
	max-width: 48%;
	width: auto;
}



/* アレルノンはこうやって作っています。ここまで */
/* アレルノンをご家庭で作れるキット販売中。 */
.about-kit{
	width: 90%;
	max-width: 767px;
	margin: 0px auto;
	padding: 32px 32px 32px;
	position: relative;
	background: #eaeff9;
	/* display: flex; */
	border-radius: 40px;
	display: none;
}
.about-kit-img{width: 60%;margin: 0 auto 0 auto;}
.about-kit-img img{
	width: 100%;
}
.about-kit dl{width: 100%;}
.about-kit dl dt{
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 24px;
	margin: 0 0 16px;
}
.about-kit dl dd{
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 16px;
}
.about-kit .btn01{
	margin: 24px auto 0 auto;
	width: 60%;
}
.about-kit .btn01 a{
	display: block;
	border: 1px #897400 solid;
	background: rgba(255, 255, 255, 0.65);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-kit .btn01 a:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.about-kit .btn01 a img{
	margin: 8px auto;
	width: 42%;
	display: block;
}
/* アレルノンをご家庭で作れるキット販売中。ここまで */
/* よくあるご質問 */
.about-qa{
	background: #f3f1e5;
	margin: 64px auto 0;
}
.about-qa .inner{
	width: 90%;
	max-width: 767px;
	margin: 0px auto;
	padding: 48px 0px 72px;
	position: relative;
}
.about-qa-title{
}
.about-qa-title img{
	max-width: 210px;
	width: 70%;
	display: block;
	margin: 0 auto;
}
.about-qa dl{
	margin: 24px 0 0px 0;
}
.about-qa dl dt{
	font-size: 24px;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	position: relative;
	padding: 0 0 0 48px;
}
.about-qa dl dt::before{
	content: "";
	background: url(../img/about-qa-q.png);
	width: 40px;
	height: 40px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: 4px;
	left: 0px;
}
.about-qa dl dd{
	color: #3e2900;
	font-size: 16px;
	border-bottom: 1px #897401 dashed;
	padding: 0 0 16px 0px;
	margin: 16px 0 16px 0;
}

.about-qa dl dd::before{
	content: "A.";
	display: inline-block;
	vertical-align: top;
	margin: 0 0px 0 0px;
	color: #897400;
}
.about-qa dl dd a{
	color: #ad181f;

}

/* よくあるご質問 ここまで*/
/* アレルノンって？ ここまで*/
/* 下層 contactフォルダ */
/* サイドナビ */
nav.side01{
	margin: 0px 0px 0px 0;
	background: #f4f1e5;
	padding: 24px 16px 24px 16px;
	width: 100%;
}
nav.side01 > ul{width: 100%;-ms-flex-wrap: wrap;flex-wrap: wrap;display: -webkit-box;display: -ms-flexbox;display: flex;}
nav.side01 > ul > li{margin: 0px 2% 0px 0;width: 48%;}
nav.side01 > ul > li > a{
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
}
nav.side01 > ul > li > a::before{content: "";padding: 0 0 0 0px;width: 4px;background: #897401;height: 50%;display: block;position: absolute;top: 12px;left: 0px;}
nav.side01 > ul > li > a > img{
	display: block;
	margin: 0px 0%;
	width: 100%;
	padding: 16px 16px;
}
nav.side01 > ul > li:nth-child(1) > a > img{
	width: 63%;
}
nav.side01 > ul > li:nth-child(2) > a > img{
	width: 84%;
}
nav.side01 > ul > li:nth-child(3) > a > img{
	width: 68%;
}
nav.side01 > ul > li:nth-child(4) > a > img{
	width: 73%;
}
nav.side01 > ul > li > a:hover{
	background: #e1d9bc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
nav.side01 > ul > li > a.select{
	background: #e1d9bc;
}
/* サイドナビ */
/* 下層 contactフォルダ */
main.contact{
	/* display: flex; */
	width: 100%;
	margin: 24px auto 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
/* 企業情報 */
.company{
	width: 90%;
	margin: 48px auto 48px!important;
}
.company-title{
	max-width: 100%;
	margin: 0px 0 0;
}
.company-title img{
	display: block;
	margin: 0 auto;
	width: 42%;
}
.company dl{
	/* display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 32px 0 0;
}
.company dl dt{
	width: 100%;
	border-top: 1px #3e2900 solid;
	padding: 8px 0 8px 32px;
	color: #3e2900;
	/* font-weight: bold; */
}
.company dl dd{
	width: 100%;
	border-top: 1px #3e2900 dashed;
	padding: 8px 0 8px 32px;
	margin: 0 0 4px 0;
	color: #3e2900;
	/* font-weight: bold; */
	border-bottom: 1px #382600 solid;
}
.company dl dt:last-of-type{
	/* border-bottom: 1px #3e2900 solid; */
}
.company dl dd:last-of-type{
	/* border-bottom: 1px #3e2900 solid; */
}
/* 企業情報 ここまで*/
/* 外部リンク */
.link{
	max-width: 90%;
	margin: 48px auto 48px;
}
.link-title{
	max-width: 100%;
	margin: 0px 0 0;
}
.link-title img{
	display: block;
	margin: 0 auto;
	width: 45%;
}
.link ul{
	margin: 32px 0 0;
}
.link ul li{
	margin: 0px 0 24px;
}
.link ul li a{
	display: block;
	font-size: 20px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	/* font-weight: bold; */
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
}
.link ul li a:hover{
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin: 0 0 0 8px;
}
.link ul li a:hover::after{
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	content: "";
	background: rgba(137, 116, 1, 0.1);
	width: 100%;
	height: 16px;
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: -1;
}
/* 外部リンクここまで */
/* 個人情報の取り扱い */
.privacy{
	width: 90%;
	margin: 48px auto 48px!important;
}
.privacy-title{max-width: 100%;margin: 0px 0 0;}
.privacy-title img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.privacy dl{
	margin: 32px 0 0;
}
.privacy dl dt{
	display: block;
	font-size: 20px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	margin: 0px 0 16px;
	position: relative;
	padding: 0 0 0 16px;
}
.privacy dl dt::before{
	content: "";
	padding: 0 0 0 0px;
	width: 4px;
	background: #897401;
	height: 40px;
	display: block;
	position: absolute;
	top: -4px;
	left: 0px;
}
.privacy dl dd{
	margin: 0px 0 32px;
	color: #3e2900;
	line-height: 2em;
}
.privacy dl dd div{
	margin: 0px 0 0px;
	color: #3e2900;
	line-height: 2em;
}
.privacy dl dd p{
	margin: 0px 0 0px;
	color: #3e2900;
	line-height: 2em;
}
.privacy dl dd ul{
	margin: 8px 0 0;
}
.privacy dl dd ul li{
	margin: 0px 0 8px;
	color: #3e2900;
	line-height: 2em;
}
/* 個人情報の取り扱いここまで */
/* お問い合わせ */
form.nyuryoku{
	width: 90%;
	margin: 48px auto 48px!important;
}
.form-title{max-width: 100%;margin: 0px 0 0;}
.form-title img{display: block;margin: 0 auto;width: 62%;}
form.nyuryoku dl{
	/* display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 32px auto 0;
	width: 100%;
}
form.nyuryoku dl dt{
	width: 100%;
	padding: 16px 16px 8px 16px;
	margin: 0 0 0px 0;
	color: #3e2900;
	font-weight: bold;
	background: #f4f1e5;
}
form.nyuryoku dl dt span{
	color: #c7000b;
	font-size: 24px;
	position: absolute;
	margin: 0 0 0 8px;
}
form.nyuryoku dl dd span{
	color: #c7000b;
	font-size: 24px;
	position: absolute;
	margin: -2px 0 0 -16px;
}
form.nyuryoku dl dd{
	width: 100%;
	padding: 8px 16px 16px 16px;
	margin: 0 0 4px 0;
	color: #3e2900;
	font-weight: bold;
	background: #f4f1e5;
	word-break: break-all;
}
form.nyuryoku dl dd input[type="text"]{
	/* background: #f4f1e5; */
	border: 1px #c5b67c solid;
	background: #ffffff;
	width: 100%;
	padding: 8px 8px;
	font-size: 14px;
}
form.nyuryoku dl dd:nth-of-type(6) input[type="text"]{
	width: 55%;
}
form.nyuryoku dl dd textarea{
	/* background: #f4f1e5; */
	background: #ffffff;
	border: 1px #c5b67c solid;
	width: 100%;
	padding: 8px 8px;
}
form.nyuryoku dl dt:first-child{
	width: 100%;
	padding: 0px 0 0px 0px;
	margin: 0 0 24px 0;
	color: #3e2900;
	font-weight: normal;
	background: none;
	font-size: 24px;
}
form.nyuryoku dl dd:first-of-type{
	width: 100%;
	padding: 0px 0 0px 16px;
	margin: 0 0 8px 0;
	color: #3e2900;
	font-weight: bold;
	background: none;
	position: relative;
	font-size: 14px;
}
form.nyuryoku dl dt:last-of-type{width: 100%;margin: 0 0 0px 0;}
form.nyuryoku dl dd:last-of-type{width: 100%;}
.privacy_box{margin: 24px auto 0;width: 90%;}
.privacy_box .sentence{
	color: #3e2900;
	/* font-weight: bold; */
	width: 100%;
}
.privacy_box .sentence a{
	color: #897401;
	font-weight: bold;
}
#check_area{
	width: 90%;
	margin: 32px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#check_area input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px #897401 solid;
	background: #fff;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
}
#check_area input[type="checkbox"]:checked::after{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #897401;
	width: 16px;
	height: 16px;
	margin: 3px auto 0;
	content: "";
	display: block;
}
#check_area label{
	cursor: pointer;
}
#check_send[disabled] {
	opacity: 0.3!important;
	pointer-events: none;
	position: relative;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* お問い合わせ ここまで*/
/* お問い合わせ部分共通ボタン */
form .btn-block{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 24px auto 0;
}
/* form .btn-block input[type="image"]{
margin: 0 0px 0 0;
padding: 16px 16px;
width: 45%;
height: 100%;
display: block;
border: 1px #897400 solid;
transition: 0.4s ease-in-out;
} */
form .btn-block input[type="image"]{
	margin: 0 auto;
	padding: 16px 32px;
	width: 80%;
	height: 100%;
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
form .btn-block input[type="image"]:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
form .btn-block input[type="button"]{
	margin: 0px 8px 0 0;
	padding: 8px 16px;
	width: auto;
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fff;
	color: #3e2900;
	transition: 0.4s ease-in-out;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form .btn-block input[type="button"]:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
form .btn-block input[type="submit"]{
	margin: 0px 8px 0 0;
	padding: 8px 16px;
	width: auto;
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fff;
	color: #3e2900;
	transition: 0.4s ease-in-out;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form .btn-block input[type="submit"]:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* お問い合わせ部分共通ボタン */
/* 確認画面 */
form.confirm{
	width: 90%;
	margin: 48px auto 48px!important;
}
.form.confirm-title{
	max-width: 100%;
	margin: 0px 0 0;
}
.form.confirm-title img{
	display: block;
	margin: 0 auto;
	width: 45%;
}
form.confirm dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 32px 0 0;
}
form.confirm dl dt{
	width: 100%;
	padding: 16px 16px 8px 16px;
	margin: 0 0 0px 0;
	color: #3e2900;
	font-weight: bold;
	background: #f4f1e5;
}
form.confirm dl dt span{
	color: #c7000b;
	font-size: 24px;
	position: absolute;
	margin: 0 0 0 8px;
}
form.confirm dl dd span{
	color: #c7000b;
	font-size: 24px;
	position: absolute;
	margin: 0 0 0 -16px;
}
form.confirm dl dd{
	width: 100%;
	padding: 8px 16px 16px 16px;
	margin: 0 0 4px 0;
	color: #3e2900;
	font-weight: bold;
	background: #f4f1e5;
	word-break: break-all;
}
form.confirm dl dd input[type="text"]{
	background: #f4f1e5;
	border: none;
	/* background: #ffffff; */
	width: 95%;
	padding: 8px 8px;
	font-size: 14px;
}
form.confirm dl dd:nth-of-type(6) input[type="text"]{
	width: 55%;
}
form.confirm dl dd textarea{
	background: #f4f1e5;
	/* background: #ffffff; */
	width: 95%;
	border: none;
	padding: 8px 8px;
}
form.confirm dl dt:first-child{
	width: 100%;
	padding: 0px 0 0px 0px;
	margin: 0 0 0px 0;
	color: #3e2900;
	font-weight: normal;
	background: none;
	font-size: 24px;
}
form.confirm dl dd:first-of-type{
	width: 100%;
	padding: 0px 0 0px 16px;
	margin: 0 0 8px 0;
	color: #3e2900;
	font-weight: bold;
	background: none;
	position: relative;
	font-size: 14px;
}
form.confirm dl dt:last-of-type{
}
form.confirm dl dd:last-of-type{
}
/* 確認画面ここまで */
/* サンキューページ */
.thankyou{
	width: 90%;
	margin: 48px auto 48px!important;
}
.thankyou figure{
	color: #3e2900;
	font-weight: bold;
	width: 40%;
	margin: 0 auto;
}
.thankyou figure img{
	width: 100%;
}
.thankyou figure figcaption{
	color: #3e2900;
	font-weight: bold;
	text-align: center;
}
.thankyou .sentence{
	color: #3e2900;
	font-weight: bold;
	width: 100%;
	margin: 48px auto 0;
}
.thankyou .sentence br{
	display: none;
}
.thankyou .btn-block{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 48px auto 0;
}
.btn-block .to-home{
	margin: 0px 0px 0 0;
	padding: 8px 16px;
	width: auto;
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fff;
	color: #3e2900;
	transition: 0.4s ease-in-out;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
.btn-block .to-home:hover{
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* サンキューページここまで */
/* 下層 contactフォルダ */
/* 稲タイトル */
.bg-rice-title{
	width: 50%!important;
	margin: 0px auto 16px!important;
	display: none!important;
}
/* 下層 newsフォルダ */
main.news{
	/* display: flex; */
	width: 100%;
	margin: 24px auto 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
/* お知らせ一覧 */
.news-list{
	width: 100%;
	margin: 0px 0 96px;
}
.news-list-title{
	width: 100%;
	margin: 0px 0 0;
}
.news-list-title img{
	display: block;
	margin: 0 auto;
	width: 42%;
}
.news-list-block{
	margin: 40px 0 0 0;
	/* display: flex; */
	padding: 20px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.news-list-block figure{width: 50%;margin: 0 auto;}
.news-list-block figure img{
	width: 100%;
}
.news-list-block .right-block{
	margin: 16px 0 0 0px;
	width: 100%;
}
.news-list-block .icon_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 8px 0;
}
/* お知らせアイコン */
.news-list-block .icon_box .icon01{
	font-size: 14px;
	background: #d7e9f3;
	color: #3e2900;
	border-radius: 5px;
	text-align: center;
	padding: 0px 8px 0px 8px;
	display: block;
	/* margin: 0 20px 0 0; */
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
}
/* 新商品アイコン */
.news-list-block .icon_box .icon02{
	font-size: 16px;
	background: #f2dbd8;
	color: #3e2900;
	border-radius: 5px;
	text-align: center;
	padding: 0px 32px 0px 32px;
	display: block;
	/* margin: 0 20px 0 0; */
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
}
/* イベント情報アイコン */
.news-list-block .icon_box .icon03{
	font-size: 16px;
	background: #f4f1e5;
	color: #3e2900;
	border-radius: 5px;
	text-align: center;
	padding: 0px 32px 0px 32px;
	display: block;
	/* margin: 0 20px 0 0; */
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
}
/* メディア掲載アイコン */
.news-list-block .icon_box .icon04{
	font-size: 16px;
	background: #c9ded6;
	color: #3e2900;
	border-radius: 5px;
	text-align: center;
	padding: 0px 32px 0px 32px;
	display: block;
	/* margin: 0 20px 0 0; */
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
}
/* 新着コンテンツアイコン */
.news-list-block .icon_box .icon05{
	font-size: 16px;
	background: #f5e0b3;
	color: #3e2900;
	border-radius: 5px;
	text-align: center;
	padding: 0px 32px 0px 32px;
	display: block;
	/* margin: 0 20px 0 0; */
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
}
.news-list-block .icon_box .date{
	display: block;
	color: #3e2900;
	margin: 0 8px 0 0;
	font-size: 12px;
}
.news-list-block h3{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 0px;
	color: #3e2900;
}
.news-list-block .sentence{
	font-size: 16px;
	color: #3e2900;
	margin: 8px 0 0 0;
	letter-spacing: 0.01em;
}
/* お知らせ一覧 */
/* 下層 newsフォルダ */
/* 下層 recipeフォルダ */
/* アレンジレシピ */
.recipe-title{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 24px;
	position: relative;
}
.recipe-title img{
	width: 50%;
	margin: 24px auto 0;
	display: block;
}
.recipe-title::before{
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 40%;
	height: 140%;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: -16px;
	left: 0%;
	display: none;
}
/* タイトル */
/* サブメニュー */
nav.recipe-submenu{
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 24px 0 24px 0px;
	position: relative;
	background: #f3f1e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
nav.recipe-submenu .inner{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px;
	position: relative;
}
.recipe-submenu-title{
	width: 20%;
	color: #897400;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 24px;
	font-weight: bold;
}
.recipe-submenu-title img{
}
nav.recipe-submenu ul:nth-of-type(1){
	width: 100%;
	position: relative;
}
nav.recipe-submenu ul:nth-of-type(2){
	width: 100%;
	position: relative;
}
nav.recipe-submenu ul:nth-of-type(3){
	width: 100%;
	position: relative;
}
nav.recipe-submenu ul > li{
	margin: 0 0 0px 0;
}
nav.recipe-submenu .bar{
	display: none;
}
nav.recipe-submenu ul > li > a{
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	text-align: center;
}
nav.recipe-submenu ul > li > a:hover{
	background: #e1d9bc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* サブメニュー ここまで*/
/* アレルノンちょこっとアレンジ集 */
.recipe-block{
	max-width: 1000px;
	width: 90%;
	margin: 56px auto 112px;
	position: relative;
}
.recipe-arrange-title{
}
.recipe-arrange-title img{
	width: 100%;
}
.recipe-sweets-title{
}
.recipe-sweets-title img{
	width: 60%;
}
.recipe-cook-title{
}
.recipe-cook-title img{
	width: 55%;
}


.recipe-block .sentence{
	line-height: 2em;
	color: #3e2900;
	margin: 0 0 32px 0;
}
.arrange-list-sp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.arrange-list-sp figure{
	width: 48%;
	margin: 0 0 16px 0;
}
.arrange-list-sp figure a{
	display: block;
}
.arrange-list-sp figure img{
	width: 100%;
}
.arrange-list-sp figure figcaption{
}
.arrange-list-pc{
	display: none;
}
.btn-readmore-pc{
	display: block;
	width: 100%;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(95%, transparent),color-stop(0%, #897401));
	background: linear-gradient(transparent 95%,#897401 0%);
	background-position-y: 25px;
}
.btn-readmore-pc img{
	display: block;
	width: auto;
	margin: 0 auto;
	background: #fff;
	padding: 0 24px;
	cursor: pointer;
}
.toggle-pc{
	display: none;
	width: 100%;
	margin: 40px 0 0px 0;
}
.toggle-pc .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn-close-pc{
	display: block;
	width: 100%;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(95%, transparent),color-stop(0%, #897401));
	background: linear-gradient(transparent 95%,#897401 0%);
	background-position-y: 25px;
}
.btn-close-pc img{
	display: block;
	width: auto;
	margin: 0 auto;
	background: #fff;
	padding: 0 24px;
	cursor: pointer;
}
.btn-readmore-sp{
	display: block;
	width: 100%;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(95%, transparent),color-stop(0%, #897401));
	background: linear-gradient(transparent 95%,#897401 0%);
	background-position-y: 25px;
}
.btn-readmore-sp img{
	display: block;
	width: auto;
	margin: 0 auto;
	background: #fff;
	padding: 0 24px;
	cursor: pointer;
}
.toggle-sp{
	display: none;
	width: 100%;
	margin: 40px 0 0px 0;
}
.toggle-sp .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.btn-close-sp{
	display: block;
	width: 100%;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(95%, transparent),color-stop(0%, #897401));
	background: linear-gradient(transparent 95%,#897401 0%);
	background-position-y: 25px;
}
.btn-close-sp img{
	display: block;
	width: auto;
	margin: 0 auto;
	background: #fff;
	padding: 0 24px;
	cursor: pointer;
}
/* アレルノンちょこっとアレンジ集 */
/* アレンジレシピ */
/* アレンジレシピ 詳細*/
.recipe-detail-block{
	max-width: 767px;
	width: 100%;
	margin: 0px auto 120px;
	position: relative;
}
.recipe-detail-title{
	max-width: 767px;
	width: 90%;
	margin: 0px auto 24px;
	position: relative;
	color: #3e2900;
	font-size: 24px;
	padding: 0 0 0 24px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
.recipe-detail-title::before{
	content: "";
	padding: 0 0 0 0px;
	width: 4px;
	background: #3e2900;
	height: 40px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.recipe-detail-img{
	max-width: 767px;
	width: 60%;
	position: relative;
	margin: 0 auto;
}
.recipe-detail-img img{
	width: 100%;
}
.recipe-detail-block .sentence{
	line-height: 2em;
	color: #3e2900;
	margin: 16px auto 32px;
	width: 90%;
}
.recipe-detail-block dl{
	margin: 0 auto 32px;
	width: 90%;
}
.recipe-detail-block dl dt{
	border-bottom: 4px #c8c897 solid;
	font-size: 20px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	color: #3e2900;
}
.recipe-detail-block dl dd{
	color: #3e2900;
	margin: 16px 0 0px 24px;
}
.recipe-detail-block dl dd div{
}
.recipe-detail-block dl.point-box{
	background: #f3f1e5;
	padding: 16px 16px 24px;
	margin: 0 auto 32px;
	width: 90%;
}
.recipe-detail-block dl.point-box dt{
	border-bottom: none;
	font-size: 20px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	color: #3e2900;
}
.recipe-detail-block dl.point-box dd{
}
.recipe-detail-block dl.point-box dd div{
}
.recipe-detail-block .btn-block{
	margin: 0 auto 32px;
	width: 90%;
}
.recipe-detail-block .btn-block a{
	margin: 0px 0px 0 0;
	padding: 0px 16px;
	width: auto;
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fff;
	color: #897400;
	transition: 0.4s ease-in-out;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	text-align: center;
}
.recipe-detail-block .btn-block a img{
	margin: 8px auto;
	width: 60%;
	display: block;
}
.recipe-detail-block .btn-block a:hover {
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* アレンジレシピ 詳細*/
/* 下層 recipeフォルダ */







/* 下層 talkフォルダ */
main.talk{
	position: relative;
}

.talk-list{
	width: 90%;
	max-width: 1000px;
	margin: 16px auto 96px;
}

.talk-list-title{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 24px;
	position: relative;
}
.talk-list-title img{
	width: 60%;
	margin: 24px auto 0;
	display: block;
}
/* 稲タイトル */
.talk-list-title::before {
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 80%;
	height: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: 0px;
	bottom: 0;
	display: none;

}
/* 稲タイトル */

.talk-list-block{
	max-width: 1140px;
	margin: 0 auto;
	border-bottom: solid 1px #aaa;
	padding: 32px 0;
}


.talk-list-block:last-child{
	border-bottom: none;
	margin-bottom: 60px;
}
.talk-list-unit{
	max-width: 1140px;
	margin: 0 auto;
}
.talk-list-img{width: 100%;margin: 0 auto;}
.talk-list-img img{width: 100%;}
.talk-list-block dl{
	margin: 0 0px 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.talk-list-block dl br{
	display: none;
}

.talk-list-block dl dt{
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings : "pkna";
	font-feature-settings : "pkna";
	/* font-weight: bold; */
	font-size: 24px;
	color: #3e2900;
	width: 100%;
	margin: 24px 0 24px 0;
}
.talk-list-block dl dd.lactic-txt{
	width: 75%;
	margin-right: 5%;
	color: #3e2900;
}
.talk-list-block dl dd.btn-block {
	width: 10%;
}
.talk-list-block .btn-readmore{
}
.talk-list-block .btn-readmore img{
}

/* 下層 talkフォルダ */


/* 下層 talkフォルダ detail詳細ページ */

.talk-detail{
	width: 100%;
	max-width: 1000px;
	margin: 16px auto 96px;
}

.talk-main-img{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 0;
}
.talk-main-img img{
	width: 100%;
}


.talk-detail-title{
	margin: 32px auto 32px;
	padding: 0 0 0 0px;
	position: relative;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	font-size: 20px;
	color: #3e2900;
	width: 90%;
	max-width: 800px;
}
.talk-detail-title br{
	display: none;
}


/* 稲タイトル下向き */
.talk-detail-title::before {
	content: "";
	background: url(../img/bg-rice-title02.png);
	width: 137px;
	height: 52px;
	background-size: contain;
	display: none;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 auto 0px;
	position: absolute;
	top: -72px;
	left: 0;
	right: 0;
}
/* 稲タイトル下向き */



.bg-talk-detail-block{
	width: 100%;
	background: #f3f1e5;
	margin: 40px auto;
	padding: 32px 0;
}

.bg-talk-detail-block dl{
	width: 90%;
	max-width: 800px;
	margin: 0px auto 0px;
}
.bg-talk-detail-block dl dt{
	font-size: 20px;
	color: #3e2900;
	margin: 0 0 24px;
}
.bg-talk-detail-block dl dd{
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
.bg-talk-detail-block dl br{
	display: none;
}


.talk-detail-block{
	width: 90%;
	max-width: 800px;
	margin: 0px auto 56px;
	padding: 0px 0;
}

.talk-detail-block br{
	display: none;
}


.talk-detail-block-title{
	font-size: 20px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	border-bottom: 1px #897400 solid;
	margin: 0 0 24px 0;
}
.talk-detail-block .q{
	font-size: 16px;
	color: #3e2900;
	margin: 0 0 24px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	letter-spacing: 0.01em;
}
.talk-detail-block .a{
	font-size: 16px;
	color: #3e2900;
	margin: 0 0 24px 0;
	letter-spacing: 0.01em;
}
.talk-detail-block .a span{
	font-size: 16px;
	color: #3e2900;
	font-weight: bold; 
	letter-spacing: 0.01em;
}

.talk-detail-block .sente02{
	font-size: 16px;
	color: #3e2900;
	border-top: 1px #897400 solid;
	border-bottom: 1px #897400 solid;
	padding: 32px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	letter-spacing: 0.01em;
}

.talk-detail-block .sente{
	font-size: 16px;
	color: #3e2900;

	letter-spacing: 0.01em;
}
.talk-detail-block .sente-min{
	font-size: 16px;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	letter-spacing: 0.01em;
}

.talk-detail-block .sente span{
	font-size: 16px;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	border-bottom: 1px #3e2900 solid;
	letter-spacing: 0.01em;
	font-weight: bold;
}


.talk-detail-block .sente-min span{
	font-size: 16px;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	border-bottom: 1px #3e2900 solid;
	letter-spacing: 0.01em;
	font-weight: bold;
}


.talk-detail .btn-block{
	max-width: 800px;
	width: 90%;
	margin: 40px auto 40px;
	position: relative;
}

.talk-detail .btn-block a{
	margin: 0px 0px 0 0;
	padding: 0px 16px;
	width: auto;
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fff;
	color: #897400;
	transition: 0.4s ease-in-out;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	text-align: center;
}

.talk-detail .btn-block a img{
	width: 35%;
	margin: 8px auto;
	display: block;
}

.talk-detail .btn-block a:hover {
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}



/* 下層 talkフォルダ detail詳細ページ */

/* 下層 talkフォルダ */



/* 下層 visionフォルダ */
main.vision{
	position: relative;
}

.vision-list{
	width: 100%;
	max-width: 1000px;
	margin: 72px auto 96px;
}

.vision-title{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 24px;
	position: relative;
}
.vision-title img{
	width: 60%;
	margin: 24px auto 0;
	display: block;
}
/* 稲タイトル */
.vision-title::before {
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 130%;
	height: 130%;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: 0px;
	bottom: 0;
	display: none;
}
/* 稲タイトル */


.vision-main-img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 90%;
	margin: 32px auto 0px;
}


.vision-main-img img{
	display: block;
	width: 50%;
	height: 100%;
}
.vision-main-img img:nth-child(3){
	display: none;

}
.vision-main-img img:nth-child(5){
	display: none;

}


/* 滋賀県高島市にある会社です。 */
.vision-block{
	max-width: 1000px;
	margin: 0 auto;
	padding: 32px 0 0;
	width: 90%;
}

.vision-block-title{
	margin: 0 0 24px 0;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 0px;
}
.vision-block-title img{
	display: block;
	margin: 0 0 8px 0;
	width: 100%;
}
.vision-block-title::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}

.vision-block .inner{

}


.vision-block .left{
	line-height: 2em;
	color: #3e2900;
	width: 100%;
	margin: 0 0% 24px 0;
}

.vision-block figure{

	width: 100%;
}

.vision-block figure img{
	width: 100%;
}


/* 100% 植物性、法定アレルゲン27 品目も不使用で、手軽に乳酸菌をとれる様々な食品を作っています。 */

.vision-block02{
	max-width: 1000px;
	margin: 0 auto;
	padding: 16px 0;
	width: 90%;
}


.vision-block02-title{
	font-size: 16px;
	margin: 0px 0 0px;
	color: #897401;
	width: 100%;
}


.vision-block02 .inner{
	margin: 0 auto;
	border: 1px #897400 solid;
	padding: 16px 16px 8px;
	max-width: 1000px;
	width: 100%;
	margin: 8px auto 24px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.vision-block02 .inner ul{
	width: 48%;
}

.vision-block02 .inner ul li:nth-child(1){
	border-bottom: 1px #3e2900 solid;
	margin: 0px 0 8px;
	line-height: 0;
	padding: 0 0 16px;
}
.vision-block02 .inner ul li:nth-child(1) img{
	width: 100%;
}

.vision-block02 .inner ul li:nth-child(2){
	color: #3e2900;
	font-size: 12px;
	text-align: center;
}
.vision-block02 .inner ul li:nth-child(3){
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 20px;
	text-align: center;
}
.vision-block02 .inner ul li:nth-child(4){
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 12px;
	text-align: center;
}


.vision-block03{
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #f3f1e5;
	padding: 40px 0;
}
.vision-block03-title{
	margin: 0 0 24px 0;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 0px;
}
.vision-block03-title img{
	display: block;
	margin: 0 0 8px 0;
	width: 100%;
}
.vision-block03-title::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}


.vision-block03 dl{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.vision-block03 dl dd{
	line-height: 2em;
	color: #3e2900;

}



.vision-block04{
	width: 90%;
	margin: 64px auto;
	position: relative;
	max-width: 1000px;
	border-bottom: solid 1px #897400;
}
.vision-block04::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}


.vision-block04-title{
	margin: 0 0 48px 0;
	border-bottom: solid 1px #897400;
	position: relative;
	padding-bottom: 0px;
	width: 100%;
}
.vision-block04-title img{
	display: block;
	margin: 0 0 8px 0;
	width: 100%;
}
.vision-block04-title::after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #897400;
	position: absolute;
	left: 0px;
	bottom: -7px;
}


.vision-block04 article{

	margin: 64px 0px;
}



.vision-block04 figure{
	width: 100%;
}
.vision-block04 figure img{

	width: 100%;
}

.vision-block04 dl{
	width: 100%;
}
.vision-block04 dl dt{
	font-size: 24px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
.vision-block04 dl dd{
	line-height: 2em;
	color: #3e2900;
	letter-spacing: 0.01em;
}









.vision .btn-block{
	max-width: 1000px;
	width: 90%;
	margin: 88px auto 88px;
	position: relative;
	/* display: flex; */
	/* justify-content: space-between; */
}
.vision .btn-block a{
	display: block;
	border: 1px #897400 solid;
	background: #fff;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 100%;
	margin: 0 0 24px 0;
}
.vision .btn-block a img{
	margin: 8px auto;
	width: 100%;
	display: block;
}

.vision .btn-block a:nth-child(1) img{
	width: 20%;
}
.vision .btn-block a:nth-child(2) img{
	width: 55%;
}


/* 下層 visionフォルダ */









/* 下層 voiceフォルダ */

/* 声の一覧 */
main.voice{
	position: relative;
}

.voice-list{
	width: 90%;
	max-width: 1000px;
	margin: 16px auto 96px;
}

.voice-list-title{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 24px;
	position: relative;
}
.voice-list-title img{
	width: 40%;
	margin: 24px auto 0;
	display: block;
}
/* 稲タイトル */
.voice-list-title::before {
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 120px;
	height: 100px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: -140px;
	bottom: 0;
}
/* 稲タイトル */

.voice-list-title02{
	max-width: 1000px;
	width: 100%;
	margin: 24px auto 0px;
	position: relative;
}
.voice-list-title02 img{
	width: 40%;
	margin: 24px auto 0;
	display: block;
}


.voice-list-block{
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: solid 1px #3e2900;
	padding: 32px 0;
}


.voice-list-unit{
	max-width: 1000px;
	margin: 0 auto;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
}
.voice-list-img{width: 60%;margin: 0 auto 32px;}
.voice-list-img img{width: 100%;}
.voice-list-block dl{
	margin: 0 auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice-list-block dl dt{
	color: #3e2900;
	width: 100%;
	margin: 0 auto 24px;
}
.voice-list-block dl dt div:nth-child(1){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	/* font-weight: bold; */
	font-size: 16px;
	color: #3e2900;
	width: 100%;
}
.voice-list-block dl dt div:nth-child(2){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings : "pkna";
	font-feature-settings : "pkna";
	/* font-weight: bold; */
	font-size: 24px;
	color: #3e2900;
	width: 100%;
}
.voice-list-block dl dt div:nth-child(2) br{
	display: none;
}

.voice-list-block dl dd{
	width: 80%;
	margin-right: 5%;
	color: #3e2900;
}
.voice-list-block dl dd.btn-block {
	width: 10%;
}
.voice-list-block .btn-readmore{
}
.voice-list-block .btn-readmore img{
}
.bg-voice-list-block{

}




.voice-list02{
	background: #faf9f3;
}

.voice-list02 .voice-list-img{width: 27%;}

.voice-list02 .voice-list-img img{
	width: 100%;
}

.voice-list02 .voice-list-block dl{
	width: 90%;
	margin: 0 auto;
	color: #3e2900;
}

.voice-list02 .voice-list-block dl dt{
	color: #3e2900;
	width: 100%;
	margin: 0 0 16px 0;
}
.voice-list02 .voice-list-block dl dt div:nth-child(1) {
	/* font-weight: bold; */
	font-size: 16px;
	color: #3e2900;
	width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}


.voice-list02 .voice-list-block dl dd{
	width: 100%;
	margin-right: 0%;
	color: #3e2900;
}


.voice-list02 .voice-list-block:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding: 32px 0 64px 0;
}


/* 声の詳細 */
.voice-detail{
	width: 90%;
	max-width: 1000px;
	margin: 16px auto 96px;
}

.voice-detail-title{
	max-width: 1000px;
	width: 100%;
	margin: 168px auto 0px;
	position: relative;
}
.voice-detail-title img{
	width: auto;
	margin: 24px 0 0 0px;
}
/* 稲タイトル */
.voice-detail-title::before {
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 120px;
	height: 100px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: -140px;
	bottom: 0;
}
/* 稲タイトル */


.voice-detail-block{
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 0;
}

.voice-detail-unit{
	max-width: 1000px;
	margin: 0 auto;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	/* display: flex; */
}
.voice-detail-img{
	width: 60%;
	margin: 0 auto 0;
	line-height: 0;
}
.voice-detail-img img{
	width: 100%;
}
.voice-detail-block ul{
	width: 67%;
	margin: 0 0px 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice-detail-block ul{
	color: #3e2900;
	width: 100%;
	margin: 24px 0px 0 0px;
}
.voice-detail-block ul li:nth-child(1){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	/* font-weight: bold; */
	font-size: 24px;
	color: #3e2900;
	width: 100%;
}
.voice-detail-block ul li:nth-child(2){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings : "pkna";
	font-feature-settings : "pkna";
	/* font-weight: bold; */
	font-size: 16px;
	color: #3e2900;
	width: 100%;
}

.voice-detail-block ul li:nth-child(1) br{
	display: none;
}


.voice-detail-block02{
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 0px 0;
}
.voice-detail-block02 dl{

}
.voice-detail-block02 dl dt{
	font-size: 32px;
	color: #897401;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	border-bottom: 1px #897400 solid;
	margin: 0 0 24px 0;
}

.voice-detail-block02 dl dd{
	color: #3e2900;
	width: 100%;
}




.voice-detail .btn-block {
	max-width: 800px;
	width: 100%;
	margin: 80px auto 0px;
	position: relative;
}

.voice-detail .btn-block a {
	margin: 0px 0px 0 0;
	padding: 0px 16px;
	width: auto;
	display: block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fff;
	color: #897400;
	transition: 0.4s ease-in-out;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	text-align: center;
}
.voice-detail .btn-block a img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin: 8px auto;
	width: 50%;
	display: block;
}
.voice-detail .btn-block a:hover {
	background: #e7e3cc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.voice-detail-block03 {
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 0;
	color: #3e2900;
	font-size: 14px;
}


/* 下層 voiceフォルダ *//* 下層 voiceフォルダ *//* 下層 voiceフォルダ *//* 下層 voiceフォルダ *//* 下層 voiceフォルダ */






/* 下層 shop-listフォルダ *//* 下層 shop-listフォルダ *//* 下層 shop-listフォルダ *//* 下層 shop-listフォルダ */
/*取扱店 */
.shop-list-title{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 24px;
	position: relative;
}
.shop-list-title img{
	width: 35%;
	margin: 24px auto 0;
	display: block;
}
/* 稲タイトル */
.shop-list-title::before{
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 120px;
	height: 100px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: -140px;
	bottom: 0;
}
/* タイトル */


/* タイトル下文章 */

.shop-list .sente{
	max-width: 1000px;
	width: 90%;
	margin: 16px auto 16px;
	line-height: 2em;
	color: #3e2900;

}


/* タイトル下文章ここまで */


/* サブメニュー */
nav.shop-list-submenu{
	width: 100%;
	margin: 8px 0px 0px 0px;
	padding: 24px 0 24px 0px;
	position: relative;
	background: #f3f1e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
nav.shop-list-submenu .inner{
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 0px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shop-list-submenu-title{
	width: 20%;
	color: #897400;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-size: 24px;
	font-weight: bold;
}
.shop-list-submenu-title img{
}
nav.shop-list-submenu ul > li{
	margin: 0 8px 8px 0;
	position: relative;
}
nav.shop-list-submenu li.bar{
	content: "｜	";
	display: block;
	font-size: 32px;
	color: #897401;
	-webkit-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	transform: skewX(-35deg);
	line-height: 1;
	width: auto!important;
}
nav.shop-list-submenu ul > li > a{
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	text-align: center;
}
nav.shop-list-submenu ul > li > a:hover{
	background: #e1d9bc;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* サブメニュー ここまで*/






.shop-list-block{
	max-width: 1000px;
	width: 90%;
	margin: 56px auto 32px;
	position: relative;
}
.shop-list-block-title{
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: bold;
	font-size: 7.5vw;
	overflow: hidden;
}

.shop-list-block-title > div{
	display: inline-block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	font-weight: normal;
	font-size: 40px;
	width: auto;
}


.shop-list-block-title > div::after {
	content: "";
	width: 1000%;
	height: 5px;
	background: #cec09c;
	padding: 0px 0 0px 0;
	display: block;
	top: 50%;
	left: 120%;
	position: absolute;
}




/*一覧 小見出し */
.shop-list-block ul.title-s{
	/* border-bottom: none!important; */
	border-bottom: 1px #897401 solid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 16px 0 32px 0;
	display: none;
}
.shop-list-block ul.title-s li{
	color: #897401!important;
}
.shop-list-block ul.title-s li:nth-child(1){

	background: #f3f1e5;
}
.shop-list-block ul.title-s li:nth-child(2){
	/* margin: 0 0 0 -8.5%; */
	background: none;
}
.shop-list-block ul.title-s li:nth-child(3){
	/* margin: 0 8.3% 0 0%; */
	background: none;
}

/* 一覧ブロック */
.shop-list-block ul{
	/* display: flex; */
	border-bottom: 1px #897401 solid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px;
	margin: 16px 0 24px 0;
}

.shop-list-block ul li{
	color: #3e2900;
	padding: 8px 8px 8px 8px;
}
.tyokuei {
	background: #e8e2be;
}

.shop-list-block ul li:nth-child(1){

	margin: 0 0px 0 0;

	background: #f3f1e5;
}
.shop-list-block ul li:nth-child(2){

	margin: 0 0px 0 0;

	background: none;
}
.shop-list-block ul li:nth-child(3){

	background: none;
}

/* 下層 shop-listフォルダ　ここまで *//* 下層 shop-listフォルダ　ここまで *//* 下層 shop-listフォルダ　ここまで *//* 下層 shop-listフォルダ　ここまで */




/* 下層 proフォルダ */
/*ドクターの現場から */
.pro-list-title{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 24px;
	position: relative;
}
.pro-list-title img{
	width: 50%;
	margin: 24px auto 0 22%;
	display: block;
}
/* 稲タイトル */
.pro-list-title::before{
	content: "";
	background: url(../img/bg-rice-title.png);
	width: 120px;
	height: 100px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: auto;
	left: -140px;
	bottom: 0;
}
/* タイトル */

.pro-list-subtitle{
	margin: 32px 0 16px 0;
	position: relative;
}
.pro-list-subtitle img{
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto 0 5%;
}


.pro-pickup{
	background: #f4f1e5;
	padding: 24px 0;
	margin: 0 0 64px 0;
}

.pro-pickup .inner{
	max-width: 1024px;
	margin: 0px auto 0px;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	/* justify-content: space-between; */
}

.pro-pickup-img{
	line-height: 0;
	width: 32%;
	margin: 0 auto 32px;
}
.pro-pickup-img img{
	width: 100%;
	border-radius: 400px;
	line-height: 0;
	margin: 0 auto;
}
.pro-pickup dl{
	margin: 0 auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	position: relative;
}
.pro-pickup dl dt{
	color: #3e2900;
	width: 100%;
}
.pro-pickup dl dt div:nth-child(1){
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	/* font-weight: bold; */
	font-size: 20px;
	color: #3e2900;
	width: 100%;
}
.pro-pickup dl dt div:nth-child(2){
	/* font-weight: bold; */
	font-size: 14px;
	color: #3e2900;
	width: 100%;
	border-bottom: solid 1px #3e2900;
	margin: 8px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
.pro-pickup dl dd{
	width: 70%;
	margin-right: 0%;
	color: #3e2900;
	font-size: 16px;
}
.pro-pickup dl dd.btn-block {
	width: 10%;
}
.pro-pickup .btn-readmore{
	width: 10%;
	margin-left: 5%;
	margin-right: 0;
	position: absolute;
	top: auto;
	left: auto;
	right: 10%;
	bottom: 14%;
}
.pro-pickup .btn-readmore img{
}
.bg-pro-pickup{

}


.pro-pickup .btn-block{
	width: 40%;
	margin: 0 0 0 auto;
}
.pro-pickup .btn-block a{
	display: block;
	border: 1px #897400 solid;
}
.pro-pickup .btn-block a:hover{
	background: #e7e3cc;
}
.pro-pickup .btn-block a img{
	margin: 8px auto;
	width: auto;
	display: block;
}


.pro-list-block{
	width: 90%;
	margin: 0 auto;
}

.pro-list-block-title{
	font-size: 16px;
	color: #3e2900;
	width: 100%;
	border-bottom: solid 1px #3e2900;
	margin: 16px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.pro-list-block ul{

	margin: 24px 0 24px;
}
.pro-list-block ul li{
	color: #3e2900;
}

.pro-list-mv-block{
	margin: 0px 0 48px;
	position: relative;
}
.pro-list-mv-block span{
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	position: relative;
	cursor: pointer;
	width: 100%;
	display: block;
}


.pro-list-mv-block span .mv-photo{

	display: block;

	width: 100%;
}
.pro-list-mv-block span .mv-arrow{
	position: absolute;
	left: 0;
	right: 0%;
	margin: 0 auto;
	top: 30%;
	width: 16%;
	display: block;
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.pro-list-mv-block span:hover .mv-arrow{
	position: absolute;
	left: 0;
	right: 9%;
	margin: 0 auto;
	top: 30%;
	display: block;
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.pro-list-mv-block span ul{
	background: #e7e3cc;
	width: 100%;
	padding: 32px 5% 32px 8%;
	margin: 0;
	position: relative;
	min-height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pro-list-mv-block span ul li:nth-child(1){
	width: 100%;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	color: #3e2900;
	font-size: 24px;
}
.pro-list-mv-block span ul li:nth-child(2){
	width: 100%;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	color: #3e2900;
	font-size: 14px;
}



.pro-book-block{
	width: 90%;
	margin: 48px auto 48px;
}


.pro-book-block-title-l{
	font-size: 20px;
	color: #897400;
	width: 100%;
	border-bottom: solid 1px #897400;
	margin: 16px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.pro-book-block-title-m{
	font-size: 16px;
	color: #3e2900;
	width: 100%;
	/* border-bottom: solid 1px #3e2900; */
	margin: 0px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.pro-book-block .inner{/* display: flex; */margin: 32px 0 0 0;}

.pro-book-block ul{

	margin: 16px 0 16px;
}
.pro-book-block ul li{
	color: #3e2900;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	/* line-height: 1.5em; */
}

.pro-book-block figure{
	margin: 0px 0 0px 0;
	line-height: 0;
}
.pro-book-block figure img{
	/* width: 100%; */
	margin: 0 auto;
	display: block;
}

.pro-book-block-r{

	width: 100%;

	margin: 24px auto 0;
}
.pro-book-block-r .sente{
	color: #3e2900;
	line-height: 1.5em;
}
.pro-book-block-r .sente a{
	color: #897400;
	display: block;
	text-decoration: underline;
}
.pro_mv_modal01{

}

.pro_off{
	z-index: -1;
	opacity: 0;
	position: fixed;
	top: 15%;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 90%;
	height: 50%;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.pro_on .btn_pro_mv_modal_close{
	cursor: pointer;
	position: absolute;
	top: -30%;
	left: auto;
	right: 0%;
	font-size: 20px;
	z-index: 10000!important;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.pro_on{
	z-index: 10000;
	opacity: 1;
	position: fixed;
	top: 25%;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 90%;
	height: 50%;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.pro_on::before{
	content: "";
	z-index: 242;
	opacity: 1;
	position: absolute;
	top: -10000%;
	bottom: 0;
	right: auto;
	left: -60%;
	width: 10000%;
	background: rgba(255, 255, 255, 0.9);
	height: 20000%;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


.pro_off iframe{
	width: 100%;
	margin: 0 auto;
	display: block;
	height: 100%;
	z-index: 100000;
	position: relative;
}

.pro_on iframe{
	width: 100%;
	margin: 0 auto;
	display: block;
	height: 100%;
	z-index: 100000;
	position: relative;
}




/* プロの意見　詳細 */

.dr-history{
	background: #f4f1e5;
	padding: 48px 0;
	margin: 120px 0 48px 0;
}

.dr-history .inner{
	max-width: 900px;
	margin: 0px auto 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* justify-content: space-between; */
}

.dr-history-img{
	line-height: 0;
	width: 15%;
}
.dr-history-img img{
	width: 100%;
	border-radius: 100px;
}
.dr-history dl{
	margin: 0 0px 0 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.dr-history dl dt{
	/* font-weight: bold; */
	font-size: 24px;
	color: #3e2900;
	width: 100%;
	border-bottom: solid 1px #3e2900;
	margin: 0px 0 8px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
.dr-history dl dd{
	width: 100%;
	margin-right: 0%;
	color: #3e2900;
	font-size: 16px;
}


.pro-detail-block{
	max-width: 900px;
	margin: 48px auto 0px;
}

.pro-detail-block-title-l{
	font-size: 24px;
	color: #897400;
	width: 100%;
	border-bottom: solid 1px #897400;
	margin: 0px 0 16px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.pro-detail-block-title-m{
	/* font-weight: bold; */
	font-size: 32px;
	color: #3e2900;
	width: 100%;
	margin: 0px 0 8px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.pro-detail-block .sente{
	width: 94%;
	color: #3e2900;
}

.pro-detail-block .sente p{
	margin: 0 0 32px 0;
	color: #3e2900;
	letter-spacing: 0.02em;
}

.pro-book-block .readmore-content{
	display: none;
}

.pro-detail .pro-book-block-r .sente {
	color: #3e2900;
	line-height: normal;
}
.pro-detail .pro-book-block-r .sente a{
	color: #897400;
	display: block;
	text-decoration: none;
}

.pro-book-block .btn-readmore{
	cursor: pointer;
	margin: 24px 0 24px 0;
}
.pro-book-block .btn-readmore img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.pro-book-block .btn-close{
	cursor: pointer;
	margin: 24px 0 24px 0;
}
.pro-book-block .btn-close img{
	display: block;
	width: auto;
	margin: 0 auto;
}


.pro-detail .btn-block {
	cursor: pointer;
	/* display: none; */
	width: 900px;
	margin: 0 auto;
}
.pro-detail .btn-block a {
	display: block;
	border: 1px #897400 solid;
}
.pro-detail .btn-block a img {
	margin: 8px auto;
	width: auto;
	display: block;
}
.pro-detail .btn-block a:hover {
	background: #e7e3cc;
}




/* プロの意見　詳細 end */





.dr-history{
	background: #f4f1e5;
	padding: 48px 0;
	margin: 0px 0 48px 0;
}

.dr-history .inner{
	width: 80%;
	margin: 0px auto 0px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* justify-content: space-between; */
}

.dr-history-img{
	line-height: 0;
	width: 15%;
}
.dr-history-img img{
	width: 100%;
	border-radius: 100px;
}
.dr-history dl{
	margin: 0 0px 0 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.dr-history dl dt{
	/* font-weight: bold; */
	font-size: 20px;
	color: #3e2900;
	width: 100%;
	border-bottom: solid 1px #3e2900;
	margin: 0px 0 8px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}
.dr-history dl dd{
	width: 100%;
	margin-right: 0%;
	color: #3e2900;
	font-size: 14px;
}
.dr-history dl dd{

}
.pro-detail-block{
	width: 90%;
	margin: 48px auto 0px;
}

.pro-detail-block-title-l{
	font-size: 20px;
	color: #897400;
	width: 100%;
	border-bottom: solid 1px #897400;
	margin: 0px 0 16px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.pro-detail-block-title-m{
	/* font-weight: bold; */
	font-size: 20px;
	color: #3e2900;
	width: 100%;
	margin: 0px 0 8px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.pro-detail-block .sente{
	width: 100%;
	color: #3e2900;
}

.pro-detail-block .sente p{
	margin: 0 0 32px 0;
	color: #3e2900;
	letter-spacing: 0.02em;
}

.pro-book-block .readmore-content{
	display: none;
}

.pro-detail .pro-book-block-r .sente {
	color: #3e2900;
	line-height: normal;
}
.pro-detail .pro-book-block-r .sente a{
	color: #897400;
	display: block;
	text-decoration: none;
}

.pro-book-block .btn-readmore{
	cursor: pointer;
	margin: 24px 0 24px 0;
}
.pro-book-block .btn-readmore img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.pro-book-block .btn-close{
	cursor: pointer;
	margin: 24px 0 24px 0;
}
.pro-book-block .btn-close img{
	display: block;
	width: auto;
	margin: 0 auto;
}


.pro-detail .btn-block {
	cursor: pointer;
	/* display: none; */
	width: 90%;
	margin: 0 auto;
}
.pro-detail .btn-block a {
	display: block;
	border: 1px #897400 solid;
}
.pro-detail .btn-block a img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin: 8px auto;
	width: 50%;
	display: block;
}
.pro-detail .btn-block a:hover {
	background: #e7e3cc;
}




/* プロの意見　詳細 end */






/*　　　　　　　　　　　　--下層共通ここまで--　　　　　　　　　　　　　　　*/
/*フッター*//*フッター*//*フッター*//*フッター*//*フッター*//*フッター*//*フッター*//*フッター*/
footer{
	width: 100%;
	margin: 48px auto 0!important;
}
footer .inner{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 1140px;
	margin: 32px auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	border-bottom: 1px #897400 solid;
	padding: 0 0 64px 0;
}
.footer-ad-block{margin: 0px 0 16px 0;width: 65%;}
.footer-ad-block li{
	color: #897400;
	font-weight: bold;
	font-size: 1.9vw;
}
.footer-tel-block{margin: 0px 0 16px;width: 35%;}
.footer-tel-block li{
	color: #897400;
	font-weight: bold;
	font-size: 1.9vw;
}
.footer-tel-block li a{
	color: #897400;
}
.footer-tel-block02{
	margin: 0px 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-tel-block02 li{
	color: #897400;
	font-weight: bold;
	font-size: 14px;
}
.footer-tel-block02 li:nth-child(1){
	font-size: 3.4vw;
	width: 62%;
}
.footer-tel-block02 li:nth-child(2){
	font-size: 3.2vw;
	color: #897400;
	font-weight: bold;
	margin: 0 0px 0px 0;
	line-height: 1.4;
	width: 35%;
}
.footer-tel-block02 li:nth-child(2) a{
	color: #897400;
}
.footer-tel-block02 li:nth-child(3){
	font-size: 1.5vw;
	width: 100%;
}
div.footer-block:nth-of-type(1){
}
ul.footer-block:nth-of-type(1){
	border-bottom: none;
	width: 46%;
	margin: 8px 0% 0 0;
	display: block;
	padding: 0;
}
ul.footer-block:nth-of-type(2){
	border-bottom: none;
	width: 46%;
	margin: 8px 0% 0 0;
	display: block;
	padding: 0;
}
.footer-block > li{
	color: #897400;
	font-weight: bold;
}
.footer-block > li a{
	color: #897400;
	font-weight: bold;
	font-size: 2vw;
}
.footer-block > li a img{
}
.footer-sns-block{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 auto;
	position: absolute;
	width: 25%;
	top: 26%;
	bottom: 0%;
	left: auto;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-sns-block li{margin: 0px 0% 0px 0;width: 35%;}
.footer-sns-block li a{
	display: block;
	width: auto;
}
.footer-sns-block li a img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.copyright-block{
	text-align: center;
	display: block;
	padding: 16px 0px 8px;
	color: #897400;
	font-size: 1.5vw;
}
/*フッターここまで*/
/*ページネイション*/
.pagination {
	margin: 0px auto 0px;
	/*width: 1024px;*/
	width: 100%;
	padding: 15px 0;
}
.pagination_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination_inner li {
	margin: 0 8px 0 0;
}
.pagination_inner li:last-child{
	margin-right: 0;
}
.pagination_inner li a {
	color: #3e2900;
	display: block;
	padding: 4px 16px 4px 16px;
	font-size: 24px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	border-radius: 100px;
}
.pagination_inner li:hover a{
	background: #c1b37b;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pagination_inner li a.pagination_on{
	background: #c1b37b;
	color: #3e2900;
}
/*ページネイション*/


/*2020/11/30追加「オンラインショップはこちらボタン」*/

.online-btn {
	max-width: 800px;
	width: 100%;
	margin: 0px auto 0px;
	position: relative;
	text-align: center;
}

.intxt {
	display: block;
	margin: 20px 0;
}

.online-btn a {
	margin: 0 0 0 auto;
	padding: 0px 16px;
	display: inline-block;
	border: 1px #897400 solid;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #897400;
	color: #fff;
	transition: 0.4s ease-in-out;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	text-align: center;
	float: none;
}

.online-btn a:hover {
	background: #fff;
	color: #897400;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*2020/11/30追加「オンラインショップはこちらボタン」*/