/*body*/
body {
  font-family: "Ryumin Regular KL";
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a:hoveer {
  text-decoration: none !important;
}
/*TOPログインなど*/
#head_box {
  width: 100vw;
  background: #5b3317;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
}
.ec-headerNaviRole {
  padding-bottom: 10px;
}
.ec-headerNav__item.fas.fa-user.fa-fw {
  color: #fff !important;
}
.ec-headerNav__itemLink {
  color: #fff !important;
}
.ec-select_search {
  background: #fdeccc !important;
}
.category_id {
  color: #5b3317 !important;
}
.category_id select {
  color: #5b3317 !important;
  float: none;
}
.ec-headerSearch__keyword {
  background: #fff !important;
}
.ec-headerNav .ec-headerNav__itemIcon {
  color: #fff !important;
}
/*グローバルナビ＆ロゴ*/
#head_box2 {
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  z-index: 100;
  height: 200px;
}
#bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#head_box3 {
  width: 100vw;
  /*background: url("/img/key.png");*/
  background-position:center center;
  background-size: cover;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  z-index: 888;
  height: 900px;
  	align-items: center;
	justify-content: center;
}
.global-navi {
  font-size: 18px;
  font-weight: 900;
  width: 930px;
  margin: 0 auto;
}
.global-navi li {
  list-style: none;
  float: left;
  margin: 10px 20px;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  letter-spacing: 0.1em;
}
.global-navi li a {
  color: #5b3317 !important;
  text-decoration: none;
}
.global-navi li a:hover {
  color: #b04d07 !important;
  text-decoration: none !important;
}
/*フッター*/
.ec-footerRole{
	padding: 0;
}
.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: 200px;
  margin: 20px auto;
}

/*カテゴリーボックス*/
#cat-area {
  display: block;
  margin: 0 auto 50px auto;
  overflow: hidden;
	padding-bottom: 50px;
	height: auto;
}
#cat-area h2 {
  text-align: center;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  border-bottom: solid #a2b300;
  border: 0 0 3px 0;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.cat-box {
  display: block;
  float: left;
  width: 19%;
  margin: 0 3%;
  text-align: center;
  font-size: 22px;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  letter-spacing: 0.2em;
}
.cat-box img {
  border-radius: 50%;
  margin-bottom: 15px;
}
.cat-box a:hover img {
  /*opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";*/
  border: 5px solid #fc6c07;
}
.cat-box a {
  color: #b04d07;
}
.cat-box a:hover {
  color: #fc6c07;
  font-weight: bold;
  text-decoration: none;
}
#cat-area-sp {
  display: none !important;
}
@media screen and (max-width: 480px){
	.cat-box{
		display: none;
	}
	#cat-area-sp{
		  display: contents!important;
	}
}
/*おすすめ商品エリア*/
#osusume-area {
  background: url("/img/osusume_bg.png");
  width: 100vw;
  background-position: center;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  z-index: 888;
  /*height: 500px;*/
  padding: 30px !important;
}
#osusume-area h2 {
  text-align: center;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  display: block;
}
.slider {
  display: block;
  width: 1100px;
  margin: 20px auto 0 auto;
}
.slider.autoplay .osusume-box {
  width: 23%;
  margin: 1%;
}
.slider.autoplay img {
  width: 200px;
  height: 200px;
}
.osusume-box a:hover {
  text-decoration: none !important;
}
.osusume-box a .item_name {
  color: #5b3317;
  font-size: 20px !important;
  font-family: "見出ゴMB31";
  margin: 20px 0;
}
.osusume-box a:hover .item_name {
  color: #fc6c07;
  font-weight: bold;
  text-decoration: none !important;
}
.osusume-box a .item_price {
  color: #990000;

  font-size: 20px !important;
  font-family: "新ゴ R";
}
.osusume-box a:hover .item_price {
  color: #fc6c07;
  font-weight: bold;
  text-decoration: none !important;
}
/*おしらせエリア*/
h2.news {
  text-align: center;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  border-bottom: solid #a2b300;
  border: 0 0 3px 0;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  width: 100%;
}
.news_list {
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #ffe5cc;
  padding: 10px;
}
.ec-newsRole__newsItem {
  background: none;
  border: none;
}
.ec-newsRole__newsHeading {
  border-color: #ffe5cc;
  color: #5b3317;
}
/*ガイドボックス*/
#guide-area {
  display: block;
  margin: 50px auto;
  overflow: hidden;

}
#guide-area h2 {
  text-align: center;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  border-bottom: solid #a2b300;
  border: 0 0 3px 0;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  width: 100%;
}
.guide-box {
  display: block;
  float: left;
  width: 19%;
  margin: 0 3%;
  text-align: center;
  font-size: 18px;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
}
.guide-box img {
  margin-top: 20px;
  border-radius: 50%;
}
.guide-box a:hover img {
  border: 5px solid #fc6c07;
}
.guide-box a {
  color: #b04d07;
}
.guide-box a:hover {
  color: #fc6c07;
  text-decoration: none;
}
/*特定商取引*/
.ec-off1Grid {
  line-height: 1.5em !important;
  color: #5b3317 !important;
}
.ec-off1Grid strong {
  font-family: "Ryumin Bold KL";
}
.ec-role .text {
  font-family: "Ryumin Regular KL";
  line-height: 1.5em !important;
  color: #5b3317 !important;
  margin: 10px 30px;
}
.ec-pageHeader h1 {
  text-align: center;
  font-family: "Ryumin Bold KL";
  color: #5b3317;
  border-bottom: solid #a2b300;
  border: 0 0 3px 0;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
h2.Underlayer {
  color: #5b3317;
  border-left: 10px solid #a2b300;
  padding-left: 10px;
  margin-left: 20px;
	clear: both;
}
/*faq*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa {
  border-top: 1px dashed #e3d0b1;
  display: block;
  width: 90%;
  margin: 20px auto;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #5b3317;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  border-bottom: 1px dashed #e3d0b1;
  color: #5b3317;
}
.cp_qa .cp_actab label:hover {
  color: #fc6c07;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  color: #5b3317;
  background: #fcf3e4;
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
  color: #5b3317;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
  content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/*商品一覧*/
.item-name {
  color: #5b3317;
  font-family: "Ryumin Bold KL";
  font-size: 20px;
}
.item-description {
  background-color: #f7efe1;
  border-radius: 3px;
  padding: 10px;
  color: #5b3317;
  font-size: 14px;
  margin: 10px 0;
}
.price02-default {
  color: #cc0000;
  font-family: "Ryumin Bold KL";

  font-size: 18px;
}
/*商品詳細*/
.ec-price__price {
  color: #cc0000;
  font-family: "Ryumin Bold KL";
  font-size: 24px;
  letter-spacing: 0.2em;
}
.ec-price__tax {
  color: #cc0000;
  font-size: 14px;
  letter-spacing: 0.2em;
}
/*こちらの商品のおすすめです*/
h4.hsd_h4 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 30px;
  /*min-width: 120px;*/
  width: 100%;
  color: #fff;
  font-size: 24px;
  background: #a2b300;
  border-radius: 15px;
  text-align: center;
  font-family: "Ryumin Bold KL";
}
h4.hsd_h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #a2b300;
}
.item_comment {
  display: none;
}
a .item_name {
  color: #5b3317 !important;
  text-decoration: none !important;
}
a:hover .item_name {
  color: #fc6c07 !important;
  text-decoration: none !important;
}
a .item_price {
  color: #CC0000 !important;
  text-decoration: none !important;
  margin-top: 10px;
  font-size: 18px;
}
.swiper-slide {
  margin-bottom: 20px;
}
/*セット商品*/
#detail_description_box__productset {
  border-bottom: 1px dotted #ccc;
}
/*アレルギー*/
.are {
  background: #fbe7dd;
  padding: 10px;
  margin-top: 20px;
}
.are h5 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px
}
/*内容*/
.naiyo {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #5b3317;
}
.naiyo h5 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px
}
/*TAG*/
li.ec-productRole__tag.tag_11 {
  background: #c1ebf6;
}
li.ec-productRole__tag.tag_12 {
  background: #cadafa;
}
li.ec-productRole__tag.tag_13 {
  background: #defaca;
}
/*配送方法*/
.haiso_tag_11 {
  border: 1px solid #5b3317;
  border-radius: 2px;
  background: #c1ebf6;
  padding: 0 10px !important;
  margin: 0 5px;
}
.haiso_tag_12 {
  border: 1px solid #5b3317;
  border-radius: 2px;
  background: #cadafa;
  padding: 0 10px !important;
  margin: 0 5px;
}
.haiso_tag_13 {
  border: 1px solid #5b3317;
  border-radius: 2px;
  background: #defaca;
  padding: 0 10px !important;
  margin: 0 5px;
}
/*送料テーブル*/
.soryo-table table {
  margin: 20px 20px 40px 40px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.soryo-table table tr {
  border-top: 1px solid #a27c55;
  border-left: 1px solid #a27c55;
}
.soryo-table table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #a27c55;
  border-right: 1px solid #a27c55;
}
.soryo-table table th {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #a27c55;
  border-right: 1px solid #a27c55;
  background: #fafceb;
}
.soryo-table2 table {
  margin: 20px 20px 40px 40px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.soryo-table2 table tr {
  border-top: 1px solid #a27c55;
  border-left: 1px solid #a27c55;
}
.soryo-table2 table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #a27c55;
  border-right: 1px solid #a27c55;
}
.soryo-table2 table th {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #a27c55;
  border-right: 1px solid #a27c55;
  background: #ebf1fd;
}
.soryo-table2 table th.cool {
  background: #cadafa;
  color: #22365c;
}
.soryo-table2 table td.cool {
  background: #cadafa;
  color: #22365c;
}

.ec-cartNaviIsset{
	z-index:999 !important;
}
/*ご利用ガイド*/
img.g-image{
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
	float: right;
	width: 300px;
}
@media screen and (max-width: 480px){
img.g-image{
	border: 1px solid #ccc;
	margin: 0 auto 15px auto;
	float: none;
	width: 80%;
}
}
/*カートの確認ボタン*/
.ec-blockBtn--action{
	  font-family: "Ryumin Regular KL";
}