



.ser_img img{
  width: 100%;
}



.ser_right{
  padding-left: 2.5rem;
  padding-right: 1rem;
      padding-bottom: 1rem;
    padding-top: 1rem;
}

.ser_left{
  padding-right: 2.5rem;
  padding-left: 1rem;
      padding-bottom: 1rem;
    padding-top: 1rem;
}

.ser_sub_moji{
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  margin-top:1rem;
  margin-bottom:1.25rem;
}


.ser_more{
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: bold;
  /*background: linear-gradient(90deg, #DBB400 0%, #EDD773 50%, #DBB400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
 background: #fef9f7;;
 color: #815a2b;
 padding:0.5rem 1rem;
 border: 2px solid #815a2b;

 width:fit-content;
}

.ser_more a{
 color: #ffffff;
}

.kiji_sho_btn a{
 color: #ffffff;
}




.ser_more:hover {
  color: #ffffff;
  background: #815a2b;
}




.ser_text p{
  line-height: 1.2;
}

.service_index{
  padding-bottom:2.5rem;
}

.ser_ts{
 display: flex;
 justify-content: space-around;
 margin-top:2rem;
}


.ser_con_area {
    color: #fef9f7;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  .ser_con_area{
    display: flex;
    width: 100%;
    /*height:  calc( 328 / 1440 * 100vw) ;*/
    align-items: center;
    background-image:  url('../img/common/bg_p3.jpg');
    margin-bottom:3.75rem;
  }
  .ser_img{
  width: 47%;
  }

  .ser_text{
  width: 53%;
 }



}

@media (max-width: 1448px) {
 .ser_con_area {
    padding: 0 1rem;
}

}

@media (max-width: 768px) {

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .ser_con_area{
 width: 100%;
 align-items: center;
 background-image:  url('../img/common/bg_p3.jpg');
 margin-bottom:3.75rem;
 }

 .ser_img{
  position: relative;
 }
 .ab_sp{
  position: absolute;
  bottom:1rem;
  left:1rem;
 }

 .ser_sub_moji {
    font-family: "Shippori Mincho", serif;
    font-size: 0.75rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
 }
 .ser_right {
    padding: 1rem;
 }
 .ser_more {
    text-align: end;
 }
 .ser_text p {
     line-height: 1.5;
 }

 .ser_ts{
  margin-top:1rem;
 }

 .ser_con_area {
    padding: 0;
}
}