@charset "utf-8";

.backColor_blown{
  background-color: #8F4230;
}

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

h4.common_title02::before {
    background: #8F4230;
}

a:hover {
  color: #8F4230;
}

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

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

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

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

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

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

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

#arakawa01 .text_box .flex{
  align-items: center;
}

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

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

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

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

#arakawa01 .Top_news ul.news_linkbtn li:hover {
    border: 2px solid #8F4230;
}

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

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

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

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

#arakawa01 .pound_bnr .text p{
  color: #fff;
}

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

}

.arakawa01_footer .footer_sitemap h5{
    color: #8F4230;
}

.arakawa01_footer .footer_sitemap h5::after{
    background: #8F4230;
}

.arakawa01_footer .footer_sitemap .group li:nth-child(1) a{
    color: #8F4230;
}

.backColor{
  background-color: #8F4230;
}

footer .footer_sitemap h5{
  color: #8F4230;
}

footer .footer_sitemap h5::after{
  background:#8F4230;
}

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

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

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

#arakawa01 .pattern_40_60 .text{
  position: relative;
}

#arakawa01 .pattern_40_60 .text img.deco{
  position: absolute;
  bottom: -150px;
  right: 0px;
  width: 320px;
}

button, [type="button"], [type="reset"], [type="submit"]{
  display: none;
}


/*------------------- 活動紹介 -------------------*/

.page_hima01 .module01 .content_box{
  align-items: center;
  padding: 40px;
}

.page_hima01 .module01 .content_box figure{
  width: 30%;
}

.page_hima01 .module01 .content_box figure img{
  margin: 0 auto;
  width: 80%;
  display: block;
}

.page_hima01 .module01 .content_box .text_box{
  width: 70%;
}

.page_hima01 .module01 .content_box h4.title_sub01{
  font-size: 2.4rem;
    color: #8F4230;
}

.request_title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.request_title::before,
.request_title::after{
  content: "";
  flex: 1;
  height: 2px;
  background: #8F4230;
  border-radius: 2px;
}

.title_sub03{
  font-size: 2.2rem;
  border-bottom: dotted 2px #8F4230;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.position{
  position: relative;
}

.number{
  font-size: 5rem;
  position: absolute;
  left: 30px;
  top: -40px;
}

.content_box .link{
  margin-top: 30px;
  justify-content: end;
}

.content_box .link a{
  display: inline-block;
}

.content_box .link a img{
  width: 100px;
}

.content_box .link figure{
  width: 25%;
}

.content_box .link figure figcaption{ 
  text-align: center;
    margin-top: 8px;
    font-size: 1.4rem;
        font-family: "Zen Maru Gothic", sans-serif;
}

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


  .Top_news .text{
    display: flex;
  }

}

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

#arakawa01 .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;
}

@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;
  }

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

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

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

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

#arakawa01 .pound_bnr .text a{
  font-size: 1.4rem;
  width: 100%;
}

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

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

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

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

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

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

.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%;
  }

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

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

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

   .Top_Use .pattern_50_50 .text_box{
    width: 100%;
    margin-bottom: 40px;
  }

  .pattern_40_60 figure{
    width: 100%;
  }

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

#arakawa01 .pattern_40_60 .text img.deco{
  width: 160px;
  bottom: -80px;
}

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

#arakawa01 .text_box .flex{
  flex-wrap: wrap;
}

#arakawa01 .text_box .flex a.tel{
    margin-right: 0%;
    margin-bottom: 10px;
}

.page_hima01 .module01 .content_box{
  flex-wrap: wrap;
  padding: 30px;
}

.page_hima01 .module01 .content_box .flex{
    flex-wrap: wrap;
    padding: 0px;
    flex-direction: column-reverse;
}

.page_hima01 .module01 .content_box .link{
  flex-direction: column;
    display: flex;
    text-align: center;
}

.page_hima01 .module01 .content_box figure{
  width: 100%;
}
.page_hima01 .module01 .content_box .text_box {
    width: 100%;
}

.content_box .link a {
    margin-bottom: 10px;
}

}