@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Shippori Mincho', serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Zen Old Mincho', serif;

*/

body {
    /*font-size: 14px;*/
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-weight: 400;
    font-feature-settings: "palt";
}

h1 {
    font-size: 1.3rem;
}

h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.125rem;
}

h3 {
    font-size: 1.2rem;
    color: #ff0000;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 5px;
    color: #3E231D;
}

h6 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 900;
}

a {
    color: unset;
    text-decoration: none;
}

a:link {}

a:hover {
    color: unset;
    opacity: 0.8;
}


.container {
    max-width: 1100px;
}

.figure-img,
.wp-block-image>figure img,
figure.wp-block-image img {
    margin: 0;
}



#main h6 {
    background-color: #1480d8;
    display: inline-block;
    color: #ffffff;
    padding: 0.2rem 1rem 0.3rem 1rem;
    border-radius: 5px;
}

p {
    margin-bottom: 0;
}

.site-main p {
    line-height: 2rem;
    text-align: justify;
}

figure.wp-block-image figcaption {
    color: #000;
}

.btn-primary {
    background-color: #0142C0;
}

.btn-primary:hover {
    background-color: #2164ec;
}

/*
ヘッダー
**********************************************************************/
#wrapper-navbar {
    background-color: #ffffe9;

    border-bottom: solid 3px #c7c7a887;
}

#wrapper-navbar p.small {
    padding-top: 3px;
    font-size: 11px;
    color: #513a36;
}


/*グローバルメニュー*/

nav#main-nav {
    padding-top: 0.2rem;
}

nav .navbar-brand {
    padding: 8px 5px;
}

nav#main-nav .container {
    padding: 0 5px;
    border: solid 1px #eac87d;
    border-radius: 8px;
    /*filter: drop-shadow(0 0 2px #eac87d99);*/
    background: url('https://asahi.machix.net/wp-content/uploads/gmenu-bg.png');
    background-repeat: repeat-x;
    background-size: contain;
    align-items: flex-end;
}

@media (max-width: 767.98px) {
    nav#main-nav .container {
        border-radius: unset;
    }
}

nav#main-nav ul#main-menu li {
    /*font-family: 'Zen Old Mincho', serif;*/
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 1rem;
}

nav#main-nav ul#main-menu li.menu-item {
    /*padding-left: 1rem;
    padding-right: 1rem;*/
    border-left: solid 1px #ffeb8f63;
}

nav#main-nav ul#main-menu li.menu-item a.nav-link {
    color: #ffffff;
    font-size: 1.125rem;
    text-shadow: 1px 1px 4px #AB7645, -1px -1px 4px #AB7645, -1px 1px 4px #AB7645, 1px -1px 4px #AB7645;
    margin: 0;
    padding: 26px 15px 6px 15px;
    font-feature-settings: "palt";
}

@media (max-width: 991.98px) {
    nav#main-nav ul#main-menu li.menu-item a.nav-link {
        text-align: left;
        color: #AB7645;
        text-shadow: none;
        padding: 20px 10px;
    }

    nav#main-nav ul#main-menu li.menu-item {
        border-top: solid 1px #6e6e6e;
    }

    nav#main-nav ul#main-menu {
        padding: 0;
    }

    nav#main-nav ul#main-menu li.menu-item:last-child {
        border-bottom: solid 1px #6e6e6e;
    }
}



nav#main-nav ul#main-menu li.menu-item a.nav-link:hover {
    background-color: #ffffff45;
}

nav#main-nav ul#main-menu li a span {
    font-size: 0.7rem;
    text-shadow: none;
    color: #1C56C4;
}


.navbar-toggler {
    margin-bottom: 10px;
    border-color: #a8a8a8;

}

.navbar-toggler .navbar-toggler-icon {
    color: #a8a8a8;
}

.offcanvas.offcanvas-end {
    width: unset;
}

/*ページヘッダー画像（アイキャッチ）*/

#wrapper-navbar {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

#wrapper-navbar .entry-header {
    padding: 0;
}

#wrapper-navbar .entry-header h1 {
    margin-bottom: 0;
}

#wrapper-navbar .entry-header h1 img {
    width: 100%;
}

.breadcrumbs {
    font-size: 0.875rem;
}


.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,66,192,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    background-color: #ffffff3c;
}

.navbar-toggler {
    border-color: #0042C0;
}

/*　ハンバーガー　canvas　*/
.offcanvas {
    --bs-offcanvas-bg: #ffffe9;

}

@media (max-width: 991.98px) {
    nav#main-nav ul#main-menu li.menu-item {
        border-left: unset;
    }

    nav#main-nav ul#main-menu li.menu-item a.nav-link:hover {
        background-color: #ffffffc5;

    }
}




/*
フッター
**********************************************************************/
#wrapper-footer-full {
    background-color: unset;
}

#wrapper-footer {
    background-color: unset;
    background-image: url('https://asahiyoukei.machix.net/wp-content/uploads/footer_bg.png');
    padding-top: 5rem;
    padding-bottom: 1rem;
    margin-top: 10rem;
    background-repeat: repeat-x;
    background-position: top right;
}

#wrapper-footer ul {
    margin-bottom: 0;
}

#wrapper-footer .site-footer {
    position: relative;
    z-index: 0;
}

#wrapper-footer .site-footer .footer-img {
    position: absolute;
    width: 80px;
    top: -70px;
    left: -50px;
    z-index: -10;
}

@media (max-width: 767.98px) {
    #wrapper-footer .site-footer .footer-img {
        width: 80px;
        top: 25px;
        left: 10px;

    }
}



#footer-menu a,
#footer-menu-sub a {
    color: #3a3a3a;
    position: relative;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 400;
}

#footer-menu a::before,
#footer-menu-sub a::before {

    position: absolute;
    left: -3px;
    top: 7px;
    content: "\F311";
    font-size: 1.1rem;
    font-family: bootstrap-icons;
    font-weight: 400;
    color: #FFA700;


}

#footer-menu-sub a::before {}


#site-f-name {}

#site-f-nav {}

@media (max-width: 767.98px) {
    #site-f-name {
        margin-bottom: 3rem;
        text-align: center;
    }

    #site-f-nav .menu-f-menu-container,
    #site-f-nav .menu-f-menu-sub-container {}
}



/*
サイドメニュー＆サイドバー
**********************************************************************/

#left-sidebar ul#menu-sidemenu {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    padding: 0.5em 1em 0.5em 2em;
    position: relative;
}

#left-sidebar ul#menu-sidemenu li {
    line-height: 1.5;
    padding: 0 0 0.5em 0;
    list-style-type: none !important;
}

#left-sidebar ul#menu-sidemenu li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    left: 0.5em;
    color: #FFA700;
}

#left-sidebar #block-7 p {
    font-size: 0.75rem;
}

#left-menu li.nav-item {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
}

#left-menu li.nav-item .nav-link {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

#left-menu li.nav-item i {
    font-weight: 900;
    color: #FFA700;
    padding-right: 0.3rem;
    font-size: 1rem;
}

#left-menu li.nav-item br {
    display: none;
}

#left-menu li.nav-item.active {
    background-color: #FFEBC6;
    border-radius: 10px;
}

#left-menu li.nav-item a:hover {
    background-color: #ffb62f39;
}


/*
Main
**********************************************************************/

/*
新着情報　一覧　Category
**********************************************************************/

.category .site-main {
    margin-bottom: 3rem;
}



.category .site-main .type-post {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 2rem 1rem;
    border-top: solid 1.5px #ffc400;
}

.category .site-main .type-post:last-child {
    border-bottom: solid 1.5px #ffc400;
}

.category .site-main .type-post ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
}

.category .site-main .type-post {}

.category .site-main .type-post .list-date {
    margin-right: 1.5rem;
    font-weight: 500;
}

.category .site-main .type-post .list-cat {
    margin-right: 1.5rem;
}

.category .site-main .type-post .list-cat a {
    width: 6rem;
}

.category .site-main .type-post .list-title h2 {
    margin-bottom: 0;
}


.category .site-main .type-post .list-cat a.info {
    background-color: #92cafe;
    font-weight: 500;
}

.category .site-main .type-post .list-cat a.nyusatsu {
    background-color: #ffa006;
    font-weight: 500;
}






/*
新着情報　詳細ページ
**********************/


.single-post .site-main header {
    margin-bottom: 3.5rem;
}

.single-post .site-main header h1 {}


.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    margin-top: 3rem;
    margin-bottom: 1rem;
    letter-spacing: normal;
    background-color: unset;
    color: #000;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    #offcanvasExampleLabel {
        margin-top: unset;
    }
}


.single-post h2:first-child {
    margin-top: 0;
}

.single-post h2 {
    font-size: x-large;
}

.single-post h3 {
    font-size: large;
}

.single-post h4 {
    font-size: medium;
}

.single-post h5 {
    font-size: medium;
}

.single-post h6 {
    font-size: medium;

}

.single-post #main h6 {
    background-color: unset;
    color: #000;
    padding: 0;
}



.single-post .list-date {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    /*color: #d8be39;*/
    font-size: 20px;
    padding-left: 0.5rem;
    position: relative;
}

.single-post .list-date::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #303030;
}

.single-post .list-cat {
    font-size: 0.875rem;
}

.single-post h1.entry-title {
    position: relative;
    padding: 0.8rem 0.5rem 0.5rem 2.5rem;
    border-bottom: 3px solid #303030;
    background-image: url(../../../uploads/favicon.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    font-weight: 700;
}

.single-post h1.entry-title::before {}



/*
トップページ
**********************************************************************/


/*
swiper スライダー
********/

.swiper-pagination .swiper-pagination-bullet {
    background-color: #ffd03671;
    opacity: 100;
    border-radius: unset;
    width: 30px;
    height: 5px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc400;
}


/*******/
html,
body {
    /*position: relative;
    height: 100%;*/
}

body {

    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;*/
}

.swiper {
    /*width: 100%;
    height: 430px;*/
}

.topSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topSlider .swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: center;
}





/*
今月のチラシ　スライダー
***************/
.swiper-flier {
    /*overflow: hidden;*/
}

.swiper-flier .swiper-wrapper figure {
    /*height: 300px;*/
}

.swiper-flier .swiper-horizontal>.swiper-pagination-bullets,
.swiper-flier .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-flier .swiper-pagination-custom,
.swiper-flier .swiper-pagination-fraction {
    /*position: relative;
    bottom: 10px;
    left: 0;*/

}





.no-link img {
    opacity: 0.2;
}


/****************/

#news-info {
    background-color: #fbe69e;
    padding: 1.8rem;
    border-radius: 10px;
}

#news-info h3 {
    color: red;
    font-size: ;
}

#news-info h3 span {
    color: #989898;
    font-size: 1rem;
    float: right;
}

ul.wp-block-latest-posts__list {
    margin-bottom: 0;
}

ul.wp-block-latest-posts__list li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    padding: 5px 2px;
}

ul.wp-block-latest-posts__list li+li {
    border-top: solid 1px #000;
}

ul.wp-block-latest-posts__list li:last-child {
    border-bottom: solid 1px #000;
}

.wp-block-latest-posts__post-date {
    font-size: 1rem;
    width: 9rem;
}

.wp-block-latest-posts__post-title {}

.top-box1 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.125rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.top-box1 h3 {
    /*font-family: 'Zen Kaku Gothic Antique', sans-serif;*/
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFA700;
    margin-bottom: 0;
}

.top-box1 p {}

.page.home #main .text-box {
    text-align: start;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.page.home #main h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #efa700;
    border: unset;
    background-image: none;
    padding: unset;
    font-size: 1.5rem;
    font-weight: 500;
}

.page.home #main h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 130%;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #efb700;
    border-radius: 2px;
    top: unset;
}










.page.home #main h2::after,
.home #main h2.top-flier::after {
    content: none;
}



/*
新着情報
**************/

.news-list {
    background-color: #ffffff;
    padding: 0 1rem;
    /*border: solid 3px #ffde72;*/
    border-radius: 15px;

}

.news-list h3 {}

.news-list p {
    line-height: 1.25rem;
}

.news-list ul {}

.news-list ul li {
    border-top: solid 1.5px #ffc400;
    padding: 1rem 0.8rem;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
}

.news-list ul li:last-child {
    border-bottom: solid 1.5px #ffc400;
}



.news-list ul li .btn {
    font-size: 0.7rem;
    /*border: solid 0.7px #000;*/
    text-align: center;
    width: 5rem;
    border-radius: 5;
    padding: 0.2rem 0;
    color: #fff;
    font-weight: 700;
}

.news-list ul li .n-date {
    margin-right: 2rem;
}

.news-list ul li:hover {
    background-color: #fefade;
}

.news-list ul li .n-category {
    margin-right: 2rem;
}

.news-list ul li .n-category.info a {
    background-color: #92cafe;
    font-weight: 500;
}

.news-list ul li .n-category.nyusatsu a {
    background-color: #ffa006;
    font-weight: 500;
}


.site-main .news-list ul li .n-post a {
    line-height: 1rem;
}

/*
ページ　共通見出し
********************************************************************************/
.page #main h2 {
    color: #0042C0;
    border: solid 1.5px #0042C0;
    padding: 0.5rem 0.5rem 0.5rem 5rem;
    border-radius: 9px;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
    background-image: url('../../../uploads/favicon.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 11px 4px;
    position: relative;
    margin-bottom: 1rem;
}

.page #main h2::before {
    content: "";
    position: absolute;
    background-color: #0042C0;
    width: 1.5px;
    height: 23px;
    top: 0px;
    left: 50px;
    transform: rotate(330deg);
    transform-origin: top left;
}

.page #main h2::after {
    content: "";
    position: absolute;
    background-color: #0042C0;
    width: 1.5px;
    height: 23px;
    bottom: 0;
    left: 50px;
    transform: rotate(30deg);
    transform-origin: bottom left;
}

@media (max-width: 767.98px) {
    .page #main h2.midashi-h2-1 {
        background-position: 11px 12px;
    }

    .page #main h2.midashi-h2-1::before {
        height: 34px;
    }

    .page #main h2.midashi-h2-1::after {
        height: 34px;
    }
}





/*
鶏舎・GPセンター
**********************************************************************/

.flow-arrow {
    font-weight: 500;
}

.flow-arrow .fa-arrow-right-long {
    padding: 0 0.4rem;
    color: #ff7500;
}

#main .card.salmonella {
    background-color: #FFFF99;
    border-radius: 9px;
    border: solid 1.5px #0042C0;
}

#main .card.salmonella h2.card-header {
    color: #FF1B16;
    font-weight: 700;
    border: none;
    border-bottom: solid 1.5px #0042C0;
    border-radius: unset;
    background-color: transparent;
}

.page-id-12 .text-01 {
    color: #ff0000;
    font-size: 1.3rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    line-height: 2.1rem;
    letter-spacing: normal;
    margin-bottom: 0.3rem;
}

#main .haccp-box-01 .text-01 {
    color: #000;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    font-weight: normal;
}

#main .haccp-box-01 p {
    text-align: center;
}

#main .haccp-box-01 h2 {
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    font-weight: unset;
    font-size: 1.4rem;
    color: unset;
    text-align: center;
    letter-spacing: unset;
    margin-bottom: 2.5rem;
    border: unset;
    padding: unset;
    border-radius: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    position: relative;

}

#main .haccp-box-01 .text-01 {
    font-weight: unset;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

#main .haccp-box-01 .text-02 {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#main .haccp-box-01 h3 {
    font-size: 1.4rem;
    color: unset;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    font-weight: unset;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

#main .haccp-box-01 h2::before {
    content: unset;

    position: absolute;
    background-color: #0042C0;
    width: 1.5px;
    height: 23px;
    top: 0px;
    left: 50px;
    transform: rotate(330deg);
    transform-origin: top left;
}

#main .haccp-box-01 h2::after {
    content: unset;

    position: absolute;
    background-color: #0042C0;
    width: 1.5px;
    height: 23px;
    bottom: 0;
    left: 50px;
    transform: rotate(30deg);
    transform-origin: bottom left;
}

#main .haccp-box ol li {
    font-size: 1rem;
    font-feature-settings: "palt";
    text-align: justify;
}

#main .haccp-box p {
    line-height: 1.3rem;
}

#main .haccp-box .haccp-text {
    display: flex;
    justify-content: flex-end;
    margin-top: 3.5rem;

}

/*
鶏卵加工場
**********************************************************************/


/*
飼料へのこだわり
**********************************************************************/

.kodawari-g h3 {
    font-family: 'Noto Serif JP', serif;
    color: red;
    font-size: 1.31rem;
    font-weight: 700;
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
    font-feature-settings: "palt";
}

.kodawari-g .btn-blue {
    background-color: #0B7CC3;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #dfdfdf;
    font-size: 1.1rem;
    border-radius: 10px;
}


/*
商品一覧
**********************************************************************/


/*
ネッカリッチ
********/

.item-nekkarich {
    position: relative;
}

.item-nekkarich .ninsho-mark {
    position: absolute;
    top: 33%;
    right: 0;
}

.ninsho-mark .card {
    margin-bottom: 2px;
}

.ninsho-mark .card figure {
    margin-bottom: 0;
}

.ninsho-mark p {
    font-size: 10px;
    line-height: 11px;
}

.ninsho-shimane {}

.ninsho-ooda {}

.ninsho-shimane,
.ninsho-ooda {
    width: 85px;
}

.ninsho-shimane img,
.ninsho-ooda img {
    height: 85px;
    width: auto;
}

.item-nekkarich .nekka-egg-t {
    position: absolute;
    right: 0;
    bottom: 0;
}

.align-items-end .wp-element-caption,
.align-items-start .wp-element-caption {
    margin-top: 0;
    font-size: 1rem;
    color: #000;
}

.align-items-start .wp-element-caption {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 0;
}

.align-items-start figure {
    margin-bottom: 0;
}

.align-items-start .wp-element-caption span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}


/*
しまねのえごま玉子
**************/

.egoma-egg {
    background-image: url('https://asahi.machix.net/wp-content/uploads/item-egomaegg03.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: 1.5rem;
}

.egoma-egg .ninsho-mark {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.egoma-egg .text-box02 {
    position: absolute;
    bottom: 80px;
}


/*
こめたまご
**************/

.ninsho-mark {
    text-align: right;
}


/*
会社概要
**********************************************************************/

.rinen-list {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.15rem;
    margin: 1rem 2rem;
    font-weight: 600;
    letter-spacing: 3px;
    display: inline-block;
}

.rinen-list li {
    text-decoration: solid;
    border-bottom: solid 1px #000;
}


/*
お問い合わせ
**********************************************************************/

.wpcf7 {
    max-width: unset;
}

.wpcf7 .wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form .col-md-8 {
    margin-bottom: 0.7rem;
}

/*
プライバシーポリシー
**********************************************************************/
.page-id-686 h3 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    color: #003;
    border-bottom: solid 2px #878787;
    padding-bottom: 0.8rem;
    padding-left: 0.2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    position: relative;
}

.page-id-686 h3::after {
    position: absolute;
    content: "";
    width: 15rem;
    height: 4px;
    background-color: #003;
    left: 0;
    bottom: -2px;
}

.page-id-686 h3:first-child {
    margin-top: 0;
}

/*
補足
**********************************************************************/


/*
ブレークポイント　最大幅（以下）
****/


/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */

@media (max-width: 575.98px) {}


/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */

@media (max-width: 767.98px) {}


/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */

@media (max-width: 991.98px) {}


/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */

@media (max-width: 1199.98px) {}


/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */

@media (max-width: 1399.98px) {}