@charset "euc-jp";

/* Common
------------------------------ */
dt,
dd{
margin:0;
}

html{
	overflow-x: hidden!important;
	-webkit-text-size-adjust: 100%!important;
}
body {
	box-shadow: none;
	color: #432A18;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', Georgia, serif;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%!important;
	top: 0!important;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/bg.jpg?cmsp_timestamp=20170421145917);
}
a:link{
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a,a:hover {
	-webkit-transition: 0.3s!important;
	-moz-transition: 0.3s!important;
	-o-transition: 0.3s!important;
	transition: 0.3s!important;
}
ul li{
  list-style-type: none
}
/* layout */
.wrapper{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 950px;
	margin: 0 auto!important;
}
.wrapper2{
	width: 980px!important;
}
article section{
	position: relative;
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
}
.border{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/border.png?cmsp_timestamp=20170421145932) repeat-x center bottom;
	background-size: 20px auto;
	display: block;
}

.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.fc_g{
	color: #3AA935!important;
}
.mr_0{
	margin-right: 0!important;
}
.mr_20{
	margin-right: 20px!important;
}
.ml_0{
	margin-left: 0!important;
}
.mb_0{
	margin-bottom: 0!important;
}
.mb_10{
	margin-bottom: 10px!important;
}
.mb_30{
	margin-bottom: 30px!important;
}
.mb_50{
	margin-bottom: 50px!important;
}
.mb_1{
	margin-bottom: 1em;
}
.underbar::before{
	position: absolute;
	bottom: 1em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: .3s;
}
.underbar:hover::before{
	bottom: -0.1em;
	opacity: 1;
}
.clear{
	clear: both;
	float: none;
  height: 0;
    margin: 0;
    padding: 0;
}
.red {
    color: #AA0D23;
}
/* bread crumb */

.bread_crumb{
	margin-bottom: 60px!important;
}
.bread_crumb ul{
  margin:0;
  padding:0;
}
.bread_crumb li{
	position: relative;
	display: inline-block;
	margin: 0 16px;
	font-size: 16px;
}
.bread_crumb li:last-child{
	color: #3AA935;
}
.bread_crumb li::after{
	content: "กไ";
	color: #3AA935;
	position: absolute;
	right: -31px;
	font-weight: 600;
	top:0;
}
.bread_crumb li:last-child::after{
	content: none;
}
.bread_crumb .underbar::before{
	background: #432A18;
}
.bread_crumb a{
	color: #432A18;
}
.bread_crumb .underbar:hover::before{
	bottom: 0.2em;
}
/* header */

header{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 100%;
	top: 0;
	margin-top: 0;
	z-index: 100;
}
header .wrapper{
	padding-top: 14px;
}
header #header_logo{
  margin:0;
  padding:0;
}
header #header_logo a{
	position: relative;
	display: block;
	width: 200px;
	height: 116px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/logo.png?cmsp_timestamp=20170421145956) no-repeat;
	background-size: contain;
	transition: 0.4s;
	text-indent: -9999px;
}
header #header_logo a:hover{
	opacity: 0.6;
}
header h2{
	position: relative;
	bottom: 0px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/rice_bg.png?cmsp_timestamp=20170421150013) no-repeat center;
	background-size: contain;
	padding: 20px 0 16px 0;
    font-size: 14px;
    margin-top: 40px;
    margin-left: 54px;
    letter-spacing: 0.07em;
}
header h2::before{
	content: " ";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/riceplant_icon.png?cmsp_timestamp=20170421150029) no-repeat;
	background-size: contain;
	left: -20px;
    top: 6px;
}
header .tel{
	position: relative;
	font-size: 31px;
	font-weight: 600;
	color: #432A18;
	line-height: 0.7em;
	margin-top: 60px;
	margin-right: 16px;
	text-align: right;
	letter-spacing: 0.04em;
}
header .tel::before{
	content: " ";
	position: absolute;
	width: 14px;
	height: 23px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/phone_icon.png?cmsp_timestamp=20170421150045) no-repeat;
	background-size: contain;
	left: -18px;
    top: -2px;
}
header .tel .fc_g{
	font-size: 14px;
  display: block;
    padding-top: 10px;
}
header .header_links{
	position: absolute;
	top: 0;
	right: 16px;
}
header .header_links p{
	display: inline-block;
	padding-top: 6px;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.01em;
	font-size: 14px;
}
header .header_links .bg_g{
	font-size: 15px;
	margin-left: 6px;
	position: relative;
}

header .header_links .bg_g .fc_g{
	padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 48px;
	background: rgba(208,194,143,0.3);
	border-radius: 0 0 10px 10px;
	transition: 0.4s;
	position: relative;
}
header .header_links .bg_g .fc_g:hover{
	background: rgba(255,183,9,0.4);
}
header .header_links .contact::before{
	content: " ";
	position: absolute;
	width: 27px;
	height: 22px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/mail_icon.png?cmsp_timestamp=20170421150058) no-repeat;
	background-size: contain;
	left: 12px;
    top: 7px;
}
header .header_links .cart::before{
	content: " ";
	position: absolute;
	width: 27px;
	height: 22px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/cart_icon.png?cmsp_timestamp=20170421150113) no-repeat;
	background-size: contain;
	left: 10px;
    top: 6px;
}
header .underbar::before{
	background: #3AA935!important;
}
header .underbar:hover::before{
	bottom: 0.2em!important;
}

.wrapper2 nav{
	clear: both;
	float: none;
}
.wrapper2 nav ul{
  margin:0;
  padding:0;
}
.wrapper2 nav ul li{
	position: relative;
	display: block;
	float: left;
	width: 190px;
	margin-top: 16px;
	padding: 0;
	text-align: center;
	background: linear-gradient(rgba(58,155,47,.4), rgba(58,155,47,1));
	background: -moz-linear-gradient(rgba(58,155,47,.4), rgba(58,155,47,1));
	background: -webkit-linear-gradient(rgba(58,155,47,.4), rgba(58,155,47,1));
	border-radius: 10px 10px 0 0;
	margin-right: 2px;
	transition: 0.4s;
}
.wrapper2 nav ul li:hover{
	background: linear-gradient(rgba(242,178,53,.4), rgba(242,178,53,1));
	background: -moz-linear-gradient(rgba(242,178,53,.4), rgba(242,178,53,1));
	background: -webkit-linear-gradient(rgba(242,178,53,.4), rgba(242,178,53,1));
}
.wrapper2 nav ul li:first-child{
	width: 160px;
}
.wrapper2 nav ul li:nth-child(4){
	width: 240px;
}
.wrapper2 nav ul li:last-child{
	margin-right: 0;
}
.wrapper2 nav ul li a{
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center!important;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1em;
	margin: 0;
	padding: 21px 19px 17px;
	color: #000!important;
	font-size: 22px;
	transition: 0.4s;
}
.wrapper2 nav ul li a:hover::before{
	content: '';
	position: absolute;
	width: 13px;
	height: 17px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/rice_icon.png?cmsp_timestamp=20170421150128) no-repeat;
	background-size: contain;
	left: 30px;
	top: 24px;
}
.wrapper2 nav ul li:nth-child(4) a:hover::before{
	content: '';
	position: absolute;
	width: 13px;
	height: 17px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/rice_icon.png?cmsp_timestamp=20170421150128) no-repeat;
	background-size: contain;
	left: 32px;
	top: 24px;
}
/* footer */
footer{
	float: none;
	clear: both;
	background: #50A66E;
	padding-top: 40px;
	color: #fff;
	font-weight: 600;
}
footer .wrapper{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/footer_bg.png?cmsp_timestamp=20170421150202) no-repeat left bottom;
	background-size: auto 186px;
	padding-bottom: 50px;
}
footer .fl_l{
	padding-left: 72px;
}
footer .name{
	font-size: 19px;
	margin-top: 8px;
	margin-bottom: 8px;
}
footer address{
	font-style: normal!important;
	font-size: 16px;
	line-height: 1.4em;
}
footer small{
	font-size: 12px;
	font-weight: 400;
	margin-top: 8px;
}
footer .fl_r ul{
	display: inline-block;
	border-left: solid 1px #fff;
	padding: 0 30px;
	height: 126px;
	vertical-align: top;
	font-size: 14px;
}
footer li{
	line-height: 1.9em;
	min-width: 100px
}
footer li a{
	color: #fff!important;
	position: relative;
}
footer .underbar::before{
	background: #fff!important;
}
/* ALL PAGE COMMON */

aside{
	width: 320px;
}
aside img{
	width: 320px;
	height: auto;
	margin-bottom: 20px;
	vertical-align: bottom;
}
aside a:hover{
	opacity: 0.8;
}
.h2_r_img{
	width: 100%;
	height: 23px;
	margin: 30px 0 10px;
}
p.h2_r_top{
	font-size: 12px!important;
	color: #432A18;
	border-bottom: 1px solid #432A18;
	position: relative;
	margin: 20px 0 20px;
}
p.h2_r_top::after{
	content: " ";
	position: absolute;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/h2_r_top.png?cmsp_timestamp=20170421150641) no-repeat;
	background-size: contain;
	width: 27px;
	height: 11px;
	right: 2px;
	top: 8px;
}

/* SUBPAGE
------------------------------ */


.sub_page{
	position: relative;
	margin-bottom: 52px;
}
.sub_page #page_top{
	height: 316px!important;
	padding: 32px 0!important;
	margin-bottom: 16px!important;
}
.sub_page .sub_left{
	position: relative;
	width: 600px;
}
.sub_page #page_top h1{
	text-indent: -9999px;
	width: 213px;
	height: 315px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: relative;
}
.sub_page_h2 h2{
	text-indent: -9999px;
	width: 245px!important;
	height: 215px!important;
	position: absolute;
	left: -60px;
	top: -50px;
}
.sub_page .h2_r{
	float: right;
	position: relative;
	width: 540px;
}
.sub_page .h2_r img{
	margin-top: 30px;
	width: 100%;
}

/* SPECIALTY */
#specialty #page_top{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/specialty_top.jpg?cmsp_timestamp=20170421150703) no-repeat center center;
	background-size: cover;
}
#specialty #page_top h1{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/specialty_top2.png?cmsp_timestamp=20170421150715) no-repeat;
	background-size: contain;
}
#specialty .sub_page_h2 h2{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/specialty_h2.png?cmsp_timestamp=20170421150726) no-repeat;
	background-size: contain;
}
#specialty .sub_img{
	display: inline-block;
	width: 265px;
	height: auto;
	margin: 16px 10px 16px 0;
	vertical-align: bottom;
}
#specialty img.bottom{
	width: 335px;
	height: auto;
	text-align: center;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin: 16px auto 32px;
}
#specialty .sub_page_h2{
	margin-bottom: 52px;
}
/* PROFESSIONAL */
#professional section {
    font-size: 16px;
}
#professional #page_top{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/professional_top.jpg?cmsp_timestamp=20180215113916) no-repeat center center;
	background-size: cover;
}
#professional #page_top h1{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/professional_top2.png?cmsp_timestamp=20180215114204) no-repeat;
	background-size: contain;
}
#about_professional h2 {
    text-indent: -9999px;
    background: url(https://img21.shop-pro.jp/PA01387/493/etc/about_pu_h2.png?cmsp_timestamp=20180215102409) no-repeat;
    background-size: contain;
    width: 600px;
    height: 45px;
}
#ideal h2 {
    text-indent: -9999px;
    background: url(https://img21.shop-pro.jp/PA01387/493/etc/ideal_h2.png?cmsp_timestamp=20180215103037) no-repeat;
    background-size: contain;
    width: 600px;
    height: 45px;
}
#flow h2 {
    text-indent: -9999px;
    background: url(https://img21.shop-pro.jp/PA01387/493/etc/flow_h2.png?cmsp_timestamp=20180215103049) no-repeat;
    background-size: contain;
    width: 600px;
    height: 45px;
}
#flow a {
    display: inline-block;
    border-bottom: 1px #3AA935 solid!important;
    transition: 4s;
    color: #3AA935!important;
    line-height: 1.4em;
}
/* COMAPNY */
#company #page_top{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/company_top.jpg?cmsp_timestamp=20170421150745) no-repeat center center;
	background-size: cover;
}
#company #page_top h1{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/company_top2.png?cmsp_timestamp=20170421150754) no-repeat;
	background-size: contain;
}
#company section{
	font-size: 16px;
}
#company .sub_page_h2 h2{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/company_h2.png?cmsp_timestamp=20170421160226) no-repeat;
	background-size: contain;
}
#company .sub_page_h2 dl{
	margin-bottom: 20px;
	position: relative;
}
#company .sub_page_h2 dl::after{
	content: " ";
	position: absolute;
	width: 105px;
	height: 73px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/riceplant_icon2.png?cmsp_timestamp=20170421150821) no-repeat;
	background-size: contain;
	right: 0;
    bottom: 0;
}
#company .sub_page_h2 dt{
	width: 96px;
	clear: both;
}
#company .sub_page_h2 dd{
	padding: 0 0 16px 98px;
}
#company .h2_r_top{
	margin-top: 30px;
}
#history h2{
	text-indent: -9999px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/history_h2.png?cmsp_timestamp=20170421150837) no-repeat;
	background-size: contain;
	width: 600px;
	height: 45px;
}
#history{
	padding-bottom: 20px;
}
#history dt{
	width: 200px;
	clear: both;
}
#history dd{
	padding: 0 0 16px 200px;
}
#site_policy h2{
	text-indent: -9999px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/sitepolicy_h2.png?cmsp_timestamp=20170421150856) no-repeat center bottom;
	background-size: contain;
	width: 600px;
	height: 45px;
	margin-top: -50px;
	padding-top: 50px;
}
#transaction h2{
	text-indent: -9999px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/transactions.png?cmsp_timestamp=20170518110941) no-repeat center bottom;
	background-size: contain;
	width: 600px;
	height: 45px;
	margin-top: -50px;
	padding-top: 50px;
}
#transaction a{
  display:inline-block;
  border-bottom:1px #3AA935 solid!important;
  padding-bottom:2px;
  transition: 4s;
}

#transaction a:hover{
opacity:0.7;
}

/* SHOPPING GUIDE */
#sg #page_top{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/shopping_g_top.jpg?cmsp_timestamp=20170421150908) no-repeat center center;
	background-size: cover;
}
#sg #page_top h1{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/shopping_g_top2.png?cmsp_timestamp=20170421150923) no-repeat;
	background-size: contain;
}
#sg h2{
	text-indent: -9999px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/shopping_g_h2.png?cmsp_timestamp=20170421150936) no-repeat;
	background-size: contain;
	width: 600px;
	height: 45px;
}
#sg p.fc_g{
	font-size: 20px;
}
#sg dl{
	line-height: 1.3em;
}
#sg dl dt{
	font-size: 16px;
	padding: 10px 0 0 16px;
	width: 200px;
}
#sg dl dd{
	font-size: 14px;
	padding: 10px 0 10px 220px;
	border-bottom: solid 1px #3AA935;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/sg_b.png?cmsp_timestamp=20170421150949);
	background-size: 200px auto;
	background-repeat: repeat-y;
	letter-spacing: 0;
}
#sg dl dd:nth-child(2){
	border-top: solid 1px #3AA935;
}
#sg img.card{
	width: 255px;
	height: auto;
	margin-top: -4px;
}
#sg img.time{
	width: 381px;
	height: auto;
	margin-bottom: -6px;
}
#sg dl dd .red{
color:#AA0D23;
}
/* CONTACT */
#contact #page_top{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/contact_top.jpg?cmsp_timestamp=20170421151003) no-repeat center center;
	background-size: cover;
}
#contact #page_top h1{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/contact_top2.png?cmsp_timestamp=20170421151012) no-repeat;
	background-size: contain;
}
#contact h2{
	text-indent: -9999px;
	width: 952px;
	height: 43px;
}
#contact_address h2{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/contact_h2.png?cmsp_timestamp=20170421151020) no-repeat;
	background-size: contain;
}
#contact_address{
	padding-bottom: 50px;
}
#contact_address ul{
margin:0;
}
#contact_address li{
	display: inline-block;
	background: rgba(208,194,143,0.3);
	padding: 0 31px;
	width: 400px;
	text-align: center;
}
#contact_address .bb{
	border-bottom: 1px solid #3AA935;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	margin-bottom: 16px;
}
#contact_address li .small{
	font-size: 16px;
	margin-bottom: 16px;
}
#contact_address li .phone::before{
	content: " ";
	position: absolute;
	width: 17px;
	height: 29px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/phone_icon.png?cmsp_timestamp=20170421151037) no-repeat;
	background-size: contain;
	left: 6px;
    top: -2px;
}
#contact_address li .fax::before{
	content: " ";
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/fax_icon.png?cmsp_timestamp=20170421151048) no-repeat;
	background-size: contain;
	left: -8px;
    top: -2px;
}
#contact_address li .number{
	display: inline-block;
	font-size: 38px;
	margin-bottom: 8px;
	padding-left: 30px;
	position: relative;
}
#contact_address .small{
	font-size: 18px;
}
#contact_address div{
	text-align: center;
	width: auto;
	padding: 0 95px ;
	border: 1px solid #432A18;
}

#contact_form h2{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/mail_h2.png?cmsp_timestamp=20170421151108) no-repeat;
	background-size: contain;
	margin-top: 50px;
}
#contact_form dl{
	background: url(https://img21.shop-pro.jp/PA01387/493/etc/form_bg.png?cmsp_timestamp=20170421151118);
	background-size: 348px auto;
	background-repeat: repeat-y;
	font-size: 16px;
}
#contact_form dt{
	float: left;
	clear: both;
	width: 318px;
	padding: 16px 16px 0 16px;
	font-size: 16px;
	vertical-align: middle;
}
#contact_form dd{
	border-bottom: 1px solid #3AA935;
	padding: 14px 0 14px 364px;
}
#contact_form dd:nth-child(2){
	border-top: 1px solid #3AA935;
}
#contact_form textarea,
#contact_form input{
	border: 1px solid #3AA935;
	width: 552px!important;
	font-size: 16px;
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', Georgia, serif;
}
#contact_form textarea{
	height: 110px!important;
}
#contact_form input{
	height: 26px;
}
#contact_form .must{
	background: #3AA935;
	border-radius: 4px;
	color: #fff;
	padding: 5px 6px 5px;
	font-size: 14px;
	line-height: 1em;
	margin-top: 2px;
}
#contact_form .fc_g{
	font-size: 12px;
	vertical-align: middle;
	padding-left: 4px;
	font-weight: 600;
}
#contact_form #contact_pp{
	width: 879px;
	height: 164px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #3AA935;
	padding: 16px 37px;
	font-size: 14px
}
#contact_form #contact_pp::-webkit-scrollbar{
	height:10px;
}
#contact_form #contact_pp::-webkit-scrollbar-track{
	background:none;
}
#contact_form #contact_pp::-webkit-scrollbar-thumb{
	background:rgba(208,194,143,0.3);
}
#contact_form button{
	position: relative;
    display: block;
    color: #FFF;
    font-size: 20px;
    line-height: 1em;
    width: 300px;
    padding: 16px 0px;
    text-align: center;
    background: #3AA935;
    border: 1px solid #3AA935;
    box-sizing: border-box;
    font-family:  'Hiragino Mincho ProN', 'Yu Mincho', Georgia, serif;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
    transition: 0.4s;
}
#contact_form button:hover{
	cursor: pointer;
	opacity: 0.7;
}


#footer-wrapper{
  display:none;
}
footer small a{
color:#fff;
transition: .4s;
}

footer small a:hover{
  color:#fff;
opacity:.8;
}
