
#cane{  padding-top: 50px;}
#ajisai{  padding-top: 50px;}
#season{  padding-top: 50px;}
#yuri{ padding-top: 50px;}
#mother_bq{  padding-top: 50px;}
#mother_ar{  padding-top: 50px;}
#season_01{  padding-top: 50px;}
#season_02{  padding-top: 50px;}
#season_03{  padding-top: 50px;}


section{margin-top: 100px;}

section #season_01{margin-top: 0px;}
section #season_02{margin-top: 0px;}
section #season_03{margin-top: 0px;}
h2.mother_t{background-color: #660000; padding: 30px; margin: 0 0 20px 20px; color:#fff; text-align: center; font-size: 1.8rem; font-weight: bold;}
h2.mother_t_sub{background-color: #fff; padding: 10px; margin: 60px 0 20px 20px; color:#660000; text-align: center; font-size: 1.5rem; font-weight: bold; border: #660000 2px solid;}
.cat_mather{margin-left: 20px;}


.choku img {
   height: 1.2em;;
}

.mother_t p{color:#fff; font-size: 1.1rem; margin-top: 8px;}

ul.mother_cat{  display: grid;
  gap: 15px; /* 要素間の隙間 */
  list-style: none;
  padding: 0;
  margin: 0 0 20px 20px;  }
 .mother_cat {
    grid-template-columns: repeat(3, 1fr);
  }

  .cat_mather{margin-left: 25px;}

  .main-item-name{border-bottom: 0px;} 
p.choku {
  display: flex;
  align-items: center; 
  justify-content: center; 
  gap: 10px;        
}

.btn_mother_cat{background-color: #660000; padding: 30px 10px; border-radius: 15px; width: 70%; color: #fff;font-size: 1.5rem;
  display: flex;
  align-items: center;     
  justify-content: center; 
  gap: 10px;               
  font-weight: bold; 
  margin: 50px auto 0 auto; 

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}


.main-item_math{display: flex; flex-wrap: wrap;  margin: 3% 5px 3% 20px ; padding: 0; justify-content: space-between;  row-gap: 20px;}
.main-item_math li{ width: 49%;  box-sizing: border-box; margin: 0;}

ul.mom_itemlist_single{margin: 0px 20px 0px 20px; display: flex; flex-wrap: wrap;}
ul.mom_itemlist_single li{width: calc(94%/2); margin-right: 3%; text-align:center; font-size: 2em;transition: 0.3s ease-in-out; margin-bottom: 30px;}
.mom_item_single_info{position: relative; top: 50%; transform: translateY(-50%);}
.mom_item_name{font-size: 24px; margin-top: 10px; margin-bottom: 10px;}
.mom_item_text{font-size: 18px; line-height: 36px; opacity: 0.8;}

.main-item li a img {border-radius: 0;}

.mot_cat_li {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;             /* ボタン同士の隙間 */
  margin: 3% 20px;       /* 左右20pxでタイトルと揃える */
  padding: 0;
  list-style: none;
}

.mot_cat_li li {
  width: 100%;           /* 基本は1列（スマホ） */
}

.mot_cat_li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cca2a2;
  color: #660000;
  padding:10px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* 影 */
}

@media (min-width: 600px) {
  .mot_cat_li li {
    width: calc(50% - 8px); /* 2列にする*/
  }
}

ul.season_l{  display: flex;
  flex-wrap: wrap;
  gap: 10px;          
  margin: 3% 20px;    
  padding: 0;
  list-style: none;}

.season_l li{ width: calc((95% - 20px) / 3);
  box-sizing: border-box;}




  
