@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */

/* 非表示 */
#top_search, #footstep_wrap {
    display: none ;
}

#container {
    background: url("/img/sites/city-promotion/pc/bg_parts.png") no-repeat top -75px left calc(50% + 18px), 
                url("/img/sites/city-promotion/pc/map1.png") no-repeat top left calc(50% + 0.5px);
}
/* ヘッダ */
#header2 {
    background: none;
}
#header2_box {
    padding: 23px 0 434px;
}
#header2_box::before,
#header2_box::after {
    content: none;
}
#he_left {
    top: 3.6rem;
    left: 79px;
}
nav.h_navi {
    margin: 0 0px 20px 4px;
}

/* メイン */
#mymainback {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/* スライドショー */
/* 加速・減速のない一定の動き */
.swiper-wrapper {
    transition-timing-function: linear !important;
}
/* くらす.育む.巡る */
#about-iwadecity {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 90px;
    gap: 40px 41px;
    display: -ms-grid;
        display: grid;
    -ms-grid-columns: 333px 40px 333px 40px 333px;
         grid-template-columns: 333px 333px 333px;
}
/* 画像 */
.photo_box  {
    position: relative;
    line-height: 0;
}
.photo_box h2 {
    margin: 0;
    position: absolute;
    left: 0;
    top: 218px;
    line-height: 0;
    background-color: #fff;
}
.photo_box h2:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    background-color: #31c3d0;
}
/* テキスト */
#about-iwadecity > div p {
    font-size: 1.6rem;
    color: #333333;
    line-height: 3;
    text-indent: 13px;
    margin: 25px 0 24px 116px;
}

/*（文字拡大時）*/
.font_size_changed #about-iwadecity > div p {
    line-height: 2;   
}

/* 詳しく見る */
.detailmore_link {
    display: block;
    text-align: center;
}
.detailmore_link a {
    width: calc(100% - 93px);
    display: inline-block;
    text-align: left;
    color: #3c3c3c;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #31c3d0;
    padding: 11px 44px 11px 30px;
    background: url("/img/sites/city-promotion/pc/black_arrow.png") no-repeat right 28px center #31c3d0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background 0.4s ease;
         -o-transition: background 0.4s ease;
            transition: background 0.4s ease;
}
.font_size_changed .detailmore_link a {
    width: calc(100% - 0px);
}
.detailmore_link a:hover,
#jiyuu_link a:hover {
    background-color: #fff;
}

/* くらす */
#live_wrap h2 {
    padding: 40px 35px 40px 18px;
}
/* 育む */
#nurture_wrap h2 {
    padding: 37px 32px 37px 22px;
}
/* 巡る */
#learn_wrap h2 {
    padding: 38px 35px 38px 15px;
}

/* 自由編集（上） */
#jiyuu_area {
    width: 1080px;
    padding: 60px 0;
    margin: 0 auto; 
}
#jiyuu_wrap {
    width: 1080px;
    margin: 0px auto;
    gap: 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
    -ms-flex-wrap: wrap;    
        flex-wrap: wrap;
    webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;           
}
#jiyuu_wrap .free_box:first-child {
    margin: 3px 0 0 -41px;
}
#jiyuu_wrap .free_box:nth-child(2) {
    width: calc(100% - 606px);
    margin: 65px 0px 0 0;
}
#jiyuu_wrap .free_box:nth-child(2) p {
    font-size: 1.6rem;
    line-height: 2.5;
    color: #333;
    text-indent: 10px;
}
#jiyuu_link {
    text-align: center;
    margin: 28px 0 0;
}
#jiyuu_link a {
    display: inline-block;
    font-size: 1.6rem;
    color: #3c3c3c;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 11px 56px 11px 46px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #31c3d0;
    background: url("/img/sites/city-promotion/pc/black_arrow.png") no-repeat right 30px center #31c3d0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background 0.4s ease;
         -o-transition: background 0.4s ease;
            transition: background 0.4s ease;
}

/* ワープロライク */
#iwade-stats {
    position: relative;
}
div#iwade-stats::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 64px);
    left: 50%;
    translate: -50% 0;
    top: 64px;
    z-index: -1;
    background-color: #f6f6f6;
}
#main_body {
    width: 1080px;
    margin: 0 auto;
    padding: 0 49px 51px 56px;
    border-bottom: 1px solid #84bdb9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#main_body h2 {
    width: 100%;
    margin: 0 auto 57px;
    padding: 0;
    line-height: 0;
    text-align: center;
    background: transparent;
}
.section_wordpro {
    width: calc(100% - 441px);
    gap: 40px 0;
    padding: 20px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
.section_wordpro::after {
    content: "";
    position: absolute;
    width: 353px;
    height: 192px;
    left: calc(100% + 88px);
    top: 2px;
    background: url("/img/sites/city-promotion/pc/people_icon.png") no-repeat;
}
#main_body div.detail_free {
    width: auto;
    margin: 0;
}
#main_body h3 {
    width: 197px;
    margin: 0;
    padding: 12px 0px 14px;
    border: none;
    font-size: 2.4rem;
    line-height: 1;
    color: #3c3c3c;
    border-radius: 25px;
    background-color: #31c3d0;
    text-align: center;
}
#main_body .detail_free:nth-child(1) :where(p,ul,ol) {
    margin: 25px 0 0 8px;
    font-size: 3.2rem;
    line-height: 1;
    color: #585858;
    font-weight: bold;
}
#main_body .detail_free:nth-child(2) :where(p,ul,ol) {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    font-size: 8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #585858;
    /* font-family: Meiryo;*/
}
#main_body .detail_free:nth-child(2) p span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14rem !important;
    line-height: 1;
    color: #da6055;
    background: #090909;
    -webkit-filter: invert(1);
            filter: invert(1);
}
/* ワープロライク（文字拡大時） */
.font_size_changed #main_body .detail_free:nth-child(1) :where(p,ul,ol) {
    font-size: 1.7rem;
}
.font_size_changed #main_body .detail_free:nth-child(2) :where(p,ul,ol) {
    font-size: 5rem;
}
.font_size_changed #main_body .detail_free:nth-child(2) p span {
    font-size: 9rem !important;
}

#content_footer {
    display: none;
}
.section_wordpro > p {
    margin: 10px 40px 0 15px;
    font-size: 1.6rem;
    color: #333333;
    line-height: 2;
    text-indent: 10px;
}
#main_body > span {
    margin: 0 0 9px;
    text-align: right;
    line-height: 1;
    -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
}
#main_body span > a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid #585858;
    border-radius: 20px;
    color: #fff;
    padding: 11px 55px 11px 18px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    background: url("/img/sites/city-promotion/pc/arrow_icon.png") no-repeat right 17px center #585858;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background 0.4s ease;
         -o-transition: background 0.4s ease;
            transition: background 0.4s ease;
}
#main_body span > a:hover {
    color: #333;
    background-color: #fff;
    background-image: url("/img/sites/city-promotion/pc/black_arrow.png");
}

/* 子育て・教育施設数と交通アクセス */
#city-info-wrap {
    width: 1080px;
    margin: 0px auto;
    padding: 70px 0 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}
#city-info-wrap::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 143px);
    background: #84bdb9;
    left: 541px;
    top: 60px;
}
#city-info-wrap div[id*="col-"] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 44px 30px;
}
.stats .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
    color: #585858;
}
.stats .tag {
    padding: 6px 15px 4px;
    border: 2px solid #31c3d0;
    border-radius: 15px;
    font-size: 1.6rem;
    margin-right: 11px;
    letter-spacing: 0.1em;
    text-align: center;
}
#col-edu-fac .stats .tag {
    letter-spacing: 0.2em;
}

.stats .number {
    font-size: 5rem;
    line-height: 0.7;
    margin: 0 4px;
    color: #da6055;
    background: #090909;
    -webkit-filter: invert(1);
            filter: invert(1);
}
.item span {
    display: inline-block;
    vertical-align: bottom;
}
#col-tr-access .stats .item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
#city-info-wrap h3 {
    padding: 80px 0 0;
    margin: 0 0 50px;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1;
    color: #585858;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
#col-edu-fac h3 {
    background-image: url("/img/sites/city-promotion/pc/bag_icon.png") !important;
}
#col-tr-access h3 {
    background-image: url(/img/sites/city-promotion/pc/train_icon.png) !important;
}
.city-info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 55px 0 0;
}
.city-info-links a {
    display: block;
    text-decoration: none;
    background: url("/img/sites/city-promotion/pc/arrow_icon.png") no-repeat right 18px center #585858;
    border: 2px solid #585858;
    border-radius: 20px;
    color: #fff;
    padding: 11px 55px 11px 19px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    max-width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.city-info-links a:hover,
.city-info-links a:focus {
    background: url("/img/sites/city-promotion/pc/black_arrow.png") no-repeat right 18px center #fff;
    color: #333;
}
#col-edu-fac .city-info-links a:last-child {
    padding: 11px 65px 11px 19px;
}

/* 子育て・教育施設数と交通アクセス（文字拡大時） */
.font_size_changed .stats .item {
    font-size: 1.6rem;
}
.font_size_changed .stats .tag {
    font-size: 1rem;
}
.font_size_changed .stats .number {
    font-size: 3.6rem;
}
.font_size_changed #city-info-wrap h3 {
    font-size: 2.2rem;
}

/* 新着情報 */
#iwade-information {
    width: 1080px;
    margin: 0 auto;
    padding: 90px 0 77px;
    gap: 0 69px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 496px 69px 515px;
    grid-template-columns: 496px 515px;
    -webkit-box-align: start;
        -ms-flex-align: start;
    align-items: flex-start;
}
#iwade-information div h2 {
    margin: 0 0 59px;
    line-height: 0;
}
.section_information_list_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section_information_list_wrap ul li {
    margin: 0 0 40px;
}
.list_pack {
    display: -webkit-box;
    display: -ms-flexbox;
            display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;
    -webkit-box-align: start;
       -ms-flex-align: start;
     align-items: flex-start;
    gap: 0 62px;
}
.list_pack .article_img {
    width: 180px;
    padding: 0;
}
.list_pack .article_img span {
    width: 180px;
    height: 135px;
}
.list_pack .article_txt span.article_title {
    font-weight: bold;
    color: #585858;
    letter-spacing: 0.1em;
}
.list_pack .article_txt span a {
    color: #585858;
    text-decoration: none;
}
.list_pack .article_txt span a:hover {
    text-decoration: underline;
}
.section_information_list_wrap img.icon_new {
    vertical-align: middle;
    margin-left: 0.5em;
}

/* 新着情報（一覧 / RSS）*/
.link_box span {
    display: block;
    text-align: right;
    margin: 43px 3px 0 0;
}
.link_box span a {
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0px;
    letter-spacing: 0;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #585858;
    padding: 11px 54px 11px 19px;
    background: url("/img/sites/city-promotion/pc/arrow_icon.png") no-repeat right 20px center #585858;
    -webkit-transition: background 0.5s ease;
         -o-transition: background 0.5s ease;
            transition: background 0.5s ease;
}
.link_box span a:hover {
    color: #3c3c3c;
    background: url("/img/sites/city-promotion/pc/black_arrow.png") no-repeat right 20px center #fff;
}

/* 自由編集下 */
#free_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    gap: 40px;
    margin: 0 10px 0 5px;
}
.free_box p {
    margin: 0;
}
.free_box p a {
    display: block;
}
.free_box img {
    width: 100% !important;
    height: auto !important;
    vertical-align: top;
}

/* スライドショー */
#slide_box .swiper-container {
    min-width: calc(400px * 5 + 40px * 4);
    left: 50%;
    translate: -50% 0;
}
#slideshow_wrap .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px;
}
#slideshow_wrap .swiper-slide {
    line-height: 0;
}
/* コントロールボタン */
#slide_box button.swiper-button-prev, button.swiper-button-next {
    display: none !important;
}
/* 再生・停止 */
#slide_box :where(button.swiper-button-start,button.swiper-button-stop)::after{
    content: none;
}
#slide_box button.swiper-button-start, 
#slide_box button.swiper-button-stop {
    width: 30px;
    height: 30px;
    padding: 0;
    bottom: 0;
    top: auto;
    right: calc(50% - 540px);
    color: #333;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#slide_box button.swiper-button-start {
    background: url("/img/sites/city-promotion/pc/start_btn.png") no-repeat center center !important;
}
#slide_box button.swiper-button-stop {
    background: url("/img/sites/city-promotion/pc/stop_btn.png") no-repeat center center !important;
}

/* SNSアイコン */
#sns_wrap {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 62px;
}
#sns_wrap h2 {
    line-height: 0;
    margin: 0 0 27px;
}
.sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 42px;
    line-height: 0;
}
.sns_list a {
    display: inline-block;
}
.sns_list a.icon_yt {
    display: flex;
    align-items: center;
}

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change #search_btnUnit,
.color_change #iwade-stats #main_body h2,
.color_change #city-info-wrap h3,
.color_change #iwade-information h2,
.color_change #sns_wrap h2 {
    background-color: transparent !important;
}
.color_change #main_body h2 > img {
    background-color: #fff !important;
}
.color_change #city-info-wrap::before {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.color_change #main_body {
    border-color: rgba(255, 255, 255, 0.9) !important;
}

.color_change .photo_box h2 img,
.color_change #iwade-information h2 img,
.color_change #sns_wrap h2 img {
    -webkit-filter: invert(1);
            filter: invert(1);
}
.color_change .detailmore_link a, 
.color_change #jiyuu_link a, 
.color_change #main_body span > a, 
.color_change .city-info-links a,
.color_change .link_box span a {
    background-image: url("/img/sites/city-promotion/pc/arrow_icon.png") !important;
}
.color_change #main_body .detail_free:nth-child(2) p span, 
.color_change .stats .number {
    -webkit-filter: invert(0);
            filter: invert(0);
}
.color_change .sns_list a:nth-of-type(3) img {
    background-color: #fff !important;
    border-radius: 15px;
}

/* 黒 */
.color_black * {

}

/* 青 */
.color_blue * {

}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

    /* ========== トップページ ========== */

    #container {
        background: url("/img/sites/city-promotion/sp/map1.png") no-repeat top -32px left calc(50% + 14px);
    }
    /* ヘッダ */
    #header2_box {
        padding: 23px 20px 87px 5px;
    }
    #he_left {
        max-width: 375px;
        margin: 0 auto;
    }
    #he_left #logo {
        width: 259px;
        height: 203px;
    }
    /* グローバル */
    #top_search {
        display: block !important;
    }

    /* スライドショー */
    #slide_box .swiper-container {
        min-width: calc(200px * 3 + 20px * 2);
    }
    #slideshow_wrap .swiper-wrapper {
        margin: 0 0 40px;
    }
    /* 再生・停止 */
    #slide_box button.swiper-button-start, 
    #slide_box button.swiper-button-stop {
        right: calc(50% - 168px);
    }
    @media screen and (max-width: 365px) {
        #slide_box button.swiper-button-start, 
        #slide_box button.swiper-button-stop {
            right: calc(50% - 160px);
        }
    }
    @media screen and (max-width: 340px) {
        #slide_box button.swiper-button-start, 
        #slide_box button.swiper-button-stop {
            right: calc(50% - 150px);
        }
    }
    @media screen and (max-width: 339px) {
        #slide_box button.swiper-button-start, 
        #slide_box button.swiper-button-stop {
            right: calc(50% - 140px);
        }
    }

    /* くらす.育む.巡る */
    #about-iwadecity {
        width: auto;
        margin: 0 20px;
        display: block;
        padding: 0 0 20px;
    }
    #about-iwadecity > div {
        max-width: 400px;
        margin: 0 auto;
    }
    #about-iwadecity > div:not(:last-child) {
        margin: 0 auto 50px;
    }

    /* 画像 */
    .photo_box img {
        width: 100%;
        height: auto;
    }
    .photo_box h2:before {
        width: 11px;
        height: 11px;
        top: -6px;
        right: -5px;
    }
    .photo_box h2 {
        top: auto;
        bottom: 0;
    }

    /* テキスト */
    #about-iwadecity > div p {
        font-size: 1.4rem;
        line-height: 2;
        text-indent: 12px;
        margin: 27px 26px 30px 27px;
    }

    /* くらす */
    #live_wrap .photo_box h2 {
        padding: 25px 32px 4px 18px;
    }
    #live_wrap .photo_box h2 img {
        width: 33px;
        height: 125px;
    }

    /* 育む */
    #nurture_wrap .photo_box h2 {
        padding: 38px 29px 37px 22px;
    }
    #nurture_wrap .photo_box h2 img {
        width: 32px;
        height: 79px;
    }

    /* 巡る */
    #learn_wrap .photo_box h2 {
        padding: 39px 31px 38px 17px;
    }
    #learn_wrap .photo_box h2 img {
        width: 35px;
        height: 77px;
    }

    /* 詳しく見る */
    .detailmore_link a {
        width: calc(100% - 95px) !important;
        min-width: 240px;
        padding: 11px 40px 11px 25px;
    }

    /* 自由編集（上） */
    #jiyuu_area {
        width: auto;
        padding: 0 0 50px;
    }
    #jiyuu_wrap {       
        width: auto;        
        display: block;
    }
    #jiyuu_wrap .free_box:first-child {
        overflow: clip;
        margin: 0 auto;
    }
    #jiyuu_wrap .free_box:first-child p {
        width: calc(100% + 30px);
        margin: 0 auto 0 -32px;
    }
    #jiyuu_wrap .free_box:nth-child(2) {
        width: calc(100% - 40px);
        margin: -28px auto 0;
        max-width: 400px;
    }
    @media screen and (max-width: 370px) {
        #jiyuu_wrap .free_box:nth-child(2){
            width: calc(100% - 20px);
        }
    }
    
    #jiyuu_wrap .free_box:nth-child(2) p {
        font-size: 1.4rem;
        line-height: 2.1;
        text-indent: 15px;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1.5px 1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff, 2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff;
    }
    #jiyuu_wrap .free_box:nth-child(2) p br {
        display: none;
    }
    #jiyuu_link {
        margin: 40px 20px 0;
    }
    #jiyuu_link a {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
        font-size: 1.4rem;
        padding: 13px 56px 12px 49px;
        background-position: center right 46px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    @media screen and (max-width: 370px) {
        #jiyuu_link a {
            padding: 13px 40px 12px 20px;
            background-position: center right 28px;
        }
    }

    /* ワープロライク */
    div#iwade-stats::after {
        height: calc(100% - 48px);
        top: 48px;
        left: 50%;
        translate: -50% 0;
    }
    #main_body {
        display: block;
        width: auto;
        margin: 0 20px;
        padding: 0 0 50px;
    }
    @media screen and (max-width: 370px) {
        #main_body {
            margin: 0 10px;
        }
    }
    
    #main_body h2 {
        margin: 0 auto 50px;
        width: calc(100% - 144px);
    }
    #main_body h2 img {
        max-width: 100%;
        height: auto;
    }
    .section_wordpro {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 0 0 222px;
        gap: 20px 40px;
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
    }
    @media screen and (max-width: 414px) {
        .section_wordpro {
            gap: 20px 0;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
            justify-content: space-between;
        }
    }
    .section_wordpro::after {
        width: 300px;
        height: 162px;
        left: 50%;
        translate: -50% 0;
        top: auto;
        bottom: 30px;
        background-size: 100% auto;
    }
    #main_body h3 {
        width: 122px;
        font-size: 1.4rem;
        border-radius: 15px;
        padding: 8px 0px 8px;
    }
    #main_body .detail_free:nth-child(1) :where(p,ul,ol) {
        margin: 17px 0 0;
        font-size: 2rem;
        letter-spacing: 0;
    }
    #main_body .detail_free:nth-child(2) :where(p,ul,ol) {
        font-size: 5rem;
    }
    #main_body .detail_free:nth-child(2) p span {
        font-size: 8.8rem !important;
    }
    .section_wordpro > p {
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
        font-size: 1.4rem;
        text-indent: 13px;
    }
    #main_body > span {
        display: block;
        text-align: center;
    }
    #main_body span > a {
        padding: 12px 72px 12px 19px;
        font-size: 1.2rem;
        background-position: center right 18px;
    }
    /*（文字拡大時） */
    .font_size_changed #main_body .detail_free:nth-child(1) :where(p,ul,ol) {
        font-size: 1.2rem;
    }
    .font_size_changed #main_body .detail_free:nth-child(2) :where(p,ul,ol) {
        font-size: 3rem;
    }
    .font_size_changed #main_body .detail_free:nth-child(2) p span {
        font-size: 5.5rem !important;
    }
    @media screen and (max-width: 340px) {
        .font_size_changed #main_body .detail_free:nth-child(2) :where(p,ul,ol) {
            font-size: 2.5rem;
        }
        .font_size_changed #main_body .detail_free:nth-child(2) p span {
            font-size: 5rem !important;
        }
    }
    

    /* 子育て・教育施設数と交通アクセス */
    #city-info-wrap {
        width: auto;
        display: block;
        padding: 0;
    }
    #city-info-wrap h3 {
        font-size: 2.4rem;
        padding: 84px 0 0;
        margin: 0 auto 30px !important;
    }
    #col-edu-fac .stats .item {
        font-size: 2rem;
    }
    .stats .tag {
        font-size: 1rem;
        margin-right: 9px;
        border-radius: 25px;
        padding: 5px 15px;
        letter-spacing: 0 !important;
    }
    .stats .number {
        margin: 0 3px;
    }
    .stats {
        gap: 34px 25px;
    }
    .city-info-links {
        margin: 30px auto 0 !important;
    }
    #city-info-wrap div[id*="col-"] {
        padding: 50px 0px;
        position: relative;
    }
    #col-edu-fac::after {
        content: "";
        position: absolute;
        width: calc(100% - 40px);
        height: 1px;
        left: 20px;
        top: inherit;
        bottom: 0;
        background: #84bdb9;
    }
    #city-info-wrap::before {
        content: none;
    }
    #city-info-wrap > div > * {
        max-width: 370px;
        margin: 0px auto;
    }
    #col-tr-access {
        padding-top: 40px !important;
    }
    #col-tr-access span.tag {
        margin: 0 auto 10px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 1.4rem;
        padding: 6px 23px;
    }
    #col-tr-access .stats .item {
        display: block;
        margin: 0 0 30px;
    }
    #col-tr-access .stats {
        display: block;
        text-align: center;
    }
    .city-info-links a {
        font-size: 1.2rem;
        padding: 12px 62px 12px 19px;
        max-width: inherit;
    }
    #col-edu-fac .city-info-links a:last-child {
        padding: 11px 60px 11px 19px;
    }
    #col-tr-access .city-info-links a {
        padding: 12px 69px 12px 19px;
    }
    #col-tr-access .city-info-links a:last-child {
        padding: 12px 71px 12px 19px;
    }
    #col-edu-fac span.number {
        font-size: 4rem;
    }
    /*（文字拡大時）*/
    .font_size_changed .stats .item {
        font-size: 1.2rem !important;
    }
    .font_size_changed .stats .tag {
        font-size: 0.8rem !important;
    }
    .font_size_changed .stats .number {
        font-size: 3.1rem !important;
    }
    .font_size_changed .stats {
        gap: 34px 10px;
    }
    .font_size_changed #city-info-wrap h3 {
        font-size: 1.8rem !important;
    }
    @media screen and (max-width: 370px) {
        .stats {
            gap: 34px 10px;
        }
        #col-edu-fac::after {
            width: calc(100% - 20px);
            left: 10px;
        }
        .font_size_changed .stats .tag {
            margin-right: 0px;
            padding: 5px 10px;
        }
        .font_size_changed .stats .number {
            margin: 0 2px;
        }
        .font_size_changed .stats {
            gap: 34px 3px;
        }
    }

    /* 新着情報 */
    #iwade-information{
        display: block;
        width: auto;
        padding: 50px 0 0;
    }
    #iwade-information > div {
        margin: 0px 20px;
        padding: 0 0 50px;
    }
    @media screen and (max-width: 370px) {
        #iwade-information > div {
            margin: 0px 10px;
        }
    }
    .section_information_ttl {
        width: 130px;
        margin: 0 0 30px !important;
    }
    #iwade-information div h2 img {
        width: 100%;
        height: auto;
    }
    .section_information_list_wrap ul li {
        margin: 0 0 20px;
    }
    .list_pack {
        gap: 0 10px;
    }

    /* 新着情報（一覧 / RSS） */
    .link_box span {
        margin: 30px 0 0;
    }
    .link_box span a {
        font-size: 1.2rem;
        padding: 12px 72px 12px 20px;
    }

    /* 自由編集下 */
    #jiyuutail_wrap {
        padding: 50px 0;
    }
    #jiyuutail_wrap h2 {
        width: calc(100% - 42px);
        max-width: 293px;
        margin: 0 0 30px !important;
    }
    #free_box_wrap {
        gap: 5px;
        margin: 0;
    }
    #jiyuutail_wrap .free_box {
        width: calc(50% - 2.5px);;
    }

    /* SNSアイコン */
    #sns_wrap {
        width: auto;
        margin: 0 20px;
        padding: 9px 0 51px;
    }
    #sns_wrap h2 {
        margin: 0 0 30px;
    }
    .sns_list {
        gap: 27px;
    }
    .sns_list img {
        width: 31px;
        height: 31px;
    }
    .sns_list a.icon_yt img {
        height: 21px;
    }
    /* ========== 背景色変更 ========== */

    /* 共通 */
    .color_change #jiyuu_wrap .free_box:nth-child(2) {
        margin: 0 auto;
    }
    .color_change .sns_list a:nth-of-type(3) img {
        border-radius: 10px;
    }
    /* 黒 */
    .color_black * {

    }
    /* 青 */
    .color_blue * {

    }

}
/* ==================================================
スマートフォン ここまで
================================================== */