<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============================================
 *	対応エリアページ
===============================================*/
.page_intro_block .ttl_box {
  margin-top: 1.7%;
  padding-left: 10.8%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/common/price_illust01.png) no-repeat center bottom;
  background-size: contain;
  width: 218px;
  width: min(16vw, 218px);
  height: min(calc(16vw * 0.858), 187px);
  display: block;
}

.sec_main {
  overflow: hidden;
}
.sec_main .main_box {
  margin-top: 12px;
}
.sec_main .content_ttl {
  padding: 1.3% 0 1.6%;
}
.sec_main .content_ttl span {
  position: relative;
}
.sec_main .content_ttl span::before {
  content: "";
  background: url(../img/common/icon_pin.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 44px;
  position: absolute;
  left: -58px;
  top: 6px;
}
.sec_main .box_content {
  padding: 30px 50px 50px;
  position: relative;
}
.sec_main .box_content::after {
  content: "";
  background: url(../img/area/txt_aria.png) no-repeat;
  background-size: contain;
  width: 127px;
  height: 65px;
  position: absolute;
  right: -8%;
  bottom: -30px;
}
.sec_main .tab_btn {
  display: none;
}
.sec_main .tab_list li {
  font-size: min(1.8vw, 20px);
  font-weight: bold;
  width: 16.17%;
}
.sec_main .tab_list .area_tab {
  border: 2px solid #e2e2e2;
  border-bottom: none;
  display: block;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 8% 0 9%;
  cursor: pointer;
}
.sec_main .tab_list .area_tab:hover {
  background: #d0eeff;
}
.sec_main #tab_btn01:checked ~ .tab_list #area_01,
.sec_main #tab_btn02:checked ~ .tab_list #area_02,
.sec_main #tab_btn03:checked ~ .tab_list #area_03,
.sec_main #tab_btn04:checked ~ .tab_list #area_04,
.sec_main #tab_btn05:checked ~ .tab_list #area_05,
.sec_main #tab_btn06:checked ~ .tab_list #area_06 {
  background: #4c99d4;
  border: none;
  color: #fff;
  padding: 12% 0 13%;
}
.sec_main .tab_content_wrapper {
  border: 2px solid #e4e4e4;
  padding-top: 40px;
}
.sec_main .tab_content {
  display: none;
}
.sec_main #tab_btn01:checked ~ .tab_content_wrapper #tab_content01,
.sec_main #tab_btn02:checked ~ .tab_content_wrapper #tab_content02,
.sec_main #tab_btn03:checked ~ .tab_content_wrapper #tab_content03,
.sec_main #tab_btn04:checked ~ .tab_content_wrapper #tab_content04,
.sec_main #tab_btn05:checked ~ .tab_content_wrapper #tab_content05,
.sec_main #tab_btn06:checked ~ .tab_content_wrapper #tab_content06 {
  display: block;
}
.sec_main .area_box {
  margin-bottom: 30px;
}
.sec_main .area_box .area_ttl {
  font-size: min(2.0vw, 27px);
  background: #4c99d4;
  padding: 1.4% 0 1.7%;
}
.sec_main .area_box .area_ttl a{
  color: #fff;
  border-bottom: #fff 1px solid;
}
.sec_main .area_box .area_ttl a:hover{
  border-bottom: none;
}
.sec_main .area_box ul {
  background: #f5f5f5;
  gap: 16px 3.7%;
  padding: 40px 45px;
}
.sec_main .area_box li {
  width: 17%;
  position: relative;
  padding-left: 15px;
  line-height: 1.25;
}
.sec_main .area_box li a::before {
  content: "";
  background: url(../img/common/icon_arrow_right_blue03.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}
.sec_main .area_box li a:hover {
  color: var(--site-primary);
}
.sec_main .annotation_txt {
  font-size: 15px;
  margin-top: -6px;
}

@media screen and (max-width: 1024px) {
  .sec_main .content_ttl span::before {
    top: 0;
  }
  .sec_main .box_content {
    padding: 30px 4vw 40px;
  }
  .sec_main .box_content::after {
    right: -2%;
  }
  .sec_main .tab_content_wrapper {
    padding: 30px 4vw 30px;
  }
  .sec_main .area_box ul {
    padding: 30px 3.5vw 40px;
  }
}
@media screen and (max-width: 960px) {
  .sec_main .main_box {
    margin-top: 0;
  }
  .sec_main .content_ttl span::before {
    width: 28px;
    height: 31px;
    left: -42px;
    top: 1px;
  }
  .sec_main .box_content::after {
    width: 88.9px;
    height: 45.5px;
  }
  .sec_main .area_box {
    margin-bottom: 20px;
  }
  .sec_main .area_box ul {
    gap: 13px 2%;
  }
  .sec_main .area_box li {
    font-size: 13px;
    width: 18.3%;
  }
  .sec_main .annotation_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 568px) {
  .page_intro_block .ttl_box {
    margin-top: 0;
    padding-left: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 125px;
    height: 107px;
    margin-left: 20px;
  }
  .sec_main {
    padding-top: 0;
  }
  .sec_main .main_box {
    margin: 0 -5.3vw;
  }
  .sec_main .content_ttl {
    font-size: 23px;
    padding: 10px 0 12px;
  }
  .sec_main .content_ttl span::before {
    top: 3px;
  }
  .sec_main .box_content {
    padding: 20px 5.3vw 25px;
    border-bottom: 2px solid #e2e2e2;
  }
  .sec_main .box_content::after {
    content: none;
  }
  .sec_main .tab_list {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .sec_main .tab_list li {
    width: 47.8%;
    font-size: 18px;
  }
  .sec_main .tab_list .area_tab {
    border-radius: 5px;
    border-bottom: 2px solid #e2e2e2;
    padding: 9px 0 10px;
  }
  .sec_main #tab_btn01:checked ~ .tab_list #area_01,
  .sec_main #tab_btn02:checked ~ .tab_list #area_02,
  .sec_main #tab_btn03:checked ~ .tab_list #area_03,
  .sec_main #tab_btn04:checked ~ .tab_list #area_04,
  .sec_main #tab_btn05:checked ~ .tab_list #area_05,
  .sec_main #tab_btn06:checked ~ .tab_list #area_06 {
    padding: 9px 0 10px;
    border: #4c99d4 2px solid;
  }
  .sec_main .tab_content_wrapper {
    border: none;
    padding: 20px 0 0;
  }
  .sec_main .area_box .area_ttl {
    font-size: 19px;
    padding: 7px 0 9px;
  }
  .sec_main .area_box ul {
    padding: 0;
    gap: 0;
  }
  .sec_main .area_box li {
    width: 50%;
    border-bottom: #e2e2e2 1px solid;
    font-size: 14px;
    padding: 0;
  }
  .sec_main .area_box li:nth-last-of-type(1), .sec_main .area_box li:nth-child(odd):nth-last-of-type(2) {
    border-bottom: 0;
  }
  .sec_main .area_box li:nth-child(odd) {
    border-right: #e2e2e2 1px solid;
  }
  .sec_main .area_box li a {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    height: 45px;
  }
  .sec_main .area_box li a::before {
    width: 8px;
    height: 12px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec_main .annotation_txt {
    line-height: 1.4;
  }
}
/*===============================================
 *	都道府県／市町村ページ CSS
===============================================*/
.area_bread {
  margin: 35px 0 -22px;
  position: relative;
  z-index: 10;
}

.sec_area-intro {
  overflow: hidden;
}
.sec_area-intro .area_bread {
  margin: -22px 0 40px;
}

.sec_area-intro {
  background: url(../img/common/bg_services.jpg) no-repeat center;
  background-size: cover;
}
.sec_area-intro .page_intro_block .ttl_box {
  padding: 0;
  margin-top: 1.3%;
}
.sec_area-intro .page_intro_block .ttl_box::before {
  content: none;
}
.sec_area-intro .page_intro_block .intro_ttl {
  font-size: min(4.6vw, 60px);
  line-height: 1.35;
  margin-bottom: 0;
  padding-bottom: 3%;
}
.sec_area-intro .page_intro_block .intro_ttl .size_small {
  font-size: 0.78em;
}
.sec_area-intro .page_intro_block .overlap_box .txt_box {
  padding: min(6%, 55px) min(4.46%, 50px) min(8%, 77px);
  margin-top: 23px;
}
.sec_area-intro .page_intro_block .overlap_box .txt_box::after {
  background: url(../img/area/txt_message.png) no-repeat;
  background-size: contain;
  width: min(18vw, 262px);
  height: 88px;
  left: initial;
  right: -4%;
  bottom: -15%;
}

.sec_staff-comment .content_ttl {
  padding: 1.4% 0 1.7%;
  margin-top: 10px;
}
.sec_staff-comment .content_box .txt_box {
  width: 65%;
}
.sec_staff-comment .content_box .ttl {
  font-size: min(2.5vw, 32px);
  margin: -10px 0 15px;
}
.sec_staff-comment .content_box .photo {
  width: 31.4%;
}

.sec_company .info_box.area_page iframe {
  width: 100%;
  height: 300px;
  border: 4px solid #fff !important;
  margin-bottom: 14px;
}
.sec_company .info_box.area_page table th {
  background: #4c99d4;
  color: #fff;
}

.sec_city-list {
  background: url(../img/area/bg_city-list.jpg) no-repeat center;
  background-size: cover;
}
.sec_city-list .sec_ttl {
  margin-top: -6px;
}
.sec_city-list .sec_ttl .skew {
  display: inline-block;
}
.sec_city-list .sec_ttl .size_small::before {
  content: "";
  background: url(../img/common/icon_pin.png) no-repeat;
  background-size: contain;
  width: 56px;
  height: 61px;
  position: absolute;
  left: -76px;
  top: 29%;
  transform: skew(10deg);
}
.sec_city-list .area_block {
  margin-top: 20px;
}
.sec_city-list .area_block .content_ttl {
  padding: 1.55% 0 1.4%;
}
.sec_city-list .area_content {
  padding: 35px 20px 45px min(8%, 80px);
}
.sec_city-list ul {
  gap: 16px 0;
}
.sec_city-list ul li {
  position: relative;
  padding-left: 24px;
  width: 20%;
  font-weight: bold;
}
.sec_city-list ul li::before {
  content: "";
  background: url(../img/common/icon_circle_arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}
.sec_city-list ul li a:hover {
  color: var(--site-primary);
}

@media screen and (max-width: 1024px) {
  .area_bread {
    margin: 25px 0 -10px;
  }
  .sec_city-list .area_content {
    padding: 3.5% 4% 5% 5%;
  }
}
@media screen and (max-width: 960px) {
  .area_bread {
    margin: 20px 0 -10px;
  }
  .sec_area-intro .area_bread {
    margin-bottom: 30px;
  }
  .sec_city-list .sec_ttl .size_small::before {
    width: 44px;
    height: 48px;
    left: -60px;
    top: 8px;
  }
}
@media screen and (max-width: 568px) {
  .sec_area-intro {
    background: url(../img/area/bg_intro_sp.jpg) no-repeat;
    background-size: cover;
  }
  .sec_area-intro .page_intro_block .ttl_box {
    background-position: bottom center;
    margin-top: 0;
  }
  .sec_area-intro .page_intro_block .intro_ttl {
    font-size: 34px;
    margin: 0;
    padding-bottom: 15px;
  }
  .sec_area-intro .page_intro_block .intro_ttl .size_small {
    font-size: 0.85em;
  }
  .sec_area-intro .page_intro_block .overlap_box .txt_box::after {
    width: 143px;
    height: 48px;
    right: -25px;
    bottom: -15px;
  }
  .sec_area-intro .box_wrapper {
    padding: 17px 0 0;
    margin-top: 8px;
  }
  .sec_staff-comment .content_ttl {
    font-size: 23px;
    padding: 2% 0 2.8%;
    margin-top: 5px;
  }
  .sec_staff-comment .content_box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .sec_staff-comment .content_box .txt_box {
    width: 100%;
  }
  .sec_staff-comment .content_box .ttl {
    font-size: 21px;
    text-align: center;
    margin: 14px 0 9px;
  }
  .sec_staff-comment .content_box .photo {
    width: 68%;
  }
  .sec_company .info_box.area_page iframe {
    height: 170px;
    margin-bottom: 10px;
  }
  .sec_city-list {
    background: url(../img/area/bg_city-list_sp.jpg) no-repeat;
    background-size: cover;
  }
  .sec_city-list .sec_ttl {
    margin: 0 -10px 0;
    letter-spacing: 0.01em;
  }
  .sec_city-list .sec_ttl .size_small {
    font-size: 0.85em;
  }
  .sec_city-list .sec_ttl .size_small::before {
    width: 32px;
    height: 35px;
    left: 56px;
    top: 6px;
  }
  .sec_city-list .area_block {
    margin-top: 16px;
  }
  .sec_city-list .area_block .content_ttl {
    font-size: 23px;
    padding: 2.2% 0 2.6%;
  }
  .sec_city-list .area_content {
    padding: 16px 20px 25px;
  }
  .sec_city-list ul {
    justify-content: space-between;
    gap: 10px 0;
  }
  .sec_city-list ul li {
    width: 47.4%;
    line-height: 1.35;
  }
  .sec_city-list ul li::before {
    top: 5px;
  }
}/*# sourceMappingURL=area.css.map */</pre></body></html>