@charset "UTF-8";

.merit {
  background: none;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .merit {
    margin-top: 0;
    padding-top: 63px;
  }
}

.merit-outro {
  background: url("../../images/reg/merit_outro_bg_sp.jpg") no-repeat right bottom/cover;
}
@media screen and (min-width: 1025px) {
  .merit-outro {
    background: url("../../images/reg/merit_outro_bg.jpg") no-repeat right top/cover;
  }
}


/*----------------------------------
 中播地域・姫路市の探偵調査得意地域
----------------------------------*/
.area-map {
  background-color: #fcf0ee;
  margin-top: 51px;
  padding-top: 28px;
  padding-bottom: 37px;
}
@media screen and (min-width: 600px) {
  .area-map {
    padding-bottom: 187px;
  }
}
@media screen and (min-width: 1025px) {
  .area-map {
    margin-top: 75px;
    padding-top: 74px;
  }
}
.area-map .l-inner {
  max-width: 638px;
  padding: 0 19px;
}
@media screen and (min-width: 1025px) {
  .area-map .l-inner {
    max-width: calc(1042px + (40px * 2));
    padding: 0 40px;
  }
}
.area-map .c-sec__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6607142857;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /* SP：装飾用の横線 */
}
@media screen and (min-width: 1025px) {
  .area-map .c-sec__title {
    font-size: 4rem;
    line-height: 1.5333333333;
  }
}
.area-map .c-sec__title::after {
  display: none;
}
.area-map .title--small {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  margin-bottom: 14px;
}
@media screen and (min-width: 1025px) {
  .area-map .title--small {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .area-map-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1102px;
    margin: 82px auto 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .area-map-wrap .l-inner {
    padding: 0 0;
  }
}

.area-map__img {
  width: 87%;
  max-width: 427px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .area-map__img {
    margin: 0 auto;
  }
}

.area-map-detail {
  margin-top: 28px;
}
@media screen and (min-width: 1025px) {
  .area-map-detail {
    max-width: 559px;
    margin-top: -13px;
    margin-left: 8%;
  }
}

.area-map__head {
  color: #e89289;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .area-map__head {
    font-size: 3rem;
    line-height: 1.5333333333;
    text-align: left;
  }
}

.area-map__intro {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 13px;
}
@media screen and (min-width: 1025px) {
  .area-map__intro {
    font-size: 1.7rem;
    line-height: 1.7647058824;
    text-align: left;
    margin-top: 13px;
  }
}

.area-map-list {
  margin-top: 23px;
}

@media screen and (min-width: 1025px) {
  .area-map-list {
    margin-top: 30px;
  }
}

.area-map-list__item {
  border-radius: 7px;
  color: #fff;
  padding: 8px 21px 15px;
}
@media screen and (min-width: 1025px) {
  .area-map-list__item {
    border-radius: 6px;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 17px;
  }
}
.area-map-list__item a {
  color: #fff;
  text-decoration: underline;
}
.area-map-list__item a:hover {
  text-decoration: none;
}

.area-map-list__head {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.86;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  .area-map-list__head {
    font-size: 2.1rem;
    line-height: 1.9047619048;
  }
}

.area-map-list__txt {
  font-family: "NotoSans-Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9333333333;
  margin-top: -6px;
}
@media screen and (min-width: 1025px) {
  .area-map-list__txt {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    margin-top: 0;
  }
}

/* ------ 各エリア ------ */
/* 姫路市 */
.area-himeji {
  background: linear-gradient(135deg, rgb(151, 177, 199) 0%, rgb(118, 152, 183) 100%);
}
@media screen and (min-width: 1025px) {
  .area-himeji {
    grid-area: area-01;
  }
}

/* 東播地域 */
.area-toban {
  background: linear-gradient(135deg, rgb(152, 189, 182) 0%, rgb(104, 163, 151) 100%);
}
@media screen and (min-width: 1025px) {
  .area-toban {
    grid-area: area-02;
  }
}

/* 北播地域 */
.area-hokuban {
  background: linear-gradient(135deg, rgb(211, 162, 187) 0%, rgb(189, 115, 152) 100%);
}
@media screen and (min-width: 1025px) {
  .area-hokuban {
    grid-area: area-03;
  }
}

/* 西播地域 */
.area-seiban {
  background: linear-gradient(135deg, rgb(197, 174, 136) 0%, rgb(174, 142, 86) 100%);
}
@media screen and (min-width: 1025px) {
  .area-seiban {
    grid-area: area-04;
  }
}

/* 神戸市 */
.area-kobe {
  background: linear-gradient(135deg, rgb(168, 161, 199) 0%, rgb(139, 127, 183) 100%);
}
@media screen and (min-width: 1025px) {
  .area-kobe {
    grid-area: area-05;
  }
}
@media screen and (min-width: 1025px){
  .area-himeji {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .area-toban {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .area-hokuban {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .area-seiban {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .area-kobe {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.area-map__mds {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 13px;
}
@media screen and (min-width: 1025px) {
  .area-map__mds {
    font-size: 1.7rem;
    line-height: 1.7647058824;
    text-align: left;
    margin-top: 13px;
    grid-column: 1 / 2;
  }
}

.area-map-list__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area-map-list__group .area-map-list__item {
  width: 48%;
}
.area-map-list__group .area-map-list__item:last-of-type {
  width: 100%;
}

.area-himeji {
  margin-top: 5px;
}