@charset "utf-8";

body {
  background: #fff;
  letter-spacing: 102%;
  margin: 0px; padding: 0px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
div{ margin: 0;padding: 0;}

.t_l{ text-align: left;}

.m10{ margin:10px;}
.mb10{ margin-bottom:10px;}
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}
.pb10{ padding-bottom:10px;}
.ptb10{ padding-top: 10px; padding-bottom: 10px;}

.mr10{ margin-right: 10px;}
.mtb10{ margin-top: 10px; margin-bottom: 10px;}
.ml10{ margin-left: 10px;}
.mrl10{ margin-left: 10px; margin-right: 10px;}
.pl15{ padding-left: 15px;}

#wrap{
 width: 910px;
 margin: 0px auto;
 line-height: 0px;
 font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*-----------------------------------------------------------------
画像位置
-----------------------------------------------------------------*/
.float-l {
 float:left;
}

.float-r {
 float:right;
}

/*-----------------------------------------------------------------
key visual
-----------------------------------------------------------------*/
.maintext{
  background: url("images/mbf2019_mtext.jpg") 0 0 no-repeat;
  height: 263px;
  text-align: center;
  padding-top: 50px;
  line-height: 2;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #42210b;
  font-size: 17.2px;
}

/*-----------------------------------------------------------------
ルビ
-----------------------------------------------------------------*/
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}

/*-----------------------------------------------------------------
かんたフェ抹茶カプチーノ
-----------------------------------------------------------------*/
.cmctext{
  background: url("images/mbf2019_cmc_02.jpg") 0 0 no-repeat;
  height: 308px;
  text-align: left;
  padding: 0px 0 0 616px;
  margin: 0;
  line-height: 1.5;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #42210b;
  font-size: 16px;
}

.cmctext p{
    padding: 84px 0 0 0px;
      margin: 0;
}

.cmctext .stext{
  font-size: 13px;
}

/* ボタン */
.cmctext .button	{
  display: inline-block;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  margin-top: 16px;
	padding: 10px;
	background-color: #ffffff;
  border: #4d7700 2px solid;
	color: #4d7700;
	font-size: 14px;
  font-weight: bold;
	text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;}

.cmctext .button:hover,
.cmctext .button:focus	{outline: none;
  	background-color: #e3f4b3;}

/* カートにいれる */
input#crt_btn{
 margin: 0px 0px 0px 13px;
 border: 0;
 -webkit-appearance: none;
 -webkit-border-radius: 5px;
 -moz-border-radius:5px;
 border-radius:5px;
/* -webkit-box-shadow: 2px 2px 2px #333;
 box-shadow: 2px 2px 2px #333;*/
 font-size: 14px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
 line-height: 2;
 vertical-align:bottom;
 text-align: center;
 display:inline-block;
 cursor: pointer;
}

input.crt_btn_size{
 width: 249px;
 padding: 10px 5px;
 background-color: #89a100;
 color: #fff;
 display:inline-block;
}

input#crt_btn:link{
 opacity: 0.8 ; }

input#crt_btn:visited{
 opacity: 0.8 ; }

input#crt_btn:hover{
 opacity: 0.8 ; }

input#crt_btn:active{
 opacity: 0.8 ; }

.price{
  margin: 0;
  padding: 0;
  position: relative;
}


.set_form{
  position: absolute;
  top: 163px;
  right: 70px;
}

.set_form form{ margin: 0;padding: 0;}

.cart_suryo{
  float: left;
  display: inline-block;
  vertical-align: bottom;
  width: 38px;
  height: auto;
  padding-top: 15px;
}

.cart_suryo p{
  display: block;
 padding: 0 0 14px 0;;
 font-size: 13px;
 color: #333;
 margin: 0;
 text-align: right;}

 /*-----------------------------------------------------------------
2列並び
 -----------------------------------------------------------------*/
 .other_cart{
   width: 910px;
   height: auto;
   font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   margin: 0;
   padding: 0;
 }

 /*-----2列並びの各価格-----*/
 .mbf_mcp_mini_cart_l{
  position: relative;
  float: left;
  margin-top: 0px;
  width: 455px;
  height: auto;
 /* background-color: pink;*/
 }

/*-----2列並びのカートに入れる-----*/
 .set_form2{
   position: absolute;
   top: 100px;
   left: 60px;
 }

 .set_form2 form{ margin: 0;padding: 0;}

 .set_form3{
   position: absolute;
   top: 100px;
   left: 17px;
   width: 372px;
 }

 .set_form3 form{ margin: 0;padding: 0;}

 input.crt_btn_size2{
  width: 145px;
  padding: 10px 5px;
  background-color: #89a100;
  color: #fff;
 }

 /*-----定期便はこちら-----*/
 .other_cart .teikibtn	{
   display: inline-block;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
   text-align: center;
   width: 145px;
   margin-left: 20px;
   padding: 16.3px 0px;
 	 background-color: #2a8fd3;
 	 color: #ffffff;
 	 font-size: 14px;
 	 text-decoration: none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;}
   .other_cart .teikibtn:hover,
   .other_cart .teikibtn:focus	{outline: none;
     	background-color: #4aa8dd;}

 /*-----------------------------------------------------------------
注釈
 -----------------------------------------------------------------*/
 .att {
  background: url("images/mbf2019_cmc_06.jpg") 0 0 no-repeat;
  width: 910px;
  height: 40px;
   text-align: left;
   line-height: 1.3;
   font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   color: #42210b;
   font-size: 16px;
 }

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

 .att .att_txt{
   float: left;
   font-size: 12px;
   padding:0 0 0 58px;
   margin: 0;
 }

 .att .teiki_syousai{
   display: inline-block;
   padding: 0 0 0px 13px;

 }

 .att .teiki_syousai a{
   color: #2a8fd3;
   font-weight: bold;
 }

 /*-----------------------------------------------------------------
 日本茶カート
 -----------------------------------------------------------------*/
 .chaarea{
   position:relative;
   width: 455px;
   height: 249px;
 }

 .set_form4{
   position: absolute;
   top: 350px;
   left: 60px;
 }

 .set_form5 {
     position: absolute;
     top: 350px;
     left: 17px;
 }



.chatext{
  position: absolute;
  width: 200px;
  top:110px;
  right:17px;
  line-height: 1.5;
  font-size: 15px;
  color: #42210b;
     text-align: left;
}

.chatext .chalink{
  font-size: 13px;
  font-weight: bold;
  color: #4d7700;
  line-height: 1.7;
}

.chatext2{
  position: absolute;
  width: 187px;
  top:110px;
  right:50px;
  line-height: 1.5;
  font-size: 15px;
  color: #42210b;
     text-align: left;
}

/*-----------------------------------------------------------------
おかし
-----------------------------------------------------------------*/
.okashiall{
  overflow: hidden;
}

.okashiall img{
  margin: 0;
  padding: 0;
}

.chatext3{
position: absolute;
width: 187px;
top: 18px;
right: 8px;
line-height: 1.3;
font-size: 15px;
color: #42210b;
margin: 0;
padding: 0;
text-align: left;
}

.chatext4{
position: absolute;
width: 187px;
top: 18px;
right: 35px;
line-height: 1.3;
font-size: 15px;
color: #42210b;
margin: 0;
padding: 0;
text-align: left;
}

.mbf_mcp_mini_cart_l .kounyu{
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 18px 0px 18px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  border-radius: 5px;}
    .kounyu:hover,
    .kounyu:focus	{outline: none;
    opacity: 0.8 ; }

.mbf_mcp_mini_cart_l .col01{
  position: absolute;
  width: 165px;
  bottom: 40px;
  right: 30px;
}

.mbf_mcp_mini_cart_l .col02{
  position: absolute;
  width: 165px;
  bottom: 40px;
  right: 55px;
}

.mbf_mcp_mini_cart_l i {
  font-size: 15px;
  margin: 0 -2px 0 10px;
}

.mbf_mcp_mini_cart_l .pink{
  background-color: #e45169;
}

.mbf_mcp_mini_cart_l .yellow{
  background-color: #faa400;
}

 /*-----------------------------------------------------------------
バナー
 -----------------------------------------------------------------*/
 .mbbnr{
   background: url("images/mbf2019_nihon_04.png") 0 0 no-repeat;
   width: 910px;
   height: 233px;
   padding-top: 0px;
   font-size: 17.2px;
   text-align: center;
 }

  .mbbnr .mbbnrimg{
    padding-top: 30px;
    vertical-align: bottom;
  }

 /*-----------------------------------------------------------------
 概要
 -----------------------------------------------------------------*/
 .mbfattention{
   background: url("images/mbf2019_attention.gif") 0 0 no-repeat;
   width: 910px;
   height: 377px;
   text-align: left;
   padding: 40px 0 0 0;
   line-height: 1.4;
   font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   color: #42210b;
   font-size: 14px;
    margin: 0 0 -40px 0;
 }

 .bg_white {
  background:#fff;
  margin: 0 20px;
  padding: 5px 20px;
  }

  /*-----------------------------------------------------------------
  TOPへスクロール
  -----------------------------------------------------------------*/

  #page-top_area {
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 20px;
    margin: 10px 0 0;
    z-index: 100;
  }

  #page-top_naka {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
  }

  #page-top {
    width: 150px;
    font-size: 12px;
    float: right;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  }

  #page-top a {
    background: #89a100;
    text-decoration: none;
    color: #FFF;
    padding: 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
  }

  #page-top a:hover {
    text-decoration: none;
    opacity: 0.8 ;
  }

/*---------------------------------------
フッター
--------------------------------------*/

#footer_tk {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
 margin: 0 auto;
 font-size:12px;
 width: 910px;
 text-align:center;
 }
#footer_tk a {
 color: #333333;
 }
#footer_tk a:hover {
 color: #b3b3b3;
 }
#footer_tk ul {
 border-top:#c9c9c9 1px solid;
 border-bottom:#c9c9c9 1px solid;
 padding:10px 0;
 margin:10px 0 0;
 }
#footer_tk li {
  line-height: 1.5;
 display:inline;
 }
#footer_tk .footer_cp {
 padding:6px 0 10px;
 }

/*-----------------------------------------------------------------
 clearfix
-----------------------------------------------------------------*/
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

.clearfix{
   display:inline-block;
}

* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
