
@charset "UTF-8";
/* CSS Document */
/*--------------------
    共通
--------------------*/

body {
    margin: 0px auto;
    padding: 0px;
    color: #595757;
    font-size: 1em;
    font-family: YuGothic,'Yu Gothic','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'MS PGothic',sans-serif;
}
.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    }

    .loading.is-active {
        opacity: 0;
        visibility: hidden;
    }

    .loading-animation{
        width: 100vw;
        height: 100vh;
        transition: all 1s;
        background-color: #FFF;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
    }

    .loading-animation.is-active {
        opacity: 1;
        visibility: visible;
    }
    .loading-animation img {
        width: 30%;
        height: auto;
    }
/* ----- すべての要素に対して ----- */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
/* ----- アンカーリンク ----- */
a:link { color: #595757; text-decoration: none; }
a:visited { color: #595757; text-decoration: none; }
a:hover { color: #595757; text-decoration: none; }
a:active { color: #595757; text-decoration: none; }
.post a:link {
    color:#be9124;
    text-decoration: underline;
}
.post a:visited {
    color: #bc9d58;
    text-decoration: none;
}
/* ----- Float Clear ----- */
.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}
/* ----- common ----- */
.object-fit-img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  @media screen and (min-width: 481px) {
    br.sp { display: none; }
}
@media screen and (max-width: 480px) {
    br.pc { display: none; }
}
#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#header {
    width: 100%;
    margin: 60px 0;
}
#header h1.top {
    text-align: center;
}
#header h1.top img {
    width: 20%;
    height: auto;
}
@media screen and (max-width: 600px) {
    #header {
        margin: 40px 0;
    }
    #header h1.top img {
        width: 50%;
    }
}
/* ----- slide ----- */
#slider {
    margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
    .slider-area {
      overflow: hidden;
     }
    .slick-slide {
      max-width: 1100px;
    width: 100% !important;
    }
    .slick-current {
      max-width: 1100px;
      width: 100% !important;
      margin: auto;
  }
}
.slider-child-inner {
    display: flex;
    justify-content: space-between;
    
}
.slider-child-inner .slider-txt {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.slider-child-inner .slider-txt > div {
    padding: 60px 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.slider-cat-style .post-label-row {
    display: block;
    margin-bottom: 8px; /* チップとカテゴリーの間の余白 */
}

.slider-cat-style .tag-row {
    display: block;
    line-height: 1.5;
}
.cat-name .post-label {
    color: #FFF;
    background-color: #be9124;
    padding: 5px 20px;
    display: inline-block;
}
.cat-name .tag {
    color: #be9124;
}
.slider-child-inner .slider-txt > div > .title {
    font-size: 1.5em;
    margin: 20px 0 40px;
}
.slider-child-inner .slider-txt > div > .name {
    margin-bottom: 10px;
}
.slider-child-inner .slider-txt > div a {
    color: #be9124;
}
.btn {
    border: 1px solid #be9124;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 60%;
    position: relative;
    margin-top: auto;
}  
.triangle {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #be9124;
}
@media screen and (max-width: 860px) {
    .slider-child-inner .slider-txt {
        font-size: 90%;
    }
    .slider-child-inner .slider-txt > div {
        padding: 25px;
    }
}
@media screen and (max-width: 600px) {
    .slider-child-inner .slider-fig {
        width: 50%;
    }
    .slider-child-inner .slider-txt {
        width: 50%;
    }
    .slider-child-inner .slider-txt > div {
        padding: 10px;
    }
    .slider-child-inner .slider-txt > div > .cat-name {
        padding: 5px;
        font-size: 0.875em;
    }
    .slider-child-inner .slider-txt > div > .name {
        font-size: 0.875em;
    }
    .slider-child-inner .slider-txt > div > .title {
        margin: 10px 0;
    }
    .btn {
        border: 1px solid #be9124;
        display: block;
        height: 24px;
        line-height: 24px;
    }
    .triangle {
        bottom: 4px;
        right: 4px;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #be9124;
    }
    .slick-next {
        right: 10px!important;
    }
    .slick-prev {
        left: 10px!important;
    }
}
.slider-child-inner .slider-fig {
    width: 60%;
}
.slider-child-inner .slider-fig img {
    width: 100%;
    height: auto;
}
ul.slick-dots {
    bottom: -30px!important;
}
.slick-prev:before {
    font-family: "Font Awesome 5 Free"!important;
    content: '\f104'!important;
    font-weight: 900;
    color: #595757!important;
    font-size: 40px!important;
}
.slick-next:before {
    font-family: "Font Awesome 5 Free"!important;
    content: '\f105'!important;
    font-weight: 900;
    color: #595757!important;
    font-size: 40px!important;
}
/* ----- contents ----- */
section#contents {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 100px auto 0;
}
#main {
    margin: 0;
    width : -webkit-calc(100% - 30%) ;
    width : calc(100% - 30%);
}
@media screen and (max-width: 1100px) {
    section#contents {
        margin: 50px 20px 0;
    }
}
/* ----- bnr ----- */
.bnr_area {
    max-width: 1100px;
    margin: 30px auto 0;
}
.bnr_area h2 {
    text-align: center;
    font-family: YuMincho, /* Mac */ 'Yu Mincho', /* Windows */ serif;
    padding-bottom: 30px;
}
.bnr_area ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.bnr_area ul li {
    flex: 1;
}
.bnr_area ul li img {
    border: 1px solid #999;
}
.bnr_area a:hover {
    opacity:0.5;
}
@media (max-width: 1100px) {
    .bnr_area {
        margin: 0 20px;
        padding: 50px 0 0 0;
  }
}
@media (max-width: 768px) {
  .bnr_area ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; /* 念のため */
    gap: 10px;
  }
  .bnr_area ul li {
    flex: none;
    width: calc(50% - 5px);
  }
  .bnr_area ul li img {
    width: 100%; /* これが重要！ */
  }
}
/* ----- side ----- */
#side {
    width: 27%;
}
@media screen and (max-width: 768px) {
    section#contents {
        flex-direction: column;
    }
    .page-contents {
        margin-top: 50px!important;
    }
    #main {
        margin-bottom: 30px;
    }
    #main,#side {
        width: 100%;
    }
}
.side_contents:nth-child(n+2) {
    margin-top: 50px;
}
.side_contents h2,
.wp-block-search__label {
    font-size: 1.5em;
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #595757;
    position: relative;
    padding-bottom: 10px;
}
.wp-block-search__label {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.widgetsubtitle {
    color: #be9124;
    font-weight: bold;
    font-size: 0.667em;
    display: block;
    padding-top: 5px;
}
.side_contents h2:after,
.wp-block-search__label:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40%;
    border-bottom: 1px solid #be9124;
}
/*ランキング*/
.wpp-list {
    counter-reset: posts-rank;
    margin-top: 20px;
}
.wpp-list li {
    position: relative;
    padding:12px 0 0 5px;
}
@media screen and (min-width: 1024px) {
    .wpp-list li {
        position: relative;
        padding:12px 0 12px 5px;
        font-size: 1em;
    }
}
.wpp-list li:hover {
    opacity:0.5;
}
.wpp-list li:before {
    content: counter(posts-rank);
    counter-increment: posts-rank;
    position: absolute;
    z-index: 1;
    background-color:#595757;
    color: #ffffff;
    font-size: 0.75em;
    line-height: 1.1;
    padding: 5.4px 8px;
    left: 0;
    top: 5px;
    border-radius: 50px;
}
.wpp-list li:nth-child(n+4):before {
    background-color: #868686;
    border-radius: 50px;
}
ul li.thumblist {
    display: table;
}
ul li.thumblist a .thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    height: auto;
}
ul li.thumblist a .thumbnail img{
    width: 100px;
    height: 100px;
}
ul li.thumblist .content {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
li .post-label {
    color: #FFF;
    background-color: #be9124;
    padding: 3px 10px;
    font-size: 0.75em;
    display: inline-block;
    margin: 0 0 5px;
}
li .tag {
    font-size: 0.875em;
    color: #be9124;
}
li .title {
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.2;
}
li .r-name {
    display: block;
    margin: 10px 0 0;
    font-size: 0.875em;
    line-height: 1.2;
}
.side_contents ul,
.wp-block-search__inside-wrapper {
    margin-top: 20px;
}
.side_contents ul#menu-side_business_category li:nth-child(n+2),
.side_contents ul#menu-side_person_category li:nth-child(n+2) {
    padding-top: 10px;
}
.side_contents ul#menu-side_business_category li:before,
.side_contents ul#menu-side_person_category li:before {
    font-family: "Font Awesome 5 Free"!important;
    content: '\f07b'!important;
    font-weight: 900;
    padding-right: 10px;
}
@media screen and (max-width: 1000px) {
    .wpp-thumbnail {
        margin-right: 0.5rem!important;
    }
    ul li.thumblist a .thumbnail {
        width: 80px;
    }
    ul li.thumblist a .thumbnail img{
        width: 80px;
        height: 80px;
    }
}

/* ----- footer ----- */
#footer {
    padding-top:55px;
}
*:first-child+html #footer{
    margin-top:-5px;
}
.footer-Col {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
@media screen and (max-width : 1024px ){
    #footer {
    padding-top:20px;
    }
}
.footer-Col .logo {
    text-align: center;
}
.footer-Col .logo img {
    width: 15%;
    height: auto;
}
.footer-Col ul.f-link {
    width: 70%;
    display: flex;
    list-style-type: none;
    margin: 20px auto;
    justify-content: space-between;
    font-size: 0.875em;
}
@media screen and ( max-width : 1024px ){
    .footer-Col .logo img {
        width: 30%;
    }
    .footer-Col ul.f-link {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        margin: 20px auto;
        font-size: 0.875em;
    }
}
@media screen and ( max-width : 480px ){
    .footer-Col {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        border-top: 1px solid #eee;
    }
    .footer-Col ul.f-link {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        margin: 10px auto;
        font-size: 0.875em;
    }
}
p.copy{
    text-align:center;
    padding:0;
    font-size: 0.75em;
}
.fa-circle:before {
    opacity: 0.5;
}
/* ----- index ----- */
.newpost-Col{
    width: 100%;
}
.newpost-Col .newpost {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    cursor:pointer;
}
@media screen and (min-width: 481px) {
    .newpost-Col{
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newpost-Col .newpost {
        flex-basis: 48%;
        display: flex;
        flex-direction: column;
    }
}
.newpost-Col .newpost:hover {
    opacity:0.5;
}
h2.title {
    font-size: 1.125em;
}
.newpost-Col .newpost img {
    width: 100%!important;
    height: auto;
}
/* 投稿タイプラベル（背景金色・白文字） */
.newpost .post-label {
    color: #FFF;
    background-color: #be9124;
    padding: 3px 10px;
    font-size: 0.75em;
    display: inline-block;
    margin: 0 5px 5px 0; /* 右に少し余白 */
    font-weight: bold;
}

/* カテゴリー名（テキスト金色） */
.newpost .tag,
.newpost .cat-name {
    font-size: 0.875em;
    color: #be9124;
    font-weight: bold;
    display: inline-block;
}
.category {
    margin-top: 30px;
}
/* 親要素の調整（必要に応じて） */
.category-area {
    margin-top: 10px;
}
.newpost-Col .newpost .name {
    margin-top: 5px;
}
/****************************************
        single
*****************************************/
#breadcrumb-Col {
    width: 100%;
    background-color: #f8f8f8;
    margin: 0 0 40px;
    border-bottom: 1px solid #eee;
}
#breadcrumb-Col #breadcrumbs {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 0.75rem;
    color: #888;
}
@media screen and (max-width: 1100px) {
    #breadcrumb-Col #breadcrumbs {
        padding: 10px 20px;
    }
}
#breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle;
    color: #999;
}
#breadcrumbs ul li a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}
#breadcrumbs ul li a:hover {
    color: #000;
    text-decoration: underline;
}
#breadcrumbs ul li + li:before {
    content: "/";
    margin: 0 15px;
    color: #ddd;
    font-weight: 300;
}
/* 現在のページ */
#breadcrumbs ul li:last-child {
    color: #333;
    font-weight: 600;
}
h1.title {
    position: relative;
    text-align: left;
    font-size: 1.5em;
    border-bottom: 3px solid #595757;
    padding-bottom: 10px;
}
h1.title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #be9124;
    bottom: -3px;
    width: 30%;
}
.blog_info {
    margin: 15px 0;
    text-align: right;
    font-size: 0.875em;
}
.blog_info > p {
    margin-bottom: 0!important;
}
.thumb {
    text-align:center;
}
.post img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display: block;
    margin: 0 auto;
}
.post img:nth-of-type(n+2) {
    margin: 20px 0;
}
.post p {
    line-height: 2;
}
.post p:not(:last-child) {
    margin-bottom: 10px;
    
}
.wp-block-group {
    margin-bottom: 60px;
}
.wp-block-group__inner-container h2,
.post h3,
.post h4,
.post h5 {
    margin-bottom: 20px;
}
.wp-block-group__inner-container h2 {
    color: #be9124;
    font-size: 1em;
    line-height: 1.8;
}
.wp-block-group__inner-container h2:before{
    content:"――";
    letter-spacing: -.2em;
    width: 2em;
    margin-right: .5em;
}
figure{
    display:table;
    border-bottom:0;
    margin: 0 auto 60px!important;
  }
  figcaption{
    display:table-caption;
    caption-side:bottom;
    font-size:0.825em;
    text-align: center;
  }
.post ul,
.post table {
    margin-bottom: 20px!important;
}
.post h5 {
    font-size: 1em;
}
.post ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.profile-box {
    background-color: #eee;
    margin: 20px 0 40px;
    padding: 20px;
}
.profile-box h2.p-name {
    font-size: 1.25em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #595757;
    margin-bottom: 15px;
}
.profile-box p {
    margin-bottom: 0;
}
.info-box {
    border: 3px solid #eee;
    margin: 20px 0 40px;
    padding: 20px;
}
.info-box i {
    font-size: 1.25em;
}
.info-box a {
    margin-right: 5px;
    color: #595757!important;
}
/* SNSボタン */
/* 1. 全体：横並びの設定 */
.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.share li {
    width: 25%;
    margin: 0;
    margin-top: 15px;
    list-style-type: none !important;
}
.share li a,
.share li button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px; 
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    
    /* 見た目の統一 */
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    transition: opacity 0.3s ease;
}

/* 各ブランドカラー */
.tweet a { background-color: #000; }        /* X (旧Twitter) */
.facebook a { background-color: #315096; }  /* Facebook */
.line a { background-color: #00c300; }      /* LINE */
.copy button { background-color: #888; }    /* コピーボタン */

/* 3. ホバー時の設定 */
.share li a:hover,
.share li button:hover {
    opacity: 0.8;
    color: #fff !important;
}

/* 4. アイコン自体の調整 */
.share li i {
    font-size: 1.5em;
    line-height: 1; /* 行間で高さがズレるのを防ぐ */
}

/* 5. スマホ対応（現状と同じく25%を維持） */
@media screen and (max-width:599px) {
    .share li {
        width: 25%;
    }
}
/*--------------------------------
        PREV NEXT
---------------------------------*/
.prev-next-link {
    margin: 30px 0;
    font-size: 0.875em;
}
.prev-next-link a {
    border-bottom: 1px #c9c9c9 solid;
    display: block;
    text-decoration: none;
    padding: 14px 30px;
    color: #000;
    position:relative;
}
.prev-next-link a:hover {
    background-color: #f6f6f6;
}
.prev-next-link > a:first-child {
    border-right: 1px #c9c9c9 solid;
    border-top: 1px #c9c9c9 solid;
}
.prev-next-link a:last-child {
    text-align: right;
}
.prev-next-label {
    font-size: .75em;
    line-height: 1em;
    color: #FFF;
    margin-bottom: 10px;
    background-color: #be9124;
    padding: 5px;
    display: inline-block;
}
.next-link {
    flex-direction: row-reverse;
}
#prev_next_home i{
    color:#c9c9c9;
    margin:10px auto ;
    font-size:60px;
}
#next_no {
    text-align: right;
}
#next_no a {
    border-right: none;
}
/* Images */
.thumb-wrap {
    display: flex;
    align-items: center;
}
.thumb-wrap img {
    width: 80px;
    margin: 0 16px;
}
.thumb-wrap .title {
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: bold;

}
/* single.php (is-standard クラスがある時) だけの指定 */

/* PREV（左側） */
.is-standard .thumb-wrap i.fa-angle-left {
    margin-right: 15px; /* ここを広く */
}

/* NEXT（右側） */
.is-standard .thumb-wrap.next-link i.fa-angle-right {
    margin-left: 15px; /* ここを広く */
}

.is-standard .thumb-wrap div {
    padding-top: 5px;
}
@media ( max-width: 800px) {
    .prev-next-link > a:first-child {
        border-right: none;
    }
    .prev-next-link a {
        border-top: none;
        padding: 14px 30px 24px;
    }  
}
@media ( min-width: 800px) {
    .prev-next-link {
        display: flex;
        align-items: stretch;
    }
    .prev-next-link a,
    #prev_no,#next_no{
        display: flex;
        flex: 1;
    }
    #next_no {
        flex-direction: row-reverse;
    }
    .prev-next-link a {
        border-top: 1px #c9c9c9 solid;
    }
    .next-link > div {
        right:30px;
    }
    .prev-next-label {
        font-size: .75em;
        line-height: 1em;
        color: #FFF;
        margin-bottom: 10px;
        background-color: #be9124;
        padding: 5px;
        display: inline-block;
        top:-1em;
        position:absolute;
    }
    .next-label {
        right: 30px;
    }
}
/*　YARPPのカスタマイズ　*/
#related-posts {
    margin: 30px 0 0!important;
}
#related-posts h3.title {
    font-weight: normal;
    padding: 0 0 5px 0;
    font-size: 0.75em;
    text-transform: none;
    margin: 0;
}
.recommend {
    font-size: 1.5em;
    padding-right: 5px;
    font-weight: bold;
}
ul.recommend-Col li {
    list-style-type: none;
}
ul.recommend-Col li h4.title {
    margin-bottom: 0;
    line-height: 1.4;
}
ul.recommend-Col li a,
ul.recommend-Col li a:visited {
    text-decoration: none!important;
    color: #595757;
}
ul.recommend-Col li a .name {
    margin: 5px 0 0;
    font-size: 0.875em;
    line-height: 1.2;
}
@media only screen and (max-width: 480px) {
    ul.recommend-Col {
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap:         wrap;
        list-style-type: none;
    }
    ul.recommend-Col li {
        flex-basis: 48%;
        align-items: stretch;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 481px) {
    ul.recommend-Col {
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap:         wrap;
        list-style-type: none;
    }
    ul.recommend-Col li {
        flex-basis: 24%;
        align-items: stretch;
        margin-bottom: 20px;
    }
}
ul.recommend-Col li .catchimg img {
    width: 100%!important;
    height: auto!important;
    margin: 0;
}
ul.recommend-Col li h4.title {
    font-weight: bold;
}
.related-posts a {
    text-decoration: none;
    font-weight: normal!important;
}
/* 関連記事エリアのラベル設定 */
.recommend-Col li .cat-name {
    display: block;
    margin: 10px 0 5px;
}

/* 1行目：投稿タイプチップ（背景金色） */
.recommend-Col li .post-label {
    color: #FFF;
    background-color: #be9124;
    padding: 3px 8px;
    font-size: 0.625em;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* 2行目：カテゴリー名（枠線なし・金色テキスト） */
.recommend-Col li .tag {
    display: block;
    color: #be9124;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4;
}
/*--------------------------------
        category
---------------------------------*/
/* 新着情報一覧のコンテナ */
.news-list-container {
    margin: 20px 0;
}

/* リスト全体の枠組み */
.post-list {
    list-style: none;
    padding: 0;
    margin: 0;

}

/* 各リスト項目 */
.post-list li {
    border-bottom: 1px solid #e0e0e0; /* 項目間の区切り線 */
}

/* リンクエリアを全体に広げる */
.post-list li a {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

/* マウスを乗せた時の動き */
.post-list li a:hover {
    background-color: #fcf9f2; /* ほんのり薄い金色の背景 */
    color: #be9124; /* テキストをサイトのテーマカラー（金）に */
}

/* 日付部分 */
.post-list .date {
    width: 120px;
    font-size: 0.9em;
    color: #888;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    flex-shrink: 0; /* 日付の幅を固定 */
}

/* タイトル部分 */
.post-list .list-title {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.6;
}

/* --- スマホ表示の調整 --- */
@media (max-width: 640px) {
    .post-list li a {
        flex-direction: column; /* 縦並びに */
        align-items: flex-start;
        padding: 12px 5px;
    }

    .post-list .date {
        margin-bottom: 4px;
        width: auto; /* スマホでは幅固定を解除 */
        font-size: 0.8em;
    }

    .post-list .list-title {
        font-size: 0.95rem;
    }
}
/*--------------------------------
        page
---------------------------------*/
.page h1.title {
    margin-bottom: 30px;
}
/****************************************
        お問い合わせ
*****************************************/
.wpcf7 {
    background:#fafafa;
    border:1px solid #ddd;
    padding:0px;
    margin-top:30px!important;
}
.wpcf7 p {
    padding:20px 20px 0;
    margin:0;
}
.wpcf7 input,
.wpcf7 textarea {
    border:1px solid #ccc;
    padding:8px;
    font-size:14px;
}
.wpcf7 textarea {
    width:97.5%;
    height:300px;
}
.wpcf7 input.wpcf7-submit {
   cursor:pointer;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    width:300px;
    height:45px;
    margin:0 auto;
    display:block;
    background:#666;
    box-shadow: 0 4px 0 #333;
    border: none;
}
.wpcf7 input.wpcf7-submit:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border:1px solid #009de1;
}
.wpcf7-captchac {
    border:1px solid #ccc;
}
img.wpcf7-form-control {
    margin: 0;
    padding: 0;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
    background: #ffb6c1;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color:#F2DEDE;
    border:1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
/* 必須赤色表示 */
.wpcf7 .required {
    color: #f00;
}
/* 任意緑色表示 */
.wpcf7 .any {
    color: #080;
}
div.wpcf7 .wpcf7-recaptcha iframe {
    margin: 0 auto;
}
.grecaptcha-badge { visibility: hidden; }
.recapture {font-size: 0.875em;}
.fa-lock {padding-right: 5px;}
/****************************************
        サイトマップ
*****************************************/
ul.sitemap,
ul.sitemap ul {
    list-style-type: none;
}
ul.sitemap li {
    padding-bottom: 20px;
    list-style-type: none;
}
ul.sitemap li:nth-child(5) {
    padding-bottom: 0;
}
ul.sitemap h2 {
    font-size: 1.25em;
    border-left: 8px solid #be9124;
    padding-left: 10px;
    margin-bottom: 20px;
}
ul.sitemap h3 {
    font-size: 1.125em;
    font-weight: bold;
}
.child ul {
    padding-bottom: 20px;
}
ul.sitemap h3:before {
    font-family: "FontAwesome";
    content: "\f105"; /* 絵文字のコード */
    padding-right: 8px;
    color: #be9124;
    font-size: 1.125em;
}
ul.sitemap h2 a,
ul.sitemap h3 a{
    color: #000!important;
    text-decoration: none!important;
}
ul.sitemap .child {
    border-bottom: 1px solid #eee;
}
ul.sitemap ul > li {
    padding: 8px 0 0 15px;
}
ul.sitemap ul li a,
ul.sitemap ul li a:hover,
ul.sitemap ul li a:active,
ul.sitemap ul li a:visited {
    color: #000!important;
}
.all-link {
    text-align: right;
}
/****************************************
        運営会社
*****************************************/
.page-template h2 {
    font-size: 1.25em;
    border-left: 8px solid #1f2a66;
    padding-left: 10px;
}
dl.company {
    margin: 10px 0 40px;
    box-sizing: border-box;
    display: flex; /* Flexible Boxを有効化 */
    flex-wrap: wrap; /* はみ出そうな時の折り返しを有効化 */
}
dl.company dt,
dl.company dd {
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
dl.company dt {
    width: 25%; /* 幅を指定 */
}
dl.company dt:before {
    font-family: "FontAwesome";
    content: "\f105"; /* 絵文字のコード */
    padding-right: 8px;
    color: #1f2a66;
    font-size: 1.125em;
}
dl.company dd {
  width: 75%; /* 幅を指定 */
}
@media screen and (max-width: 480px) {
    dl.company dt {
        width: 100%; /* 幅を指定 */
        border-bottom: none;
        padding: 15px 0 5px 10px;
    }
    dl.company dd {
        width: 100%; /* 幅を指定 */
        padding: 0 0 15px 10px;
    }
}
/*--------------------------------
        policy
---------------------------------*/
dl.rules {
    margin: 30px 0;
    border-bottom: 1px solid #eee;
}
dl.rules dt {
    font-size: 1.25em;
    border-left: 8px solid #be9124;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
dl.rules dd {
    display: list-item;
    margin-left: 1em;
    padding-bottom: 20px;
}
dl.rules dd:last-child {
    padding-bottom: 30px;
}
dl.rules dd ul,
dl.rules dd ul li {
    list-style-type: none;
}
dl.rules dd ul,
dl.rules dd ul li:nth-child(n+2) {
    margin-top: 10px;
}
/*--------------------------------
        association
---------------------------------*/
/*--------------------------------
        about,shomei
---------------------------------*/
.about-Col,
.shomei-Col h2,
.association-Col h3 {
    text-align: center;
    font-family: YuMincho, /* Mac */ 'Yu Mincho', /* Windows */ serif;
    padding-bottom: 30px;
}
.association-Col h2 {
    background-color: #be9124;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.about-Col figure.logo img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}
@keyframes fadeInUpCustom {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.about-Col figure.logo,
.shomei-Col h2 { 
    animation: fadeInUpCustom 1.5s ease-out 0.2s forwards;
    opacity: 0;
}
.about-txt > h2,
.shomei-Col > img,
.association-Col h3 {
    animation: fadeInUpCustom 1.5s ease-out 0.6s forwards;
    opacity: 0;
    font-weight: 600;
    font-size: 1.625em; 
    margin-bottom: 40px;
}
.about-txt > p,
.about-txt > img {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-txt > p.is-visible,
.about-txt > img.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.about-txt p {
  margin-bottom: 30px !important;
  line-height: 2.0;
}
.about-txt p:nth-of-type(1) {
  font-weight: 600;
  font-size: 1.25em;
}
.about-txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 50px 0;
}
.about-Col { overflow: visible !important; }
.about,
.shomei,
.association {
    margin: 50px 0;
}
.about h3,
.shomei h3,
.association h4 {
    font-size: 1.25em;
    border-left: 8px solid #be9124;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about ul li,
.association ul li {
    padding-bottom: 20px;
}
.sign {
    text-align: center;
}
.shomei-inner {
    display: flex;
    gap: 20px;
}
.shomei-inner p {
    flex: 1;
}
.shomei-inner .image {
    flex: 0 0 300px;
}
@media (max-width: 768px) {
  .shomei-inner {
    flex-direction: column;
  }

  .shomei-inner .image {
    flex: 0 0 auto; /* 固定幅を解除 */
    width: 100%;
  }
}
.line-btn {
  display: inline-flex;
  align-items: center;
  background-color: #06C755;
  color: #fff!important;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none!important;
  font-weight: bold;
}
.fa-line {
  font-size: 24px;
  margin-right: 8px; 
}
.association-profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 20px auto;
  border-top: 1px solid #ccc;
}

.association-profile dt {
  width: 25%;
  padding: 18px 20px;
  background-color: #f4f7f9;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.association-profile dd {
  width: 75%;
  margin: 0;
  padding: 18px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}

/* 768px以下：スマホ（縦並び） */
@media screen and (max-width: 768px) {
  .association-profile dt,
  .association-profile dd {
    width: 100%;
    padding: 12px 15px;
  }

  .association-profile dt {
    background-color: #f4f7f9;
    border-bottom: none; /* 項目内の区切り線を消す */
  }

  .association-profile dd {
    padding-top: 5px; /* ラベルとの間隔を調整 */
    margin-bottom: 10px; /* 次の項目との間に余白を作る */
  }
}