@charset "utf-8";
/*
目次レイアウト
------------------------------------------------------------*/
.tobira #page_toc {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 40px;
}
.tobira #page_toc .link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 16px;
    text-align: center;
    max-width: 400px;
    margin: auto;
}
.tobira #page_toc .link li {
    width: 80%;
    padding: 5px 0;
    font-size: 1.4rem;
    background-color: #fff;
    border: 2px solid #151A8C;
    cursor: pointer;
    transition: .3s;
}
.tobira #page_toc .link li:hover {
    background-color: #151A8C;
}
.tobira #page_toc .link li a {
    color: #151A8C;
    font-weight: bold;
}
.tobira #page_toc li:hover a {
    color: #fff;
    opacity: 1;
}
.tobira #page_toc .link li:hover a:visited {
    color: #fff;
}
@media (min-width: 576px) {
    .tobira #page_toc .link {
        column-gap: 20px;
        flex-wrap: wrap;
        max-width: none;
    }
    .tobira #page_toc .link li {
        width: 40%;
    }
}
@media (min-width: 768px) {
    .tobira #page_toc .link {
        column-gap: initial;
        justify-content: space-between;
    }
    .tobira #page_toc .link li {
        width: fit-content;
        padding: 5px 10px;
    }
}
@media (min-width: 992px) {
    .tobira #page_toc .link {
        column-gap: 20px;
        justify-content: center;
    }
}
/*
福岡おとなびの想い
------------------------------------------------------------*/
#concept .block {
    width: 100%;
    margin: auto;
    padding: 0 0 60px;
}
@media screen and (max-width: 767.98px) {
    #concept .block {
        padding: 23px 20px 26px 20px;
    }
}
/*--------　共通　波線　-----------------------------------*/
.spikes {
    position: relative;
    background-color: #f7f5ef;
    height: 10px;
}
.spikes::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 100%;
    display: block;
    height: 10px;
    background-size: 10px 100%;
    background-image: linear-gradient(135deg, #151a8c 25%, transparent 25%), linear-gradient(225deg, #151a8c 25%, transparent 25%);
    background-position: 0 0;
}
.spikes_u {
    height: 0;
}
.spikes_u::after {
    top: calc(100% - 10px);
    background-image: linear-gradient(315deg, #151a8c 25%, transparent 25%), linear-gradient(45deg, #151a8c 25%, transparent 25%);
}
/*--------　福岡オトナビとはメッセージ　---------------*/
.ConMsg {
    font-size: 1.6rem;
    padding-top: 16px;
    text-align: justify;
    font-weight: bold;
    padding-bottom: 50px;
    z-index: 2;
    position: relative;
}
.ConMsg p {
    margin-bottom: 16px;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.ConMsg br.sp {
    display: none;
}
@media (min-width: 425px) {
    .ConMsg {
        font-size: 1.8rem;
    }
}
@media (min-width: 576px) {
    .ConMsg {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    #concept .block {
        padding: 0;
    }
    .ConMsg {
        font-size: 23px;
        padding-left: 48px;
        padding-bottom: 0;
        padding: 50px;
    }
    .ConMsg br.sp {
        display: block;
    }
}
@media (min-width: 992px) {
    .ConMsg {
        font-size: 24px;
        padding-left: 130px;
    }
}
@media (min-width: 1200px) {
    .ConMsg {
        font-size: 28px;
        padding-left: 220px;
    }
}
/*--------　メッセージ上の画像　--------------------------------*/
.ConBttom {
    position: relative;
}
.ConBttom img {
    position: absolute;
    bottom: -60px;
    right: 40px;
    width: 100px;
    z-index: 1;
}
@media (min-width: 576px) {
    .ConBttom img {
        width: 110px;
    }
}
@media (min-width: 768px) {
    .ConBttom img {
        right: 80px;
        width: 170px;
    }
}
@media (min-width: 992px) {
    .ConBttom img {
        right: 140px;
    }
}
@media (min-width: 1200px) {
    .ConBttom img {
        right: 200px;
    }
}
/*相談したい・参加したいボタン
------------------------------------------------*/
.otonavi-about {
    padding: 80px 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .otonavi-about {
        padding: 100px 0;
    }
}
@media (min-width: 1200px) {
    .otonavi-about {
        padding: 135px 0;
    }
}
.OtonaviBnr {
    max-width: 1100px;
    margin: auto;
}
.OtonaviBnrGItem a {
    position: relative;
    height: 120px;
    padding-left: 140px;
    padding-right: 50px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    text-shadow: 1px 2px 4px #000;
    transition: 0.3s;
    background-image: radial-gradient(circle, #ffffff45 1px, transparent 1px);
    background-position: 0 0;
    background-size: 3px 3px;
}
.OtonaviBnrGItem a:before {
    content: "";
    width: 80px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 30px;
    filter: drop-shadow(2px 2px 1px #555);
}
.OtonaviBnrGItem1 a:before {
    background-image: url(https://otonavi.city.fukuoka.lg.jp/wp-content/themes/ca-default_child/img/SixWinC01.png);
    background-position-y: 20px;
}
.OtonaviBnrGItem2 a:before {
    background-image: url(https://otonavi.city.fukuoka.lg.jp/wp-content/themes/ca-default_child/img/SixWinC02.png);
    background-position-y: 28px;
}
.OtonaviBnrGItem a:hover {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
}
.OtonaviB_txt {
    width: calc(100% - 70px);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 2px 4px #000;
}
/*	福岡オトナビのサポート
------------------------------------------------*/
#otonavi-support {
    padding: 80px 0;
}
@media (min-width: 768px) {
    #otonavi-support {
        padding: 100px 0;
    }
}
/* 
　検索結果　カスタマイズ
------------------------------------------------------------*/
.tobira .post {
    margin-bottom: 100px;
}
.tobira .post .m-ttl {
    text-align: center;
    margin-bottom: 30px;
}
.tobira .post .m-ttl h2 {
    color: #151A8C;
    font-size: 3.6rem;
    line-height: 1.5;
}
.tobira .post .m-ttl p {
    color: #151A8C;
    font-weight: bold;
}
@media screen and (max-width: 767.98px) {
    .tobira .post {
        margin-bottom: 60px;
    }
    .tobira .post .m-ttl {
        margin-bottom: 20px;
    }
    .tobira .post .m-ttl h2 {
        font-size: 2.2rem;
    }
}
/* 微調整
------------------------------------------------------------*/
.tobira .site-body {
    padding: 0;
}
.tobira .entry-body {
    margin-bottom: 0;
}