@charset "UTF-8";

/*----------MENU-------------

 Reset
 block-main
 見出し
 リード
 季節限定ギフト ロングセラーギフト
 バナー設置ゾーン
 価格帯で選ぶ
 用途から選ぶ
 ギフト・ラッピングサービス
 お届け日数

------------MENU-----------*/

/*-------------------------
	Reset
---------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
  -webkit-text-size-adjust: 100%; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;}

.brand_title_item h1{
  margin: 0 0 0 !important;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

table {
  border-collapse: collapse;
}

blockquote,
q {
  quotes: none; }

*:focus {
outline: none!important;
}

a {outline:none!important;}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer!important;
}

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  max-width:100%;
}

a {
  transition: 0.3s ease-in-out; }

ul li{
  list-style:none;
}

ul{
  margin:0;
  padding:0;
}

.pc_only_inline{
  display: inline-block;
}
.pc_only{
  display: block;
}
.sp_only_inline{
  display: none;
}
@media (max-width: 767px){
  .pc_only_inline{
  display: none;
}
.pc_only{
  display: none;
}
.sp_only_inline{
  display: inline-block;
}
  }

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 0.8rem;
}

.wrap_1600{
  max-width: 1600px;
    margin: auto;
    padding: 0 0.8rem;
}

p.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}

 /* ----------------------------------------------------------
  block-main
  ---------------------------------------------------------- */
  .block-main {
    background-color: #f0e5c5;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .block-main ._mv {
    position: relative;
    width: 40.97%;
}

  .block-main ._mv img {
    width: 100%;
  }

  .block-main ._box {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0 20px;
}

  .block-main ._title {
    position: absolute;
    top: 18%;
    left: 52.08%;
    width: 38.5%;
  }

  .block-main ._texts {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
}

  .block-main ._title {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
}

  .block-main ._title h2.mincho{
    line-height:1.2 !important;
  }

  .block-main ._title h1 {
    line-height: 1.4;
    margin: 30px 0 0px;
    border-bottom: solid 6px #fff;
    padding-bottom: 15px;
    display: inline-block;
  }

  .block-main ._title h1.large {
    line-height: 1.4;
    margin:0 0 0px;
    font-size: 3.333vw;
  }

  .block-main .onlinshop_only_btn{
    max-width: 360px;
    margin:0px auto 0px;
  }

  .block-main ._title span {
    display: block;
  }

  .block-main ._title span:nth-child(1) {
    font-size: 40px;
    letter-spacing: 0.07em;
    font-weight: bold;
    line-height:1.3;
  }

  .block-main ._title span:nth-child(2) {
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1.6;
  }

  .block-main ._texts p:nth-child(1) {
    margin: 2vw 0 1vw;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  .block-main ._texts p:nth-child(2) {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    background-color: #fff;
    padding: 10px 10px;
    letter-spacing: -.005em;
  }

@media screen and (min-width:1023px) and (max-width:1364px) {

  .block-main ._title h2.mincho{
    margin:0 0 20px;
  }

  .block-main ._title h1 {
    line-height: 1.6;
    margin:0 0 0px;
  }

  .block-main ._title span:nth-child(1) {
    font-size: 34px;
    letter-spacing: 0.07em;
    font-weight: bold;
  }

  .block-main ._title span:nth-child(2) {
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 0.03em;
    font-weight: bold;
}

  .block-main ._texts p:nth-child(1)  {
    margin: 2vw 0 1vw;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
  }
  .block-main ._texts p:nth-child(2)  {
    margin: 0vw 0 2vw;
    font-size: 16px;
    line-height: 1.8;
  }
}


@media screen and (min-width:768px) and (max-width:1025px) {

  .block-main ._mv {
    position: relative;
    top: 0%;
    left: 0%;
    width: 50%;
  }

  .block-main ._mv img {
    width: 100%;
  }

  .block-main ._box {
    position:relative;
    padding: 0 10px;
    width: 50%;
  }

  .block-main ._title {
    position: relative;
    width: 100%;
    padding: 20px 0 0px;
    left:0;
  }

  .block-main ._title h2.mincho{
    margin:0 0 20px;
    font-size: 5vw;
  }

  .block-main ._title h1 {
    line-height: 1.6;
    font-size: 5vw;
  }

   .block-main ._title h1.large {
    line-height: 1.6;
    margin:0 0 0px;
    font-size: 30px;
  }


  .block-main ._title span:nth-child(1) {
    font-size: 26px;
    letter-spacing: 0.07em;
    line-height: 1.4;
  }

  .block-main ._title span:nth-child(2) {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }

  .block-main ._texts {
    position: relative;
    width: 100%;
    top: 0;
    left:0;
  }

  .block-main ._texts p:nth-child(1) {
    margin: 4vw 0 2vw;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
  }

  .block-main ._texts p:nth-child(2) {
    margin: 0vw 0 4vw;
    font-size: 16px;
    line-height: 1.8;
  }


}


@media screen and (max-width:767px) {
  .block-main {
    display: block;
}

  /*.block-main:after {
    padding-top: 3.9722222222%;
  }*/

  .block-main ._mv {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }

  .block-main ._mv img {
    width: 100%;
  }

  .block-main ._box {
    width: 100%;
    position:relative;
    padding: 0 10px 20px;
  }

  .block-main ._title {
    position: relative;
    width: 100%;
    padding: 20px 0 0px;
    left:0;
  }

  .block-main ._title h2.mincho{
    margin:0 0 20px;
    font-size: 5vw;
  }

  .block-main ._title h1 {
     margin: 0px 0 0px;
    line-height: 1.6;
    font-size: 5vw;
  }

   .block-main ._title h1.large {
    line-height: 1.4;
    margin: 0px 0 0px;
    font-size: 7.333vw;
  }


  .block-main ._title span:nth-child(1) {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1.4;
  }

  .block-main ._title span:nth-child(2) {
    margin-top: 15px;
    font-size: 6vw;
    letter-spacing: 0.03em;
  }

  .block-main ._texts {
    position: relative;
    width: 100%;
    top: 0;
    left:0;
  }

  .block-main ._texts p:nth-child(1) {
    margin: 4vw 0 2vw;
    font-size: 17px;/*font-size: 3.5333333333vw;*/
    text-align: center;
    line-height: 1.8;
  }

  .block-main ._texts p:nth-child(2) {
    margin: 0vw 0 4vw;
    font-size: 16px;/*font-size: 3.5333333333vw;*/
    line-height: 1.8;
  }

}

/*--------------------------------------------------------------
  リード about_express-delivery
--------------------------------------------------------------*/
.about_express-delivery{
  max-width:788px;
  margin: 50px auto 50px;
  padding: 0 10px 0;
  text-align: center;
}

.about_express-delivery h2 {
    position: relative;
    display:inline-block;
    padding: 0em 0 0.5em;
    margin: 0 auto 1em;
    text-align: center;
    font-size:26px;
    line-height:1.6;
    border-bottom: solid 6px #d5af4a;
  }

.about_express-delivery .image{
    max-width:570px;
    padding: 0px 10px;
    margin: 0px auto;
}

.about_express-delivery .notice_area {
    padding: 10px 10px;
    margin: 20px auto;
    border: dotted 2px #ccc;
    text-align:left;
}

.about_express-delivery .notice_area p{
  font-size:14px;
}

.about_express-delivery .block-baloon-left_area .person {
    width: 20%;
}

.about_express-delivery .terms_of_use{
  border: solid 8px #f0e5c5;
  padding:10px;
}

.about_express-delivery .terms_of_use h3{
  font-size:22px;
}

.about_express-delivery .terms_of_use h4{
  font-size:20px;
}

.about_express-delivery .terms_of_use h4 img{
  vertical-align:middle;
}

.about_express-delivery .onlinshop_only_btn{
  max-width:360px;
  margin:0 auto 0px;
  padding:0 5px;
}



  @media screen and (max-width:541px) {
    .about_express-delivery{
      margin: 30px auto 30px;
    }

    .about_express-delivery h2 {
    padding: 0em 0 0.3em;
    font-size:24px;
  }
  }

/*--------------------------------------------------------------
  見出し
--------------------------------------------------------------*/

.express-delivery_area h2 {
    background: #f0e5c5;
    padding: 0.5em 0 0.3em;
    margin: 0;
    text-align: center;
    position: relative;
    font-size:26px;
    /*border-top: solid 1px #d5af4a;
    border-bottom: solid 1px #d5af4a;*/
  }


h3.express-delivery {
  position: relative;
  padding: 0.5em 0 0.3em;
  text-align: center;
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 1.4;
  background: #efe9d7;
  /*border-bottom: solid 1px #d5af4a;*/
}

h3.express-delivery.border_top{
  /*border-top: solid 1px #d5af4a;*/
}


@media screen and (max-width:541px) {
.express-delivery_area h2{
  font-size:24px;
  line-height: 1.4;
}

h3.express-delivery {
  font-size:22px;
}
}

/* \ラインを使った見出し/ */
.line_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  margin: 20px 20px 10px;
}

.line_midashi::before,
.line_midashi::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #231815;
}

.line_midashi::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.line_midashi::after {
  margin-left: 30px;
  transform: rotate(35deg)
}



.collection_img {
    border-radius: 0px;
    border:none;
}

/*--------------------------------------------------------------
 flex_list
--------------------------------------------------------------*/
.flex_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em 0;
}

.align-items_center{
  align-items: center;
}

.flex_list p{
  font-size: 14px;
}

.flex_list .flex_list_item_2 {
  padding: 15px 28px;
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.flex_list .flex_list_item_3 {
  padding: 15px;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.flex_list .flex_list_item_4 {
  padding: 10px;
  width: 25%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.flex_list .flex_list_item_2 .collection_img,
.flex_list .flex_list_item_3 .collection_img,
.flex_list .flex_list_item_4 .collection_img{
  border: none;
  background:  none;
  padding: 0 0;
  overflow: hidden;
  position: relative;
}

.flex_list .flex_list_item_2 h2,
.flex_list .flex_list_item_4 h2,
.flex_list .flex_list_item_2 h4,
.flex_list .flex_list_item_4 h4{
  font-size: 15px;
  font-weight:600;
}

.flex_list  h3 {
  font-size: 16px;
  margin: 20px 0 10px;
}

.flex_list h3.f24{
  font-size:24px!important;
}

h2.fs_18px, h3.fs_18px, h4.fs_18px{
  font-size: 18px!important;
}

h2.fs_20px, h3.fs_20px, h4.fs_20px{
  font-size: 20px!important;
}

h2.fs_22px, h3.fs_22px, h4.fs_22px{
  font-size: 22px!important;
}

h2.fs_24px, h3.fs_24px, h4.fs_24px{
  font-size: 24px!important;
}

.chocolate_02 .flex_list_item_4 p.price{
  color:#fff;
}


.flex_list .flex_list_item_4 p.price{
  margin: 0px 0 0;
}

.flex_list  h2 {
  font-size: 18px;
}

.flex_list  p {
  margin: 0px 0 0;
}

.flex_list  p.left {
  margin: 15px 0 0;
  text-align:left!important;
}

p.priod{
  font-weight:600;
}

p.kakaku{
  font-weight:400;
}


.flex_list_item_btn{
  margin-top: auto;
}

.flex_list p.guide {
    margin: 15px 0 0;
    letter-spacing: -.001em;
    padding: 0 30px;
}

.flex_list p.guide_collection {
  font-size: 15px;
  margin: 15px 0;
  letter-spacing: -.001em;
  line-height:1.6;
  font-weight:400;
  text-align:left;
  padding: 0 30px;
}

.flex_list p.priod{
  font-size: 15px;
  margin: 10px 0;
  font-weight:600;
}

.flex_list .flex_list_item_btn {
  margin-top: auto;
}

.flex_list a{
  text-decoration: none;
}

.order0{
  order: 0;
}

.order1{
  order: 1;
}

.w_70.flex_list_item_btn{
  margin: auto;
  width: 70%
}


@media screen and (min-width:768px) and (max-width:842px) {
  .flex_list .flex_list_item_4 {
    padding: 10px;
    width: 40%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
  }


@media screen and (max-width:842px) {
  .flex_list .flex_list_item_2 h2,
  .flex_list .flex_list_item_4 h2,
  .flex_list .flex_list_item_2 h4,
  .flex_list .flex_list_item_4 h4 {
    font-size: 14px;
    letter-spacing: -.05em;
}

.flex_list p.guide_collection {
    margin: 15px 0;
    letter-spacing: -.001em;
    padding: 0 10px;
}

.flex_list p.priod{
  padding: 0 10px;
}
  }

@media screen and (max-width:767px) {

.flex_list {
  padding: 0 0 20px;
}

.flex_list .flex_list_item_2 {
  padding: 0px 3px;
  width: 98%;
  margin: 0 auto 2em;
}

.flex_list.sp_2retsu .flex_list_item_2 {
  padding: 0px 3px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}


/* バームクーヘン 桜 単独ページ */
.list.sp_2retsu .list__item_2 {
  padding: 0px 3px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}


.point.flex_list .flex_list_item_2 {
  padding: 0px 3px;
  width: 100%;
  margin: 1em auto 0em;
}

.flex_list .flex_list_item_3 {
  padding: 0px 3px;
  width: 49%;
  margin: 0 auto 2em;
}

.flex_list .flex_list_item_4 {
  padding: 0px 3px;
  width: 49%;
  margin: 0 auto 1em;
}

.flex_list p.guide {
    margin: 15px 0 0;
    letter-spacing: -.001em;
    padding: 0 0px;
}

.wrapper_VD_mini .flex_list .flex_list_item_2 {
  padding: 0px;
  width: 80%;
  margin: 0 auto 1em;
}

.w_70.flex_list_item_btn{
  margin: auto;
  width: 100%
}

.flex_list  h2 {
  font-size: 16px;
}

.flex_list  h3 {
  font-size: 15px;
}

.order0{
  order: 1;
}

.order1{
  order: 0;
}
  }

  .flex-grow_1{
    flex-grow: 1;
  }


.list__item_4_text h3 {
        font-size: 0.94rem;
    }

@media (max-width: 640px) {
    .list__item_4_text h3 {
        font-size: 0.9rem;
    }
}

/*--------------------------------------------------------------

季節限定ギフト ロングセラーギフト

--------------------------------------------------------------*/

/* カテゴリー リンクボタン */
.btn_arrow_line_mini {
    display: block;
    border: solid 1px #9B851B;
    background-color: #efe9d7;
    color: #000;
    padding: 0.5em 2em 0.5em 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 60px;
    border-radius: 60px;
    position: relative;
    max-width: 300px;
}

.btn_arrow_line_mini::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-135deg);
    transition: .3s;
}

a.btn_arrow_line_mini{
    text-decoration:none;
}

a.btn_arrow_line_mini:hover{
    text-decoration:none;
}

.btn_arrow_line_mini:hover::after{
    right: 10px;
}

/*--------------------------------------------------------------

バナー設置ゾーン

--------------------------------------------------------------*/
.bnr_zone{
  background: #f4eee3;
  padding: 50px 0 50px;
}

.bnr_zone_inner{
  max-width:980px;
  margin: 0px auto 0px;
  padding: 0 20px;
  text-align:center;
}

.bnr_zone_inner p{
  margin-top:10px;
  font-size:18px;
  line-height:1.6;
  color:#000;
}

@media (max-width: 640px) {
  .bnr_zone{
  background: #f4eee3;
  padding: 20px 0 20px;
}

.bnr_zone_inner p{
  font-size:15px;
}
}

/*--------------------------------------------------------------

価格帯で選ぶ

--------------------------------------------------------------*/
#pricerange{
  text-align: center;
  width: 100%;
  margin: auto;
  background: #efe9d7;
  padding: 2rem 0 5rem;
}
#pricerange .wrap__{
  width: 90%;
  margin: auto;
}
.pricerange .list{
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
}
#pricerange .list__item_3{
  width: calc((100% - 30px) / 3);
  min-height: 30px;
  margin: 0;
  padding: 1rem 1rem 1rem;
  position: relative; 
}
.pricerange{
    background: #421f1b;
    padding: 1.5rem 1rem 1.5rem 0;
    color: #fff;
    font-size: 18px;
     border: solid 2px #fff;
     outline: solid 3px #421f1b;
}
#pricerange .list__item_3 a{
    text-decoration: none!important;
}
#pricerange .list__item_3 a:hover{
  text-decoration: none!important;
}
.pricerange::after {
  position: absolute;
  top: 50%;
  right: 2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
}
.pricerange:hover::after {
  right: 1.5em;
}

@media (max-width: 640px) {
#pricerange .wrap__{
  width: 100%;
}
#pricerange .list__item_3{
  width: calc((100% - 1px) / 2);
  min-height: 20px;
  margin-bottom: 20px;
  padding: .5rem .5rem .5rem;  
}
.pricerange::after {
  right: .7em;
}
.pricerange:hover::after {
  right: .5em;
}
}


/*--------------------------------------------------------------

用途から選ぶ

--------------------------------------------------------------*/
.block-occasion-tree--header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  color: #411e1b;
}
.block-occasion-tree--header:after {
  background:url(../../img/usr/icon/tit_occasion.png);
  width: 60px;
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#block_of_occasion{
  text-align: center;
  width: 100%;
  margin: auto;
  background: #f0e5c5;
  padding: 3em 0 5em;
}

#block_of_occasion .wrap{
  max-width: 1200px;
  margin: auto;
}

#block_of_occasion .list{
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
}

#block_of_occasion .list__item_4{
  width: calc((100% - 30px) / 4);
  height: 122px;
  min-height: 122px;
  margin: 0;
  padding: 1em 1em 1em;
  position: relative; 
  color: #411e1b;
  font-weight: bold;
}

#block_of_occasion .list__item_4 a{
  color: #411e1b;
}

#block_of_occasion .list__item_4 a:hover{
    color: #411e1b;
}

#block_of_occasion .occasion{
  background: #fff;
  padding: 1.5em 1em 1.5em 0;
  border: solid 2px #411e1b;
  outline: solid 3px #fff;
  line-height: 1;
  font-size: 18px;
}

#block_of_occasion .occasion_sbsc{
  background: #fff;
  padding: 1em 1em 1em 0;
  border: solid 2px #411e1b;
  outline: solid 3px #fff;
  line-height: 1;
  font-size: 18px;
  position: relative;
}

#block_of_occasion .occasion_sbsc span{
  font-size: 60%;
}

#block_of_occasion .occasion:hover{
  background: rgba(255, 255, 255, .7);
}

#block_of_occasion .occasion_sbsc:hover{
  background: rgba(255, 255, 255, .7);
}

#block_of_occasion .occasion::after {
  position: absolute;
  top: 50%;
  right: 2em;
  content: '';
  margin-top: -14px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #411e1b;
  transition: all .2s;
}
#block_of_occasion .occasion:hover::after {
  right: 1.5em;
}
#block_of_occasion .occasion_sbsc::after {
  position: absolute;
  top: 50%;
  right: 2em;
  content: '';
  margin-top: -13px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #411e1b;
  transition: all .2s;
}
#block_of_occasion .occasion_sbsc:hover::after {
  right: 1.5em;
}
@media (max-width: 768px) {
#block_of_occasion .list__item_4{
  width: calc((100% - 1px) / 3);
  height: auto;
  margin-bottom: 0;
  padding: .5em .5em .5em; 
}
#block_of_occasion .occasion::after {
  margin-top: -4px;
}
#block_of_occasion .occasion_sbsc::after {
  margin-top: -3px;
}
}

@media (max-width: 640px) {
#block_of_occasion .wrap{
  width: 100%;
}
#block_of_occasion .list__item_4{
  width: calc((100% - 1px) / 2);
  min-height: 20px;
  margin-bottom: 0;
  padding: .5em .5em .5em;  
}
#block_of_occasion .occasion::after {
  right: .7em;
}
#block_of_occasion .occasion:hover::after {
  right: .5em;
}
#block_of_occasion .occasion_sbsc::after {
  right: .7em;
}
#block_of_occasion .occasion_sbsc:hover::after {
  right: .5em;
}
}

@media (max-width: 380px) {
#block_of_occasion .occasion{
    font-size: 14px;
    letter-spacing: -.05em;
  }
#block_of_occasion .occasion_sbsc{
    font-size: 14px;
    letter-spacing: -.05em;
  }
}

@media (max-width: 320px) {
#block_of_occasion .occasion_sbsc{
    font-size: 13px;
    letter-spacing: -.05em;
  }
}

/*--------------------------------------------------------------

ギフト・ラッピングサービス

--------------------------------------------------------------*/
.godiva_gift_service {
    background-color: #fff;
    padding: 0px 0 50px;
}

/* カテゴリー説明 */
.cate_lead{
  max-width:768px;
  padding:10px 10px;
  margin:20px auto;
  border: dotted 2px #ad6a34;
  background-color:#fdf6f6;
}
.cate_lead p{
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

@media screen and (max-width:767px) {
.cate_lead p{
  text-align:left;
}
}

/*--------------------------------------------------------------

お届け日数

--------------------------------------------------------------*/

.delivery_days_list{
  max-width:768px;
  margin:30px auto 50px;
  padding:0 10px;
}


table.tbl_r02 {
  width:100%;
  border-top:#d5b04a solid 1px;
  border-bottom:#d5b04a solid 1px;
  border-right:#d5b04a solid 1px;
  border-left:#d5b04a solid 1px;
  border-collapse: collapse;
}
table.tbl_r02 thead th {
  background:#efe9d7;
  color:#000;
  padding:10px 15px;
  border-right:#d5b04a solid 1px;
  border-bottom:#d5b04a solid 1px;
}

/*table.tbl_r02 thead th:last-child {
  border-right:#d5b04a solid 1px;
}*/

table.tbl_r02 tbody th {
  background:#efe9d7;
  color:#000;
  padding:10px 15px;
  vertical-align:top;
  border-bottom:#d5b04a solid 1px;
}

table.tbl_r02 tbody th:first-child{
  border-right: solid 1px #d5b04a;
  border-bottom:#d5b04a solid 1px;
}
table.tbl_r02 tbody tr:last-child th {
  border-bottom:#d5b04a solid 1px;
}

table.tbl_r02 tbody td {
  background:#FFF;
  padding:10px 15px;
  border-bottom:#d5b04a solid 1px;
  vertical-align:top;
  line-height: 1.6;
  font-size: 16px;
}

table.tbl_r02 tbody td:last-child{
  border-left: solid 1px #d5b04a;
}

@media screen and (max-width: 640px) {
table.tbl_r02 thead {
  display:none;
}
table.tbl_r02 tbody tr {
  border-bottom: solid 5px #fff;
}

table.tbl_r02 tbody th {
  display:none;
}
table.tbl_r02 tbody td {
  display:block;
}

table.tbl_r02 tbody td:last-child{
  border-left: none;
}

table.tbl_r02 tbody td:first-child {
  border-top:#d5b04a solid 1px;
}

table.tbl_r02 tbody td p {
  padding-left:6em;
}

table.tbl_r02 tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}


.delivery_days_list .notice_area {
    padding: 10px 10px;
    margin: 20px auto;
    border: dotted 2px #ccc;
    text-align:left;
}

.delivery_days_list .notice_area p{
  font-size:14px;
}