@charset "utf-8";

.plan_title,.w-fare-ta-tit p{
  font-family: "游明朝", YuMincho,serif;
}



/* {
  font-family: "ヒラギノ角ゴ ProN", sans-serif;
}  */




/* プラン・料金について */
.plan_flex_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* box-sizing: border-box; */
  
}

.plan_flex_box{
  width: 32.5%;
  /* margin-bottom: 8%; */
}

.plan_bubble{
  width: 100%;
  
}

.plan_bubble img{
  width: 100%;
}


.plan_box{
  margin-top: 1.5%;
  border-radius: 8px;  
}

.plan_box1{
background-color: #62BBB2;
}

.plan_box2 {
  background-color: #E6B91A; 
}

.plan_box3 {
  background-color: #C484BB;
}

.plan_title{
  color:#fff;
  font-size: 24px;
  font-weight: 600;
  padding-top: 6%;
  padding-bottom: 5%;
}

.box_inner{
  width: 92%;
  background-color: #fff;
  color:#4B4F5E;
  margin:0 auto;
  margin-bottom: 3%;
  height: 200px;
}

.box_inner div{
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 2% 5% 0;
}

.box_inner div img{
  width: 70%;
}

/* .box_inner_rate1{
  height:100%;
  padding: 2px 15px;
  margin-right: 3%;
  color:#F15D6C ;
  border: 2px solid #F15D6C;
  font-size: 14px;
  font-weight: 600;
} */

/* .box_inner_rate2{
  color:#F15D6C ;
  font-size: 54px;
  font-weight: 700;
}

.box_inner_rate2 span{
  font-size: 36px;
  font-weight: 600;
}

.box_inner_rate3{
  display: flex;
  flex-direction: column;
  position: relative;
}

.box_inner_rate3-1{
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 700;
  color:#F15D6C ;

}

.box_inner_rate3-2{
  color:#F15D6C ;
  font-size: 11px;
  position: absolute;
  bottom:-9px!important;
} */

.box_inner_text{
  padding: 3% 5%;
  text-align: left;
  line-height: 2em;
}

.box_link {
  margin: 0 auto;
  width: 85%;
  text-align:center;
  background-image:url("/plan/img/arrow.png?240607") ;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8%;
}

.box_link p{
  color:#fff;
  padding: 5% 0;
  font-size: 18px;
  font-weight: 600;
}

.plan_box_notes{
  margin-top: 0.5%;
  margin-bottom: 40px;
  text-align: right;
}

.plan_btn{
  border-radius:0 0 8px 8px;
}

.bgc_r1{
background-color: #009283;
}

.bgc_r2{
  background-color: #E59700;
}

.bgc_r3{
  background-color: #AF4BA1;
}

@media (max-width: 1280px) {
  .plan_title{
    font-size: 20px;
  }

  /* .box_inner_rate2{
    font-size: 44px;
  }

  .box_inner_rate2 span{
    font-size: 24px;
    font-weight: 600;
  }

    .box_inner_rate3-1{
      font-size: 26px;
      width: 30px;
    
    }
    
    .box_inner_rate3-2{
      font-size: 10px;
    } */
    
  }
  
@media (max-width: 960px) {
  .box_inner div{
  }

  .box_inner_text{
    line-height: 1.7em;
  }

  .box_inner div img{
    width: 80%;
  }

  .box_link p{
    font-size: 16px;
  }
  
    /* .box_inner_rate2{
      font-size: 36px;
    } */
  }

@media (max-width: 768px) {
  .plan_flex_wrapper{
    justify-content: center;
  }

  .box_inner div{
    padding-top: 15px;
  }

  .box_inner div img{
    width: 60%;
  }

  .plan_title{
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .plan_flex_box{
    max-width:573px;
    width:100%;
    margin-bottom:5%;
  }

  .plan_box_notes{
    font-size: 11px;
  }

  .plan_box_notes-optionitem {
    margin-right: 5%;
  }

  .plan_box_notes p {
    line-height: 1rem;
  }

  /* .box_inner_rate2{
      font-size: 44px;
      font-weight: 600;
   } */

   .box_inner_text{
    text-align: left;
    line-height: 2em;
   }

}


/* 体重別の料金表 オプションプラン*/
.subpage_h2_copy{
  text-align: center;
}

.w-fare-wrapper {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1782px;
  padding:0 80px;
}

.w-fare-wrapper table {
  margin: 0 auto;
  width: 100%;
}

.w-fare-ta-tit-wrapper th:nth-child(n+2){
  width: 26%;
}

.w-fare-ta-tit {
  font-size: 22px;
  font-weight: 600;
}

.option_plan .w-fare-ta-tit {
  padding-bottom: 10px;
}

.bkc1{
background-color: #62BBB2;
}

.bkc2{
  background-color: #E6B91A; 
}

.bkc3{
  background-color: #C484BB;
}

.bkc4{
  background-color: #BB6262;
}

.bkc5{
  background-color: #627DBB;
}

.bkc6{
  background-color: #BBAC62;
}

.w-fare-ta-tit p{
  padding:5% 0;
  color:#fff;
  line-height: 1.6em;
}

.w-fare-ta-tit .option_plan_price {
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 96%;
  margin: 0 auto;
  color: #db3c4c;
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 1% 0;
  line-height: 1.5em;
}

.w-fare-ta-tit .option_plan_price:nth-child(2) {
  position: relative;
  color: #4B4F5E;
  font-size: 0.8em;
  padding: 10px;
}

.w-fare-ta-tit .option_plan_price:nth-child(2)::before {
  position: absolute;
  content: url(../img/price_arrow.png);
  bottom: -30%;
}
.w-fare-ta-tit .option_plan_price:nth-child(2)::after{
  content: "";
  position: absolute;
  top: 50%;
  border-top: 3px solid #dc545d;
  transform: rotate(-10deg) translateY(-50%);
  width: 4em;
}

.option_plan_price span {
  font-size: 0.8em;
  display: flex;
}

.w-fare-ta-option-list td:first-child{
  background-color: #4B4F5E;
  color: #fff;
}

.option-text{
  font-weight: normal;
}

.w-fare-ta-option-list{
  /* line-height: 200%; */
  height: 70px;
}

.w-fare-ta-option-list td:nth-child(n+2){
  background-color: #F0F3F6;
  font-size: 32px;
  padding-right: 1%;
  text-align: right;
  font-weight: 600;
}

.option_plan .w-fare-ta-option-list td:nth-child(n+2){
  text-align: center;
}
.option_plan .w-fare-ta-option-list td:nth-child(2){
  color: #BB6262;
}
.option_plan .w-fare-ta-option-list td:nth-child(3){
  color: #627DBB;
}
.option_plan .w-fare-ta-option-list td:nth-child(4){
  color: #BBAC62;
}

.w-fare-ta-option-list td:nth-child(n+2)::first-letter{
  font-size: 20px;
}

.w-fare-wrapper table .w-fare-ta-option-list :nth-child(1){
background-color: #4B4F5E;
color: white;
font-weight: 600;
width: 22%;
}

.plan_itemimg_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.plan_itemimg {
  width: calc(16% - 8.3px)
}

.plan_itemimg img {
  width: 100%;
}

.plan_item_name {
  font-size: #4B4F5E;
  text-align: center;
  height: 52px;
}


@media (max-width: 960px) {
  .w-fare-ta-tit .sp{
    display: block;
  }

  .w-fare-ta-tit {
    font-size: 20px;
    height:110%;  
  }

  .w-fare-ta-tit p{
    line-height: 1.3em; 
  }

  .w-fare-ta-option-list{
    height: 60px;
  }

  .w-fare-ta-option-list td:nth-child(n+2){
    font-size: 26px;
  }

/* .plan_itemimg_box {
  flex-wrap: wrap;
  gap: 10px;
} */

.plan_itemimg {
  width: calc(33.333% - 10px);
}
}

@media (max-width: 768px) {
  .w-fare-wrapper {
    width: 100%;
    padding:0;
  }

  .w-fare-ta-tit {
    font-size: 16px;
  }

  .w-fare-ta-option-list{
    height: 50px;
  }

  .option-text{
    font-size: 10px;
  }

  .w-fare-ta-option-list td{
    font-size: 12px;
  }

  .w-fare-ta-option-list td:nth-child(n+2){
    font-size: 18px;
  }

  .w-fare-ta-option-list td:nth-child(n+2)::first-letter{
    font-size: 12px;
  }

  .plan_itemimg_box {
   padding: 0 5%;
  }

  .plan_item_name {
    font-size: 14px;
  }

}


  @media screen and  (max-width: 428px) {
    .w-fare-ta-tit {
      font-size: 12px;
    }

    .w-fare-ta-tit .option_plan_price:nth-child(2)::before {
      transform: scale(0.7);
    }
    .w-fare-ta-option-list td:nth-child(n+2){
      font-size: 14px;
    }

  }

/* ペット専用葬儀でのご案内 */
@media (mIN-width: 768px) {
.guidance-wrap{
  margin: 60px auto;
  display: flex;
  padding: 0 200px;
  gap: 0 60px;
}

.guidance-cnt-image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.guidance-cnt-right{
  text-align: left;
}

.guidance-btn-mail{
  margin-top: 20PX;
}
}

.guidance-cnt-right a{
  text-decoration: underline;
}

.guidance-cnt-right a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .guidance-wrap{
    margin: 60px auto;
    padding: 0 20px;
  }
  
  .guidance-cnt-image{
    margin-top: -20px;
  }

  .guidance-cnt-right{
    text-align: left;
    margin-top: 20px;
    padding: 0 10px 0 10px;
  }
  
  .guidance-btn-mail{
    margin-top: 20PX;
  }
  }