@charset "utf-8";
/*  butsu.css
---------------------------------------------- */
/*  pc
---------------------------------------------- */
.tel_wrap {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80px;
  height: 320px;
  border-radius: 12px 0 0 12px;
  background: #4a858c;
  z-index: 999;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  pointer-events: none;
}
.tel_wrap img {
  width: 35px;
}

.tel_wrap p {
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.05em;
}

/*--------------------------------
 butsu 
 --------------------------------*/
#butsu {
  padding: 80px 0 230px;
  background: url(../img/butsu/butsu_bottom.png) no-repeat center bottom/ 100%,
    url(../common/img/bg_butsu.png) no-repeat center bottom / cover;
}
#butsu .butu_img img {
  bottom: -55px;
}

/*--------------------------------
 about 
 --------------------------------*/
#about {
  margin: 30px auto 150px;
}
#about .about_ttl {
  width: fit-content;
  margin: 0 auto 70px;
  padding-bottom: 5px;
  font-size: 5.5rem;
  font-family: "corporate", sans-serif;
  text-align: center;
  letter-spacing: 0.03em;
  border-bottom: 10px solid #cdedf1;
  line-height: 1;
}
#about .about_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 1%;
}
#about .about_cont li p,
#about .about_cont li span {
  text-align: center;
}
#about .about_cont .item {
  padding-top: 6%;
  width: calc(100% / 3 - 1%);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/butsu/about_bg.png) no-repeat center/ contain;
}
#about .about_cont .item .item_num {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #4a858c;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
#about .about_cont .item .item_num::before,
#about .about_cont .item .item_num::after {
  content: "";
  width: 1px;
  height: 25px;
  background: #4a858c;
}
#about .about_cont .item .item_txt {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.05em;
}
#about .about_cont .item .item_txt p:nth-child(2) {
  margin-top: 10px;
}
#about .about_cont .item .item_txt span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
#about .about_cont .item .item_txt span:first-of-type {
  margin-top: 15px;
}
#about .about_cont .img {
  align-self: flex-end;
  width: calc(100% * 2 / 3);
}
#about .about_cont .img .img_txt {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.8rem;
}
#about .about_cont .img img {
  width: 80%;
  margin: 0 auto 20px;
  display: block;
}

/*--------------------------------
 list 
 --------------------------------*/
#list {
  padding: 110px 0 200px;
  background: url(../img/butsu/list_top.png) repeat-x center top / auto 25px;
}
#list .list_desc {
  margin-bottom: 115px;
  padding: 30px;
  background: url(../common/img/bg_sub.png) repeat;
}
#list .list_desc .content {
  padding: 40px 0;
  background: #fff;
}
#list .list_desc p {
  text-align: center;
  font-weight: 700;
}
#list .list_desc .desc_ttl {
  margin-bottom: 30px;

  font-size: 4rem;
}
#list .list_desc span {
  margin: 30px auto 10px;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
}
#list .list_cont .category_l {
  margin-bottom: 85px;
}
#list .list_cont .category_l .cat_head_l {
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  border-bottom: 2px solid #afafaf;
}
#list .list_cont .category_s {
  margin-bottom: 45px;
}
#list .list_shop {
  position: relative;
  margin-top: 80px;
  height: 70px;
  font-size: 2.6rem;
}
#list .list_shop::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/butsu/icon_shop.svg) no-repeat center / contain;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {
  .tel_wrap {
    gap: 10px;
    width: 50px;
    height: 200px;
  }
  .tel_wrap img {
    width: 20px;
  }
  .tel_wrap p {
    font-size: 20px;
  }

  /*--------------------------------
   butsu 
   --------------------------------*/
  #butsu {
    padding: 80px 0 22%;
  }
  #butsu .butsu_inner::after {
    width: 50%;
    left: 50%;
    bottom: -28%;
    transform: translateX(-50%);
  }
  #butsu .butus_desc02 {
    margin-bottom: 10px;
  }

  /*--------------------------------
   about 
   --------------------------------*/
  #about {
    margin: 70px auto;
  }
  #about .about_ttl {
    margin: 0 auto 30px;
    font-size: 4.6rem;
    border-bottom: 8px solid #cdedf1;
  }
  #about .about_cont {
    justify-content: center;
    gap: 10px 2%;
  }
  #about .about_cont .item {
    padding-top: 8%;
    width: calc(100% / 2 - 1%);
  }
  #about .about_cont .item .item_num {
    margin-bottom: 10px;
    gap: 8px;
    font-size: 2rem;
  }
  #about .about_cont .item .item_num::before,
  #about .about_cont .item .item_num::after {
    height: 20px;
  }
  #about .about_cont .item .item_txt {
    font-size: 1.8rem;
    letter-spacing: -0.1em;
  }
  #about .about_cont .item .item_txt p:nth-child(2) {
    margin-top: 5px;
  }
  #about .about_cont .item .item_txt span {
    font-size: 1.2rem;
  }
  #about .about_cont .item .item_txt span:first-of-type {
    margin-top: 5px;
  }
  #about .about_cont .img {
    margin-top: 30px;
    width: 100%;
  }
  #about .about_cont .img img {
    width: 100%;
    margin: 0 auto;
  }

  /*--------------------------------
   list 
   --------------------------------*/
  #list {
    padding: 100px 0;
  }
  #list .list_desc {
    margin-bottom: 70px;
    padding: 15px;
  }
  #list .list_desc .content {
    padding: 30px 5%;
  }
  #list .list_desc .desc_ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  #list .list_desc p {
    font-size: 2rem;
  }
  #list .list_desc span {
    margin: 15px auto 0;
  }
  #list .list_cont .category_l {
    margin-bottom: 60px;
  }
  #list .list_cont .category_l .cat_head_l {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #list .list_cont .category_s {
    margin-bottom: 40px;
  }
}
