@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size:16px;
  line-height:1.7;
}

a {
  color: #ae811f;
}

a:hover {
  color: #ae811f;
}

.profile-content table {
width: 100%;
font-size:100%;
margin-bottom:60px;
border-top: 0px solid #e5e5e5;}

.profile-content table th,
.profile-content table td{
padding:10px 10px;
border-right: 0px solid transparent;
border-bottom: 2px dotted #ae811f;}

.profile-content table th{
background-color:#f1dfb6;
width:25%;
border-left:0px;
border-bottom:2px dotted #ae811f;
border-right: 2px solid #ae811f;
border-top:0px;}

.article table td {
border:0px;
}

.profile-content table ul,
.profile-content table ol,
.profile-content table li {
margin:0 0 0 10px;
padding:0;
}

#gallery {
  columns: 260px;
  column-gap: 10px;
  margin: 10px;
}
#gallery img {
  width: 100%;
  height: auto;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

/* ドロップダウンメニュー */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 1000;
  background-color:#a0122c;
  padding: 10px 0px 10px 0px;
}

.dropmenu li a {
  display: block;
  line-height: 1;
  color:#fff;
}

.dropmenu li:hover ul {
  display: block;
}

.dropmenu li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 4px 0px 0px 0px;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
  background-color: #352013;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* colormekit.cssの上書き */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  border-radius: 0;
}

.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}

select {
  border-radius: 0;
}

input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

/* bxSlider */
.bx-wrapper .bx-pager {
  bottom: 20px !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 4px !important;
}

/*
 * layout
 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.pc-header {
  margin: 0 auto;
  max-width: 1200px;
}

#footer {
  background-color: #333;
  color: #fff;
}

#footer a {
  color: #fff;
}

address {
  margin-bottom: 0;
}

/* freepages */
input[name='refine-btn'] {
  position: relative;
  display: none;
}
input[name='refine-btn']:checked + label {
  color: #fff;
  background-color: #faa613;
}
#refine-1:checked ~ .refine-teims:not(.梨部門),
#refine-2:checked ~ .refine-teims:not(.米部門),
#refine-3:checked ~ .refine-teims:not(.野菜部門),
#refine-4:checked ~ .refine-teims:not(.加工部門) {
  display: none;
}
.refine {
  display: flex;
  flex-wrap: wrap;
}
.refine-btn {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  width: calc(25% - 8px);
  padding: 10px 0;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  border-color: #352013;
  font-weight: bold;
  margin: 20px 4px 20px 4px;
}
.refine-teims {
  position: relative;
  width: calc(49% - 8px);
  padding: 5px;
  margin:auto;
}

.reviewlist {
    padding: 10px;
    margin: 15px 5px 15px 5px;
    border-bottom: 1px dotted #ccc;
    background-color: #fff0d9;
    font-size: small;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}
.question_flex{
    display: flex;
    padding: 8px 0;
    border-bottom: dashed 2px #eee;
    align-items: center;
}
.question_font{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 0px 8px;
  margin-right: 1.5%;
  background-color: #a0122c;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}

#contents .topicpath-nav li {
  padding: 0;
}

#contents .topicpath-nav a {
  margin-left: 5px;
}

/*
 * side
 */
/*
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}*/

/*ボックス全体*/
.accbox {
    margin: 20px 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    cursor :pointer;
    border-bottom: 1px solid #eee;
    font-size:16px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#fff0d9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}


/* スマホ用ドロワーメニュー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item--close a {
  color: #212121;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}

.drawer__item--accordion .linklist__item {
  border: none;
}

.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}

.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/* スマホ */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toolbar__item--menu {
  float: left;
}

.toolbar__item--menu span {
    margin: 0 0 0 8px;
    vertical-align: middle;
    font-size: 85.71429%;
    font-weight: bold;
    color: #fff;
}

.toolbar__item--cart {
  float: right;
}

.toolbar__item a {
  color: #212121;
  padding: 0 10px;
  height: 60px;
  display: table;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}

.toolbar__item a .u-wrap {
  display: table-cell;
}

.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.section--shopname {
  padding-top: 65px;
}

.section__inner {
  padding: 10px;
}

.section__inner form,
.drawer__item__name form {
  margin-bottom: 0;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}

.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

input[type="text"].keyword--small {
  width: 72%;
  height: 44px;
}

.button--blue {
  background:#A0122C;
  color: #fff;
}

.button--small {
  font-size: 100%;
  padding: 15px 0;
  width: 25%;
  line-height: 1;
  border: none;
}

.section--search .button {
  float: right;
}

/*
 * temp
 */

/* font */
.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_fwn {
  font-weight: normal;
}

.txt_fwb {
  font-weight: bold;
}

.txt_10 {
  font-size: 10px;
}

.txt_12 {
  font-size: 12px;
}

.txt_14 {
  font-size: 14px;
}

.txt_16 {
  font-size: 16px;
}

.txt_18 {
  font-size: 18px;
}

.txt_20 {
  font-size: 20px;
}

.txt_24 {
  font-size: 24px;
}

.txt_28 {
  font-size: 28px;
}

.txt_c_333 {
  color: #333;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 5px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_l_20 {
  margin-left: 20px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_l_50 {
  margin-left: 50px;
}

/* padding */
.pad_v_10 {
  padding: 10px 0;
}

.pad_v_20 {
  padding: 20px 0;
}

.pad_v_30 {
  padding: 30px 0;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_10 {
  padding: 10px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_20 {
  padding: 20px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_30 {
  padding: 30px
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_l_30 {
  padding-left: 30px;
}

/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */
.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}

.variety-box1-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.variety-box1{
  width:30%;
  margin: 0px 10px 30px 10px;
}

.variety-box1-wrapper:after{
  content:"";
  display: block;
  width:32%;
}

a.details{
 font-size:16px;
 margin:10px auto 0;
 display:block;
 text-align:center;
 background-color:#a0122c;
 color:#fff;
 line-height:48px;
 text-decoration:none;
 border-radius:25px;
 width:150px;
 font-weight:bold;
}

.linear{
  background: linear-gradient(transparent 70%, #fff0d9 70%);
}

/* チャット吹き出し */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 90px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #fff0d9;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff0d9;
}

.says p {
  margin: 0;
  padding: 0;
}

.triangle{
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1.5px solid #000;
  border-radius: 10px;
  text-align: center;
}

.triangle::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  border-top: 15px solid #000;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.triangle::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -13px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.kakomi{
  position: relative;
  background-color:#fff0d9;
  padding: 5px;
  text-align: center;
  font-size: 21px;
}
.kakomi::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 10px auto 10px;
  bottom: -25px;
  border-top: 25px solid #fff0d9;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

ul.photo-line{
/* Prevent vertical gaps */
line-height: 0;
-webkit-column-count: 3;
-webkit-column-gap: 0px;
-moz-column-count: 3;
-moz-column-gap: 0px;
column-count: 2
  ;
column-gap: 0px;
margin: 0;
}
ul.photo-line li{
margin:0;
/* Just in case there are inline attributes */
width: 100% !important;
height: auto !important;
list-style: none;
}
ul.photo-line li img{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-b;
border:solid #fff 2px;
}

/* お米カテゴリ */
.rice-title2-font{
  border-bottom: dashed 2px #688e26;
  border-left:solid 5px #688e26;
  margin: 20px 0px 20px 0px;
  padding-left: 2%;
}

.rice-point1{
 	padding: 20px 0px 20px 65px;
    background-size: 55px;
    background-image: url(https://img21.shop-pro.jp/PA01439/662/etc/%CA%C6%A1%BC%A5%DD%A5%A4%A5%F3%A5%C8%A3%B1.jpg?cmsp_timestamp=20191204095255);
    background-repeat: no-repeat;
    background-position: left center;
}

.rice-point2{
 	padding: 20px 0px 20px 65px;
    background-size: 55px;
    background-image: url(https://img21.shop-pro.jp/PA01439/662/etc/%CA%C6%A1%BC%A5%DD%A5%A4%A5%F3%A5%C8%A3%B2.jpg?cmsp_timestamp=20191204095319);
    background-repeat: no-repeat;
    background-position: left center;
}

.rice-point3{
 	padding: 20px 0px 20px 65px;
    background-size: 55px;
    background-image: url(https://img21.shop-pro.jp/PA01439/662/etc/%CA%C6%A1%BC%A5%DD%A5%A4%A5%F3%A5%C8%A3%B3.jpg?cmsp_timestamp=20191204095335);
    background-repeat: no-repeat;
    background-position: left center;
}
.rice-variety{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0px 20px 0px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #688e26;
    text-align: center;
    border-radius: 10px;
}

.rice-variety:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #688e26;
}

/* 梨カテゴリ */
.pear-variety{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0px 20px 0px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    background: #FAA613;
    text-align: center;
    border-radius: 10px;
}

.pear-variety:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FAA613;
}

.pear-box1-wrapper{
  display:flex;
  justify-content: space-between;
}

.pear-box1{
    width:45%;
    margin: 0px 15px 30px 15px;
}

.pear-title2-font{
  border-bottom: dashed 2px #FAA613;
  border-left:solid 5px #FAA613;
  margin: 20px 0px 20px 0px;
  padding-left: 2%;
}

.pear-point1{
 	padding: 20px 0px 20px 65px;
    background-size: 60px;
    background-image: url(https://img21.shop-pro.jp/PA01439/662/etc/%A5%DD%A5%A4%A5%F3%A5%C81.jpg?cmsp_timestamp=20191126114909);
    background-repeat: no-repeat;
    background-position: left center;
}

.pear-point2{
 	padding: 20px 0px 20px 65px;
    background-size: 60px;
    background-image: url(https://img21.shop-pro.jp/PA01439/662/etc/%A5%DD%A5%A4%A5%F3%A5%C82.jpg?cmsp_timestamp=20191129105104);
    background-repeat: no-repeat;
    background-position: left center;
}

.pear-point3{
 	padding: 20px 0px 20px 65px;
    background-size: 60px;
    background-image: url(https://img21.shop-pro.jp/PA01439/662/etc/%A5%DD%A5%A4%A5%F3%A5%C83.jpg?cmsp_timestamp=20191129105135);
    background-repeat: no-repeat;
    background-position: left center;
}

/* 加工品カテゴリ */
.category_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category_wrapper::after{
  content:"";
  display: block;
  width:32%;
}

.category_box{
  width:32%;
} 

.category_img{
  width:100%;
}

/* フッターッター */
#footer_wrapper {
 width:100%;
 margin:0 auto;
 padding:0px 0px 30px 0px;
 background-color:#352013;
}

.float {
 float:left;
 width:370px;
 margin: 0px 15px 15px 15px
}
 
.footer_h2 {
 color:#c9b6a9;
 background-color: #352013;
 text-align:center;
 font-size:32px;
 font-weight:bold;
 line-height:50px;
 margin:0px;
  
}
 
.footer_h3 {
 text-align:center;
 color:#c9b6a9;
 font-weight:bold;
 border-top:1px solid #c9b6a9;
 border-bottom:1px solid #c9b6a9;
 line-height:30px;
 margin-top:35px;
 margin-bottom:20px;
}
 
p.footer {
 width:140px;
 height:120px;
 padding:60px 20px 0;
 margin:10px auto 20px;
 color:#352013;
 font-weight:bold; 
 font-size:16px;
 text-align:center;
 background-color:#c9b6a9;
 border-radius:100px;
 position:relative;
}

p.footer:after {
 top:100%;
 left:50%;
 border:solid transparent;
 content:" ";
 height:0;
 width:0;
 position:absolute;
 pointer-events:none;
 border-color:rgba(136, 183, 213, 0);
 border-top-color:#c9b6a9;
 border-width:30px;
 margin-left:-30px;
 margin-top:-15px;
}
 
.footer_span {
 display:block;
 text-align:left;
 font-size:16px;
 margin: 5px 0px 20px 0px;
 color:#c9b6a9;
}
 
a:hover {
 opacity:0.5;
}
 
#bottom {
 width:100%; 
 margin:0px;
 padding:10px 0px 10px 0px;
 font-size:13px;
 text-align:center;
 color:#FFFFFF;
 background-color:#a0122c;
}

/*シェアボタン*/
.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:0px 30px 30px 0px;
	padding:0;
    justify-content: center;
}
.shareList__item {
	height:28px;
	line-height:28px;
	margin:5px 0 0 5px;
	text-align:center;
}
.shareList__link {
	display:block;
	padding:0 10px;
	color:#ffffff;
	text-decoration: none;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:14px;
	transition: ease-in-out .2s;
	border-radius: 5px;
}
.shareList__link::after{
	content:attr(title);
	font-size:12px;
	vertical-align: middle;
	margin-left:5px;
}
.shareList__link:hover{opacity: 0.75; color:#fff; text-decoration: none;}
 
.shareList__link.icon-twitter{background:#55acee;}
 
.shareList__link.icon-facebook{background:#3B5998;}
 
.shareList__link.icon-hatebu{background:#008FDE;}
 
.shareList__link.icon-pocket{background:#EB4654;}
 
.shareList__link.icon-line{background:#1dcd00;}
 
/*プロフィール*/
.author-profile-box{
  border:solid 3px #eee;
  display:flex;
  margin:13px;
}
.author-profile-img{
  min-width: 90px;
  width: 90px;
  margin:10px;
}
.author-profile-text{
  vertical-align: top;
  margin:10px 10px 10px 0px;
}

.kakou-category-list-box{
  list-style:none;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:0;
	padding:0;
    justify-content: center;
    background-color: #c9b6a9;
}
.kakou-category-list{
    height: auto;
    width: 150px;
    margin: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
}

.kakou-category-list a{
    color: #352013;
    text-decoration: none;
    font-weight: bold; 
}
.kakou-category-list:hover{
    color:#352013;
    background-color: #fff0d9;
    text-decoration: none; 
}

.flow-box{
 margin: 0; 
}

ul.flow-box li{
    position: relative;
    display: flex;
    list-style: none;
    width: 100%;
    padding: 10px;
    background: #fff0d9;
    border-radius: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

ul.flow-box li:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff0d9; 
}

ul.flow-box li:last-child:before {
 border: none;  
}

ul.flow-box div{
    width: 100px;
    text-align: center;
    margin-right: 2%;
   font-weight: bold;
}

ul.flow-box p{
   margin: 10px 0 10px;
   font-size: 14px;
}

.step{
  border-radius: 30px;
  background: #352013;
  color: #fff;
  margin-bottom: 5px;
}


/* フリーページ */
.item-box {
  padding: 10px;
  border: solid 3px #eee;
  margin: 20px 0;
}
.item-box:after {
    content: '';
    display: block;
    clear: both;
}

.item-box img {
  max-width: 100%;
}

.item-box > div {
  float:  left;
  width: 50%;
}

.item-box-left {
  padding-left: 0;
  text-align: center;
}

.item-box-right {
  position: relative;
}

.item-box-right h4 {
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
}

.item-box-right h4 a {
  letter-spacing: 1px;
  font-size:  20px;
  font-weight: bold;
  color:  #666;
  margin-top: 0;
  padding-top: 0;
}

.item-box-right p {
  font-size: 14px;
}

.item-box-right .item-btn {
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    letter-spacing: 1px;
    display:block;
    text-align:center;
    padding: 10px 20px;
    margin-right:auto;
    margin-left:auto;
    color:#fff;
    background-color:#4CAF50;
    border-radius:25px;
    margin: 20px 0 20px 0;
}

.item-box-right .item-btn a {
  text-decoration: none;
  color:  #fff;
  display: block;
}

.item-box-right .item-label {
  background-color: #FAA613;
  display: inline-block;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(10deg);
  font-weight: bold;
}
.table-contents ol{
 border: solid 2px #a0122c;
 padding: 10px 30px 10px 30px;
 margin: 0 20px 0px 20px;
 background-color: #fef8f9;
 font-size: 14px;
 font-weight:700;
}
.table-contents ul li{
  font-weight: 400;
  list-style: disc;
  padding: 4px 0;
}
.table-contents li{
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.3em;
  border-bottom: dashed 1px silver;
}

.table-contents li a{
  color:#464E54;
}

.table-contents ol li:last-of-type {
  border-bottom: none;
}

.recipe-make-box{
  margin-bottom: 50px;
}
.recipe-make{
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.recipe-make-text{
  display: flex;
  position: relative;
  width: 75%;
  padding: 0 10px 0px 30px;
  font-size: 0.9em;
}
.recipe-make-img{
  width:130px;
  margin: auto;
}
.number{
  top: 5px;
  position: absolute;
  left: 0;
  font-size: 16px;
  width: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #a0122c;
  border-radius: 3px;
}

.recipe-overview{
  display: flex;
  margin: 0 0 50px 0;
}

.recipe-pic-box{
  width: 60%;
  margin: 10px;
}

.recipe-text-box{
  width: 40%;
  margin: 10px;
}

.recipe-paragraph{
  font-size: 16px;
}

.recipe-info{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-weight: bold;
}

.recipe-time{
  background-color: #dae9bc;
  width: 45%;
  padding: 5px;
  flex-grow: 1.5;
  margin-bottom: 0;
}

.recipe-level{
  background-color: #f3d6cd;
  width: 45%;
  padding: 5px;
  flex-grow: 1.5;
  margin-bottom: 0;
}

.recipe-memo{
  margin: 0;
  background: #fff0d9;
  padding: 5px;
  width: 100%;
}

.blank-box{
  font-size: 1.2em;
  background-color: #fff;
  padding: 10px;
  margin: 3px;
}

.ingredient-box{
  text-align: left;
  margin: 0 0 50px 0;
  list-style: none;
  background: #fffbeb;
  padding: 15px 0 40px;
}

.ingredient-text-body{
   border-bottom: 1px solid #E5E5E5;
   overflow: hidden;
   padding: 3px 5px;
   color: #483933;
   font-weight: 500;
}

.ingredient-text-name::before{
   content: "";
   position: absolute;
   top: 11px;
   left: -13px;
   background: #FAA613;
   width: 7px;
   height: 7px;
   border-radius: 100%;
}

.ingredient-text-name{
   display: inline;
   float: left;
   font-size: 108%;
   position: relative;
   margin-left: 18px;
}

.ingredient-text-amount{
   display: inline;
   float: right;
   margin: 0 0 0 10px;
   text-align: right;
}

.recipe-point-box{
  background-color:#fffbeb;
  border: dashed 2px #352013;
  padding: 5px;
  margin: 15px 0 40px 0;
}

.recipe-point-title{
  color: #352013;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  margin: 5px 0;
}

.recipe-point-paragraph{
 margin: 13px;
}

.reading-box{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:20px 0px 10px 0px;
}
.reading{
  width: 31%;
  border: solid 5px #c9b6a9;
  margin:7px 0px 7px 0px;
  position: relative;
  padding-bottom: 20px;
}
.reading-img{
  position:relative;
  width:100%;
}
.reading-text{
  padding:3px 4px 5px 8px;
  font-size:14px;
}
.reading-text a{
  color:#464E54;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #464E54;
}
.reading-text a:hover { text-decoration: none; }

.reading-tags{
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #fff;/*文字を白に*/
  font-size: 14px;
  font-weight: bold;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
}
.list-box-wrapper{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-box{
  width: 31%;
  border: solid 2px #f44708;
  margin: 10px 0px 10px 0px;
  text-align: center;
}
.list-box-title{
  background-color:#f44708;
  color:#fff;
  font-weight: bold;
}
.list-box-text{
  font-weight: bold;
  font-size:17px;
  margin:10px 0px 10px 0px;
}
.jirei-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0px 10px 0px;
    padding: 10px;
    background-color: #fff0d9;
}
.jirei{
  width: 46.7%;
  margin:0px 0px 15px 0px;
  position: relative;
  padding: 10px;
  background-color: #fff;
}
.jirei-img{
  position:relative;
  width:100%;
}
.jirei-text1{
  color: #464E54;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-top: 4px;
  text-align: center;
  border-bottom: solid 1px #000;
}
.jirei-text2{
  padding: 3px;
  margin-top: 5px;
  font-size: 14px;
}
.jirei-tags{
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: #fff;/*文字を白に*/
  font-size: 14px;
  font-weight: bold;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
}
.blockquote {
    position: relative;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    font-style: italic;
    background: #eee;
    color: #555;
    margin: 10px 0px 10px 0px;
    border-left: none;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.content-box{
  display:flex;
  margin:10px 0px 40px 0px;
}

.content{
  width: 50%;
  margin: 10px 5px 10px 5px;
}

.content2-box{
  display:flex;
  margin:10px 0px 30px 0px;
}

.content2{
  width: 50%;
  margin: 10px 5px 10px 5px;
}

.content-alt-box{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.text{
  width:48%;
  margin: 2% 0% 0 2%;
}
.pict {
  width: 48%;
  margin-right: 2%;
}

.pict img {
  width: 100%;
  height:auto;
}
.content-alt-box:nth-child(even) {
  flex-direction: row-reverse;
}

.content-alt-box:nth-child(even) .text {
  text-align: left;
  margin: 2% 2% 0 0%;
}
.content-alt-box:nth-child(even) .pict {
  margin-left: 2%;
  margin-right: 0%;
}

.freepage-title2-font{
  border-bottom: dashed 2px #a0122c;
  border-left:solid 5px #a0122c;
  margin: 1.5em 0px 1.5em 0px;
  padding-left: 2%;
  font-size: 21px;
}

.title2{
  padding: 0.3em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fef8f9;/*背景色*/
  border-left: solid 5px #a0122c;/*左線（実線 太さ 色）*/
  font-size: 21px;
  margin: 1.5em 0px 1.5em 0px;
}

.title2-1{
  text-align: center;
  padding: 0.2em;
  margin: 1.5em 0px;
  font-size: 22px;
  border-bottom: solid 3px #FAA613;
}


.check{
  position: relative;
  color: #494949;
  background: #fef8f9;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 1em;
  border-radius: 0 5px 5px 5px;
}

.check:after {
  /*タブ*/
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c Check';
  background: #a0122c;
  color: #fff;
  font-weight:bold;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}


@media (max-width: 980px) {

  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  /* ~768px */
  #contents {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  /* ~480px */
  .recipe-overview {
   display: block;
 }
  .recipe-pic-box{
    margin: 10px;
    width: auto;
  }
   .recipe-text-box{
    margin:10px;
     width: auto;
  }
  .recipe-text-memo{
    margin-bottom:40px;
  }
  .content-alt-box {
    flex-direction: column;
  }
  .content-alt-box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    width: 100%;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .content-alt-box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:100%;
    height:auto;
  }
  
.list-box {
    width: 47%;
  }
.jirei{
  width: 100%;
  }
.reading{
 width: 46.2%;
 border: solid 4px #c9b6a9;
}
.reading-text a{
  font-size: 15px;
}
.reading-text p{
  font-size: 12px;
  }
.reading-img{
  position:relative;
  width:100%;
}
.category_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category_box{
  width:48%;
} 

.category_img{
  width:100%;
}
  #gallery img {
  width: 49%;
  height: auto;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
  .container {
    width: auto;
    padding: 0 10px;
}
  
  .profile-content table th{
text-align:left;
width:50px;}
  
  .variety-box1{
  margin: 0px 8px 30px 8px;
  width: 44%
}
  .variety-box1-wrapper{
  display:flex;
  flex-wrap:wrap; 
}
  
 .pear-variety{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0px 20px 0px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background: #FAA613;
    text-align: center;
    border-radius: 10px;
} 
  .rice-variety{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0px 20px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #688e26;
    text-align: center;
    border-radius: 10px;
}
  
  .float {
 float:left;
 width:auto;
 margin: 0px 15px 15px 15px
}

.pear-box1 {
    margin: 0px 8px 30px 8px;
    width: 45%
}
  
.pear-box1-wrapper {
  display:flex;
  padding: 0px; 
}

span.bigcategory {
  font-size:13px;
  }

.img_45 {
  min-width: 100%;
}
.content-box{  
  display:block;
  margin:10px 0px 50px 0px;
}

.content{
  width: 100%;
  margin: 25px 0px 25px 0px;
}
.content2-box{
  display:flex;
  margin:10px 0px 30px 0px;
}

.content2{
  width: 100%;
  margin: 10px 5px 10px 5px;
　}
.item-box > div {
    width: 100%;
  }
  .item-box-right {
    margin-top: 10px;
  }

  .item-box-right .item-label {
    right: -20px;
  }
  h1{
    font-size:1.8em;
  }
  h2{
    font-size:1.3em;
  }
}

/*
 * icons
 */
.icon-lg-b.icon-book {
  background-position: -216px -48px;
}

.icon-user {
  background-position: -208px 0px;
}

.icon-lg-b.icon-user {
  background-position: -312px 0px;
}

.icon-adduser {
  background-position: -240px 0px;
}

.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}

.icon-login {
  background-position: -48px -80px;
}

.icon-lg-b.icon-login {
  background-position: -72px -120px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}

.icon-home {
  background-position: -176px -16px;
}

.icon-lg-b.icon-home {
  background-position: -264px -24px;
}

.icon-mail {
  background-position: -64px 0px;
}

.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}

.icon-lg-w.icon-mail {
  background-position: -96px -0px;
}

.icon-pencil {
  background-position: -96px 0px;
}

.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}

.icon-help {
  background-position: -272px -80px;
}

.icon-lg-b.icon-help {
  background-position: -408px -120px;
}

.icon-lg-w.icon-circled_help {
  background-position: -456px -120px;
}

.icon-cart {
  background-position: -176px -64px;
}

.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}

.icon-search {
  background-position: -208px -16px;
}

.icon-lg-b.icon-search {
  background-position: -312px -24px;
}

.icon-chevron_up {
  background-position: -0px -144px;
}

.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-chevron_down {
  background-position: -352px -128px;
}

.icon-lg-w.icon-chevron_down {
  background-position: -528px -192px;
}

.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}

.icon-b.icon-chevron_right {
  background-position: -16px -144px;
}

.icon-close {
  background-position: -80px -80px;
}

.icon-lg-b.icon-close {
  background-position: -120px -120px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 15px auto;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 768px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-resolution: 192dpi),
only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

/* 商品詳細ページのbxSliderの筋消し用 */
@media (min-width: 481px) {
  .wrapper {
    max-width: 430px;
  }
}

@media (min-width: 550px) {
  .wrapper {
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 700px) {
  .wrapper {
    max-width: 650px;
  }
}

@media (min-width: 800px) {

  .wrapper,
  .pc-header {
    max-width: 750px;
  }
}

@media (min-width: 900px) {

  .wrapper,
  .pc-header {
    max-width: 820px;
  }
}

@media (min-width: 1000px) {

  .wrapper,
  .pc-header {
    max-width: 950px;
  }
}

@media (min-width: 1100px) {

  .wrapper,
  .pc-header {
    max-width: 1050px;
  }
}

@media (min-width: 1150px) {

  .wrapper,
  .pc-header {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {

  .wrapper,
  .pc-header {
    max-width: 1120px;
  }
}

@media (min-width: 1250px) {

  .wrapper,
  .pc-header {
    max-width: 1200px;
  }
}

@media print{
  .toolbar,.footer_h2,.print-none{display:none;}
  #side{display:none;}
  #footer_wrapper{display:none;}
  #bottom{display:none;}
}