@charset "UTF-8";
/***********************************************************************
toppage style
**********************************************************************/
/* section
**********************************************************************/
section {
  /*margin-bottom: 60px;*/
}

/* タイトル
**********************************************************************/
.sec-tit {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.sec-tit span {
  position: relative;
  padding-left: 34px;
}
.sec-tit span:before {
  content: "";
  display: inline-block;
  background: url(../img/icon_leaf.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 32px;
  height: 35px;
  position: absolute;
  top: -6px;
  left: 0;
}


/*slideitem.html*/
.slItem{
  /*width: 100%!important;*/
  width: 780px !important;
  /*height:1850px;*/
  height:1100px;
  height:500px;
  text-align: center;
  margin: 0 auto 40px;
  border: 0;
}



/*商品スライドコンテンツ iframe
**********************************************************************/
.iframeBox{
  margin: 0 auto 0;
  text-align: center;
}

.iframe_gift{
  width: 600px!important;
  height: 370px;
}

.iframe_sweets{
  width: 600px!important;
  height: 360px;
}

.iframe_wagashi{
  width: 600px!important;
  height: 360px;
}

.rrr a {
pointer-events: none!important;
}
.rrr * {
pointer-events: none!important;
}
.rrr td a {
pointer-events: none!important;
}
