@charset "UTF-8";
#area.area_bg {
  padding: 2.25rem 1.5rem;
  background-image: url(../images/area/area-bg.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
}
.area_contents {
  align-items: center;
}
.main_text {
  color: #052b59;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.main_text span {
  font-size: 26px;
  border-bottom: solid 5px #65aaff;
  display: inline-block;
  margin-bottom: 5px;
}
.area_r {
  flex: 1;
}
.main_text {
  text-align: center;
}
.sab_text {
  margin: 0 10px;
  line-height: 1.4;
}

/*spレスポンシブ*/
@media screen and (max-width: 600px){
  .area_contents {
    display: block;
  }
  .area_contents figure {
    text-align: center;
    margin-bottom: 1rem;
  }
  .sab_text {
    text-shadow:  2px 2px 10px #ffffff , -2px 2px 10px #ffffff , 2px -2px 10px #ffffff , -2px -2px 10px #ffffff;
  }
}


/*******************都道府県ページ***********************/
#area_intro {
  background-color: #ececec;
  padding: 1rem;
}
.intro_main {
  background-image: linear-gradient(#083264, #1b5397);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 22px 1rem;
  line-height: 1.5;
  position: relative;
}
.intro_main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 32px;
  background-color: #1b5397;
  clip-path: polygon(50% 32px, 0% 0%, 50px 0%);
  translate: -50% 100%;
}
.intro_main .text_y {
  color: #ffef6c;
}
.intro_con {
  margin-top: 54px;
  overflow: auto;
}
.intro_con figure {
  float: right;
  margin-left: 1rem;
}
.intro_con p {
  line-height: 1.7;
}
/*spレスポンシブ*/
@media screen and (max-width: 660px){
  .intro_main {
    font-size: 18px;
  }
  .intro_con {
    padding-bottom: 1rem;
  }
  .intro_con figure {
    width: 50%;
  }
  .intro_con p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px){
  .intro_main br {
    display: none;
  }
}

/**************鍵のサービス料金*************/
#price_system.area {
  background-image: linear-gradient(90deg, #eeeeee, #ffffff 50%, #eeeeee);
  border: #052b59 5px solid;
  padding: 2rem 1.25rem;
}
#price_list .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  padding: 0;
  margin: 1.5rem 0;
}
.price_grid {
  box-shadow: 0px 0px 8px 1px #dfdfdf;
  border-radius: 8px;
}
.price_grid dt {
  background-image: linear-gradient(#1a549c, #3e81d3);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.price_grid dd .price_main {
  background-color: #fff;
  padding: 18px 10px;
  border-radius: 0 0 8px 8px;
}
.price_grid dd .price_main .price {
  font-size: 16px;
  font-weight: normal;
  color: #052b59;
  padding: 3px;
  border: #052b59 1px solid;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.price_grid dd .price_main .price_red {
  color: #c70505;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.price_grid dd .price_main .price_red .big {
  font-size: 32px;
  font-family: 'Open Sans';
}
.price_grid dd .price_main .price_red .tax,.price_grid dd .price_main .price_red .buhin {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.price_grid dd .price_main .price_red .buhin {
  color: #c70505;
}
.price_grid dd .price_main .price_red .price_flex {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  align-content: flex-start;
  vertical-align: top;
}

.price_grid dt.door {font-size: 16px;line-height: 21.6px;}
@media screen and (max-width:660px){
.price_grid dt.door {font-size: 14px}
}
@media screen and (max-width:450px){
.price_grid dt.door {font-size: 12px}
}
@media screen and (max-width:400px){
.price_grid dt.door {font-size: 16px}
}

/********spレスポンシブ***********/
@media screen and (max-width:660px){
  #price_system.area {
    padding: 1.25rem 1rem;
  }
  #price_list .grid{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/**********どんな場所もお任せください**************/
#price_place {
  background-color: #e4f2ff;
  padding: 40px 5.5rem;
  margin: 1rem 0;
}
.place_grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-items: center;
  margin-top: 1.25rem;
}
#price_place p {
  font-size: 20px;
  font-weight: bold;
  color: #052b59;
  text-align: center;
}
#price_place .place_grid .place_img {
  gap: 10px;
  text-align: center;
}
#price_place .place_grid .place_img figure img {
  padding-bottom: 10px;
}
#price_place .place_grid .place_img p {
  font-size: 16px;
}

/*******spレスポンシブ********/
@media screen and (max-width:600px){
  #price_place {
    padding: 2rem;
  }
  .place_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:450px){
  .price_grid dd .price_main .price_red .price_flex {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width:400px){
  #price_list .grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .price_grid dd .price_main .price_red .price_flex {
    flex-direction: column-reverse;
  }
}


/*************市町村ページ****************/
.price_grid {
  display: flex;
  flex-direction: column;
}
.text_area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.text_area .service_text {
  flex-grow: 1;
}
.service_img img {
  border-radius: 8px 8px 0 0;
}
.text_area {
  position: relative;
  padding: 1.25rem 1rem;
}
.text_area .service_title {
  margin-bottom: 0;
  border: none;
  display: inline-block;
  background-color: #fff;
  border-radius: 16px 0 0 0;
  padding: 1rem 1.5rem 0;
  font-size: 20px;
  color: #052b59;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 0;
}
.service_text {
  font-size: 15px;
  line-height: 1.5;
}
.price_main .price.city {
  font-size: 16px;
  font-weight: normal;
  color: #052b59;
  padding: 3px;
  border: #052b59 1px solid;
  display: block;
  text-align: center;
  margin: 8px 0;
}
.price_blue {
  color: #052b59;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.price_blue .big {
  font-size: 32px;
  font-family: 'Open Sans';  
}
.price_blue .tax,.price_blue .buhin {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.price_blue .buhin {
  color: #052b59;
}
.price_blue .price_flex {
  flex-direction: column-reverse;
  display: inline-block;
  display: inline-flex;
  vertical-align: top;
}

/***************どんな場所でもお任せください*****************/
#price_place.area {
  border: #052b59 2px solid;
  background-color: #fff;
}

/*********spレスポンシブ**********/
@media screen and (max-width:475px){
  .price_blue .price_flex {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width:400px){
  .price_blue .price_flex {
    flex-direction: column-reverse;
  }
}


/***************対応エリア外*****************/
#out_area {
  background-image: url(../images/area/out_area_bg.webp);
  padding: 5rem 0; 
  background-repeat: repeat-x;
}
.out_text {
  font-size: 24px;
  font-weight: 500;
  color: #052b59;
  text-align: center;
}
@media (max-width: 660px) {
  #out_area {
    background-size: cover;
    padding: 3rem 0; 
  }
  .out_text {
    font-size: 20px;
}
}
