@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
	font-family: "a-otf-ud-shin-maru-go-pr6n",Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
.all {
	clear: both;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_left {
	background-color: #F6F6F6;
	padding: 10px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	background-color: #F6F6F6;
	padding: 10px;
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}
.mt50 {
	margin-top: 50px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt0 {
	margin-top: 0!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb70 {
	margin-bottom: 70px!important;
}
.ml40 {
	margin-left: 40px!important;
}
.ml70 {
	margin-left: 70px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mall {
	margin: 10px!important;
}
.mall20 {
	margin: 20px!important;
}
.textc{
	text-align: center!important;
}
.textr{
	text-align: right;
}
.textl{
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.letter_sp5 {
	letter-spacing: 5px;
}
.weight_normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.fs09 {
	font-size: 0.95em!important;
}
.fs08 {
	font-size: 0.8em!important;
}
.fs06 {
	font-size: 0.6em!important;
}
.fs12 {
	font-size: 1.2em!important;
}
.fs14 {
	font-size: 1.4em!important;
}
.fs18 {
	font-size: 1.8em!important;
}
.color_y {
		color: #bbbb00;
}
.color_r {
		color: #b75270;
}
.color_red {
		color: red!important;
}
.color_karki {
		color: #736d00;
}
.mincho{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p.h2_sub {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.1em!important;
	text-align: center;
	margin: 0!important;
}
.link_btn a{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 	width: 150px;
	height: 22px;
	border-radius: 6px;
	color: #fff;
	background-color: #6b0523;
	border-color: #2e6da4;
	margin: 0 20px 20px auto;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 2px 5px 4px;
	border-radius: 6px;
	text-align: center;
}
.link_btn a:hover{
	text-decoration: none;
	color: #a32047;
	background-color: #e7e7e7;
}

#pc{
	display:block;
}
#sp{
	display:none;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
@media screen and (max-width:480px) {
#pc{
	display:none;
}
#sp{
	display:block;
}
}
@media screen and (max-width:1024px) {
.pc{
	display:none;
}
.sp{
	display:block;
}
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #242424;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}

header.header_bg_01 {
	background-image: url(img/top_image_01.jpg);
}
header.header_bg_02 {
	background-image: url(img/top_image_02.jpg);
}
header.header_bg_03 {
	background-image: url(img/top_image_03.jpg);
}
header.header_bg_04 {
	background-image: url(img/top_image_04.jpg);
}

header h1 {
	font-family: 'Kaisei HarunoUmi', serif;
	font-size: 30px;
	line-height: 23px;
	position: absolute;
	margin-top: 17px;
	padding-left: 70px;
	z-index: 1000;
	color: #fff;
	text-decoration: none;
	text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
	font-weight: 800;
}
header h1 span {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 45px;
}
header .h_box,
header .h_btn {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


header .h_btn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #6b0523;
	text-decoration: none;
	width: 180px;
	padding-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

header .h_btn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 2px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b75270;
}

header .h_btn a:hover {
	color: #FFF;
	box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	background-color: #242424;
}

header .h_box {
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
}

header .h_box .h_list li:last-child a {
	border-right-style: none;
}

header .h_box .h_list li a:hover {
	background-color: rgba(0,0,0,0.3);
}
header .h_box ul.h_lang {
	display: block;
	float: right;
	width: 170px;
	height: 30px;
}

header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 23px;
	color: #6b0523;
	text-align: center;
	text-decoration: none;
	width: 150px;
	margin-left: 6px;
	margin-top: 1px;
	padding: 2px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a.selected {
	background-color: #6b0523;
	color: #FFFFFF;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	line-height: 25px;
}
header .h_box .h_lang li a:hover {
	background-color: #242424;
}
header .h_tel {
	font-family: 'EB Garamond', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 4px;
	font-weight: 800;
	margin-top: 5px;
	line-height: 0.8em;
}
header .h_tel span{
	font-weight: normal;
	font-size: 0.5em;
	text-indent: -4em;
	padding: 4em;
	letter-spacing: 0;
	font-family: "a-otf-ud-shin-maru-go-pr6n",Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
header .h_tel a {
	color: #e23d3d;
	text-decoration: none;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

header .h_tel i {
	padding-right: 10px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 15px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 10px;
}
.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
p.p_stayle01{
	margin-bottom: 0px;
	margin-top: 0px;
}
h2, h3 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	color: #6b0523;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}
h2 i {
	padding-right: 10px;
	color: #6b0523;
	font-size: 22px;
}
h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: #6b0523;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: #242424;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

h2.h2_title_01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6b0523;
	background-color: #F9F9F9;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
h2.h2_title_01 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}

.content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin: 20px 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 36px;
	background-color: #585858;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
}
.content h3::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #b75270;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*配送*/
h4.cp_h4title {
	position: relative;
	padding: .1em .3em .25em 2.5em;
	border-bottom: 1px solid #6b0523;
	margin: 30px 20px 20px;
	color: #6b0523;
}
h4.cp_h4title::before,.cp_h4title::after {
	position: absolute;
	content: '';
	border-radius: 100%;
}
h4.cp_h4title::before {
	top: .1em;
	left: .2em;
	width: 25px;
	height: 25px;
	background: rgba(107,5,35,.7);
}
h4.cp_h4title::after {
	top: .7em;
	left: 1.2em;
	width: 16px;
	height: 16px;
	background: rgba(237,25,64,.5);
}


/*お米の知識見出し*/
h3.cp_h3title {
	position: relative;
	margin-left: 1.4em;
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 0.1em 0.3em 0.1em 1.5em;
	color: #fff;
	border-radius: 0 30px 30px 0;
	background: #ffb74d;
}
h3.cp_h3title:before {
	line-height: 1.6em;
	position: absolute;
	top: 50%;
	left: -.8em;
	display: inline-block;
	width: 1.7em;
	height: 1.7em;
	padding: 0;
	content: '.cp_h3title {
position: relative;
margin-left: -.1em;
padding: 0.1em 0.3em 0.1em 1.5em;
color: #fff;
border-radius: 0 30px 30px 0;
background: #ffb74d;
}
h3.cp_h3title:before {
line-height: 1.6em;
position: absolute;
top: 50%;
left: -.8em;
display: inline-block;
width: 1.7em;
height: 1.7em;
padding: 0;
content: '\002713';
transform: translateY(-50%);
text-align: center;
color: #fff;
border: solid 3px #fafcfc;
border-radius: 50%;
background: #fb8c00;
}2713';
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	border: solid 3px #fafcfc;
	border-radius: 50%;
	background: #fb8c00;
}
.seimai h4.se_h4title {            /*精米　下に同じ表記あり。消すと崩れるのでダミーでおいてある*/
}

/*.content h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #044760;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #F6F6F6;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content h4::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}*/
h2.title_02 {
	margin: 20px 5px 30px;
	text-align: center!important;
	font-size: 1.8em;
	font-weight: 500;
	border-bottom:solid 1px #d5c298;
}
h2.title_02 span {
	color: #585858;
}
.title_03 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h2.title_04 {   /*商品詳細*/
	margin: 25px 5px 30px;
	text-align: left!important;
	font-size: 1.8em;
	font-weight: 500;
	border-bottom:solid 1px #d5c298;
}
@media (min-width:768px) {     /*商品詳細ヘッドイメージがあるもの*/
.uonuma {
	background-image: url(okome/img/head_image_uonuma.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
.hokkaido {
	background-image: url(okome/img/head_image_hokkaido.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
.hikone {
	background-image: url(okome/img/head_image_shigasatsuma.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
.muraoka {
	background-image: url(okome/img/head_image_hyogomuraoka.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
}
.seimai h4.se_h4title {            /*精米*/
	margin: 15px 20px 5px!important;
	color: #6b0523;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 700;
}


/*
あいさつ文
-------------------------------------------*/
.greet {
	color: #000;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display: flex;
	justify-content: center;
}
.greet .greet_right {
	width: 20%;
	text-align: right;
}
.greet .greet_text {
	width: 80%;
}
@media (min-width: 1024px){
.greet {
	margin-left: 60px;
}
}
@media (max-width: 768px){
.greet {
	display: block;
}
.greet .greet_right {
	width: 70%;
	display: block;
	margin: 0 auto;
}
.greet .greet_text {
	width: 100%;
}
.greet img {
	width: 100%;
	margin-bottom: 30px;
}
}

/*
flexbox
-------------------------------------------*/
.banner ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding:0 10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #d5c298; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.top_banner {
	width: 95%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 50px auto 0;
    padding: 3% 3%;
    background: rgba(225, 226, 206, 0.3);
    box-shadow: 2px 1px 5px #d5c298;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 1100px) {
.top_banner {
	width: 90%;
}
}
@media (max-width: 768px) {
.banner li {
	width: 100%;
	padding:30px;
}
.top_banner {
	width: 70%;
}
}
@media (max-width: 600px) {
.banner ul{
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner li {
	width: 90%;/*←画像を横に4つ並べる場合*/
	padding:10px 0;/*←画像の左右に5pxの余白を入れる場合*/
}
.top_banner {
	width: 85%;
}
}

/*
ランキング
-------------------------------------------*/
.rank h2.rank01{
	margin-top: 20px;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.5em;
	font-weight: 450;
}
.rank h2.rank01 span {
	color: #8f8f8f;
}

.rank h2.rank02{
	text-align: center!important;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding-top: 22px;
}
@media (max-width: 767px) {
.rank h2.rank01{
	margin-top: 20px;
	font-size: 1.8em;
	letter-spacing: 0.3em;
}
.rank h2.rank02{
	letter-spacing: 0;

}
}
.title-border {
	display: flex;
	align-items: center;
}
.title-border:before,
.title-border:after {
	border-top: 1px solid #ebe2ce;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 1rem;
}
.title-border:after {
	margin-left: 1rem;
}
.ranking {
  counter-reset: rank;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ranking::after {
	display: block;
	content:"";
	width: 30%;
}
.ranking li {
  position: relative;
	margin: 8px;
	padding: 8px;
}
.ranking li a{
	text-decoration: none;
}
.ranking li a p:hover {
	color: #6b0523!important;
}
.ranking li:not(:last-child) {
  margin-bottom: 10px;
}
 
.ranking li:nth-child(-n + 5)::before { /* 王冠のスタイル */
  font-family: "Font Awesome 5 Free";
  content: "\f02e";
  font-weight: 900;
  position: absolute;
  top: 0px; /* 王冠の位置（縦軸） */
  left: 8px; /* 王冠の位置（横軸） */
  font-size: 50px; /* 王冠の大きさ */
	z-index: 20;
}
 
.ranking li:nth-child(1)::before { /* 1位（王冠）のスタイル */
  color: #e6c300;
}
 
.ranking li:nth-child(2)::before { /* 2位（王冠）のスタイル */
  color: #a9a9a9;
}
 
.ranking li:nth-child(3)::before { /* 3位（王冠）のスタイル */
  color: #815a2b;
}
 
.ranking li:nth-child(n + 4)::before { /* 3位以下のスタイル */
  color: #b9cbdd;
}
 
.ranking li::after { /* 順位（文字）のスタイル */
  counter-increment: rank;
  content: counter(rank) "";
  position: absolute;
  top: 10px;
  left: 22px;
  font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -0.1em;
  color: #fff;
	z-index: 30;
}
 
.ranking img { /* 画像のスタイル */
  width: 205px;
  height: 205px;
  object-fit: cover;
	border-radius: 10px;
}
 
.ranking p { /* タイトルのスタイル */
  width: 195px; /* 画像の横幅に合わせる*/
  color: #333;
  text-align: left;
font-family: "a-otf-ud-shin-maru-go-pr6n",Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.ranking li:last-child { 
	margin-bottom: 10px;
}
@media (max-width: 1100px) {
.ranking li:nth-child(-n + 5)::before { /* 王冠のスタイル */
  font-size: 45px; /* 王冠の大きさ */
}
.ranking img { /* 画像のスタイル */
  width: 170px;
  height: 170px;
}
.ranking p { /* タイトルのスタイル */
  width: 165px; /* 画像の横幅に合わせる*/
}
}
@media (max-width: 768px) {
.ranking img { /* 画像のスタイル */
  width: 120px;
  height: 120px;
}
.ranking p { /* タイトルのスタイル */
  width: 120px; /* 画像の横幅に合わせる*/
}
}
@media (max-width: 767px) {
.ranking img { /* 画像のスタイル */
  width: 155px;
  height: 155px;
}
.ranking p { /* タイトルのスタイル */
  width: 150px; /* 画像の横幅に合わせる*/
}
.ranking li::after { /* 順位（文字）のスタイル */
  top: 7px;
  left: 19px;
}
}

@media (max-width: 360px) {
.ranking img { /* 画像のスタイル */
  width: 148px;
  height: 148px;
}
.ranking p { /* タイトルのスタイル */
  width: 148px; /* 画像の横幅に合わせる*/
}
}
@media (max-width: 340px) {
.ranking img { /* 画像のスタイル */
  width: 125px;
  height: 125px;
}
.ranking p { /* タイトルのスタイル */
  width: 125px; /* 画像の横幅に合わせる*/
}
}

/*
お知らせ
-------------------------------------------*/

.content .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242424;
	font-weight: 600;
}
.info {
	margin: 0 auto;
	text-align: left;
	line-height: 1.3;
	color: #444;
	overflow: auto;
	width: 100%;
	height: 15em;
	background-color: #fcfcfc;
}
.info dl {
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.info dl {
	padding: 0.3em 0 0.8em;
	border-bottom: 1px solid #ccc;
}
.cat001{ background: #d5c298; }
.cat002{ background: #ED1940; }
.cat003{ background: #54c354;
	letter-spacing: 0.45em; }
.cat004{ background: #4bcfcf; }
.info dt {
	margin-bottom: 5px;
}
.info dt span{
	padding: 3px 8px;
	width: 6em;
	border-radius: 5px;
	text-align: justify;
	color: #fff;
}
@media screen and (max-width: 768px) {
.info {
	width: 95%;
}
}
@media screen and (min-width: 480px) {
.info dt {
	clear: left;
	float: left;
}
.info dd {
	margin-left: 9em;
}
}
/*
トップフォーム
-------------------------------------------*/

.top_catch {
	position: absolute;
	top: 40%;
	left: 44%;
	z-index: 100;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.3em;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
	line-height: 0.9em;
	font-weight: 800;
}
.top_catch span{
	font-size: 0.6em;
}
@media (max-width: 1300px){
.top_catch {
	left: 30%;
	font-size: 2em;
}
}
@media (max-width: 768px){
.top_catch {
	font-size: 1.8em;
	top: 50%;
	left: 20%;
}
}
@media (max-width: 767px){
.top_catch {
	font-size: 1.3em;
	left: 30%;
}
}
@media (max-width: 480px){
.top_catch {
	top: 60%;
	left: 10%;
	font-size: 1em;
	line-height: 1em;
}
}

/*.top_form {
	position: absolute;
	top: 18%;
	left: 5%;
	width: 32%;
	max-width: 500px;
	max-height: 380px;
	height: 68%;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}*/

.top_img .top_form h2 {
	font-size: 20px;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
	padding-top: 10px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	color: #000;
}

.top_img .top_form dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 60px;
}

.top_img .top_form dl dt {
	float: left;
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	margin-left: 3%;
}
.top_img .top_form dl dd {
	float: right;
	display: block;
	width: 60%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	padding: 5px;
	min-width: 200px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DDD;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form dl dd select:focus,
.top_img .top_form form dl dd input:focus {
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,1.0);
}

.top_img .top_form form .form_btn {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.top_img .top_form form .form_btn input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #F90;
	background-color: #F90;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form .form_btn input:hover {
	border: 2px solid #000;
	background-color: #FFB900;
	cursor: pointer;
}

/*
正月祝もち
-------------------------------------------*/
a.pickup {
	text-decoration: none;
}
.pickup dl {
	width: 80%;
	margin-left: 40px;
	line-height: 2em;
}
.pickup dt {
	float:left;
	width: 70%;
	color: #333;
}
.pickup dd {
	padding-left: 50%;
	text-align: right;
}
.mochi {　　　　　　　　
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f8f8f8;
	padding: 10px;
	max-width: 940px;
	margin: 0 auto 20px;
	display: flex;
	display:-webkit-flex;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.mochitxt {
	width: 70%;
	padding: 10px 0;
	line-height: 1.8em;
}
.mochiimg {
	width: 30%;
	margin: 5px;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}
.mochiimg img {
	display: block;
	width: 80%;
	height: auto;
}
.mochiimg a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*
4列メインコンテンツ
-------------------------------------------*/
#main {
	min-height: 500px;
}
#goods {
font-family: "a-otf-ud-shin-maru-go-pr6n",Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#goods .mix{
	display: none;
}
#goods ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 20px;
	margin: 0 10px;
}
#goods ul::before{
    content:"";
    display:block;
    width: 213px;
    height:0;
    order:1;
}
#goods ul::after{
    content:"";
    display:block;
    width: 213px;
    height:0;
  }
.goodsbox {
	width: 213px;
	height: 325px;
	box-shadow: 1px 3px 4px -2px #8c8b8b;
	margin: 0 3px 30px;
	border-radius: 8px;
}
.etc .goodsbox {
	height: 290px;
}
#goods ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 213px;
	height: 170px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 10px;*/
	overflow: hidden;
	position: relative;
}
#goods a{
	text-decoration: none;
}
#goods ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 170px;
	display: block;
	border-radius: 12px 12px 0 0;
	z-index: 10;
	object-fit: cover;
}
.etc #goods ul li {
	height: 200px;
}
.etc #goods ul li img {
	height: 200px;
}
.goodsbox a p {
	line-height: 1.5;
	font-size: 14px;
	color: #555;
	margin: 5px 8px 0;
}
.komename {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 1.15em;
	letter-spacing: -0.05em;
	color: #a60052;
}
.kakaku{
	font-size: 16px!important;
	color: #c52e02!important;
	text-align: right;
	margin: 0;
}
.kakaku span{
	font-size: 11px;
	color: #888;
}
.goodsbox dl {
	position: relative;
	margin: 0;
}
.etc .goodsbox p {
	min-height: 35px;
	padding: 0;
	color: #242424;
}
.goodsbox dt {
	margin: 0;
	position: absolute;
	bottom: -20px;
	right:75px;
	float: left;
	width: 7em;
	font-size: 11px;
	color: #888;
	text-align: right;
}
.goodsbox dd {
	position: absolute;
	bottom: -25px;
	right:8px;
	padding-left: 8em;
	font-size: 16px!important;
	color: #c52e02!important;
	margin: 0;
}

.sort {
padding: 0;
  position: relative;
}
.sort li{
line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1.7em;
  list-style-type: none!important;
  background: -webkit-linear-gradient(top, #242424 0%, #585858 100%);/*グラデーション*/
  background: linear-gradient(to bottom, #242424 0%, #585858 100%);/*グラデーション*/
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-top: 1px;
}
.sort li:hover, .sort_gensen li:hover{
	background: #6b0523;
	cursor:pointer;
}
.sort li:before, .sort_gensen li:before {
	font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
	margin-top: 2px;
  color: #b75270; /*アイコン色*/
	font-size: 0.8em;
}
.sort_gensen li {
	list-style-type: none!important;
	line-height: 1.5;
	padding: 0.5em 0.5em 0.5em 1.7em;
	background: -webkit-linear-gradient(top, #242424 0%, #585858 100%);/*グラデーション*/
	background: linear-gradient(to bottom, #242424 0%, #585858 100%);/*グラデーション*/
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-top: 1px;
}
.sort_gensen li a {
	text-decoration:none;
	color: #fff;
	margin-top: 1px;
}
.gs1 li::before, .gs2 li::before, .gs3 li::before, .gs4 li::before, .gs5 li::before  { /* 王冠のスタイル */
	font-family: "Font Awesome 5 Free";
	content: "\f02e";
	font-weight: 900;
	position: absolute;
	top: -1px; /* 王冠の位置（縦軸） */
	left: 8px; /* 王冠の位置（横軸） */
	font-size: 40px; /* 王冠の大きさ */
}
.gs1 li::before { /* 王冠のスタイル */
	z-index: 20;
	color: #e6c300;
}
.gs2 li::before { /* 王冠のスタイル */
	z-index: 20;
	color: #a9a9a9;
}
.gs3 li::before { /* 王冠のスタイル */
	z-index: 20;
	color: #815a2b;
}
.gs4 li::before { /* 王冠のスタイル */
	z-index: 20;
	color: #b9cbdd;
}
.gs5 li::before { /* 王冠のスタイル */
	z-index: 20;
	color: #b9cbdd;
}
.gs1 li::after,  .gs2 li::after, .gs3 li::after, .gs4 li::after, .gs5 li::after{ /* 順位（文字）のスタイル */
	counter-increment: rank;
	position: absolute;
	top: 9px;
	left: 11px;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: -0.1em;
	color: #fff;
}
.gs1 li::after {
	content: "1位";
	z-index: 30;
}
.gs2 li::after {
	content: "2位";
	z-index: 30;
}
.gs3 li::after {
	content: "3位";
	z-index: 30;
}
.gs4 li::after {
	content: "4位";
	z-index: 30;
}
.gs5 li::after {
	content: "5位";
	z-index: 30;
}

/*----------品切れアイコン重ね------------------*/
.relative {     /*メディアPDF重ねと共通（重複）*/
	position: relative;
}
.soldout {
	position: absolute;
	top: 60%;
	left: 15%;
}
img.soldout {
	width: 145px!important;
}
.gold { /*金賞*/
	position: absolute;
	top: 3%;
	right: 7%;
	z-index: 10;
}
img.gold {
	width: 50px!important;
}

p.shinmai span {   /*新米*/
	position: absolute;
	display: inline-block;
	left: 0px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4), inset 0px 5px 15px rgba(255,255,255,0.6);
	text-align: center;
	bottom: 18px;
	background: #dc040e;
	width: 50px;
	padding: 3px 5px;
	font-size: 0.9em;
	color: #fff;
}
p.shinmai:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 58px;
	right: -10px;
	z-index: -1;
}
p.shinmai:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -24px;
	z-index: -1;
	left: 86px;
}

/*
商品詳細
-------------------------------------------*/
.date {
	flex: auto;
	color: red;
	text-align: right;
	font-size: 1.1em!important;
	font-weight: 600;
font-family: "M PLUS Rounded 1c"; }
.leftbox {
	float: left;
	width: 37%;
}
.leftbox li {
	margin: 5px;
}
.rightbox {
	float: right;
	width: 60%;
}
.img_fit > p{ position: relative; }
.img_fit > p::before{
    display: block;
    content: '';
    padding-top: 100%;
}
.img_fit > p > img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
	object-fit: cover;
    background:#ddd;
border:1px solid #eee;
     box-shadow:0 0 8px #ddd;}
.detail {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 5px 0;
	border-bottom: 1px solid #333;
}
.detail:last-child {
	border-bottom: none;
}
.detail_left {
	width: 45%;
}
.detail_left ul {
	font-size: 1.5em;
	margin-top: 10px 0 auto;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 2px;
}
.detail_left li {
	margin-left: 30px;
	line-height: 1.8em;
}
.etc .detail_left li.capa {
	font-size: 0.8em;
	letter-spacing: 0;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.price {
	font-size: 1.2em!important;
	color: red;
	font-weight: bold;
}
.price span{
	font-size: 0.6em;
	color: #242424;
}
.explan {
	width: 100%;
	border-top: 1px dotted #777;
	margin-top: 10px;
}
.explan p:first-child {
	margin-top: 30px;
}
.explan ul {
	margin-left: 38px;
	font-size: 0.95em;
	line-height: 1.8em;
}
.etc .explan .disc li{
	list-style: disc;
}

#Cart, #Cart5, #Cart10 {
	padding: 20px 0;
	margin-right: 5px;
}
#Cart select, #Cart5 select, #Cart10 select {
	margin: 0 10px 10px;
	padding: 5px!important;
	font-size: 14px;
}
#Cart div form input[name="es_item_qty"] , #Cart5 div form input[name="es_item_qty"], #Cart10 div form input[name="es_item_qty"]{
	font-size: 16px;
	text-align: center;
	margin-right: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 4px;
}
#Cart input[type="submit"]:hover, #Cart5 input[type="submit"]:hover, #Cart10 input[type="submit"]:hover {
	background-color: #a32047!important;
	cursor:pointer;
}

#Cart div form input[type="submit"], #Cart5 div form input[type="submit"], #Cart10 div form input[type="submit"]{
	width: 70%;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #CC0000;
	-webkit-box-shadow: none;
	 box-shadow: none;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: none;
	color: #FFF;
	 margin-top: 8px;
}
.box_appeal {
    padding: 1em 1.5em;
    margin: 2em;
    color: #474747;
    background: #ffffef;/*背景色*/
    box-shadow: 0 0 5px 1px #b2b2b2;
	border-radius: 8px;
}
.appeal_list {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2.5em;
}
.appeal_list:before {
	content:  "";     /* 空の要素作成 */
	width:  10px;               /* 幅指定 */
	height:  10px;              /* 高さ指定 */
	display:  inline-block;     /* インラインブロックにする */
	background-color: #F44336;  /* 背景色指定 */
	border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
	top: 1px;                  /* 位置調整 */
	margin-right: 5px;          /* 余白指定 */
}
.box_appeal li span {
	color: red; 
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.box_appeal p {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2.1em;
	margin-bottom: 0;
	margin-top: 0;
}
.content table.table_03 {
	width: 98%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_03 th,
.content table.table_03 td {
	padding: 10px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_03 th {
	font-size: 14px;
	background-color: #F9F9F9;
	color: #1d0700;
	letter-spacing: 2px;
	width: 20%;
}
.content table.table_03 td {
	font-size: 15px;
}
.content table.table_03 .first{
	border-top: 1px solid #E3E3E3;
}
.content table.table_03 td img {  /*サキホコレ表中画像*/
	float:left;
	margin-right: 20px;
}
@media (max-width: 760px){
.content table.table_03 td img {  /*サキホコレ表中画像*/
	float:none;
	display: block;
	margin: 0 auto 10px;
}
}
.value{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.value li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding:0;
}
.collection-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
	margin: 10px 20px;
}
.img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
}
.img_wrap::after {
display: block;
content:"";
width: 275px;
}
.left_wrap, .right_wrap {
	width: 48%;
}
.img_in {
	width:23%;
	padding: 5px;
}
.image-trim {
	position: relative;
	overflow: hidden;
	padding-top: 80%; /* 比率 */
}
.image-trim img{
	background-color: #F5F4ED;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.caption_in {
	font-size: 0.8em;
	margin-left: 10px;
}
.img_in2 {
	width:48%;
	padding: 5px;
}

.img_in2 img {
	width: 95%;
}
.bg01 {
	background-color: #F5F4ED;
	padding: 5px;
	margin: 10px auto;
}
.pict3 {           /*龍の瞳*//*黒糖シリーズ*/
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.pict3 li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding:0;
	margin-bottom: 5px;
}
.pict3 li img {
	width: 80%;
}
.pict4 {           /*朱鷺と暮らす里*/
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.pict4 li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0;
	margin-bottom: 5px;
}
.pict4 li img {
	width: 80%;
}


.collection-wrap .frame {  /*画像影フレーム　合鴨農法等*/
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.button02 a {　　 /*リンクボタン　サキホコレ*/
  text-decoration: none;
  margin: 0 auto;
  padding: 0.8em 1em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #eb6100;
  border-radius: 50vh;
}

.button02 a:hover {
  background-color: #f56500;
}

/*
店舗情報、ごちゅうもんについて
-------------------------------------------*/
.shop{
	text-align: center;
}
.shop img{
	margin: 30px 0 15px;
}
.aboutwrap, .aboutwrap2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
	margin: 40px auto 10px;
} 
.aobutbox1 {
	display: block;
	width: 48%;
	height: auto;
}
.aobutbox1 img {
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.aobutbox2 {
	width: 28%;
}
.aobutbox2 img {
	width: 100%;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.aobutbox3 {
	width: 68%;
}
.aobutbox3 ul{
	margin-left: 20px;
}
.aobutbox3 li{
	margin-left: 20px;
}
.aobutbox3 li:first-child{
	margin-top: 5px;
}
.aboutwrap p a,  .aboutwrap2 li a {
	text-decoration: none;
	color: #b75270;
}
.aboutwrap p a:hover,  .aboutwrap2 li a:hover {
	color: #6b0523;
}

.line_01 {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.look {
	font-size: 1em;
	font-weight: bold;
	color: #F1844B;
	line-height: 1.8em;
}
.guide ul.pala {
	margin: 0 20px 20px 30px;
}
.pala li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.pala li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #a36437; /*点の色*/
}
.pala li ul li:first-child {
	margin-top: 10px;
	margin-bottom: 0;
}
.pala li ul li:before {
	display: none;
}
.guide p {
	padding-left: 30px;
}
/*
精米について
-------------------------------------------*/
.seimai {
	display: block;
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px dotted #adadad;
}
.seimaiimg{
	float: left;
	margin: 0 20px 30px 10px;
}
.seimai p{
	overflow: hidden;
	zoom: 1;
	margin-top: 0;
}
/*
お米の知識
-------------------------------------------*/
.box_intro{
    padding: 0.5em 1em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	display: flex;
    justify-content: center;
	width: 60%;
	margin: 0 auto 80px;
}
.box_intro .intro_in{
    width: 70%;
}
.box_intro .intro_in h4{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 0.1em 0.3em;
	border-left: 10px solid #d5c298;
	font-size: 1.5em;
	margin-top: 10px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 180px;
	padding: 0.5em 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #6b0523;
	border-bottom: 2px solid #6b0523;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	margin: 0 auto;
}
a.cp_btn:active {
	border-bottom: 2px solid #6b0523;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
a.cp_btn:hover {
	background: #242424;
	border-bottom: 2px solid #adadad;
}
ul.cp_list {
	margin-left: 40px;
	padding: 0.5em;
	list-style: none;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	color: #fa8028;
	font-weight: bold;
}
ul.cp_list li p{
	color: #333;
	font-weight: normal;
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}
.borderbox{
	margin: 40px auto 30px;
  width:80%;
  height:25px;
}

.bg_dot{
  background-color: #fff;
  background-image:
    radial-gradient(#adadad 30%, transparent 30%);
  background-size: 20px 20px;
}
.point {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto 20px;
}
.point .point_left {
	width: 30%;
}
.point .point_right {
	width: 30%;
	text-align: right;
}
.point .point_text {
	width: 70%;
}
.point p {
	margin: 0!important;
}
.point2 {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto 20px;
	align-items: center;
}
.point2 .point_left {
}
.point2 .point_text {
	width: 40%;
	padding: 20px;
	background-color: #dfffea;
}
.point2 li{
	list-style: disc;
	line-height: 2em;
	margin-left: 50px;
}

.point table{
  width: 45%;
  border-collapse:separate;
  border-spacing: 0;
	float: left;
}
.point table th:first-child{
  border-radius: 5px 0 0 0;
}

.point table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.point table th{
  text-align: center;
  color:white;
  background: linear-gradient(#b75270,#6b0523);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
}

.point table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
}

.point table td:last-child{
  border-right: 1px solid #a8b7c5;
}

.point table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.point table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
p.cap {
	width: 85%;
	text-align: right;
}

/*
資格紹介
-------------------------------------------*/
.flex_meister {
	display: flex;
    justify-content: space-between;
}
.exp_meister {
	width: 70%;
}



/*----------マスコミ紹介------------------*/
.book {　　　　　　　　
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f8f8f8;
	padding: 10px;
	max-width: 1000px;
	margin: 0 auto 20px;
	display: flex;
	display:-webkit-flex;
}
.book, .book2, .book3 {　　　　　　　　
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.masstxt {
	width: 70%;
	padding: 10px 0;
	line-height: 1.8em;
}
.massimg {
	width: 30%;
	margin: 5px;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}
.massimg img {
	display: block;
	width: 100%;
	height: auto;
}
.massimg a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.book2 {　　　　　　　　
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f8f8f8;
	padding: 10px;
	max-width: 1000px;
	margin: 0 auto 20px;
	display: block;
}
.massimg_4 {
	display: flex;
	display:-webkit-flex;
	justify-content: space-around;
	align-items: start;
	align-content: space-between;
}
.img_item {
	margin: 0 3px 5px;
	width: 20%;
}
.img_item img, .img_item a {
	width: 100%;
}
.book3 {　　　　　　　　
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f8f8f8;
	padding: 10px;
	max-width: 1000px;
	margin: 0 auto 20px;
	display: flex;
	display:-webkit-flex;
	justify-content: space-around;
}
.media {
	margin-left: 10px;
}
/*----------pdfアイコン重ね------------------*/
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
img.absolute {
	width: 30px!important;
}

/*
３列メインコンテンツ
-------------------------------------------*/
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 20px;
}

.cont_list .list_box {
	width: 31%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

/*.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}*/

.cont_list .list_box h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990833;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
	color: #242424;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

.content .list_box p {
	font-size: 14px;
}

.cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
帯（サービス・スタッフ）部分
-------------------------------------------*/

.obi {
	background-color: #242424;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-image: url(img/img_bg_1.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}

.obi h2 {
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
	background-image: url(img/img_bg_1.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	padding-bottom: 15px;
}
.service ul,
.staff ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service ul li,
.staff ul li {
	display: flex;
	align-items: center;
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
.service ul li,
.staff ul li {
	margin-bottom: 30px;
}
.obi h2 {
	background-position: center 49px;
}

}
.service ul li p,
.staff ul li p {
	font-size: 13px;
	margin: 10px;
	line-height: 1.6em;
}
.service ul li a,
.staff ul li a {
	text-decoration: none;
	color: #FFF;
}
.service ul li p strong,
.staff ul li p strong {
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.service ul li p .rubi,
.staff ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}
.service ul li a .mask,
.staff ul li a .mask {
	width: 200px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.service ul li a img,
.staff ul li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.service ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.staff ul li a:hover .mask {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}
.staff ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.btn_more {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #585858;
	position: relative;
	font-size: 14px;
	line-height: 27px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a.btn_more::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}
a.btn_more:hover::before {
	left: 8px;
}

a.btn_more:hover {
	color: #6b0523;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

.list_box a.btn_more {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}
.list_box a.btn_more:hover {
	color: #990833;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
FAQ
-------------------------------------------*/
.content .dl_faq dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #066C93;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative;
}
.content .dl_faq dt::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "Q.";
	position: absolute;
	top: 0px;
	left: 10px;
}
.content .dl_faq dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
.content .dl_faq dd::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "A.";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #066C93;
}

/*
お問い合わせ枠
-------------------------------------------*/
.content .contact {
	clear: both;
	text-align: center;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	margin-bottom: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	margin-top: 50px;
}
.content .contact  h2 {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #adadad;
	font-weight: 500;
}
.content .contact .tel a {
	font-size: 30px;
	color: #585858;
	text-decoration: none;
}
.content .contact .tel a i {
	padding-right: 10px;
}
.content .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}

.btn_contact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #242424;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_contact a:hover {
	background-color: #FFF;
	color: #6b0523;
	border: 1px solid #6b0523;
}
.btn_contact a i {
	padding-right: 10px;
}


/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #242424;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

.footer_box {
	padding-top: 30px;
}
.foot_logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49697A;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
	position: relative;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}
.foot_right dl {
	font-size: 14px;
	margin: 20px 0 50px 10px;
}
@media (max-width: 768px) {
.foot_right dl {
	width: 40%;
	margin: 20px auto 30px;
	padding-left: 20px;
}
.foot_right dd {
	text-align: left;
}
}
@media (max-width: 600px) {
.foot_right dl {
	width: 80%;
	padding-left: 50px;
}
}
.foot_right dt {
	float: left;
	width: 5em;
}
.justify {
	display: flex;
	justify-content: space-between;
}
.foot_right dd {
	padding-left: 6em;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}

/*
PR枠
-------------------------------------------*/
.box_pr {
	font-size: 6px;
	line-height: 15px;
	color: #821e01;
	background-color: #6b0523;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.box_pr li {
	display: inline-block;
	margin: 5px;
}
.box_pr li a {
	color: #821e01;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: rgba(42,10,14,0.8);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(42,10,14,1.0);
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.content table.table_01 {
	line-height: 1.6em;
}
.content table.table_01 img {
	margin: 10px 0 10px 30px;
}
.content table.table_01, table.table_02,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th, table.table_02 th,
.content table.table_01 td, table.table_02 td {
	padding: 15px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: #666633;
	letter-spacing: 2px;
}
table.table_02 th {
	background-color: #F9F9F9;
	color: #666633;
	border-left: solid 1px #E3E3E3;
}
table.table_02 td {
	width: calc(100% / 5);
	text-align: center;
	border-left: solid 1px #E3E3E3;
}
table.table_02 th:first-child, table.table_02 td:first-child {
	border-left: none;
}
.table_02 caption {
  caption-side: bottom;
	font-size: 0.9em;
	text-align: left;
	margin-left: 30px;
}
#mailform table.table_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}
.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #F60;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 14px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}


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

.top_form {
	top: 30%;
	left: 15%;
}

}

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

/*
ヘッダー
-------------------------------------------*/
header {
	height: 200px;
}

header h1 {
	left: 20px;
	top: 15px;
}
header h1.subpage {
	left: 10px;
	top: 5px;
}

.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 400px;
	padding-left: 10px;
}

header .h_btn {
	position: absolute;
	top: 55px;
	right: 10px;
	z-index: 1000;
}
header .h_btn a {
	width: 200px;
}

header .h_tel {
	position: absolute;
	top: 50px;
	right: 300px;
	font-size: 30px;
	z-index: 1000;
}
header .h_tel i {
	padding-right: 10px;
}
header .h_tel span{
	color: #fff;
	/*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}

header .h_tel strong {
	font-size: 28px;
}
/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 80px;
	background-color: #242424;
	background-color: rgba(14,14,14,0.9);
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi ul li{
	width: 157px;
	height: 80px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 183px;
	height: 80px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}
#g_navi li:last-child a::after {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}

#g_navi ul li a.ac_menu {
	position: relative;
}
#g_navi ul li a.ac_menu::after {
	font-size: 10px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 3px;
	left: 82px;
	color: #b75270;
}

#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: #6b0523;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: 56px;
	background-color: #990833;
}
#g_navi ul li ul{
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  height: 56px;
}
#g_navi ul li ul li {
	width: 200px;
}
#g_navi ul li ul li a{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	height: 56px;
}
#g_navi ul li ul li a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background-color: #a32047;
}
#g_navi li li a::before,
#g_navi li li:last-child a::after {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.content_rank {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
#main, #main_gensen {
	float: right;	/*右に回り込み*/
	width: 83%;		/*ボックス幅*/
	padding-bottom: 40px;
  overflow: hidden;
}
#sub, #sub_gensen {
	float: left;	/*左に回り込み*/
	width: 16%;		/*ブロックの幅*/
	padding-bottom: 40px;
}
#menu-btn-check {
    display: none;
}
#sub label{
    display: none;
}
.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.kyakuchu {
	margin: 40px 150px;
}
/*
お米の知識
-------------------------------------------*/
.know p{
	margin-left: 40px;
	margin-right: 20px;
}


/*
資格紹介
-------------------------------------------*/
table.table04 {
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 0.96em;
}
table.table04 th,table.table04 td {
  padding: 15px;
  border: solid 1px #987777;
}
table.table04 thead th {
  background: #6b0523;
  color: #fff;
}
table.table04 tbody th {
  background: #FFF0F0;
  color: #AA5A5A;
  font-weight: 400;
	width:8em;
}
table.table04 tbody td {
  background: #FBFBFB;
}


/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 280px;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 30px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 250px;
	margin-right: 30px;
}
/*.box_in frame {
	display: block;
	float: left;
	width: 800px;
	height: auto;
	margin: 0 auto;
}*/

.box_in iframe {
	display: block;
	float: left;
	width: 800px;
	min-height: 300px;
	margin: 0 auto;
}
}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}
/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}
header.sub {
	height: 120px;
}

header h1 {
	left: -30px;
	top: 8px;
	width: 380px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: 170px;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #242424;
	background-color: rgba(14,14,14,0.9);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	display: none;
}

header .h_tel {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 320px;
	font-size: 26px;
	text-align: center;
}

header .h_tel strong {
	font-size: 28px;
}
header .h_tel span{
	color: #fff;
}

header .h_btn a {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}

header .h_btn a::after {
	line-height: 36px;
}


header .h_box .h_list li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

header .h_box ul.h_lang {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #242424;
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #242424;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 70%;
	height: calc(100% - 170px);
	top: 170px;
	left: 30%;
	overflow: auto;
	z-index: 3000;
	background-color: #242424;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
	overflow-y: scroll;

}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cecece;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a32047;
	background-color: #242424;
	background-image: url(img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
	background-color: #6b0523;
}

.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/
#g_navi ul li ul {
	overflow: auto;
}

#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #a32047;
}
#g_navi ul li a.ac_menu.active {
	background-color: #6b0523;
	border-bottom-color: #a32047;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a {
	padding-left: 30px;
	background-color: #990833;
	border-bottom-color: #b75270;
}
#g_navi ul li ul li a:hover {
	background-color: #a32047;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .news {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obi h2 {
	margin-bottom: 20px;
}




/*
トップフォーム
-------------------------------------------*/
/*.top_catch {
	left: 400px;
}*/
.top_catch img {
	width: 500px;
}

.top_form {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 380px;
	height: 320px;
}

.top_img .top_form h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-top: 8px;
}

.top_img .top_form dl {
	height: 50px;
}

.top_img .top_form dl dt {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_img .top_form dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 14px;
	line-height: 20px;
}

.top_img .top_form form .form_btn input {
	min-width: 180px;
	font-size: 16px;
	line-height: 20px;
}


.service ul li,
.staff ul li {
	width: 25%;
}

.service ul li a .mask {
	width: 170px;
	height: 170px;
}

/*---絞り込みメニュー---*/
.submenu {
	color: #fff;
}
.submenu-btn {
    position: fixed;
    top: 180px;
    left: 10px;
    display: flex;
    height: 40px;
    width: 200px;
    justify-content: center;
    align-items: center;
    z-index: 200;
    background-color: #585858;
}
.etc .submenu-btn {
    top: 90px;
}
.submenu-btn:after {
	padding-left: 15px;
    content: '　商品絞り込み';
}
.submenu-btn span,
.submenu-btn span:before,
.submenu-btn span:after{
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
	left: 0;
}
.submenu-btn span:before {
    bottom: 8px;
}
.submenu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .submenu-btn span {
	left: 5px;
	width: 30px;
}
#menu-btn-check:checked ~ .submenu-btn span::before {
    bottom: 0;
	transform: translate(-1px,6px) rotate(30deg);
	width: 22px;
}
#menu-btn-check:checked ~ .submenu-btn span::after {
    top: 0;
	transform: translate(-1px,-6px) rotate(-30deg);
	width: 22px;
}
#menu-btn-check:checked ~ .submenu-btn:after {
	padding-left: 15px;
    content: '　戻る';
}

#menu-btn-check:checked ~ .submenu-btn {
    background-color: #a32047;
}
#menu-btn-check {
    display: none;
}
.sort {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 195px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 150;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
.etc .sort {
    top: 135px;
}
#menu-btn-check:checked ~ .sort {
    left: 0;/*メニューを画面内へ*/
}

/*
商品詳細
-------------------------------------------*/
.img_in {
	width:46%;
	padding: 5px;
}
.img_in2 {
	width:47%;
}

/*
精米について
-------------------------------------------*/
.seimai {
	width: 100%;
}
.seimaiimg {
	margin-left: 20px;
}


/*
資格紹介
-------------------------------------------*/
table.table04 {
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 0.96em;
	line-height: 1.8em;
}
table.table04 td {
  padding: 15px;
  border-left: solid 1px #987777;
  border-right: solid 1px #987777;
}
.last-td {
	border-bottom: solid 1px #987777;
}
table.table04 th {
	border: solid 1px #987777;
	padding: 15px;
}
table.table04 thead th {
	display: none;
}
table.table04 tbody th {
	background: #FFF0F0;
	color: #AA5A5A;
	font-weight: 400;
	width:90%;
	display: block;
}
table.table04 tbody td {
	background: #FBFBFB;
	display: block;
	width:90%;
	display: block;
}
/*
メディア
-------------------------------------------*/
.w50 {
	width: 50%;
}
.w30 {
	width: 30%;
}


/*
フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 26%;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 90%;
	padding-right: 5px;
}
.box_in iframe {
	display: block;
	float: left;
	width: 70%;
	height: 300px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

}
/*-----（/～1100）-----*/

/*-----（/～1000）-----*/
@media screen and (max-width:1000px) {

.pankuzu li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	max-width: 400px;
}
.detail_left {
	width: 40%;
}
.detail_right {
	width: 60%;
}
.detail_left ul {
	font-size: 1.2em;
	letter-spacing: 0;
}
.detail_left li {
	margin-left: 0;
}
#Cart div form input[type="submit"], #Cart5 div form input[type="submit"], #Cart10 div form input[type="submit"]{
 width: 60%!important;
 font-size: 12px;
}
.content table.table_03 td {
	font-size: 14px;
}
/*
メディア
-------------------------------------------*/

.book, .book2 {
	flex-direction: column;
	width: 90%;
}
.book3 {
	width: 90%;
	flex-wrap: wrap;
}
.media_txt {
	width: 100%;
}
.masstxt {
	width: 100%;
	padding: 0;
}
.massimg {
	width: 80%;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	margin: 0 auto;
}
.massimg img {
	width: 100%;
	margin: 0 auto;
}

.box_in iframe {
	display: block;
	float: none;
	width: 95%;
}
.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 40%;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}
.footer_box ul li a {
	padding-left: 25px;
	line-height: 16px;
}

.footer_box .box_in ul {
	text-align: left;
	margin: 0 0 10px -100px;
	padding-right: 0px;
}

}
/*-----（/～1000end）-----*/


/*@media screen and (max-width:768px) {
.detail_left {
	width: 35%;
}
.detail_right {
	width: 65%;
}

.detail_left li {
	margin-left: 10px;
}
.price {
	font-size: 1.0em!important;
}
.price span{
	font-size: 0.5em;
}
}
/*-----（/～769end）-----*/







@media screen and (max-width:768px) {
	
.top_img {
	min-height: 360px;
}

/*
トップフォーム
-------------------------------------------*/
header .h_btn a {
	width: 250px;
	background-position: 280px center;
}
.top_form {
	top: 70px;
	left: 15%;
	width: 70%;
	height: 260px;
}

.top_img .top_form h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.top_img .top_form dl {
	height: 40px;
}

.top_img .top_form dl dt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 26%;
}
.top_img .top_form dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 64%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 12px;
	line-height: 18px;
}

.top_img .top_form form .form_btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_img .top_form form .form_btn input {
	font-size: 14px;
}
.service ul li,
.staff ul li {
	width: 50%;
}

.service ul li a .mask {
	width: 180px;
	height: 180px;
}
.img_in2 {
	width:98%;
}
.box_appeal {
    padding: 1em;
    margin: 1em;
}


/*
店舗情報
-------------------------------------------*/

.aboutwrap, .aboutwrap2 {
	width: 90%;
} 
.guide ul {
	margin: 0 5px 10px 10px;
}
.aobutbox1 {
	text-align: center;
}	
.aobutbox2 {
	text-align: center;
	width: 40%;
}
.aobutbox2 img{
	width: 80%;
}
.aobutbox3 {
	width: 55%;
}
/*
お米の知識
-------------------------------------------*/
.box_intro{
	width: 80%;
}
.point, .point2 {
	width: 90%;
}
.point .point_left {
	width: 33%;
}
.point .point_right {
	width: 33%;
}
.point .point_text {
	width: 68%;
}
.point2 .point_text {
	width: 50%;
}
/*
マスコミ
-------------------------------------------*/
.img_txt img{
	
	width: 95%;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 10px 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}
table.table_02 {
	width: 90%;
}
table.table_02 tr {
    display: block;
    float: left;
}
table.table_02 th, 
table.table_02 td {
    border-left: none;
    display: block;
    height: 40px;
	line-height: 1.2em;
}
table.table_02 thead {
    display: block;
    float: left;
    width: 40%;
  }
table.table_02 tbody {
    display: block;
    float: left;
    width: 50%;
  }
table.table_02 thead tr {
    width: 100%;
  }
table.table_02 tbody tr {
    width: 100%;
  }
table.table_02 td {
    width: 100%;
	padding-top: 20px!important;
	padding-bottom: 0!important;
  }
table.table_02 tr td + td {
    border-left: none;
  }
table.table_02 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
.mid {
	padding-top: 20px!important;
	padding-bottom: 0!important;
}
.bot {
	padding-bottom: 5px!important;
}
/*
フッター
-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_box .box_in .foot_right p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_box .box_in ul {
	width: 32%;
	text-align: left;
	margin: 0;
}
/*.box_in .frame{
	display: block;
	margin: 0 auto;
	height: auto;
}*/
.footer_box .box_in {
	width: 100%;
}
iframe#pc{
	min-width: 600px;
	margin: 0!important;
}
}

/*-----（/～760）-----*/
@media screen and (max-width:760px) {
.submenu-btn {
    top: 180px;
}

/*
正月祝もち
-------------------------------------------*/
.pickup dl {
	width: 90%;
	margin-left: 5px;
	line-height: 2em;
}
.pickup dt {
	float:none;
	width: 100%;
	color: #333;
}
.pickup dd {
	padding-left: 50%;
	text-align: right;
}
.mochi {
	flex-direction: column;
	width: 90%;
}
.mochitxt {
	width: 100%;
	padding: 0;
}
.mochiimg {
	width: 70%;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	margin: 0 auto;
}
.mochiimg img {
	width: 100%;
	margin: 0 auto;
}
.goodsbox {
	width: 46%;
	height: 380px;
	overflow: hidden;
}
.etc .goodsbox {
	height: 320px;
}
#goods ul {
	margin: 0 30px;
}
#goods ul li {
	width: 100%;
	height: 230px!important;
}
.goodsbox img{
	height: 230px!important;
	display: block;
	max-width: 100%;
}
/*----------品切れアイコン重ね------------------*/
.soldout {
	position: absolute;
	top: 62%;
	left: 25%;
}
img.soldout {
	width: 90px!important;
	max-height: 80px!important;
}
img.gold {
	max-height: 70px!important;
}



.leftbox, .rightbox{
	float: none;
	width: 95%;
	display: block;
	margin: 0 auto;
}
.leftbox img {
	width: 97%;
	display: block;
	margin: 0 auto;
}
#Cart {
	float: none;
	margin: 0;
	width: 95%!important;
	padding: 10px;
}
.content table.table_03 th,
.content table.table_03 td {
	display: block;
	padding: 10px 20px;
}
.content table.table_03 th {
	width: 90%;
}
.appeal_list {
	line-height: 1.5em;
	margin-bottom: 15px;
}
.appeal_list:last-child {
	margin-bottom: 0;
}

.collection-wrap {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.left_wrap, .right_wrap {
	width: 100%;
}
.value li {
	padding: 0 10px;
}
.guide p {
	padding-left: 10px;
}
.ml5sp {
	margin-left: 5px!important;
}
.mr0sp {
	margin-right: 0!important;
}
.aboutwrap2 { /*店舗情報*/
	flex-flow: column;
	width: 100%;
} 
.aobutbox2, .aobutbox3 {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.aobutbox2 img {
	width: 50%;
}
/*
お米の知識
-------------------------------------------*/
.box_intro{
	flex-direction:column;
	width: 80%;
}
.box_intro .intro_in{
    width: 100%;
}
ul.cp_list {
	margin-left: 10px;
}
ul.cp_list p{
	margin: 0;
}
.point, .point2 {
	flex-direction:column;
	width: 80%;
}
.point .point_left {
    width: 100%;
	text-align: center;
	margin: 0 auto 10px;
}
.point .point_right {
    width: 100%;
	text-align: center;
}
.point .point_text, .point2 .point_text {
    width: 100%;
}
.point table{
  width: 100%;
	float: none;
}
p.cap {
	font-size: 0.8em;
}
.trnone {
	display: none;
}
.wid1 {
	width: 13%;
}
.wid2 {
	width: 45.5%;
}
/*.wid3 {
	width: 44%;
}*/

/*
資格紹介
-------------------------------------------*/
table.table04{
	margin-top: 20px;
}
.flex_meister {
	display: block;
}
.exp_meister {
	width: 100%;
}
.img_meister {
	margin: 10px auto;
	display: block;
}
/*
メディア
-------------------------------------------*/
.massimg_4 {
	flex-wrap: wrap;
}
.massimg_4 .img_item{
	width: 48%; 
}
.media img {
	margin-bottom: 10px;
}

}



@media screen and (max-width:560px) {
header.sub {
	height: 90px;
}
header h1 {
	left: -70px;
	top: 0;
	width: 280px;
}

header .h_box ul.h_lang {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .h_btn a {
	float: left;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 280px;
	background-position: 240px center;
}

header .h_btn a::after {
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 30px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 26px;
	width: 90px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}

.top_form {
	left: 5%;
	width: 90%;
}

.cont_list .list_box {
	width: 98%;
}
.goodsbox {
	width: 48%;
	height: 305px;
	overflow: hidden;
}
#goods ul {
	margin: 0 5px;
}
#goods ul li {
	width: 100%;
	height: 150px!important;
}
.goodsbox img{
	height: 150px!important;
	display: block;
	max-width: 100%;
}
.etc .goodsbox {
	height: 277px;
}
.etc #goods ul li {
	height: 170px!important;
}
.etc .goodsbox img{
	height: 170px!important;
}
.etc .goodsbox p {
	min-height: 85px;
	padding: 0;
}
.goodsbox dt {
	top: -20px;
	width: 5.5em;
}
.goodsbox dd {
	top: -28px;
	padding-left: 6em;
}
h2.title_02 {
	margin-bottom: 0;
}
.submenu-btn {
    top: 145px;
    height: 35px;
    width: 145px;
}
#main {
	margin-top: 20px;
}
.etc #main {
	margin-top: 50px;
}

.service ul li,
.staff ul li {
	padding: 0px;
}
.service ul li img,
.staff ul li img {
	width: 140px;
}

.service ul li a .mask,
.staff ul li a .mask {
	width: 140px;
	height: 140px;
}


.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	font-size: 12px;
	letter-spacing: 0px;
}

.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}
.box_in iframe{
	display: block;
	float: none;
	width: 98%;
	height: 500px;
	text-align: center;
	margin-left: 3px;
}

textarea,
input {
	max-width: 360px;
}
.detail {
	flex-direction: column;
}
.detail_left {
	width: 100%;
}
.detail_right {
	width: 100%;
}

.detail_left li {
	margin-left: 10px;
}
#Cart div form input[type="submit"], #Cart5 div form input[type="submit"], #Cart10 div form input[type="submit"]{
	width: 70%!important;
}
.content table.table_01 img {
	margin: 10px 0;
}


}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

header .h_box ul.h_lang {
	width: 110px;
}
header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #00365E;
	text-align: center;
	text-decoration: none;
	width: 90px;
	margin-left: 4px;
	margin-top: 1px;
	padding: 1px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
header .h_tel a {
	margin-left: 70px;
}
header .h_btn a {
	width: 180px;
	margin-left: 100px;
}


.content .news ul li a {
	font-size: 12px;
}
.komename {
	font-size: 1.05em;
}
.top_form {
	left: 2%;
	width: 96%;
}

.top_img .top_form dl dt {
	width: 20%;
}
.top_img .top_form dl dd {
	width: 70%;
}

.service ul li a .mask {
	width: 150px;
	height: 150px;
}

.footer_box .box_in ul {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
}
.box_in iframe{
	width: 90%;
	height: 500px;
	margin-left: 35px;
	display: block;
	float: none;
	text-align: center;
}

textarea,
input {
	max-width: 280px;
}


}
/*-----（/～400）-----*/
@media screen and (max-width:320px) {
.box_in iframe{
	margin-left: 8px;
	width: 90%!important;
}
.komename {
	font-size: 1em;
}
.link_btn a{
 	width: 120px;
	height: 22px;
	margin: 0 10px 20px auto;
	padding: 2px 5px 4px;
	font-size: 0.9em;
}
.submenu-btn {
    top: 135px;
}
.goodsbox a p {
	margin-right: 2px;
}
.date {
	font-size: 0.9em!important;
}
p.h2_sub {
	font-size: 0.8em!important;
}
}
/*
スライドショー
---------------------------------------------------------*/
.top_img {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 481px) {
.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
	left: -300px;
}
}
.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
lateY(0px);    
}
