@charset "utf-8";

/*==================
 ▼ブレイクポイントのルール▼
 *〜575px：スマホ
 *576px〜：スマホ
 *768px〜：タブレット
 *992px〜：PC小
 *1200px〜：PC大
==================*/
html{
	margin: 0 auto;
}
body{
  font-family:'TsukuARdGothic-Regular','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ Ｐゴシック','MS PGothic';
}
main{
	margin: 0 auto;
}
.container{
	margin: 0 auto;
}
.container_2025 {
    margin: 0 auto;
    max-width: 1300px;
    background-image:repeating-linear-gradient(90deg, #5cabd4, #5cabd4 10px, #c6e8ee 10px, #c6e8ee 20px);
    padding: 0 0 30px 0;
}
.main_container {
    margin: 0 80px;
    background-color: #fff;
}

/*-------------------------------------------------------------
   パンくずリスト Breadcrumb
--------------------------------------------------------------*/
#Breadcrumb{
	background-color: #140700;
    /*background-image: linear-gradient(19deg, #F4ACBC 0%, #FED9C0 100%);*/
	padding-left: 20px;
}
#Breadcrumb ul li,
#Breadcrumb ul li a{
	color: #fff;
}
#Breadcrumb li:first-child:after{
	background-image: url("../../../_img/ico_arw.png")!important;
}
/*-------------------------------------------------------------
  パンくずリストここまで
--------------------------------------------------------------*/

ul , ol {
  list-style-type: none!important;
  padding: 0!important;
}
span {
	font-style: normal!important;
}
picture {
	display: block;
}
/* ヘッダー_オンラインの画像サイズ（スマホ） */
img.u_sp {
	width: 55px;
	height: 55px;
}
.bgSP{
  background-color: #fff;
  /* background-color: #c75464; */
}
.big_catchcopy{
  width: 100%;
  text-align: center;
  margin-top: 5%;
}
.big_catchcopy img{
  width: 50%;
  margin-bottom: 5%;
}
.sub_copy{
  text-align: center;
  font-size: 1.3rem;
  color: #3391cb;
  margin: 40px auto;
  max-width: fit-content;
  letter-spacing: 1px;
  font-weight: revert-layer;
  line-height: 140%;
  font-family: serif;
}
.title_wrapper{
  max-width: 840px;
  margin: auto;
	padding: 0px; /* 内側の余白 */
}
#eyecatch{
  width: 100%;
  text-align: center;
}
#title{
  width: 100%;
}
.banner_pic{
	width: 100%;
	margin: 0 auto;
}
.whole_cakes_title{
  text-align: center;
  margin: 10% 25% 5% 25%;
}
.whole_cakes_title img{
  width: 80%;
  text-align: center;
}
.attention{
  display: block;
  width: 80%;
  margin: 30px auto;
  color: #171b62;
  text-align: left;
}
.attention span{
  font-size: 0.8rem;
}
.text{
  margin: 5% auto;
  text-align: center;
  color: #171b62;
}

/* 商品一覧_flex */
#childrens_day_wrapper{
  margin: 0 auto;
  padding-bottom: 20px;
}
#dojima_koinobori_roll,#koinobori_deco,#koinobori_deco_mini,#koinobori_vanilla_roll{
  width: 88%;
  /* width: 45%; */
  background-color:  #fff;
  /* border: 1px solid #023b7d; */
}
.product_wrap{
  width: 80%;
  /*max-width: 840px;*/
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
  align-content: center;
}
.product_pic{
  width: 100%;
}
.product_pic a:hover{
  opacity: 0.8;
}
.product_pic_width{
  outline: none;
}
.product_caption{
  padding-bottom: 0px;
}
.product_caption h2{
  font-size: 1.2rem;
  color: #171b62;
  padding: 10px 0px 10px 60px;
  background-color: #fff;
  background-image: url(../_img/item_no_1.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  border-bottom: 3px solid #c8a063;
}
.product_caption h2.no2{
  background-image: url(../_img/item_no_2.jpg);
}
.product_caption h2.no3{
  background-image: url(../_img/item_no_3.jpg);
}

.product_fee{
	text-align: right;
  font-size: 1.25rem;
  color: #171b62;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.product_fee span{
  font-size: 0.7rem;
}
.product_fee em{
  font-size: 1.25rem;
  font-style: normal;
}
.product_fee a {
  background-color: #171b62;
  border-radius: 100px;
  /* position: relative; */
  /* display: block; */
  /* transition: 0.3s ease-in-out; */
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px;
  font-style: normal;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  }
  .product_fee a:hover {
    background-color: #5cabd4;
    color: #fff;
  }
  .product_area{
    background-color: #eff9ff;
    padding: 20px;
    margin: 20px 0 50px;
  }
 p{
    font-size: 0.9rem;
    line-height: 160%;
    padding: 10px 30px 0px 0;
    margin: 0 auto;
  }  
  .product_area p .text_red{
    color: #e95252;
  }
/* --------------------------------------------------- */
/* 商品リスト　スライダー部分 */
/* --------------------------------------------------- */
.carousel-control-prev, .carousel-control-next{
	position: absolute;
	top:0;
}

/* リンクボタン */
a.bt_online,
a.bt_shoplist  {
	display: block;
	width: 100%;
	margin: 0 auto;
}
a.bt_online img:hover,
a.bt_shoplist img:hover,
a.list:hover{
	opacity: 0.7;
	transition:ease;
}

/* 販売商品 共通 */
.store, .store_online {
    border-top: 1px solid #BDC1C8;
}
.comment {
  text-align: center;
  font-size: 20px;
  color: #e95295;
  margin-top: 100px;
  margin-bottom: 500px;
}
.product__title {
  text-align: center;
  font-size: 30px;
  color: #e95295;
}
.products_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/* お知らせリンクバナー */
.wintergift{
  width: 100%;
}
.link_childrensday img {
  width: auto;
  max-width: 100%;
}
  
/*=========================================
スクロールしたらふわっと表示されるやつ
==========================================*/

/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .fadeUpTrigger{
      opacity: 0;
  }

  @media (max-width:767px){
    #dojima_koinobori_roll, #koinobori_deco, #koinobori_deco_mini, #koinobori_vanilla_roll{
      margin: 30px 0 auto;
      width: 100%;
    }
    .whole_cakes_title{
      margin: 0 auto;
    }
  }

  @media (max-width:992px){
    .product_wrap{
      width: 95%;
    }
    .attention {
      display: block;
      width: 100%;
      margin: 30px auto;
      color: #171b62;
      text-align: left;
      padding: 0 20px;
  }
  .title_wrapper{
    max-width: 1000px;
  }
    #dojima_koinobori_roll, #koinobori_deco, #koinobori_deco_mini, #koinobori_vanilla_roll{
      width: 100%;
    }
    .main_container{
      margin: 0 20px;
      background-color: #fff;
    }
    .sub_copy{
      margin: 20px auto;
      text-align: center;
      font-size: 24px;
    }
    p {
      line-height: 200%;
      padding: 10px 20px 0px;
      max-width: 100%;
      margin: 0 auto;
  }  
  .product_caption p{
    padding: 10px 0px 0px;
  }
  .product_area{
    padding: 10px 0;
  }
  .attention span{
    font-size: 11px;
  }
}

  
  @media (min-width:992px){
    .big_catchcopy img{
      width: 50%;
      text-align: center;
    }
  }

  @media (max-width:575px){
    .big_catchcopy img{
      width: 80%;
      text-align: center;
    }
    .store_sales{
      margin-left: 6%;
      margin-right: 45%;
    }
    .sub_copy{
      font-size: 1.0625rem;
    }
    .product_wrap{
      margin: 0 auto;
    }
  }
    
  @media (max-width:767px){
    .big_catchcopy img{
      width: 80%;
      text-align: center;
    }
    .product_wrap{
      margin: 0 auto;
    }
    img{
      width: 100%;
    }
  }

  @media (max-width:992px){
    img{
      width: 100%;
    }
  }