@charset "utf-8";

/*------------------- 荒川ひまわり第二 -------------------*/


#home .Top_Life .inner_1100{
  margin-top: 120px;
  position: relative;
}


#home .Top_Life .inner_1100 .deco{
  position: absolute;
  top: -60px;
  right: 20px;
  width: 180px;
  z-index: 1;
}

#home .Top_Event .inner_1100{
  margin-top: 120px;
  position: relative;
}


#home .Top_Event .inner_1100 .deco{
  position: absolute;
  top: -60px;
  right: 20px;
  width: 250px;
  z-index: 1;
}

#home .Top_Event{
  margin-top: 120px;
}

#home .Top_fees{
  margin-top: 120px;
}

#home .Top_move{
  margin-top: 120px;
}

#home .Top_move .left_text{
  width: 50%;
}

#home .Top_move .right_text{
  width: 50%;
  padding-left: 4%;
}
#home .Top_move .right_text ul{
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

#home .Top_move .right_text ul li{
  list-style: none;
  width: 48%;
  padding: 10px 8px;
  margin-bottom: 10px;
  border-radius: 10px;
}

#home .Top_move .right_text ul li:hover{
  background-color: color-mix(in srgb, #E2B70E 70%, #fff 30%);
}

#home .Top_move .right_text ul li a{
  display: block;
  color: #fff;
}

#home .Top_move .right_text ul li a span{
  position: relative;
  display: block;
  width: 76%;
}

#home .Top_move .right_text ul li a span:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    background-image: url(../img/download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

h4.common_title02::before{
  background: #E2B70E;
}

a:hover {
  color: #E2B70E;
}

#home .Top_message .text h3{
  color: #242C20;
  line-height: 1em;
}

#home .Top_message .text h3 span{
  font-size: 2.0rem;
  margin-left: 5px;
}

#home .Top_message .flex{
  align-items: center;
}

#home .Top_Work{
  padding-top: 80px;
}

#home .Top_Use{
  padding-top: 120px;
}

#home .text_box .tel_box{
  margin-top: 20px;
}

#home .text_box .tel_box p{
    text-align: center;
    line-height: 1.4em;
    font-size: 1.5rem;
    font-weight: 500;
}

#home .text_box .flex{
  align-items: flex-start;
}

#home .Top_program {
  padding-top: 120px;
}

#home .Top_program .pattern_40_60 figure img{
    width: 80%;
}

#home .Top_news{
  padding-top: 120px;
}

#home .Top_map{
  padding-top: 120px;
}

#home .Top_news ul.news_linkbtn li:hover {
    border: 2px solid #E2B70E;
}

#home a.arrow>span:after{
  background-image: url(../img/arrow-down_yellow.svg);
}

#home .pound_bnr{
  background-color: #EAA23A;
  border-radius: 20px;
  padding: 25px;
  align-items: center;
  width: 800px;
  margin: 0 auto;
  margin-top: 80px;
}

#home .pound_bnr img{
  width: 35%;
}

#home .pound_bnr .text{
  width: 65%;
  padding-left: 5%;
}

#home .pound_bnr .text p{
  color: #5F1B1B;
}

#home .pound_bnr .text a{
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 14px 10px;
  border-radius: 50px;
  margin-top: 15px;

}

.arakawa02_footer .footer_sitemap h5{
    color: #E2B70E;
}

.arakawa02_footer .footer_sitemap h5::after{
    background: #E2B70E;
}

.arakawa02_footer .footer_sitemap .group li:nth-child(1) a{
    color: #E2B70E;
}

#home .meta .label{
color: #E2B70E;
}

#home .big-contact p{
color: #E2B70E;
}

#home .big-contact p.tel::before{
    background-image: url(../img/telephone_yellow.svg);
}

#home .big-contact p.mail::before{
    background-image: url(../img/mail_yellow.svg);
}

#home .bullet li::before{
color: #E2B70E;
}

#home .Top_Use .pattern_50_50 figure.text_box,
#home .Top_Frow .pattern_50_50 figure.text_box{
  text-align: center;
}


.pattern_40_60 .module_right{
  width: 60%;
}



#home .Top_Use .pattern_50_50 figure.text_box img{
  max-width: 0 auto;
  width: 80%;
}

#home .Top_Frow .pattern_50_50 figure.text_box img{
  max-width: 0 auto;
  width: 60%;
}

:root{
    --bg:#fff7f3; --card:#fff; --accent:#E2B70E; --ink:#333; --radius:14px;
  }

.tabs{
    margin:auto;
    background:var(--card);
    border-radius:var(--radius);
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    overflow:hidden;
  }

  .tablist{
    display:flex;
    gap:6px;
    padding:10px;border-bottom:1px solid #eee
  }
  .tab{
    font-family: "Zen Maru Gothic", sans-serif;
    appearance:none;
    border:1px solid #eee;
    background:#fff;
    border-radius:999px;
    padding:10px 16px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
    color:#242C20;
    font-size: 1.8rem;
  }

  .tab[aria-selected="true"]{background:var(--accent); color:#242C20; border-color:transparent;
       box-shadow:0 2px 0 rgba(0,0,0,.06) inset}
  .panels{padding:18px 22px 26px}
  .panel[hidden]{display:none}
  /* デモ用装飾（丸番号） */
  .list{list-style:none;margin:0;padding:0;display:grid;gap:10px}

  .list li{
    background:#fff7ee;border:1px solid #ffe8cc;
    border-radius:12px;
    padding:12px 14px 12px 44px;
    position:relative;
    font-size: 1.8rem;
  }
  .list li::before{
    content:attr(data-n);
    position:absolute;
    left:12px;
    top:11px;
    width:24px;
    height:24px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--accent);
    color:#242C20;
    font-weight:700;
    font-size:1.4rem;
    line-height: 1em;
  }

#home .access {
  grid-template-columns:1fr;
}

.backColor{
  background-color: #E2B70E;
}

footer .footer_sitemap h5{
  color:  #E2B70E;
}

footer .footer_sitemap h5::after{
  background: #E2B70E;
}

footer .footer_sitemap .group li:nth-child(1) a{
  color:  #E2B70E;
}

#sigle h2.wp-block-heading::before{
  background: #E2B70E;
}

#sigle h3.wp-block-heading{
  color: #E2B70E;
}


@media screen and (max-width:1100px) {


  .Top_news .text{
    display: flex;
  }

}

@media screen and (max-width:850px) {

#home .pound_bnr{
  width: 100%;
}


}

@media screen and (max-width:768px) {


.group_slide {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  padding-bottom: 10px;
}

.group_slide li {
  flex: 0 0 80%;
  scroll-snap-align: start;
  width: 80%;
  box-sizing: border-box;
  animation: slideAuto 10s linear infinite;
}

.group_slide::-webkit-scrollbar {
  display: none; /* Hide scrollbar for a cleaner look */
}

@keyframes slideAuto {
  0% { transform: translateX(0); }
  90% { transform: translateX(-100%); }
  100% { transform: translateX(-100%); }
}



.pattern_40_60 figure {
        width: 70%;
      }

      .head_title{
        height: 300px;
        border-radius: 0px 0px 20px 20px;
      }

  .head_title .head_img{
    width: 80%;
    padding: 15px 40px;
    border-radius: 14px;
  }

  #home .pound_bnr{
    flex-wrap: wrap;
  }

  #home .pound_bnr img{
    width: 100%;
  }

  #home .pound_bnr .text {
    width: 100%;
    padding-left: 0%;
    margin-top: 10px;
}

a.arrow>span{
  width: 100%;
}

#home .pound_bnr .text a{
  font-size: 1.4rem;
}

.grid{
  grid-template-columns: 1fr;
}

.access {
    grid-template-columns: 1fr;
}

#home .Top_news{
  padding-top: 50px;
}

#home .Top_Work {
    padding-top: 50px;
}

#home .Top_map{
    padding: 0px 20px;
    margin-top: 30px;
}

.Top_news .news_linkbtns .text_right{
    text-align: center;
}

.Top_news .text{
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

  .Top_news ul.news_linkbtn li{
    border-radius: 20px;
    padding: 10px 10px
  }

  .Top_news ul.news_linkbtn li p{
    font-size: 1.4rem;
    margin-top: 6px;
  }
  .Top_news ul.news_linkbtn li span.cat{
    margin-right: 4%;
    width: 43%;
  }

  .Top_Work .pattern_40_60{
    flex-wrap: wrap;
  }

  .Top_Work .pattern_40_60 .text p{
    margin-bottom: 30px;
  }

  .Top_Use .pattern_50_50{
    flex-wrap: wrap;
  }

  .Top_program .pattern_40_60{
    flex-wrap: wrap;
  }

   #home .Top_move .flex{
    flex-wrap: wrap;
   }

  .Top_Life .pattern_50_50 .text_box,
  .Top_Event .pattern_50_50 .text_box,
  #home .Top_move .left_text,
  #home .Top_move .right_text{
    width: 100%;
    margin-bottom: 40px;
  }

  #home .Top_move .right_text{
    padding-left: 0%;
  }





#panel-2 .pattern_50_50 .text_box{
  width: 100%;
  margin-bottom: 20px;

}

  #home .Top_Life .inner_1100 .deco{
    top: 23px;
    right: 20px;
    width: 85px;
  }

  #home .Top_Event .inner_1100 .deco {
    top: 40px;
    right: 20px;
    width: 120px;
  }

  .Top_program .pattern_40_60 .module_right{
    width: 100%;
  }

  .pattern_40_60 figure{
    width: 100%;
  }

  .pattern_40_60 .text {
    padding-left: 0;
    width: 100%;
}

#home .Top_program{
  padding-top: 30px;
}

#home .Top_Use .pattern_50_50,
#home .Top_Frow .pattern_50_50 {
  flex-direction: column-reverse;
}


#home .Top_Event{
  margin-top: 90px;
}

#home .Top_fees{
  margin-top:90px;
}

#home .Top_move{
  margin-top: 90px;
}

}