body {
    background-color: #F5F3F0;
    color: #523523;
    /* font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic',
    sans-serif;
    font-weight: 400;
    font-style: normal; */
    margin: 0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* header */
.l-header .l-header_nav {
    background-color: #fff;
    padding: 2px 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    margin: 0;
    opacity: 0.97;
    top: 0;
    padding: 12px 0;
}
.l-header .l-header_nav .l-header_navList {
    list-style: none;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    /* margin: 0; */
    /* padding-top: 4px;
    padding-bottom: 8px; */
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
}
.l-header .l-header_nav .l-header_navList li a {
    text-decoration: none;
    color: #523523;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header .l-header_nav .l-header_navList li a:hover {
    opacity: 0.4;
}
.l-header .l-header_nav .l-header_navList li img.l-header_nav-logo {
    height: 60px;
    width: auto;
}
.l-header .l-header_nav .l-header_navList ul.l-header_navList-left li img {
    height: 60px;
    width: auto;
}
.l-header .l-header_nav .l-header_navList .l-header_navList-left h1 {
    margin: 0;
}
.l-header .l-header_nav .l-header_navList .l-header_navList-left li:nth-child(2) p {
    margin: 0;
    font-weight: bold;
}
.l-header .l-header_nav .l-header_navList li:nth-child(n+3) {
    margin-left: auto;
}
.l-header .l-header_nav .l-header_navList li img.c-header_nav-img {
    width: 30px;
    margin: 5px 0;
    height: auto;
}
.l-header .l-header_nav .l-header_navList ul.l-header_navList-right li img {
    width: 30px;
    margin: 5px 0;
    height: auto;
}
.l-header .l-header_nav .l-header_navList li .l-header .l-header_nav .l-header_navList li a p {
    margin: 0;
}
.l-header_navList-sp {
    display: none;
}
ul.l-header_navList-left {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}
ul.l-header_navList-left li {
    padding-right: 16px;
}
ul.l-header_navList-right {
    display: flex;
    align-items: end;
    margin-top: 0;
    margin-bottom: 0;
}
ul.l-header_navList-right li {
    padding-right: 20px;
}
ul.l-header_navList-right li a {
    font-size: 0.8em;
}
ul.l-header_navList-right li a p {
    margin-top: 0;
    margin-bottom: 0;
}
ul.l-header_navList-right li:last-child {
    padding: 0;
}
.l-header_navList-leftWrap {
    display: none;
}
@media screen and (max-width:999px) {
    .l-header .l-header_nav .l-header_navList {
        height: 52px;
    }
    .l-header .l-header_nav .l-header_navList ul.l-header_navList-left li img {
        height: 40px;
    }
    .l-header .l-header_nav {
        z-index: 2;
        padding: 2px 0;
    }
    .l-header_navList-sp {
        display: block;
        height: 100%;
        background-color: #fff;
    }
    /* ハンバーガーメニュー */
    .burger-btn {
        display: block;
        width: 56px;
        height: 56px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 3;
        border: none;
        background-color: #523523;
        margin-left: auto;
        margin-right: 0px;
    }
    .bar {
        width: 20px;
        height: 1px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
    }
    .bar_top {
        top: 20px;
    }
    .bar_mid {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .bar_bottom {
        bottom: 20px;
    }
    .burger-btn.close .bar_top {
        transform: translate(-50%, 7px) rotate(45deg);
        transition: transform .3s;
    }
    .burger-btn.close .bar_mid {
        opacity: 0;
        transition: opacity .3s;
    }
    .burger-btn.close .bar_bottom {
        transform: translate(-50%, -8px) rotate(-45deg);
        transition: transform .3s;
    }
    .l-header_navList-sp {
        visibility: hidden;
        opacity: 0;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        transition: all .5s;
        z-index: 2;
    }
    .header-nav {
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 80;
    }
    .nav-list {
        display: block;
        position: absolute;
        top: 32%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .nav-list li {
        padding: 16px 0;
    }
    .nav-list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #360909;
        font-weight: bold;
        font-size: 0.9em;
    }
    .nav-list li a p {
        margin: 0;
    }
    .nav-list li a img {
        height: 20px;
        width: auto;
        margin-right: 16px;
    }
    .nav-item {
        margin-right: 0;
        margin-bottom: 40px;
    }
    /* メニューオープン時 */
    .l-header_navList-sp.fade {
        visibility: visible;
        opacity: 1;
    }
    /* ハンバーガーメニューここまで */
    .noscroll {
        overflow: hidden;
    }
    .l-header .l-header_nav .l-header_navList .l-header_navList-right {
        display: none;
    }
    .l-header .l-header_nav .l-header_navList li img.l-header_nav-logo {
        height: 40px;
        width: auto;
    }
}
@media screen and (max-width:600px) {
    .l-header_navList-left {
        padding: 0;
    }
    .l-header_navList-left li:first-child {
        padding-left: 10px;
    }
    .l-header_navList-leftTxt {
        display: none;
    }
    .l-header_navList-leftWrap {
        font-size: 0.8em;
        display: block;
    }
    .l-header_navList-leftWrap p {
        font-weight: bold;
    }
}
/* header ここまで*/
/* main　共通 */
main {
    width: 100%;
    display: flex;
    /* justify-content: space-around; */
    justify-content: space-evenly;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px;
}
.l-contents {
    width: 72%;
    max-width: 700px;
}
/*
    .l-contents div.content h2::before,
    .l-contents div.content h3::before{
        display: block;
        padding-top: 80px;
        margin-top: -80px;
        content: "";
    } */
ul.breadcrumb {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
ul.breadcrumb li {
    font-size: 0.9em;
    color: #360909;
}
ul.breadcrumb li a {
    color: #360909;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.breadcrumb li a:hover {
    opacity: 0.4;
}
ul.breadcrumb li::after {
    content: '>';
    font-size: 0.7em;
    padding: 8px;
}
ul.breadcrumb li:last-child:after {
    display: none;
}
/* .l-contents .c-breadList{
    display: flex;
    padding: 0;
    }

    .l-contents .c-breadList li{
    list-style: none;
    }

    .l-contents .c-breadList li::after{
    content:'>';
    font-size: 0.7em;
    padding-left: 5px;
    }

    .l-contents .c-breadList li:last-child:after{
    display: none;
    } */
.c-contentsDetail_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 10px 0;
    border-bottom: #ab9587 2px dashed;
}
.c-contentsDetail_about-category {
    display: flex;
    align-items: center;
}
.c-contentsDetail_about-category img {
    width: 50px;
    height: auto;
}
.c-contentsDetail_about-category p {
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 8px;
}
/* 改修中 20230119 no27 */
/* .c-contentsDetail_about-category a {
        font-weight: bold;
        font-size: 1.2em;
        color: #523523;
        text-decoration: none;
    } */
.c-contentsDetail_tagList {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.c-contentsDetail_tagList li {
    list-style: none;
    margin: 8px 4px;
    background-color: #fff;
    border: solid 1px #523523;
    color: #523523;
    border-radius: 12px;
    filter: drop-shadow(1px 1px 1px #c9c3bd);
    transition: background-color 1s;
}
.c-contentsDetail_tagList-jump {
    width: 100%;
    text-align: right;
}
.c-contentsDetail_tagList-jump a {
    color: #360909;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-contentsDetail_tagList-jump a::before {
    content: '▶︎';
}
.c-contentsDetail_tagList-jump a:hover {
    opacity: 0.4;
}
.c-contentsDetail_tagList li a {
    display: inline-block;
    text-decoration: none;
    color: #523523;
    padding: 4px;
    font-size: 0.95em;
}
.c-contentsDetail_tagList li:hover {
    background-color: #c9beb6;
    border: solid 1px #523523;
}
.c-contentsDetail_tagList li {
    list-style: none;
    margin: 8px 4px;
    background-color: #fff;
    border: solid 1px #523523;
    color: #523523;
    border-radius: 12px;
    filter: drop-shadow(1px 1px 1px #c9c3bd);
    transition: background-color 1s;
}
.c-contentsDetail_tagList-jump {
    width: 100%;
    text-align: right;
}
.c-contentsDetail_tagList-jump a {
    color: #360909;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-contentsDetail_tagList-jump a::before {
    content: '▶︎';
}
.c-contentsDetail_tagList-jump a:hover {
    opacity: 0.4;
}
.c-contentsDetail_tagList li a {
    display: inline-block;
    text-decoration: none;
    color: #523523;
    padding: 4px;
    font-size: 0.95em;
}
.c-contentsDetail_tagList li:hover {
    background-color: #c9beb6;
    border: solid 1px #523523;
}
.c-contentsDetail_info-jump {
    width: 100%;
    text-align: right;
}
.c-contentsDetail_info-jump a {
    color: #360909;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-contentsDetail_info-jump a::before {
    content: '▶︎';
}
.c-contentsDetail_info-jump a:hover {
    opacity: 0.4;
}
/* .c-contentsDetail_tagList li a:hover{
    color: rgb(243, 226, 207);
    } */
.l-contents h1 {
    font-size: 1.6rem;
    max-width: 630px;
    text-indent: -1.2em;
    margin: 0 auto;
}
.l-contentsDetail_about {
    border-radius: 20px;
    padding: 3px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}
.box-outline {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 0;
}
.l-contentsDetail_mainImg {
    border-radius: 100px;
    padding: 6px;
    width: auto;
    max-width: 700px;
    height: 444px;
    margin: 0;
    margin-top: 20px;
}
.l-contentsDetail_mainImg img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 100px;
    width: 768px;
    height: 432px;
    object-fit: cover;
}
@media screen and (max-width:999px) {
    main {
        flex-direction: column;
        padding-top: 84px;
        /* padding-top: 44px; */
    }
    .l-contents {
        width: 90%;
        max-width: 700px;
        margin: 0 auto;
    }
}
@media screen and (max-width:778px) {
    .l-top_list-card {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #l-contents_top .l-top_list-ttl p {
        /* padding-left: 16px; */
        margin: 0;
        font-size: 0.8em !important;
    }
    .l-contentsDetail_mainImg {
        border-radius: 60px;
        padding: 6px;
        width: 100%;
        height: auto;
        max-width: 680px;
        max-height: 372px;
        margin: 0;
        margin-top: 20px;
    }
    .l-contentsDetail_mainImg img {
        border-radius: 60px;
        width: 640px;
        height: 360px;
        object-fit: cover;
    }
}
@media screen and (max-width:548px) {
    .l-contentsDetail_mainImg {
        border-radius: 60px;
        padding: 6px;
        width: 100%;
        height: auto;
        max-width: 680px;
        max-height: 284px;
        margin: 0;
        margin-top: 20px;
    }
    .l-contentsDetail_mainImg img {
        border-radius: 60px;
        width: 480px;
        height: 270px;
        object-fit: cover;
    }
}
@media screen and (max-width:465px) {
    .l-contentsDetail_mainImg {
        border-radius: 30px;
        padding: 6px;
        width: 100%;
        height: auto;
        max-height: 229px;
        margin: 0;
        margin-top: 20px;
    }
    .l-contentsDetail_mainImg img {
        border-radius: 30px;
        width: 384px;
        height: 216px;
        object-fit: cover;
    }
}
/* main 共通 ここまで*/
/* top */
.c-news p {
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #BDE29B 0%, #FCD7AB 100%);
    border-image-slice: 1;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.c-news p::after {
    content: '';
    display: inline-block;
    background-image: url(../images/mapmap.png);
    background-size: 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.c-news a {
    text-decoration: none;
    display: block;
    text-align: right;
    color: #875f46;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-news a:hover {
    color: #ab9587;
    text-decoration: underline;
}
.c-contentsTop_tagList {
    margin-top: 10px;
}
.c-contentsTop_tagList h4 {
    margin: 0;
}
.c-contentsTop_tagList div {
    display: flex;
    align-items: center;
}
.c-contentsTop_tagList div ul {
    margin: 0;
}
.c-contentsTop_tagList div p {
    margin: 0;
}
#l-contents_top .c-contentsTop_tagList div .c-contentsDetail_tagList {
    width: 80%;
}
#l-contents_top .c-contentsTop_tagList div .c-contentsDetail_tagList-jump {
    font-size: 0.9em;
    width: 20%;
}
#l-contents_top .l-top_list {
    margin-bottom: 56px;
}
#l-contents_top .l-top_list .l-top_list-ttl {
    width: 100%;
    display: flex;
    align-items: center;
    /* margin-top: 40px; */
    margin-bottom: 10px;
}
#l-contents_top .l-top_people .l-top_list-ttl {
    border-bottom: 3px dashed #E9B160;
}
#l-contents_top .l-top_walking .l-top_list-ttl {
    border-bottom: 3px dashed #EDA58E;
}
#l-contents_top .l-top_books .l-top_list-ttl {
    border-bottom: 3px dashed #9ACEC9;
}
#l-contents_top .l-top_list-ttl div {
    display: flex;
    align-items: center;
}
#l-contents_top .l-top_list-ttl div img {
    width: 40px;
    height: auto;
    padding-right: 8px;
    margin: 0;
}
#l-contents_top .l-top_list-ttl h2 {
    margin: 0;
}
#l-contents_top .l-top_list-ttl p {
    padding-left: 16px;
    margin: 0;
}
.l-top_list-card {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#l-contentsList_people .l-top_list-card {
    justify-content: flex-start;
}
#l-contentsList_people .l-top_list-card .c-card {
    margin-right: 30px;
    margin-left: 20px;
}
#l-contentsList_walking .l-top_list-card {
    justify-content: flex-start;
}
#l-contentsList_walking .l-top_list-card .c-card {
    margin-right: 30px;
    margin-left: 20px;
}
#l-contentsList_books .l-top_list-card {
    justify-content: flex-start;
}
#l-contentsList_books .l-top_list-card .c-card {
    margin-right: 30px;
    margin-left: 20px;
}
#l-contents_archive .l-top_list-card {
    justify-content: flex-start;
}
#l-contents_archive .l-top_list-card .c-card {
    margin-right: 30px;
    margin-left: 20px;
}
/* 記事カード */
.c-card.c-card_people,
.c-card.c-card_walking,
.c-card.c-card_books {
    width: auto;
    /* max-width: 300px; */
    width: 300px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: bottom 10px right 10px;
    background-size: 40px;
    margin-top: 32px;
    margin-bottom: 16px;
    max-height: 442px;
}
.c-card_link {
    display: block;
    height: 393px;
    text-decoration: none;
    color: #523523;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-card_link:hover {
    background-color: rgb(226, 218, 211, 0.5);
}
.c-card div span p {
    font-size: 13px;
}
.c-card_wrap {
    padding: 10px;
    height: 100%;
}
.c-card_img img {
    display: block;
    border-radius: 20px;
    width: 256px;
    height: 144px;
    margin: 0 auto;
    object-fit: cover;
}
p.c-card_date {
    margin: 0;
    font-size: 0.9em;
}
.c-card h3 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.c-card .c-contentsDetail_tagList li {
    font-size: 0.9em;
    margin: 3px 3px;
}
.c-card_people {
    position: relative;
    border: 4px solid #EFBF7F;
    background-image: url(../images/icon-people.png);
}
.c-card_people-mark {
    position: absolute;
    top: -31px;
    left: -31px;
}
.c-card_people-mark img {
    width: 68px;
    height: auto;
}
.c-card_people-mark span {
    position: relative;
}
.c-card_people-mark span::after {
    position: absolute;
    content: '人々';
    font-size: 0.9em;
    top: -34px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    width: 68px;
    text-align: center;
}
.c-card_walking {
    display: inline-flex;
    position: relative;
    border: 4px solid #EDA58E;
    background-image: url(../images/icon-walking.png);
}
.c-card_walking-mark {
    position: absolute;
    top: -31px;
    left: -31px;
}
.c-card_walking-mark img {
    width: 68px;
    height: auto;
}
.c-card_walking-mark span {
    position: relative;
}
.c-card_walking-mark span::after {
    content: '歩き方';
    font-size: 0.9em;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    width: 68px;
    text-align: center;
}
.c-card_books {
    position: relative;
    border: 4px solid #A9D5D1;
    background-image: url(../images/icon-books.png)
}
.c-card_books-mark {
    position: absolute;
    top: -31px;
    left: -31px;
}
.c-card_books-mark img {
    width: 68px;
    height: auto;
}
.c-card_books-mark span {
    position: relative;
}
.c-card_books-mark span:after {
    position: absolute;
    content: 'よみもの';
    font-size: 0.9em;
    top: -34px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    width: 68px;
    text-align: center;
}
/* インフォ一覧 */
#l-contents_info .l-top_list-card {
    flex-direction: column;
}
div.c-card.c-card_info {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}
div.c-card.c-card_info .c-card_link {
    height: 200px;
}
.c-card_info h3 {
    border-bottom: #360909 1px dashed;
}
.c-card_info h3 img.infolist-icon {
    width: 30px;
    margin-right: 8px;
}
.c-card_info-summary {
    overflow: hidden;
    flex-wrap: wrap;
    height: auto;
}
.c-card_info-more {
    text-align: right;
    margin-bottom: 0;
}
.c-card_info-more a {
    color: #659661;
}
#l-contents_info .l-contentsDetail_mainImg {
    background: linear-gradient(90deg, #BDCEB4, #93b382);
}
#l-contents_info .l-contentsDetail_about {
    background: linear-gradient(90deg, #BDCEB4, #93b382);
}
p.info-detail_a,
p.info-detail_back {
    text-align: left;
}
p.info-detail_a a,
p.info-detail_back a {
    color: #659661;
}
/* もっと見るボタン */
.c-moreBtn {
    width: 260px;
    border-radius: 10px;
    background-color: #433c3c;
    margin: 0 auto;
    /* margin-top: 16px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-moreBtn a {
    display: block;
    text-decoration: none;
}
.c-moreBtn:hover {
    opacity: 0.4;
}
.c-moreBtn a p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 14px 12px;
}
.c-moreBtn_people {
    background-color: #E9B160;
}
.c-moreBtn_walking {
    background-color: #EDA58E;
}
.c-moreBtn_books {
    background-color: #9ACEC9;
}
/* もっと見るボタンここまで */
@media screen and (max-width: 700px) {
    #l-contents_top .l-top_list {
        padding-bottom: 32px;
    }
    #l-contents_top .l-top_list .l-top_list-ttl {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        flex-direction: column;
    }
}
/* topここまで */
/* people */
#l-contents_people h1::before {
    content: "";
    background-image: url(../images/icon-people_flower.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 0 8px;
}
#l-contents_people .l-contentsDetail_mainImg {
    background: linear-gradient(90deg, #EFBF7F, #fdf0a7);
}
#l-contents_people .l-contentsDetail_about {
    background: linear-gradient(90deg, #EFBF7F, #fdf0a7);
}
#l-contents_people h2 {
    border-left: 8px solid #EFBF7F;
    padding-left: 10px;
    border-bottom: 2px solid #C7C0B8;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.4rem;
    margin-top: 48px;
    margin-bottom: 24px;
}
#l-contents_people h3 span {
    color: #e0a14f;
}
/* people ここまで */
/* walking */
#l-contents_walking h1::before {
    content: "";
    background-image: url(../images/icon-walking_flower.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 0 8px;
}
#l-contents_walking .l-contentsDetail_mainImg {
    background: linear-gradient(90deg, #fba99c, #EFBF7F);
}
#l-contents_walking .l-contentsDetail_about {
    background: linear-gradient(90deg, #fba99c, #EFBF7F);
}
#l-contents_walking h2 {
    border-left: 8px solid #EDA58E;
    padding-left: 10px;
    border-bottom: 2px solid #C7C0B8;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.4rem;
    margin-top: 48px;
    margin-bottom: 24px;
}
#l-contents_walking h3 span {
    color: #E87E5C;
}
/* walkingここまで */
/* info - 固定ページ */
#l-contents_info .c-info_list {
    border-bottom: 3px dashed #BDCEB4;
    display: flex;
    justify-content: space-between;
}
#l-contents_info .c-info_list h3 {
    margin: 0;
}
#l-contents_info .c-info_list p {
    margin: 0;
}
.l-contentsList_info {
    padding: 0;
}
.l-contentsList_info li a {
    color: #523523;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.l-contentsList_info li a:hover {
    opacity: 0.4;
}
@media screen and (max-width: 600px) {
    #l-contents_info .c-info_list {
        flex-direction: column;
    }
}
/* info -固定ページ- ここまで */
/* books */
#l-contents_books h1::before {
    content: "";
    background-image: url(../images/icon-books_flower.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 0 8px;
}
#l-contents_books .l-contentsDetail_mainImg {
    background: linear-gradient(90deg, #A9D5D1, #99b8ea);
}
#l-contents_books .l-contentsDetail_about {
    background: linear-gradient(90deg, #A9D5D1, #99b8ea);
}
#l-contents_books h2 {
    border-left: 8px solid #A9D5D1;
    padding-left: 10px;
    border-bottom: 2px solid #C7C0B8;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.4rem;
    margin-top: 48px;
    margin-bottom: 24px;
}
#l-contents_books h3 span {
    color: #6eb8b1;
}
/* booksここまで */
/* 関連記事・同じカテゴリの記事 */
.l-category_group_h4 {
    padding-top: 16px;
    font-size: 1.2em;
    color: #826756;
    margin-bottom: 0;
}
#l-contents_people .l-category_group_h4 {
    border-top: 3px dotted #E9B160;
}
#l-contents_walking .l-category_group_h4 {
    border-top: 3px dotted #EDA58E;
}
#l-contents_books .l-category_group_h4 {
    border-top: 3px dotted #9ACEC9;
}
.l-category_group {
    display: flex;
    justify-content: flex-start;
}
.l-category_group .c-card {
    margin-right: 30px;
    margin-left: 20px;
}
/* .c-card:after{
     content: "";
    display: block;
    width: 300px;
    height: 0;
} */
@media screen and (max-width:720px) {
    .l-category_group {
        display: flex;
        justify-content: center;
        /* flex-wrap: wrap; */
        flex-direction: column;
        align-items: center;
    }
}
/* 関連記事・同じカテゴリの記事ここまで */
/* カテゴリごと記事一覧 */
.l-contentsList_ttl {
    width: 100%;
    margin-bottom: 24px;
}
.l-contentsList_ttl div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-contentsList_ttl div h3 {
    margin: 0;
    margin-left: 24px;
}
.l-contentsList_ttl div img {
    height: 48px;
    width: auto;
}
.l-contentsList_ttl p {
    text-align: center;
    margin-top: 0;
}
/* カテゴリごと記事一覧ここまで */
/* タグごと記事一覧 */
#l-contents_archive ul.ul-cont-list {
    padding: 0;
}
/* タグ一覧 */
#l-contentsList_tag h3 {
    border-bottom: 2px solid #C7C0B8;
}
.c-contentsList_tag-categoryTtl {
    display: flex;
    align-items: center;
}
.c-contentsList_tag-categoryTtl img {
    height: 40px;
    width: auto;
    margin-right: 24px;
}
.c-contentsList_tag-categoryTtl h4 {
    margin: 0;
}
.c-contentsList_tag-categoryTtl p {
    margin: 0;
}
.c-contentsList_tagList {
    margin-bottom: 48px;
}
.c-contentsList_tagList li {
    list-style: none;
    display: flex;
    align-items: center;
}
.c-contentsList_tagList li a {
    margin: 8px 4px;
    background-color: #fff;
    border: solid 1px #523523;
    color: #523523;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 1px #c9c3bd);
    transition: background-color 1s;
    display: inline-block;
    text-decoration: none;
    color: #523523;
    padding: 2px 16px;
    font-size: 0.95em;
}
.c-contentsList_tagList li a:hover {
    background-color: #c9beb6;
    border: solid 1px #523523;
}
.c-contentsList_tagList li p {
    margin: 0;
}
.c-contentsList_tagList li p::before {
    content: '……';
}
.c-contentsList_tagList-people li::before {
    content: "";
    background-image: url(../images/icon-people_flower.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 0 8px;
}
.c-contentsList_tagList-walking li::before {
    content: "";
    background-image: url(../images/icon-walking_flower.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 0 8px;
}
.c-contentsList_tagList-info li::before {
    content: "";
    background-image: url(../images/icon-info_flower.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 0 8px;
}
.c-contentsList_tagList-books li::before {
    content: "";
    background-image: url(../images/icon-books_flower.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 0 8px;
}
/* タグ一覧ここまで */
/* sidebar */
.l-sidebar {
    width: 28%;
    height: 100%;
}
.l-sidebar_pc-flower {
    width: 50px;
    height: auto;
}
.l-sidebar_h4 {
    margin-bottom: 30px;
}
.l-sidebar_manapula {
    position: relative;
}
.l-sidebar_manapula .l-sidebar_pc-flower {
    display: block;
    position: absolute;
    top: -33px;
    right: 10px;
}
.l-sidebar_info ul {
    padding: 0;
}
.l-sidebar_info li a {
    color: #523523;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.l-sidebar_info li a:hover {
    opacity: 0.4;
}
p.c-contentsDetail_info-txt {
    text-align: left;
    font-weight: bold;
    margin: 0;
}
.l-sidebar_info .c-contentsDetail_info-jump {
    margin: 0;
    padding-top: 16px;
}
.l-sidebar_ranking {
    position: relative;
    margin-top: 50px;
}
.l-sidebar_ranking img {
    display: block;
}
.l-sidebar_ranking .l-sidebar_pc-flower {
    position: absolute;
    top: -36px;
    right: 10px;
}
.l-sidebar_h4 h4 {
    background-color: #fff;
    padding: 10px;
    filter: drop-shadow(1px 1px 1px #c9c3bd);
    border-radius: 8px;
    color: #360909;
    margin-bottom: 16px;
}
.l-sidebar_h4 h4 span {
    color: #659661;
}
.l-sidebar_h4 .c-btn_learno {
    width: 240px;
    height: 50px;
    background: linear-gradient(180deg, #F5F3B6, #EAFFD5);
    margin: 0 auto;
    border-radius: 16px;
    filter: drop-shadow(1px 1px 1px #c9c3bd);
    margin-bottom: 30px;
}
.l-sidebar_h4 .c-btn_learno a {
    width: 240px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.l-sidebar_h4 .c-btn_learno a:hover {
    opacity: 0.4;
}
.l-sidebar_h4 .c-btn_learno a::before {
    content: "";
    background-image: url(../images/icon-info.png);
    display: inline-block;
    width: 32px;
    height: 22px;
    background-size: 32px;
    background-repeat: no-repeat;
    margin: 0 8px;
    margin-top: 13px;
}
.l-sidebar_h4 .c-btn_learno a p {
    float: right;
    font-size: 0.9em;
    text-decoration: none;
    color: #433c3c;
    margin-right: 20px;
    margin-top: 13px;
    text-align: center;
    font-weight: bold;
}
.l-sidebar_ranking ul {
    padding: 0;
}
.l-sidebar_ranking ul li {
    list-style: none;
    border-bottom: #360909 1px dashed;
    padding: 20px 8px;
}
.l-sidebar_ranking ul li:first-child {
    padding: 0 8px 20px 8px;
}
.l-sidebar_ranking ul li:last-child {
    border-bottom: none;
}
.l-sidebar_ranking ul li a {
    display: block;
    text-decoration: none;
    color: #523523;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.l-sidebar_ranking ul li a:hover {
    opacity: 0.4;
}
.l-sidebar_ranking ul li a h5 {
    margin: 0;
    text-align: center;
    margin-top: 8px;
}
.l-sidebar_ranking ul li a div {
    margin: 0 auto;
    /* width: 180px; */
    width: 200px;
    border-radius: 24px;
    filter: drop-shadow(1px 1px 1px #c9c3bd);
}
/* .l-sidebar_ranking ul li a .l-sidebar_ranking-people{
    background: linear-gradient(90deg, #EFBF7F, #fdf0a7);
    }

    .l-sidebar_ranking ul li a .l-sidebar_ranking-walking{
    background: linear-gradient(90deg, #fba99c, #EFBF7F);
    }

    .l-sidebar_ranking ul li a .l-sidebar_ranking-books{
    background: linear-gradient(90deg, #A9D5D1, #99b8ea);
    } */
.l-sidebar_ranking ul li a div.people {
    background: linear-gradient(90deg, #EFBF7F, #fdf0a7);
}
.l-sidebar_ranking ul li a div.walking {
    background: linear-gradient(90deg, #fba99c, #EFBF7F);
}
.l-sidebar_ranking ul li a div.books {
    background: linear-gradient(90deg, #A9D5D1, #99b8ea);
}
.l-sidebar_ranking ul li a div img {
    padding: 3px;
    margin: 0 auto;
    border-radius: 24px;
    /* width: 180px;
        height: 125px; */
    width: 200px;
    height: 138px;
    margin: 0 auto;
    object-fit: cover;
}
.l-sidebar_h4.l-sidebar_instagram {
    margin-bottom: 20px;
}
.fbBox_pc {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.fbBox_sp {
    display: none;
}
.fb-page,
.fb-page span,
.fbBox_pc iframe {
    width: 100% !important;
    height: 500px !important;
}
@media screen and (max-width:999px) {
    .l-sidebar {
        width: 80%;
        max-width: 700px;
        margin: 0 auto;
    }
    @media screen and (max-width: 640px) {
        .fbBox .fbBox_pc {
            display: none;
        }
        .fbBox .fbBox_sp {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 80%;
        }
        .fb-page,
        .fb-page span,
        .fbBox_sp iframe {
            width: 100% !important;
            height: 500px !important;
        }
    }
}
/* sidebar ここまで */
/* footer */
footer {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 250px;
}
footer a:hover {
    opacity: 0.4;
}
footer .l-footer {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-height: 400px;
    padding-top: 13px;
    padding-bottom: 16px;
}
.l-footer_logoImg {
    width: 300px;
    margin-top: 40px;
    margin: 0 auto;
}
.l-footer_categoryList {
    margin: 0 auto;
}
.l-footer_categoryList ul {
    list-style: none;
    display: flex;
    /* padding-bottom: 24px; */
    margin: 0;
}
.l-footer_categoryList ul li {
    margin: 0 10px;
}
.l-footer_categoryList ul li a {
    text-decoration: none;
    color: #523523;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.l-footer_bottom {
    position: absolute;
    bottom: 0;
    background-color: #523523;
    width: 100%;
}
.l-footer_bottom ul {
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.l-footer_bottom ul li {
    list-style: none;
    margin: 8px 16px;
}
.l-footer_bottom ul li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footerCopyright p {
    color: #fff;
    text-align: center;
}
@media screen and (max-width:999px) {}
@media screen and (max-width:700px) {
    footer {
        height: 228px;
    }
    .l-footer_logoImg {
        width: 186px;
        margin-top: 40px;
        margin: 0 auto;
    }
    .l-footer_categoryList ul {
        display: flex;
        padding: 0;
    }
    .l-footer_categoryList {
        display: none;
    }
    .l-footer_bottom ul {
        padding: 0;
        flex-direction: column;
    }
    .l-footer_bottom ul li {
        margin: 0 auto;
    }
    .l-footer_bottom ul li {
        font-size: 0.9em;
    }
    .footerCopyright {
        font-size: 0.7em;
    }
}
/* footerここまで */

/* 改善モジュールここから */
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.client_image h3{
    font-size: 1.2rem;
    margin-top: -40px;
}

.client{
    margin-top: 60px;
}

.client_image{
    flex-direction: column;
    width: 25%;
    margin-bottom: 40px;
    align-items: center;
    display: flex;
}

.client img{
    width: 50%;
    margin-top: -15px;
}

.client_p{
  width: 70%;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  color: #523523;
  font-size: 1.3rem;
  border: solid 2px #523523;
  box-sizing: border-box;
  border-radius: 10px;
  margin-right: 5%;
}

.client_p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #F5F3F0;
  z-index: 2;
}

.client_p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #523523;
  z-index: 1;
}

.client p {
  margin: 5px;
  padding: 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 32px;
}

@media  screen and (max-width:550px){
    .flex{
      align-items: flex-start;
    }

    .client_p:before {
      top: 30px;
    }

    .client_p:after {
       top: 30px;
    }

    .client_image h3{
        font-size: 1.0rem
    }
}


.kaizen p{
    position: relative;
    background-color: #EDA58E;
    border-radius: 25px;
    margin-top: 40px;
    color: #FFF;
    font-size: 1.1rem;
    z-index: 4;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.kaizen .sub_title{
    text-align: center;
}

.kaizen h4{
    position: relative;
    font-size: 1.25rem;
    background: #FFF;
    border-radius: 20px;
    border: #EDA58E solid 4px;
    line-height: 35px;
    padding: 25px 40px 20px 40px;
    text-align: left;
    z-index: 3;
    margin: -35px 5% 0 5%;
}

h6{
    font-size: 1.1rem;
    font-weight:bold;
    border-bottom: #C7C0B8 solid 3px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.response_title{
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 40px;
}

.response_content{
    font-size: 16px;
    margin-top: -10px;
}
/* 改善モジュールここまで */

.content a {
    color: #528864;
}