@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
/*フォントカラー変更*/
body{
	color: rgb(0 119 52);
}
a:hover {
	color: rgb(254 136 0);
}
/*//カラー変更*/

/*
 * layout
 */
#wrapper {
  max-width: 1200px;
}

/*
 * contents
 */

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

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side {
	width:25%;
}

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

/*
 * 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%; }

@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;
	width:100%;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.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-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-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-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w,
.navi-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align:middle;
  *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); }

@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,
  .navi-icon  {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w,
  .navi-icon  {
    -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); }
}

/***********iso************/
/***スタイル***/
body{font-family:Yu gothic,游ゴシック;}

.blk{color:black;}
.bln{color:rgba(162,134,98,0.8);}
.org{color: rgb(254 136 0);}
.sp_14{font-size:14px;}
.sp_16{font-size:16px;}
.sp_18{font-size:18px;}

.w_10{width:10%;}
.w_20{width:20%;}
.w_30{width:30%;}
.w_40{width:40%;}
.w_50{width:50%;}
.w_60{width:60%;}
.w_70{width:70%;}
.w_80{width:80%;}
.w_90{width:90%;}
.w_15{width:15%;}
.w_25{width:25%;}
.w_35{width:35%;}
.w_45{width:45%;}
.w_55{width:55%;}
.w_65{width:65%;}
.w_75{width:75%;}
.w_85{width:85%;}
.w_95{width:95%;}
.w_100{width:100%;}

.float_l{float:left;}
.float_r{float:right;}

.fade{
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

/***レイアウト***/
/*#top #side {
	display:none;
}*/
#top{
	float:left;
	width:133%;
	position:relative;
	left:-38%
}
#top_h2{
	display:inline-block;
	position:relative;
	width:100%;
}
.info_bnr{
	width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
.info_bnr a{
	width:35%;
}
.bnr_s{
	width:100%;
}
/***ヘッダー***/
#logo_area {
	height:130px;
	display:flex;
	align-items:flex-end;
}
#logo_area img{
	height:100%;
}
#logo_toriyose{
	height:100%;
}
#logo_gh{
    font-size: 16px;
    display: flex;
    margin-left: auto;
    align-items: flex-end;
}
#logo_gh img{
	height:60px;
}
#logo_gh p{
	display:none;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_n {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.bnr_nav li {
    width: 49%;
    position: relative;
    margin-bottom: 4px;
}
ul {
    list-style: none;
	margin:auto;
	padding:auto;
}
#icon_pudding{
	background-image: url(https://img09.shop-pro.jp/PA01041/392/etc_base64/Z25hdl9wdWRkaW5n.png?cmsp_timestamp=20231115132956);
    background-size: 47px;
    background-position: left -5px center;
	background-repeat: no-repeat;
}
#icon_milk{
	background-image: url(https://img09.shop-pro.jp/PA01041/392/etc_base64/Z25hdmlfbWlsaw.png?cmsp_timestamp=20231115144134);
    background-size: 15px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}
#icon_snack{
	background-image: url(https://img09.shop-pro.jp/PA01041/392/etc_base64/Z25hdl9zbmFjaw.png?cmsp_timestamp=20231115144134);
    background-size: 32px;
    background-position: left -2px center;
    background-repeat: no-repeat;
}
#icon_fruit{
	background-image: url(https://img09.shop-pro.jp/PA01041/392/etc_base64/Z25hdl9mcnVpdA.png?cmsp_timestamp=20231115144134);
    background-size: 35px;
    background-position: left -1px center;
    background-repeat: no-repeat;
}
#icon_gift{
	background-image: url(https://img09.shop-pro.jp/PA01041/392/etc_base64/Z25hdl9naWZ0.png?cmsp_timestamp=20231115144134);
    background-size: 26px;
    background-position: left 5px center;
    background-repeat: no-repeat;
}
#icon_cart{
	background-image: url(https://img09.shop-pro.jp/PA01041/392/etc_base64/Z25hdl9jYXJ0.png?cmsp_timestamp=20231115144903);
    background-size: 48px;
    background-position: left -4px center;
    background-repeat: no-repeat;
}
.icon-lg-nav{
	width:35px;
	height:30px;
}

/* ハンバーガーボタン */
#g-nav{
	display:none;
}


/*　/ヘッダー　*/

/**メインブロック**/
.mv .large-img,.mv .bnr_nav{
	width:49.7%;
}

.mv .bnr_nav li{
	width: 49.4%;
	position:relative;
}

.mv .bnr_nav li span.bk_white {
    color: #000;
    background-color: rgba(225, 225, 225, .6);
}

.mv .bnr_nav li span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
.mv img{
	transition: 0.5s ;
}
.mv img:hover{
	opacity: 0.5 ;
}
.flex_end {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-end;
}
.more_btn{
    font-size: 18px;
    text-decoration-line: underline;
}
#long_bnr{
	margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
/* /メインブロック */

/*約束*/
#promise ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 64px auto 0;
    flex-wrap: wrap;
}
#promise ul li {
    text-align: center;
    background-color: rgba(162,134,98,0.8);
    width: 245px;
    height: 310px;
    box-sizing: border-box;
    padding: 15px 0;
    color: #fff;
    margin: 0 0 40px;
}
#promise ul li h2{
	height:30%;
}
#promise ul li h2 img{
	height:100%;
}
#promise li #email {
    font-size: 24px;
    line-height: 1.1em;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}
/*//約束*/
/***実店舗***/
#gh_info a{
	width:35%;
	display:flex;
}
/*//実店舗*/

/***一覧ページ***/
.col_img_area{
	height: 100px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
	justify-content: center;
}
/*.col_img_area a{
	height:100%;
}*/
.col_img_area img{
	max-height:100px;
}
#col_price{
	color: rgb(254 136 0);
	font-weight: bold;
}
.cg_freespace_01 img{
	width:100%;
}

#free_space ul li {
	width:48%;
	margin-bottom: 8px;
}
#contents .row li{
	height:auto;
}
.list_300{
	height:300px;
}
/*//一覧ページ*/
/***詳細ページ***/
#product h3{
	padding: 0.5em;
    color: #34313f;
    font-weight: bold;
    font-size: 18px;
    background: #c3f3ba;
    border-left: solid 7px #007c23;
    margin-top: 5px;
}
#product .red{
    color: white;
    background: red;
    border-left: solid 7px #ad1616;
}
.exp_label {
    width: auto;
	height:25px;
}
.product-info{
	display:flex;
}
.product-left{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-right: 40px;
}

.product-left li:first-of-type {
	max-width:100%;
	width:100%;
	margin:auto;
	margin-bottom:20px;
}
.product-left li{
	max-width:75px;
}

.product-right{
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: baseline;
}
.product-right .product-order{
	float:left;
}
#cart-btn {
    padding: 10px 70px;
}
.product-order-exp span{
	color:black;
}
.product-order-exp hr{
	margin:10px 0;
}
.prduct-option{
	width:70%;
}
select{
	width:70%;
}

/*modal*/
.modal-open{
  display: inline-block;
  background-color: #666;
  color: #fff;
  margin: 10px;
}
.modal-open a{
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
/*** 以下モーダル用CSS ***/
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal-wrapper{
  width: 100%;
  max-width: 650px;
  min-width: 300px;
  height: 100%;
  max-height: 550px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 25px;
}
.modal-close{
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}
/*/modal*/

/* //詳細ページ */


/*レスポンシブ*/
@media only screen and (max-width: 786px){
	/**共通クラス**/
	.sp_100{width:100%;}
	.sp_50{width:50%;}
	.sp_c{text-align:center;}
	.sp_14{font-size:10px;}
	.sp_16{font-size:12px;}
	.sp_18{font-size:14px;}
	
	/*クーポン*/
	.coupon-modal.is-mini .coupon-box-modal{
		z-index:998 !important;
	}

	/*トップページ*/
	#top{
		width:100%;
		left:0%;
	}
	#side{
		display:none;
	}
	#logo_toriyose{
		width:100%;
	}
	#logo_area{
		height:auto;
		flex-flow:wrap;
	}
	#logo_gh p{
		display:block;
	}
	#logo_gh span{
		display:none;
	}
	#logo_gh img{
	height:40px;
	}
	.mv .large-img, .mv .bnr_nav{
		width:100%;
		margin-bottom:3px;
	}
	.mv .bnr_nav li span{
		padding:5px 0;
		font-size:3.4vw;
	}
	.bnr_s{
		width:100%;
		margin-bottom:15px;
	}
	.info_bnr{
		flex-wrap: wrap;
	}
	.info_bnr a{
		width:100%;
	}
	#top_h2{
		text-align:center;
	}
	#top_h2 h2{
		font-size:24px;
	}
	.h2_title{
		text-align:center;
	}
	#promise ul {
		display: flex;
		justify-content: space-between;
		width: 95%;
		margin: 5px auto 0;
		flex-wrap: wrap;
	}
	#promise ul li {
		width:48%;
		height:auto;
		padding:4% 4%;
		margin:0 0 4%;
	}
	#promise ul li h2{
		margin:0 0 8px;
	}
	#promise ul li h3{
		font-size:18x;
		margin:0 0 10px;
		line-height:1.6;
	}
	#promise ul li p{
		font-size:13px;
		line-height:1.6;
	}
	#gh_info a{
		width:100%;
	}
	/*一覧ページ*/
	#free_space ul li {
		width:100%;
		margin-bottom: 0px;
	}
	#contents .row li{
	height:auto;
}


	/*詳細ページ*/
	.product-info{
		flex-flow: column;
		margin-top:20px;
	}
	.product-left{
		width:100%;
		margin-bottom:0px;
	}
	.product-right{
		width:100%;
	}
	.product-right{
		text-align:center;
	}
	.product-right table{
		font-size:14px;
	}
	.product-right table .input-prepend a{
		padding: 5px;
	}
	.input-prepend.input-append input{
		font-size:18px;
		width:35px;
		padding-top:5px;
		padding-bottom:7px;
	}
	.cg_freespace_01 .txt_18{
		font-size:14px;
	}
	/*ハンバーガー*/
	/*========= ナビゲーションのためのCSS ===============*/

	#g-nav{				/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
		display:block;
		position:fixed;
		z-index: 999;
		/*ナビのスタート位置と形状*/
		top:0;
		right: -120%;
		width:100%;
		height: 100vh;/*ナビの高さ*/
		background:rgb(162 134 98);
		/*動き*/
		transition: all 0.6s;
	}

	/*アクティブクラスがついたら位置を0に*/
	#g-nav.panelactive{
		right: 0;
	}

	/*ナビゲーションの縦スクロール*/
	#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	/*ナビゲーション*/
	#g-nav ul {
		/*ナビゲーション天地中央揃え*/
		position: absolute;
		z-index: 999;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}

	/*リストのレイアウト設定*/

	#g-nav li{
	  list-style: none;
		text-align: center;
	}

	#g-nav li a{
	  color: #333;
	  text-decoration: none;
	  padding:10px;
	  display: block;
	  text-transform: uppercase;
	  letter-spacing: 0.1em;
	  font-weight: bold;
	}

	/*========= ボタンのためのCSS ===============*/
	.openbtn1{
	  position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
	  top:10px;
	  right: 10px;
	  cursor: pointer;
		width: 50px;
		height:50px;
	}
	  
	/*×に変化*/  
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
	  background-color: #666;
		width: 45%;
	  }

	.openbtn1 span:nth-of-type(1) {
	  top:15px; 
	}

	.openbtn1 span:nth-of-type(2) {
	  top:23px;
	}

	.openbtn1 span:nth-of-type(3) {
	  top:31px;
	}

	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.openbtn1.active span:nth-of-type(2) {
	  opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
}