@charset "euc-jp";
.slider {
  position: relative;
  margin-top:15px;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}



.free_space_block {
  margin-top: 3em;
}

.info_m{
  clear:both;
width:100%;
  margin:0 0 3%;
  padding-top:2px;
}



.ttl_h2_original{
  font-size: 24px;
    font-weight:bold;
  margin:3% 0 1% 0;
  text-align:center;
   padding: 3% 0 0 0;
   border-top: 1px solid #d8d8d8;
}
.ttl_h2_original_p{
  font-size: 1.0em;
    font-weight:bold;
  margin-bottom: 25px;
  text-align:center;
}





お知らせ
#news table {
  border-collapse: collapse;
  width: 1000px;
}
#news tr {
  border-bottom: solid 2px white;
}
#news tr:last-child{
  border-bottom: none;
}

#news th {
  padding: 15px 20px;
  width: 180px;
  text-align:center;
  background-color: #52c2d0;
  color: white;
   font-size:1.1em;
  line-height: 1.8;
}

#news td {
  padding: 8px;
  width: 820px;
  background-color: #eee;
  font-size:1.1em;
  line-height: 1.8;
}

#news td img{
  width: 100%;
}

#news  .nowrap {
  white-space: nowrap;
}


/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    text-align:center;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
    background-color: #52c2d0;
    color: #fff;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}










お知らせ部分の変更

.osirase{
  margin: 10px;
}

.pulldown {
  display: flex;
  align-items: center;     /* 縦中央 */
  justify-content: center; /* 横中央 */
  align-items: stretch; /* 子要素の高さを揃える */
  width: 100%;
  padding: 5px;
}
.date {
  background: #52c2d0;
  color: #fff;
  padding: 10px 10px;       /* ← paddingを普通に指定 */
  border-radius: 4px;
  text-align: center;
    display: flex;              /* テキストを中央に置くため */
  justify-content: center;    /* 横中央 */
  align-items: center;   
  width: 15%;     /* 縦中央 */
  font-size:1.5em;
}

 .dropdown { width: 100%; font-family: sans-serif; }
  .dropdown summary {
    list-style: none;
    cursor: pointer;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative; /* ← 疑似要素の基準になる */
    background: #eee;
    font-size: 1.6em;
  }
  .dropdown[open] summary { box-shadow: 0 2px 6px rgba(0,0,0,0.12); }
  .dropdown ul {
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    max-height: 500px;
    overflow: auto;
    flex: 1; /* 残りの幅を全部使う */
  }
  
  .dropdown li {
    padding: 8px 12px;
    cursor: pointer;
    background: #eee;
    font-size:1.25em;
    line-height: 1.8;
  }
  .dropdown li:focus,
  .dropdown li:hover { background: #f0f0f0; outline: none; }

summary::after {
  content: "\25BE"; /* ここで記号を指定 */
  position: absolute;
  right: 12px; /* 右端に寄せる */
  color: black;
}

.osirase.top summary{
  color: rgb(232, 16, 16);
}

