@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
  font-family: "Questrial", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #facilityMap .facilityMapTab__tab--all--contents--textArea--ttl {
    padding-top: 28px !important;
  }
  #facilityMap .facilityMapTab__tab--all--contents--textArea--ttl .facilityMapTab__tab--all--contents--textArea--title {
    width: 100%;
    text-align: center;
  }
  #facilityMap .pMap2023 {
    margin-top: 100px;
  }
  #facilityMap .pMap2023__lead {
    font-weight: 500;
    margin: 10px 0 60px;
  }
  #facilityMap .pMap2023__box {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(253, 253, 253, 0.2)), to(rgb(243, 172, 172)));
    background-image: linear-gradient(180deg, rgba(253, 253, 253, 0.2) 5%, rgb(243, 172, 172));
  }
  #facilityMap .pMap2023__box__blk {
    width: 97%;
    margin: 0 auto;
  }
  #facilityMap .pMap2023__box__blk__item {
    position: relative;
  }
  #facilityMap .pMap2023__box__blk__item:not(:last-of-type) {
    margin-bottom: 75px;
  }
  #facilityMap .pMap2023__box__blk__item::after {
    content: "";
    display: block;
    width: 130px;
    height: 40px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/ose2023/policy_map/arw01.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item .ttl {
    background: #f3acac;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 10px;
  }
  #facilityMap .pMap2023__box__blk__item .ttl h3 {
    font-size: 2rem;
    line-height: 1;
  }
  #facilityMap .pMap2023__box__blk__item .ttl__smltxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #facilityMap .pMap2023__box__blk__item .ttl__smltxt p {
    font-size: 1.7rem;
    line-height: 1;
    padding: 2px 5px;
    border: 2px solid #fff;
    margin: 10px 5px 0;
  }
  #facilityMap .pMap2023__box__blk__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #facilityMap .pMap2023__box__blk__item ul::after {
    content: "";
    display: block;
    width: 24.5%;
  }
  #facilityMap .pMap2023__box__blk__item ul li {
    width: 24.5%;
    background: #fff;
    border: 2px solid #f3acac;
    padding: 12px 0;
    margin-bottom: 10px;
  }
  #facilityMap .pMap2023__box__blk__item ul li h4 {
    color: #f3acac;
    font-size: min(1.2vw, 1.6rem);
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
    line-height: 1.6;
  }
  #facilityMap .pMap2023__box__blk__item ul li h4.oneline {
    margin: 0.6vw 0 1.5vw;
  }
  #facilityMap .pMap2023__box__blk__item ul li p {
    font-size: min(1.1vw, 1.4rem);
    padding: 0 20px;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2)::after {
    background: url(../img/ose2023/policy_map/arw02.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2) .ttl {
    background: #e48383;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2) ul li {
    border-color: #e48383;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2) ul li h4 {
    color: #e48383;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3)::after {
    background: url(../img/ose2023/policy_map/arw03.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3) .ttl {
    background: #de5f5f;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3) ul li {
    border-color: #de5f5f;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3) ul li h4 {
    color: #de5f5f;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4)::after {
    background: url(../img/ose2023/policy_map/arw04.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4) .ttl {
    background: #f41919;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4) ul li {
    border-color: #f41919;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4) ul li h4 {
    color: #f41919;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5)::after {
    background: url(../img/ose2023/policy_map/arw05.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5) .ttl {
    background: #c50000;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5) ul li {
    border-color: #c50000;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5) ul li h4 {
    color: #c50000;
  }
}
@media screen and (max-width: 768px) {
  #facilityMap .facilityMapTab__tab--all--contents--textArea--ttl {
    padding-top: 28px !important;
  }
  #facilityMap .facilityMapTab__tab--all--contents--textArea--ttl .facilityMapTab__tab--all--contents--textArea--title {
    width: 100%;
    text-align: center;
  }
  #facilityMap .pMap2023 {
    margin-top: 50px;
  }
  #facilityMap .pMap2023 h2 {
    font-size: 2rem;
  }
  #facilityMap .pMap2023__lead {
    font-weight: 500;
    margin: 15px 0 30px;
  }
  #facilityMap .pMap2023__box {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(253, 253, 253, 0.2)), to(rgb(243, 172, 172)));
    background-image: linear-gradient(180deg, rgba(253, 253, 253, 0.2) 5%, rgb(243, 172, 172));
  }
  #facilityMap .pMap2023__box__blk {
    width: 95%;
    margin: 0 auto;
  }
  #facilityMap .pMap2023__box__blk__item {
    position: relative;
  }
  #facilityMap .pMap2023__box__blk__item:not(:last-of-type) {
    margin-bottom: 45px;
  }
  #facilityMap .pMap2023__box__blk__item::after {
    content: "";
    display: block;
    width: 165px;
    height: 20px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/ose2023/policy_map/arw01.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item .ttl {
    background: #f3acac;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 10px;
  }
  #facilityMap .pMap2023__box__blk__item .ttl h3 {
    font-size: 1.8rem;
    line-height: 1;
  }
  #facilityMap .pMap2023__box__blk__item .ttl__smltxt p {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 2px 5px;
    border: 2px solid #fff;
    margin: 15px 5px 0;
  }
  #facilityMap .pMap2023__box__blk__item .ttl__smltxt p:nth-of-type(2) {
    margin-top: 5px;
  }
  #facilityMap .pMap2023__box__blk__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #facilityMap .pMap2023__box__blk__item ul li {
    background: #fff;
    border: 2px solid #f3acac;
    padding: 20px 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  #facilityMap .pMap2023__box__blk__item ul li h4 {
    color: #f3acac;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
    line-height: 1.6;
  }
  #facilityMap .pMap2023__box__blk__item ul li p {
    font-size: 1.2rem;
    padding: 0 20px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2)::after {
    background: url(../img/ose2023/policy_map/arw02.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2) .ttl {
    background: #e48383;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2) ul li {
    border-color: #e48383;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(2) ul li h4 {
    color: #e48383;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3)::after {
    background: url(../img/ose2023/policy_map/arw03.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3) .ttl {
    background: #de5f5f;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3) ul li {
    border-color: #de5f5f;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(3) ul li h4 {
    color: #de5f5f;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4)::after {
    background: url(../img/ose2023/policy_map/arw04.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4) .ttl {
    background: #f41919;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4) ul li {
    border-color: #f41919;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(4) ul li h4 {
    color: #f41919;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5)::after {
    background: url(../img/ose2023/policy_map/arw05.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5) .ttl {
    background: #c50000;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5) ul li {
    border-color: #c50000;
  }
  #facilityMap .pMap2023__box__blk__item:nth-of-type(5) ul li h4 {
    color: #c50000;
  }
}