/*****************************************************

	基本

*****************************************************/

* {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}

html { box-sizing: border-box;  scroll-behavior: smooth;} *, *:before, *:after { box-sizing: inherit; } 

body{
   text-align: center;  /*全要素センタリング*/
   font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size: 16px; 
}

li{
	text-decoration: none;
}

/*PCの場合*/
.pc	{ display:inline!important; }
.sp	{ display:none!important; }
@media screen and (max-width: 767px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.sp { display:inline!important; }
}

/*ブラウザ幅に合わせてフォントサイズ変更*/


/*****************************************************

	フッター

*****************************************************/

.footer {
  width: 100%;
  text-align: center;
  background-color: #8f8f84;
  padding: 20px 0 0 0;
}

.footer_content {
  max-width: 960px;
  margin: 0 auto;
}

.f_logo {
  text-align: left;
  margin-top: -15px;
}

.f_logo img {
  width:100%;
  max-width:450px;
}

.f_txt {
  text-align:right;
  color: #fff;
  padding-right: 10px;
}

.f_address {
  font-size: 14px;
}

.f_time {
  font-size: 14px;
}

.f_tel {
  font-size: 25px;
  font-weight: 600;
}

a.tel1 { /*リンクされた文字*/
  color: #FFFFFF;
  text-decoration: none;
}
a:link.tel1 { /*未訪問のリンク*/
  color: #FFFFFF;
}
a:visited.tel1 { /*訪問後のリンク*/
  color: #FFFFFF;
}
a:hover.tel1 { /*マウスをのせたとき*/
  color: #DAE8A0;
}
a:active.tel1 { /*クリック中*/
  color: #DAE8A0;
}

.f_copy {
  width: 100%;
  margin: 10px auto;
  color: #fff;
  font-size: 10px;
}

.br-sp {
    display: none;
}

@media screen and (max-width: 767px){
  .br-sp {
    display: block;
  }
  .f_txt {
  text-align: center;
}
  .f_logo {
  text-align: center;
  margin-bottom: 10px;
}
  .f_logo img {
  width: 100%;
}
  .sp-none {
  display: none;
}
  
  
}

/* 2カラム  width 750px でシングルカラムになる*/
*, *:before, *:after {
  box-sizing: border-box;
}
.f_col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  color: #000000; /* 文字の色 */
  text-align: center; /* 内容は中央配置 */
}
.f_col_2 > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .f_col_2 > div {
    width: 100%;
  }
}

/*****************************************************

	タイトル

*****************************************************/

.ttlHesGreenM{
	background-color: #e6eae3;
	color: #524748;
	font-size: 1.6em;
	padding: 10px;
	font-weight:500;
}

.ttlLine01{
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #524748;
  font-size: 1.5em;
  font-weight:500;
}

.ttlLine01:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #9f9f98;
}

.ttlLine01 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


/*****************************************************

	文字装飾

*****************************************************/

/*リンク色ロールオーバー（LPフッター）*/
a.tel1 {/*リンクされた文字*/
    font-size: 25pt;
    color:#FFFFFF;
    text-decoration:none;
}
a:link.tel1 {/*未訪問のリンク*/
    color:#FFFFFF;
}
a:visited.tel1 {/*訪問後のリンク*/
    color:#FFFFFF;
}
a:hover.tel1 {/*マウスをのせたとき*/
    color:#DAE8A0;
}
a:active.tel1 {/*クリック中*/
    color:#DAE8A0;
}

/*****************************************************

	画像

*****************************************************/

/*画像自動調整（ブラウザの幅に合わせて表示）*/
img.auto1 { 
    max-width: 100%; 
    height:auto;
}

/*****************************************************

	1stView

*****************************************************/
.box_main {
  max-width: 980px;
  width:100%;
  margin: 0 auto;
}
.box_main img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.sub01{
	font-size:1.2em;
	color:#ffffff;
	border: 2px solid #ffffff;
	padding:5px;
	margin: 0 0 15px 0;
}

/*****************************************************

	背景100%

*****************************************************/

.box_bgc01 {
  width:100%;
  margin: 0 auto;
  background-color:#0f0e0f;
  display:inline-block;
}
.box_bgc01 img {
  width:100%;
  max-width: 980px;
  margin: 0 auto;
}

.box_bgc02 {
  width:100%;
  background-color:#4d1131;
  text-align: center !important;
}

.box_bgc03 {
  width:100%;
  background-image: url("https://www.herbery-earth-story.com/cpt-001/bk1128.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.box_bgc03 img {
  width:100%;
  max-width: 980px !important;
  padding: 20px;
}

.inline01{
  position: relative;
  display:inline-block;
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

.inline01 img {
  width:100%;
  max-width: 980px;
  margin: 0 auto;
}

.txtbox01 h1 {
  margin: 30px 0 0 0px;
}

.txtbox01 {
   position: absolute;
   width: 100%;
   top: 35px;
   left:0;
   font-size:18px;
   color:#ffffff;
   text-align: left;
    margin: 5px 0 5px 30px;
}

.memo01{
	font-size:12px;
}

/*****************************************************

	CVエリア

*****************************************************/
.box_cv01 {
  width:100%;
  margin: 0 auto;
  padding: 0px;
  text-align:center;
  background-color:#47bcc6;
  color:#ffffff;
}

/*****************************************************

	ナビゲーション（メニュー）

*****************************************************/
.navi_4 {
  max-width: 980px;
  width:100%;
  margin: 0 auto ;
  height:auto;
}

.navi_4 ul {
  list-style: none;
  display: block;
   list-style-type: disc;
   margin-block-start: 0em;
   margin-block-end: 0em;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
   padding-inline-start: 0px;
}
.navi_4 li {
  width: 25%;
  float: left;
  list-style: none;
}

.navi_4 img{
  width: 100%;
  vertical-align:top;
}

/*****************************************************

	セクション01

*****************************************************/
.box_section01 {
  max-width: 980px;
  width:100%;
  margin: 0 auto;
}
.box_section01 img {
  width: 100%;
  margin: 0 auto;
}

/*****************************************************

	セクション02

*****************************************************/
.box_section02 {
  max-width: 980px;
  background-image: url("../c040/bk_pink_kirakira.png");
  width:100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.box_section02 img {
  width: 100%;
  margin: 0 auto;
}

/*****************************************************

	セクション03

*****************************************************/
.box_section03 {
  max-width: 980px;
  width:100%;
  margin: 0 auto;
}
.box_section03 img {
  width: 50%;
  margin: 0 auto;
}

/*****************************************************

	お知らせなど

*****************************************************/
.box_info01 {
  max-width: 980px;
  width:95%;
  margin: 10px auto;
}

.box_info01 .honbun {
	color: #444444;
    margin: 0;
    list-style: none;
    margin-bottom: 1px;
    text-align: left;
    line-height: 1.1em;
    font-size: 17px;
    border: 1px solid #d2d2d2;
    padding: 15px;
	font-weight:200 !important;
}

/*****************************************************

	ボタンエリア

*****************************************************/

.btnArea{
    width:980px;
    margin:50px  auto;
}

.btnArea2{
    width:500px;
    margin:50px  auto;
}

@media screen and (max-width: 1090px) {
.btnArea{
      width:100%;
       margin:0 auto;
    }
.btnArea2{
      width:80%;
       margin:0 auto;
    }
}
@media screen and (max-width: 480px) {
.btnArea{
      width:100%;
       margin:0 auto;
    }
.btnArea2{
      width:80%;
       margin:0 auto;
    }
}

/*****************************************************

	注文期限・注文に関する情報

*****************************************************/
.fororder {
  max-width: 980px;
  width:95%;
  margin: 30px auto 0 auto;
  border-spacing: 0;
  border: solid 2px #dc143c;
  border-radius: 5px;
}

.fororder .kigen{
    background-color: #dc143c;
    color: #ffff33;
    font-size:25px;
    font-weight: 600;
    line-height: 1.6em;
    padding: 0.5em;
}

.fororder .kigen .date{
    font-size:34px;
    font-weight: 800;
    line-height: 1.6em;
}

.fororder .honbun{
    line-height: 1.6em;
    font-size: 18px;
    text-align: left;
    padding: 0.5em;
    color: #dc143c;
}

@media screen and (max-width: 681px) {
.fororder .kigen{
    background-color: #dc143c;
    color: #ffff33;
    font-size:18px;
    font-weight: 600;
    line-height: 1.6em;
    padding: 0.5em;
}
.fororder .kigen .date{
    font-size:26px;
    font-weight: 800;
    line-height: 1.6em;
}
}


/*****************************************************

	DMをご覧の方へ

*****************************************************/
.fordm {
  max-width: 980px;
  width:95%;
  margin: 10px auto;
}

.fordm .ttlbar {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  background-color: #ff6171;
  text-align: left;
  font-size:22px;
  font-weight: 600;
}

.fordm .honbun {
    margin: 0;
    list-style: none;
    margin-bottom: 1px;
    text-align: left;
    line-height: 1.6em;
    font-size: 18px;
    border: 2px solid #ff6171;
    padding: 15px;
}

/*****************************************************

	商品一覧

*****************************************************/

.itemList{
	max-width: 980px;
    width:100%;
    margin:0 auto;
	padding: 20px 0 20px 0;
    }

.itemList div {
    padding: 0;
}

.itemList ul {
    display: block;
    list-style-type: disc;
    margin-block-start:0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    list-style: none;
}
.itemList li{
   list-style: none;
   text-align:left;
    }
.itemList li img{
   width:100%;
    }
.itemList .name{
    font-size: 15px;
    font-weight: 500;
    padding: 5px auto 10px auto;
    height:3.0em;
    }
.itemList  .price{
    font-size: 14px;
    }
.itemList  .price_sp{
    font-size: 25px;
    font-weight: 700;
    padding: 5px auto;
    color:#dc143c;
	height:1.5em;
    }

/* 3カラムベーシック  width 640px で1カラム＋2カラムの２行になる*/
.col_basic1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
   background-color: #ffffff; /* 背景の色 */
    color: #000000; /* 文字の色 */
    text-align: center; /* 内容は中央配置 */
}
.col_basic1 > div{
	width: 33.33333%;
}
.col_basic1 ul li{
        width: 100%;
    } 
@media screen and (max-width: 640px) {
	.col_basic1 .line1{
		width: 100%;
	}
	.col_basic1 .line2{
		width: 50%;
	}
}

/* 3カラム  可変なし*/
.col_3_normal{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    text-align: center; /* 内容は中央配置 */
}
.col_3_normal > div{
	width: 33.33333%;
}
.col_3_normal  ul li{
        width: 100%;
    } 
.col_3_normal .name{
    font-size: 19px;
    font-weight: 500;
    padding: 5px auto 10px auto;
    height:3.0em;
	color:#ffffff;
    }
.col_3_normal  .price{
    font-size: 17px;
	color:#ffffff;
    height:2.0em;
    }
.col_3_normal  .price_sp{
    font-size: 30px;
    font-weight: 700;
    padding: 5px auto;
    color:#ffffff;
	height:1.5em;
    }

/* 2カラム  可変なし*/

.col_2_normal{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
text-align: center; /* 内容は中央配置 */
}
.col_2_normal > div{
	width: 50%;
}

/* 2カラム  width 640px でシングルカラムになる*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: #ffffff; /* 背景の色 */
color: #000000; /* 文字の色 */
text-align: center; /* 内容は中央配置 */
}
.col_2 > div{
	width: 50%;
}
@media screen and (max-width: 640px) {
	.col_2 > div{
		width: 100%;
	}
}
    
/* 3カラム  width1090pxで2カラム。480pxで1カラムに可変 */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: #ffffff; /* 背景の色 */
color: #000000; /* 文字の色 */
text-align: center; /* 内容は中央配置 */
}
.col_3 > div{
	width: 33.33333%;
}
@media screen and (max-width: 1090px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}
    
/* 4カラム  width1090pxで3カラム。480pxで2カラムに可変 */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: #ffffff; /* 背景の色 */
color: #000; /* 文字の色 */
text-align: center; /* 内容は中央配置 */
}
.col_4 > div{
	width: 25%;
}
@media screen and (max-width: 1090px) {
        .itemList{
      width:100%;
       margin:0 auto;
    }
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
     .itemList{
      width:100%;
       margin:0 auto;
    }
	.col_4 > div{
		width: 50%;
	}
}
    
/*****************************************************

	ボタン

*****************************************************/

/* ボタン 黄緑 01 */
.btn_cart_lg01 {
   position: relative;
   height:60px;
   line-height: 60px;
   background: #8dc21f;
   border: none;
   border-radius: 5px;
   border-bottom: solid 4px #69821b;
   margin: 3px auto 15px auto;
   padding: 1.0em 0  1.5em 0;
   width: 95%;
}

.btn_cart_lg01 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size:1.3em;
  text-decoration:none;
  color: #ffffff;
   font-weight: 700;
}
    
.btn_cart_lg01:hover {
   background: #aacf53;
   box-shadow: none;
}
.btn_cart_lg01 i {
   margin-right:5px;
}
.fa-position-left {
  position: absolute;
  top: calc(70% - .5em);
  left: 1rem;
}

/* ボタン 黄緑 02 */
.btn_cart_lg02 {
    position: relative;
   height:90px;
   line-height: 90px;
    z-index: 1;
    width:90%;
    text-decoration:none;
    font-weight:bold;
    background:#8dc21f;
    color:#fff !important;
    border-radius:.5em;
   border-bottom: solid 4px #69821b;
    padding:0em 4em;
    text-align: center;
    transition:.3s;
    margin:0 auto;
}

.btn_cart_lg02 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    vertical-align: middle;
    font-size:2.0em;
   text-decoration:none;
   color: #ffffff;
    font-weight: 700;
}
    
.btn_cart_lg02:hover {
   background: #aacf53;
   box-shadow: none;
}
.btn_cart_lg02 i {
   margin-right:5px;
}

 /* 右矢印付きボタン マゼンタ01 */    
.btn_arrow_magenta01{
    position: relative;
   height:90px;
   line-height: 90px;
    z-index: 1;
    width:90%;
    text-decoration:none;
    font-weight:bold;
    background:#c70067;
    color:#fff !important;
    border-radius:.5em;
   border-bottom: solid 4px #a22041;
    padding:1em 4em;
    text-align: center;
    transition:.3s;
    margin:0 auto;
}

.btn_arrow_magenta01 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    vertical-align: middle;
    font-size:2.0em;
   text-decoration:none;
   color: #ffffff;
    font-weight: 700;
    padding:1em 4em;
    
    
}

.btn_arrow_magenta01:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .8em;
    height: .8em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}
.btn_arrow_magenta01:hover {
   background: #eb6ea0;
}
    
 /* 右矢印付きボタン オレンジ01 */    
.btn_arrow_orange01{
    position: relative;
   height:90px;
   line-height: 90px;
    z-index: 1;
    width:90%;
    text-decoration:none;
    font-weight:bold;
    background:#ff6138;
    color:#fff !important;
    border-radius:.5em;
    padding:1em 4em;
   border-bottom: solid 4px #e83929;
    text-align: center;
    transition:.3s;
    margin:0 auto;
}

.btn_arrow_orange01 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    vertical-align: middle;
    font-size:2.0em;
   text-decoration:none;
   color: #ffffff;
    font-weight: 700;
}

.btn_arrow_orange01:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .8em;
    height: .8em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}
.btn_arrow_orange01:hover {
   background: #ff7f50;
}


/* 右矢印付きラインボタン レッド01 */
.lbtn_arrow_red01{
    position: relative;
    height:80px;
    line-height: 75px;
    z-index: 1;
    width:90%;
    text-decoration:none;
    font-size:1.8em;
    font-weight:bold;
    background:#fff;
    color:#dc143c !important;
    border-radius:.5em;
    border: solid 4px #dc143c;
    text-align: center;
    margin:0 auto;
    vertical-align: middle;
    bottom:.1em;
}

.lbtn_arrow_red01 a {
  display: block;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 70px;
  font-size:1.8em;
  font-weight: 700;
  color: #dc143c !important;
  vertical-align: middle;
  text-decoration:none;
}

.lbtn_arrow_red01:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .8em;
    height: .8em;
    border-top: .2em solid #dc143c;
    border-right: .2em solid #dc143c;
    transform: rotate(45deg);
    transition:.3s;
}
.lbtn_arrow_red01:hover {
   background: #fef4f4;
}

/* 右矢印付きラインボタン レッド02 */
.lbtn_arrow_red02{
    position: relative;
    height:70px;
    line-height: 65px;
    z-index: 1;
    width:90%;
    text-decoration:none;
    font-size:1.5em;
    font-weight:bold;
    background:#fff;
    color:#dc143c !important;
    border-radius:.5em;
    border: solid 4px #dc143c;
    text-align: center;
    margin:0 auto;
    vertical-align: middle;
}

.lbtn_arrow_red02 a {
  display: block;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 65px;
  font-size:1.5em;
  font-weight: 700;
  color: #dc143c;
  vertical-align: middle;
  text-decoration:none;
}

.lbtn_arrow_red02:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .7em;
    height: .7em;
    border-top: .2em solid #dc143c;
    border-right: .2em solid #dc143c;
    transform: rotate(45deg);
    transition:.3s;
}
.lbtn_arrow_red02:hover {
   background: #fef4f4;
}


/* 右矢印付きラインボタン レッド03 */
.lbtn_arrow_red03{
    position: relative;
    height:60px;
    line-height: 55px;
    z-index: 1;
    width:95%;
    text-decoration:none;
    font-size:1.3em;
    font-weight:bold;
    background:#fff;
    color:#dc143c !important;
    border-radius:.5em;
    border: solid 4px #dc143c;
    text-align: center;
    margin:0 auto;
    vertical-align: middle;
}

.lbtn_arrow_red03 a {
  display: block;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 55px;
  font-size:1.3em;
  font-weight: 700;
  color: #dc143c;
  vertical-align: middle;
  text-decoration:none;
}

.lbtn_arrow_red03:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .7em;
    height: .7em;
    border-top: .2em solid #dc143c;
    border-right: .2em solid #dc143c;
    transform: rotate(45deg);
    transition:.3s;
}
.lbtn_arrow_red03:hover {
   background: #fef4f4;
}


 /* 右矢印付きラインボタン ブルー01 */  
.lbtn_arrow_blue01{
    position: relative;
    height:75px;
    line-height: 75px;
    z-index: 1;
    width:90%;
    text-decoration:none;
    font-weight:bold;
    background:#fff;
    color:#fff !important;
    border-radius:.5em;
    border: solid 4px #2a83a2;
    text-align: center;
    margin:0 auto;
    vertical-align: middle;
}

.lbtn_arrow_blue01 a {
  display: block;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 70px;
  font-size:1.5em;
  font-weight: 700;
  color: #2a83a2;
  vertical-align: middle;
  text-decoration:none;
}

.lbtn_arrow_blue01:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:8%;
    margin:auto;
    width: .9em;
    height: .9em;
    border-top: .2em solid #2a83a2;
    border-right: .2em solid #2a83a2;
    transform: rotate(45deg);
    transition:.3s;
}
.lbtn_arrow_blue01:hover {
   background: #eaf4fc;
}

/*****************************************************

	アコーディオン 

*****************************************************/
.ac01 {
  width: 950px;
  margin: 10px auto;
}
.ac01 input {
    display: none;
}
.ac01 label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  background-color: #ff6171;
  text-align: left;
  font-size:22px;
  font-weight: 600;
}
.ac01 ul {
    margin: 0;
    list-style: none;
    margin-bottom: 1px;
    text-align: left;
    line-height: 1.6em;
    font-size: 18px;
    border: 2px solid #ff6171;
    padding-inline-start: 20px !important;
}
.ac01 li {
  max-height: 0 !important;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ac01 ul li::before {
    display: none;
}
#ac01_bar01:checked ~ #links01 li,
#ac01_bar02:checked ~ #links02 li {
    max-height: 150px !important;
  opacity: 1;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#ac01_bar01:checked ~ #links01 li:last-child,
#ac01_bar02:checked ~ #links02 li:last-child {
    margin: 20px 15px 20px 0;
}
.ac01 label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin:auto;
}
.ac01 input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin:auto;
}

/*****************************************************

	ポップアップウィンドウ

*****************************************************/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup {
  background-color: #fff;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 0 0 0;
  width: 450px;
  height: 260px;
  overflow-y: none;
  overflow-x: none;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: none;
  color: #000;
  font-size: 22px;
  padding: 0 10px 0 10px;
  position: absolute;
  right: 5px;
  top:5px;
  border-radius: 50%;
}

/* ポップアップの内容 */
.popup-content{
  width: 100%;
}

/*****************************************************

	フローティングボタン

*****************************************************/

#fbt01{
 position:fixed;
 top:10px;
 right:10px;
 z-index:999;
}

#fbt02{
 position:fixed;
 top:100px;
 right:10px;
 z-index:999;
}

#fbt03{
 position:fixed;
 top:190px;
 right:10px;
 z-index:999;
}

/*****************************************************

	ページトップに戻るボタン

*****************************************************/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10;
  bottom: 50;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*****************************************************

	モーダルウィンドウ

*****************************************************/
.myModal_popUp,
input[name="myModal_switch"],
#myModal_open + label ~ label {
  display: none;
}
#myModal_open + label,
#myModal_close-button + label {
  cursor: pointer;
}

.myModal_popUp {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#myModal_open:checked ~ #myModal_close-button + label{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#myModal_open:checked + label ~ .myModal_popUp {
  background: #fff;
  display: block;
  width: 90%;
  height: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 998;
}

#myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
  width: calc(100% - 10px);
  height: calc(100% - 20px - 44px );
  padding: 10px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
}

#myModal_open:checked + label + #myModal_close-overlay + label {
  background: rgba(0, 0, 0, 0.70);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

#myModal_open:checked ~ #myModal_close-button + label {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;
}
#myModal_open:checked ~ #myModal_close-button + label::before {
  content: '×';
}
#myModal_open:checked ~ #myModal_close-button + label::after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}

@media (min-width: 768px) {
  #myModal_open:checked + label ~ .myModal_popUp {
    width: 480px;
    height: 580px;
  }
  #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
    height: calc(100% - 20px);
  }
  #myModal_open:checked ~ #myModal_close-button + label {
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin-left: 195px;
    margin-top: -285px;
    overflow: hidden;
  }
  #myModal_open:checked ~ #myModal_close-button + label::after {
    display: none;
  }
}
.mw_ttl01{
	background-color: #C90003;
	color:#ffffff;
	padding:10px;
	margin:10px;
	font-size:1.2em;
	font-weight: 700;
}
.mw_tel{
	color:#0D3774;
	margin:10px;
	font-size:2em;
	font-weight: 700;
}
.mw_tel a{
color:#0D3774;
text-decoration: none;
	}
.mw_honbun{
	color:#000000;
	margin:10px;
}
.mw_honbun2{
	background-color:#DEDBCF;
	color:#2B2417;
	margin:10px;
	padding:10px;
}
.mw_mail{
	color:#000000;
	width:100%;
	margin:10px;
}
.mw_btn{
	font-size:25px;
    line-height: 1.25;
  　text-decoration:none;
    font-weight:bold;
    background-color:#008db7;
    color:#fff;
    border-radius:.5em;
    padding:10px;
    text-align: center;
    position: relative;
  　transition:.3s;
	margin:20px 10px 20px 10px;
}

.mw_btn a{
color:#fff;
text-decoration: none;
	}
	
.mw_btn:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:5%;
    margin:auto;
    width: .4em;
    height: .4em;
    border-top: .1em solid #fff;
    border-right: .1em solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}
.mw_btn:hover{
    opacity:.75;
}

/*****************************************************

	割引

*****************************************************/

.pdown01{
background-color:#cb3162;
padding:5px;
color: #f6e740;
margin: 0 0 0 10px;
}

/*****************************************************

	Common

*****************************************************/
.clear {
	clear: both;
}

.fll {
  float:left;
  display:inline;
}
.flr {
  float: right;
  display:inline;
}

.alignCenter {
	text-align:center;
　　width:100%;
    margin-left:auto;
    margin-right:auto;
}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.valignTop {vertical-align:top;}
.valignMiddle {vertical-align:middle;}
.valignBottom {vertical-align:bottom;}

/* 文字色------------------------------*/

.fcMain{color:#950017}
.fcBlack { color: #000000; }
.fcWhite { color: #ffffff; }
.fcRed { color: #FF0000; }
.fcGreen { color: #669933; }
.fcRedppl { color: #993366; }
.fcPink { color: #ff6171; }
.fcOrange { color: #eb6100; }

/* フォント太さ------------------------------*/

.fw500 { font-weight:500; }
.fw600 { font-weight:600; }
.fw700 { font-weight:700; }
.fw800 { font-weight:800; }

/* フォントサイズ------------------------------*/

.fs10{font-size:10%; }
.fs20{ font-size:20%; }
.fs30{ font-size:30%; }
.fs40{ font-size:40%; }
.fs50{ font-size:50%; }
.fs60{ font-size:60%; }
.fs70{ font-size:70%; }
.fs80{ font-size:80%; }
.fs90{ font-size:90%; }
.fs110{ font-size:110%; }
.fs120{ font-size:120%; }
.fs130{ font-size:130%; }
.fs140{ font-size:140%; }
.fs150{ font-size:150%; }
.fs160{ font-size:160%; }
.fs170{ font-size:170%; }
.fs180{ font-size:180%; }
.fs190{ font-size:190%; }
.fs200{ font-size:200%; }
.fs210{ font-size:210%; }
.fs220{ font-size:220%; }
.fs230{ font-size:230%; }
.fs240{ font-size:240%; }
.fs250{ font-size:250%; }
.fs260{ font-size:260%; }
.fs270{ font-size:270%; }
.fs280{ font-size:280%; }
.fs290{ font-size:290%; }
.fs300{ font-size:300%; }

/* 行間------------------------------*/

.lih110 { line-height: 110%; }
.lih115 { line-height: 115%; }
.lih120 { line-height: 120%; }
.lih130 { line-height: 130%; }
.lih140 { line-height: 140%; }
.lih150 { line-height: 150%; }
.lih160 { line-height: 160%; }
.lih170 { line-height: 170%; }
.lih180 { line-height: 180%; }
.lih190 { line-height: 190%; }

/* 装飾------------------------------*/

.funder { text-decoration: underline; } /* 下線*/
.fover { text-decoration: overline; } /* 上線*/
.fthrough { text-decoration: line-through; } /* 打ち消し線*/

.marker_yellow_futo {
background: linear-gradient(transparent 0%, #ffff66 0%);
}
.marker_pink {
background: linear-gradient(transparent 60%, #ffb2b2 0%);
}
/* マージン------------------------------*/

.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 60px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 60px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }

/* パディング------------------------------*/

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100 { padding-top: 100px !important; }

.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pr95 { padding-right: 95px !important; }
.pr100 { padding-right: 100px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100 { padding-bottom: 100px !important; }

.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.pl95 { padding-left: 95px !important; }
.pl100 { padding-left: 100px !important; }



/*****************************************************
****************************************************

	スマホ

****************************************************
*****************************************************/

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

/* ボタン 黄緑 01 */
.btn_cart_lg01 {
   position: relative;
   height:40px;
   line-height: 40px;
   background: #8dc21f;
   border: none;
   border-radius: 5px;
   border-bottom: solid 4px #69821b;
   margin: 3px auto 10px auto;
   padding: 0.6em 0  0.6em 0;
   width: 95%;
}

.btn_cart_lg01 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size:0.6em;
  text-decoration:none;
  color: #ffffff;
   font-weight: 700;
}
    
.btn_cart_lg01:hover {
   background: #aacf53;
   box-shadow: none;
}
.btn_cart_lg01 i {
   margin-right:5px;
}
.fa-position-left {
  position: absolute;
  top: calc(70% - .5em);
  left: 1rem;
}

/* 1stView 画像上テキスト*/

.sub01{
	font-size:0.7em;
	color:#ffffff;
	border: 1px solid #ffffff;
	padding:5px;
	margin: 0 0 10px 0;
}
	
.txtbox01 h1 {
  margin: 10px auto;
  font-size: 1.2em;
}

.txtbox01 {
   position: absolute;
   width: 100%;
   top: 15px;
   left:0;
  font-size:0.6em;
  margin: 0 auto;
  color:#ffffff;
   text-align: left;
}

.memo01{
	font-size:0.5em;
}

.pdown01{
background-color:#cb3162;
padding:2px;
color: #f6e740;
margin: 0 0 0 5px;
font-size: 12px;
}
	
	
.itemList{
    width:100%;
    margin:0 auto;
	padding: 5px 0 10px 0;
    }

.footer{
	width:100%;
    margin:0 auto;
	text-align:center;
	background-color: #8f8f84;
	padding: 10px 0 10px 0;
}
	
.ft_com{
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	height:17px;
	margin: 0px auto 5px auto;
}

.ft_add{
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	height:10px;
	margin: 5px auto 0px auto;
}

.ft_tel{
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	height:22px;
	margin: 5px auto 8px auto;
}
	
.ft_memo{
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	height:12px;
	margin: 5px auto 0px auto;
}
	
.ft_copyright{
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	line-height:12px;
	margin: 5px auto 5px auto;
}


/*リンク色ロールオーバー（LPフッター）*/
a.tel1 {/*リンクされた文字*/
    font-size: 15pt;
    color:#FFFFFF;
    text-decoration:none;
}
a:link.tel1 {/*未訪問のリンク*/
    color:#FFFFFF;
}
a:visited.tel1 {/*訪問後のリンク*/
    color:#FFFFFF;
}
a:hover.tel1 {/*マウスをのせたとき*/
    color:#DAE8A0;
}
a:active.tel1 {/*クリック中*/
    color:#DAE8A0;
}
	
}
