@charset "UTF-8";

/* =====================================
■COMMON
===================================== */
a:hover img {
    opacity: 0.8;
}

table {
    width: 100%;
}

.half {
    display: inline-block;
}

strong {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .auto_height {
        height: auto !important;
    }
}

/* -------------------------------------
CONTENT
------------------------------------- */
body:not(.home) #main {
    position: relative;
    z-index: 1;
}

body:not(.home) #main::before {
    content: '';
    position: absolute;
    inset: -62px 0 0;
    z-index: -1;
    background: url('../img/child/bg_child.png') repeat-y center top/100%;
}

.page-id-1215 .container {
    max-width: 100%;
    padding: 0;
}

#content {
    padding: 30px 0 100px;
    min-height: 600px;
}

.home #content {
    padding: 0;
}

.home #content::before {
    display: none;
}

@media screen and (max-width:767px) {
    body:not(.home) #main::before {
        top: -52px;
    }
}

/*--------------------------------------
Mainimage
--------------------------------------*/
#mainimage {
    position: relative;
    z-index: 2;
    padding-top: 93px;
}

#mainimage img {
    width: 100%;
}

.under_mainimage {
    background: url('../img/child/h1_bg.jpg') no-repeat center/cover;
    background-size: cover;
    display: table;
    width: 100%;
    height: 238px;
}

.under_mainimage .container {
    max-width: 100%;
    padding: 0;
}

.under_mainimage .inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.under_mainimage .container h1 {
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    margin-left: 23px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0;
}

.under_mainimage .container .sub-title {
    position: absolute;
    bottom: 10px;
    left: 24px;
    font-family: "Corinthia", cursive;
    background: linear-gradient(90deg, rgba(134, 191, 49, 1) 0%, rgba(187, 209, 19, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
    #mainimage {
        padding-top: 82px;
    }

    .under_mainimage {
        background-position: 35% 0;
    }

    .under_mainimage .container h1 {
        font-size: 30px;
    }

    .under_mainimage .container .sub-title span {
        font-size: 20px;
    }

}

/* =====================================
  Bread
===================================== */
#bread_area {
    position: relative;
    z-index: 2;
    padding-top: 50px;
}

#bread {
    display: flex;
    justify-content: center;
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}

#bread li {
    display: block;
    color: #8B705B;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
}

#bread li+li:before {
    content: ">";
    color: #3B3B3B;
    margin: 0 6px;
}

#bread li a {
    color: #3B3B3B;
    text-decoration: none;
    vertical-align: baseline;
}

#bread li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    #bread_area {
        padding: 40px 0 0;
    }

    #bread {
        padding: 0 20px;
    }
}

/*--------------------------------------
elementor
--------------------------------------*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.elementor-text-editor a {
    vertical-align: top;
    text-decoration: underline !important;
}

.elementor-text-editor a:hover {
    text-decoration: none !important;
}

.elementor-image-box-wrapper {
    display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
    text-align: left !important;
    font-weight: 400;
}

.elementor-image-box-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #185613;
    overflow: hidden;
    font-family: 'Zen Maru Gothic';
}

.elementor-image-box-img {
    width: calc((381 / 1080) * 100%) !important;
    float: right;
    display: block !important;
    margin: 0 0 30px 30px !important;
    text-align: center;
    text-align: right;
}

.img_l .elementor-image-box-img {
    float: left;
    margin: 0 30px 30px 0 !important;
}

.auto_width .elementor-image-box-img {
    width: auto !important;
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block !important;
}

.elementor-widget-image .elementor-image>a:hover img,
.elementor-widget-image .elementor-image figure>a:hover img {
    opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {

    .elementor-image-box-img,
    .img_l .elementor-image-box-img {
        width: 100% !important;
        float: none;
        margin: 0 auto 20px !important;
        text-align: center;
    }
}

/* -------------------------------------
margin_base
------------------------------------- */
.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
    float: left;
    width: 65%;
}

#blogDetail,
#blogList {
    margin-top: 40px;
    margin-bottom: 103px;
    min-height: 850px;
}

/*　blogList　*/
#blogList .post {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 35px;
}

.posts_list li {
    float: left;
    width: 45%;
    margin-left: 10%;
    margin-bottom: 75px;
    position: relative;
}

.posts_list li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.posts_list li .category {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 1;
    z-index: 10;
}

.post .category a,
.posts_list .category a {
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    display: inline-block;
    min-width: 107px;
    height: 25px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    line-height: 23px;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #86BF31;
}

.post .category a:hover,
.posts_list .category a:hover {
    opacity: 0.8;
}

.post .category a.news,
.posts_list .category a.news {
    background: #BBD113;
}

.post .category a:before,
.posts_list .category a:before {
    font-size: 10px;
    margin-right: 7px;
    vertical-align: baseline;
}

.posts_list li .post-image {
    position: relative;
    overflow: hidden;
    min-height: 26px;
    margin-bottom: 20px;
}

.posts_list li .post-image a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 54%;
}

.posts_list li .post-image a span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: ease-in-out .2s;
}

.posts_list li .post-image a:hover span {
    transform: scale(1.1);
}

.posts_list li .post-image span.noimage {
    line-height: 0;
    text-indent: 100%;
    overflow: hidden;
}

.posts_list h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 35px;
    letter-spacing: 0;
}

.posts_list h3 a:hover {
    opacity: 0.7;
}

.posts_list .excerpt {
    color: #72706E;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    letter-spacing: 0;
}

/*　blogDetail　*/
#blogDetail .post {
    color: #0F0E0E;
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 35px;
}

#blogDetail .post-header {
    padding: 0px;
    margin-bottom: 25px;
}

#blogDetail .post-header h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

#blogDetail .post-header .post-meta {
    margin-bottom: 45px;
}

#blogDetail .post-header .post-meta li.date {
    margin-top: 22px;
}

.post .date,
.posts_list .date {
    color: #86BF31;
    font-size: 10px;
    letter-spacing: 0;
}

.post .date span,
.posts_list .date span {
    margin-left: 10px;
}

.post .date span:before,
.posts_list .date span:before {
    font-size: 9px;
    margin-right: 5px;
}

.post .date span a,
.posts_list .date span a {
    color: #86BF31;
    vertical-align: baseline;
}

.post .date span a:hover,
.posts_list .date span a:hover {
    text-decoration: underline;
}

.post-content {
    overflow: hidden;
    line-height: 2.3;
    letter-spacing: 0;
}

div#blogDetail .post-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
}

.bloginfo_box {
    display: table;
    width: 100%;
    background: #EBE9E7;
    margin-top: 60px;
}

.bloginfo_box .blog_name {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #BFBEBD;
    box-sizing: border-box;
    padding: 29px 30px;
    vertical-align: middle;
}

.bloginfo_box .blog_name .icon-blog {
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #373431;
    line-height: 1.6;
}

.bloginfo_box .blog_name .icon-blog:before {
    display: block;
    font-size: 15px;
    color: #86BF31;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.bloginfo_box .share_btn {
    display: table-cell;
    width: 50%;
    padding: 30px 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.bloginfo_box .share_btn li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.bloginfo_box .share_btn li a {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    line-height: 1;
}

.bloginfo_box .share_btn li a:before {
    color: #fff;
}

.bloginfo_box .share_btn .icon-facebook {
    background: #4967A3;
}

.bloginfo_box .share_btn .icon-facebook:hover {
    background: #587cc1;
}

.bloginfo_box .share_btn .icon-facebook:before {
    font-size: 26px;
    margin-top: 12px;
}

.bloginfo_box .share_btn .icon-line {
    background: #18BC01;
}

.bloginfo_box .share_btn .icon-line:hover {
    background: #1cde00;
}

.bloginfo_box .share_btn .icon-line:before {
    font-size: 29px;
    margin-top: 11px;
}

.bloginfo_box .share_btn .icon-twitter {
    background: #11BBEF;
}

.bloginfo_box .share_btn .icon-twitter:hover {
    background: #13C7FE;
}

.bloginfo_box .share_btn .icon-twitter:before {
    font-size: 24px;
    margin-top: 14px;
}

.bloginfo_box .share_btn .icon-google {
    background: #E05C4F;
}

.bloginfo_box .share_btn .icon-google:hover {
    background: #fb7468;
}

.bloginfo_box .share_btn .icon-google:before {
    font-size: 20px;
    margin-top: 15px;
}

/* navigation */
.navigation {
    overflow: hidden;
    margin-top: 52px;
}

.navigation:after {
    content: "";
    display: table;
    clear: both;
}

.navigation .prev {
    float: left;
    width: 100px;
}

.navigation .next {
    float: right;
    width: 100px;
}

.navigation a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #BFBEBD;
    color: #373431;
    line-height: 40px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}

.navigation a:hover {
    background: #86BF31;
}

.navigation .prev a span {
    padding-left: 8px;
}

.navigation .next a span {
    padding-right: 8px;
}

.navigation .prev a span:before {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

.navigation .next a span:before {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

.navigation ul {
    display: flex;
    max-width: 200px;
    margin: 0 auto;
}

.navigation li {
    display: flex;
    margin: 0 1px 0 2px;
    width: 30px;
}

/* pagination */
.pagination {
    overflow: hidden;
    position: relative;
    padding-top: 52px;
    border-top: 1px solid #72706E;
}

.pagination ul {
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    width: 30px;
    font-weight: bold;
}

.pagination ul li a,
.pagination ul li span.dots {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #BFBEBD;
    color: #373431;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.pagination ul li span.dots {
    background: none;
}

.pagination ul li a:hover {
    background: #86BF31;
}

.pagination ul li span.current {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #86BF31;
    color: #373431;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.pagination ul li .prev {
    display: block;
    width: 100px;
    position: absolute;
    left: 0;
    top: 52px;
    padding-left: 8px;
    box-sizing: border-box;
}

.pagination ul li .next {
    display: block;
    width: 100px;
    position: absolute;
    right: 0;
    top: 52px;
    padding-right: 8px;
    box-sizing: border-box;
    font-weight: bold;
}

.pagination ul li .prev span:before {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

.pagination ul li .next span:before {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

@media screen and (max-width: 1000px) {
    .posts_list li {
        width: 48%;
        margin-left: 4%;
    }

    .posts_list li:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .bloginfo_box .share_btn li {
        margin: 0 3px;
    }

    .bloginfo_box .share_btn li a {
        width: 40px;
        height: 40px;
    }

    .bloginfo_box .share_btn .icon-facebook:before {
        font-size: 22px;
        margin-top: 9px;
    }

    .bloginfo_box .share_btn .icon-line:before {
        font-size: 25px;
        margin-top: 8px;
    }

    .bloginfo_box .share_btn .icon-twitter:before {
        font-size: 20px;
        margin-top: 11px;
    }

    .bloginfo_box .share_btn .icon-google:before {
        font-size: 16px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    #posts {
        float: none;
        width: 100%;
    }

    .posts_list li {
        margin-bottom: 50px;
    }

    #blogDetail .post-header {
        margin-bottom: 20px;
    }

    #blogDetail .post-header h2 {
        font-size: 24px;
    }

    #blogDetail .post-header li.category,
    #blogDetail .post-header .post-meta li.date {
        float: none;
    }

    .bloginfo_box {
        display: block;
    }

    .bloginfo_box .blog_name {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #BFBEBD;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
    }

    .bloginfo_box .blog_name .icon-blog {
        display: inline-block;
        text-align: left;
    }

    .bloginfo_box .share_btn {
        display: block;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .navigation {
        margin-top: 35px;
    }

    .navigation ul {
        clear: both;
        padding-top: 20px;
    }

    .pagination {
        padding-top: 95px;
    }

    .pagination ul li .prev,
    .pagination ul li .next {
        top: 30px;
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .posts_list li {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    #blogDetail .post-header h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    #blogDetail .post-content h3 {
        font-size: 20px;
        padding: 26px 5px 26px 20px;
        line-height: 1.4;
        margin: 35px 0 30px;
    }

    #blogDetail .post-content h4 {
        font-size: 19px;
    }
}

/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
    float: right;
    width: 28%;
}

.blogside h2.widgettitle {
    display: none;
}

.blogside h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 9px;
    margin-bottom: 24px;
    color: #373431;
    border-bottom: 2px solid #373431;
}

.blogside h2 span {
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #72706E;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -6px;
}

.blogside .searchBox {
    margin-bottom: 40px;
}

.blogside .searchBox label {
    display: none;
}

.blogside .searchBox #searchform {
    position: relative;
}

.blogside .searchBox #s {
    background: #EBE9E7;
    border: none;
    height: 55px;
    width: 100%;
    padding: 0 40px 0 14px;
    box-sizing: border-box;
    color: #72706E;
    font-size: 13px;
}

.blogside .searchBox .icon-search:before {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    color: #86BF31;
}

.blogside .searchBox #searchsubmit {
    background: none;
    border: none;
    position: absolute;
    right: 16px;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    font-size: 0;
    cursor: pointer;
}

.blogside .categoryBox {
    margin-bottom: 50px;
}

.blogside .categoryBox ul li {
    border-bottom: 1px solid #b8c2c1;
    padding-bottom: 16px;
    margin-bottom: 18px;
    color: #000;
}

.blogside .categoryBox ul li:last-child {
    margin-bottom: 0;
}

.blogside .categoryBox ul li a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #373431;
}

.blogside .categoryBox ul li a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    color: #373431;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
    opacity: 0.7;
}

.recentBox {
    margin-bottom: 50px;
}

.recentBox li {
    font-size: 13px;
    border-bottom: 1px solid #BFBEBD;
    padding-bottom: 13px;
    margin-bottom: 22px;
    line-height: 1.3;
}

.recentBox li:last-child {
    margin-bottom: 0;
}

.recentBox li .recent_thumbnail {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 12px;
    position: relative;
    overflow: hidden;
}

.recentBox li .recent_thumbnail a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 1;
}

.recentBox li .recent_thumbnail a span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
}

.recentBox li .recent_thumbnail a:hover {
    transform: scale(1.1);
}

.recentBox li h3 a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #373431;
}

.recentBox li h3 a:hover {
    opacity: 0.7;
}

.recent_date {
    font-size: 10px;
    margin-top: 5px;
    color: #72706E;
}

.recentBox li .recent_date {
    margin-top: 15px;
}

.blogside .tagBox {
    margin-bottom: 40px;
}

.blogside .tagBox h2 {
    margin-bottom: 12px;
}

.blogside .tagBox .tagcloud a {
    display: inline-block;
    padding: 7px 10px;
    color: #373431;
    font-size: 14px !important;
    line-height: 1;
    border: 1px solid #72706E;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-bottom: 9px;
    letter-spacing: 0;
}

.blogside .tagBox .tagcloud a:hover {
    color: #fff;
    background: #72706E;
}

.archiveBox {
    font-size: 14px;
    line-height: 1.4;
}

.archiveBox>ul>li {
    margin-top: 20px;
}

.archiveBox>ul>li:first-child {
    margin: 0;
}

.archiveBox ul li p {
    position: relative;
    margin: 0;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
}

.archiveBox ul li p:visited {
    color: #373431;
}

.archiveBox ul li p:hover {
    color: #86BF31;
    font-weight: bold;
}

.archiveBox ul li p.acv_open {
    color: #86BF31;
    font-weight: bold;
}

.archiveBox ul li p:before {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #86BF31;
    border-bottom: 1px solid #86BF31;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.archiveBox ul li p.acv_open:before {
    top: 1px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.archiveBox ul li a {
    color: #373431;
}

.archiveBox ul li a:link {
    /*color: #FFAEA2;*/
    text-decoration: underline;
}

.archiveBox ul li a:visited {
    color: #373431;
}

.archiveBox ul li a:hover {
    color: #86BF31;
    font-weight: bold;
}

.archiveBox ul li a:active {
    color: #86BF31;
}

.archiveBox ul li ul {
    margin-left: 44px;
}

.archiveBox ul li li {
    margin-top: 10px;
}

.archiveBox ul li ul.hide {
    display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .blogside {
        float: right;
        width: 30%;
    }

    .blogside h2 {
        font-size: 14px;
        letter-spacing: 0;
    }

    .blogside h2 span {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .blogside {
        float: none;
        width: 100%;
        border-top: 1px solid #5D5555;
        padding: 46px 0 0;
        box-sizing: border-box;
        margin-top: 35px;
    }
}

/* =====================================
■新着情報
===================================== */
.category #newsList,
.single #newsDetail {
    background: #fff;
    padding: 60px 0 80px;
    min-height: 600px;
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
.h2Wrap {
    border-bottom: 1px solid #EBE9E7;
    padding: 0 0 28px;
    position: relative;
}

.h2Wrap h2 {
    color: #473019;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1;
}

.h2Wrap a {
    position: absolute;
    font-size: 13px;
    color: #473019;
    text-decoration: underline;
    right: 0;
    top: 0;
}

.h2Wrap a:hover {
    text-decoration: none;
}

#newsList dl {
    padding: 32px 0 20px;
    background: url(/wp-content/uploads/ico_dashed.png) repeat-x left bottom;
    background-size: 20px 1px;
}

#newsList dl dt {
    color: #72706E;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 13px;
}

#newsList dl dt .newsLabel {
    display: inline-block;
    width: 37px;
    height: 13px;
    line-height: 13px;
    background: #B09DC8;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
    box-sizing: border-box;
    margin: -2px 0 0 10px;
    vertical-align: middle;
}

#newsList dl dd a:hover {
    text-decoration: underline;
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
    font-size: 24px;
    color: #574f4f;
    letter-spacing: 0.18em;
    line-height: 1.4;
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 20px;
}

#newsDetail h3:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 14px solid #6f87a3;
    border-left: 14px solid transparent;
    position: absolute;
    left: 2px;
    top: 10px;
}

#newsDetail h3:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid #96a8bf;
    border-right: 14px solid transparent;
    position: absolute;
    left: 2px;
    top: 10px;
}

/* =====================================
■サイトマップ
===================================== */
#menu-sitemap {
    margin: 0 auto !important;
    background: none !important;
}

#menu-sitemap li,
.menu-header li {
    border-bottom: 1px dashed #76C171;
    line-height: 1.4 !important;
    position: relative;
    margin: 0 !important;
}

.menu-header li:first-child {
    border-top: 1px dashed #76C171;
}

#menu-sitemap li:before,
.menu-header li:before {
    position: absolute;
    content: '';
    display: block;
    background: #76C171;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 28px;
}

#menu-sitemap li a,
.menu-header li a {
    display: block;
    padding: 19px 40px 15px 20px !important;
    position: relative;
    box-sizing: border-box;
    background: none !important;
}

#menu-sitemap li a:after,
.menu-header li a:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #76C171;
    border-right: 2px solid #76C171;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
}

#menu-sitemap li a:hover,
.menu-header li a:hover {
    color: #76C171;
}

/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
    max-width: 800px;
    margin: 0 auto;
}

.inquiryForm_message {
    text-align: center;
}

.step_list {
    width: 467px;
    margin: 0 auto 90px;
}

.step_list li {
    float: left;
    width: 100px;
    margin-left: 83px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    color: #BFBEBD;
}

.step_list li:first-child {
    margin: 0;
}

.step_list li span {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    margin: 0 auto 12px;
    background: #BFBEBD;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
}

.step_list li span:after {
    display: block;
    content: "";
    width: 130px;
    height: 1px;
    background: #bfbebd;
    position: absolute;
    top: 50%;
    left: 54px;
}

.step_list li:last-child span:after {
    display: none;
}

.step_list li.current {
    color: #373431;
}

.step_list li.current span {
    background: #76C171;
}

.step_list li span.current:after {
    background: #76C171;
}

.inquiryForm_message .step_catch {
    font-size: 16px;
    text-align: center;
    color: #373431;
    letter-spacing: 0.05em;
    margin-bottom: 44px;
}

.inquiryFormTable {
    border-top: 1px solid #707070;
    font-size: 16px;
    padding-top: 22px;
}

.inquiryFormTable dl {
    display: table;
    width: 100%;
}

.inquiryFormTable dt,
.inquiryFormTable dd {
    display: table-cell;
    padding: 20px 0 24px;
    text-align: left;
    vertical-align: top;
}

.inquiryFormTable dt {
    border-right: none;
    position: relative;
    font-weight: normal;
    width: 29%;
    padding-top: 31px;
    color: #2C2F30;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    font-weight: bold;
}

.inquiryFormTable dd {
    box-sizing: border-box;
    position: relative;
    padding-right: 40px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px 14px;
    border: 1px solid #BFBEBD;
    background: #EBE9E7;
    color: #333;
    border-radius: 5px;
}

.inquiryFormTable select {
    position: relative;
    background: #ECECEC url(../img/icons/ico_select.svg) no-repeat right center;
    background-size: contain;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
    display: none;
}

.inquiryFormTable input[type="checkbox"] {
    display: none;
    /*display: inline-block;*/
    width: 32px;
    height: 32px;
    border: 0;
    position: relative;
    margin-right: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-appearance: none;
    background: none;
    box-sizing: border-box;
}

.inquiryFormTable .wpcf7-list-item {
    width: 100%;
    display: block;
    margin: 0 0 13px;
    box-sizing: border-box;
}

.wpcf7-list-item-label {
    position: relative;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    display: none;
}

.inquiryFormTable input[type="checkbox"]+span label.icon-check:before {
    content: "\e902";
    font-size: 25px;
    color: #BFBEBD;
    margin-right: 5px;
    vertical-align: middle;
}

.inquiryFormTable input[type="checkbox"]:checked+span label.icon-check:before {
    content: "\e903";
    color: #91de4d;
}

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
    border: 1px solid #86BF31;
    background: #fff;
    box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #76C171;
}

.inquiryFormTable input.wpcf7-not-valid {
    border: 1px solid #D93636 !important;
    background: #FDD2D2 !important;
}

.inquiryFormTable .btn-shared {
    margin: 0 auto;
}

.inquiryFormTable .comment {
    display: block;
    color: #63696A;
    font-size: 13px;
    margin-top: 0.4em;
    letter-spacing: 0;
}

.inquiryFormTable .required {
    background: #D93636;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    width: 46px;
    height: 22px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    position: absolute;
    top: 36px;
    right: 28px;
}

.inquiryFormTable .optional {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    width: 46px;
    height: 22px;
    background: #63696A;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    position: absolute;
    top: 36px;
    right: 28px;
}

.inquiryFormTable .btBox {
    text-align: center;
    margin: 103px 0 80px;
}

.inquiryFormTable .btBox input[type="submit"] {
    background: #76C171 url(../img/icons/ico_arrow02.png) no-repeat 95% center !important;
    background-size: 6px 10px;
    border: none;
    width: 100%;
    color: #fff;
    display: block;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 0 !important;
    outline: 0px;
    -webkit-appearance: none;
    font-size: 26px;
    letter-spacing: 0.1em;
    padding: 29px 32px 28px 30px;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
    background: #72706E url(../img/icons/ico_arrow01.png) no-repeat 96% center !important;
    background-size: 6px 10px;
    color: #BFBEBD;
    opacity: 1 !important;
    pointer-events: none;
    cursor: default;
    padding: 29px 40px 28px 40px;
}

.inquiryFormTable .btBox input[type="submit"].abled {
    background-position: 96% center !important;
    padding: 29px 40px 28px 40px;
}

.inquiryFormTable .wpcf7-back {
    width: 37.5% !important;
    color: #fff;
    background: #72706E url(../img/icons/ico_arrow02.png) no-repeat 92% center !important;
    background-size: 6px 10px;
    border: none;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 0 !important;
    outline: 0px;
    -webkit-appearance: none;
    font-size: 26px;
    letter-spacing: 0.1em;
    padding: 29px 30px 28px;
    float: left;
    text-align: left;
}

.inquiryFormTable .wpcf7-submit {
    width: 58.5% !important;
    float: right;
    text-align: left;
}

.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
    opacity: 0.8;
}

span.verify_icon {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -42px;
    top: 13px;
    display: none;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
    display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
    color: #86BF31;
    font-size: 25px;
    vertical-align: top;
}

.inquiryFormTable .wpcf7-not-valid-tip {
    color: #DE5050;
    font-weight: normal;
    display: block;
    font-size: 12px;
}

.file_btn {
    display: block;
    overflow: hidden;
    position: relative;
    background: #807B7B;
    color: #fff;
    width: 123px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 13px;
}

.file_btn .wpcf7-form-control-wrap {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 30px;
}

div.wpcf7 input[type="file"] {
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
    display: none;
}

.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional {
    display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
    display: none;
}

.custom-wpcf7c-confirmed .confirm_table span.comment {
    display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
    display: none;
}

.result_txt {
    display: block;
    word-break: break-all;
    white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
    padding-left: 0;
}

.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
    padding: 12px 0 10px;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
    display: none !important;
}

@media screen and (max-width: 1060px) {
    .inquiryFormTable dt {
        width: 35%;
    }
}

@media screen and (max-width: 767px) {
    .step_list {
        width: 400px;
        margin: 0 auto 60px;
    }

    .step_list li {
        margin-left: 50px;
    }

    .inquiryFormTable dl {
        display: block;
    }

    .inquiryFormTable dt,
    .inquiryFormTable dd {
        display: block;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .inquiryFormTable dd {
        padding: 10px 40px 30px 0;
    }

    .inquiryFormTable .required,
    .inquiryFormTable .optional {
        position: static;
        margin-left: 20px;
        display: inline-block;
        margin-top: -2px;
        vertical-align: middle;
    }

    .inquiryFormTable .btBox {
        margin: 50px 0;
    }

    .inquiryFormTable .btBox input[type="submit"],
    .inquiryFormTable .wpcf7-back {
        width: 100% !important;
        float: none;
        font-size: 20px;
        padding: 29px 20px 28px 20px;
        box-sizing: border-box;
        background-position: 96% center !important;
        text-align: center;
    }

    .inquiryFormTable .btBox input[type="submit"].disabled,
    .inquiryFormTable .btBox input[type="submit"].abled {
        padding: 29px 20px 28px 20px;
    }

    .inquiryFormTable .wpcf7-back {
        margin-bottom: 15px;
    }

    .file_btn {
        margin-top: 0;
    }

    .custom-wpcf7c-confirmed .confirm_table dt,
    .custom-wpcf7c-confirmed .confirm_table dd {
        padding: 5px 0;
    }
}

@media screen and (max-width: 480px) {
    .step_list {
        width: 270px;
    }

    .step_list li {
        width: 70px;
        margin-left: 30px;
        font-size: 16px;
    }

    .step_list li span:after {
        width: 60px;
    }

    .inquiryForm_message .step_catch {
        font-size: 12px;
        letter-spacing: 0;
    }

    .inquiryFormTable .btBox input[type="submit"],
    .inquiryFormTable .wpcf7-back {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}

/*--------------------------------------
loading
--------------------------------------*/
.loader_container {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.loader_bg {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.loader_bg p {
    text-align: center;
    color: #fff;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto 20px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------
ボタン
--------------------------------------*/
.btn a {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
    background: #86BF31;
    color: #fff;
    padding: 30px 10px 34px 10px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
}

.btn a:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .btn a {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}


/* =====================================
  TITLE
===================================== */
/* h2 */
h2.elementor-heading-title {
    font-family: "Zen Old Mincho", serif;
    position: relative;
    background: url('../img/child/h2_bg.png') no-repeat center/cover;
    color: #fff;
    padding: 3px 20px 8px 45px;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

h2.elementor-heading-title::before {
    content: '';
    position: absolute;
    background: url('../img/child/h2_deco.svg') no-repeat center/100%;
    width: 11px;
    height: 12px;
    top: 19px;
    left: 16px;
}


h2.elementor-heading-title::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 1.5px;
    bottom: 4px;
    left: 0;
    right: 0;
}

/* h3 */
h3.elementor-heading-title {
    font-family: "Zen Old Mincho", serif;
    position: relative;
    border-bottom: 2px solid #86B100;
    color: #626262;
    padding: 3px 0 14px 45px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

h3.elementor-heading-title::before,
h3.elementor-heading-title::after {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
}

h3.elementor-heading-title::before {
    background: #3B3B3B;
    top: 0;
    height: calc(100% - 12px);
}

h3.elementor-heading-title::after {
    background: #86B100;
    top: calc(50% - 6px);
    bottom: 12px;
    z-index: 1;
}

/* h4 */
h4.elementor-heading-title {
    font-family: "Zen Old Mincho", serif;
    position: relative;
    border-bottom: 1px solid #86B100;
    color: #353537;
    padding: 2px 0 15px 45px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

h4.elementor-heading-title::before,
h4.elementor-heading-title::after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
}

h4.elementor-heading-title::before {
    background: #3B3B3B;
    top: 0;
    height: calc(100% - 12px);
}

h4.elementor-heading-title::after {
    background: linear-gradient(103deg, rgba(134, 191, 49, 1) 0%, rgba(187, 209, 19, 1) 100%);
    top: calc(50% - 6px);
    bottom: 12px;
    z-index: 1;
}

/* h5 */
h5.elementor-heading-title {
    font-family: "Zen Old Mincho", serif;
    position: relative;
    color: #22201E;
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
}

h5.elementor-heading-title::before {
    content: '';
    position: absolute;
    background: #86B100;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

h5.elementor-heading-title::after {
    content: '';
    position: absolute;
    background: #353537;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    top: 12px;
    left: 10px;
    z-index: 1;
}

@media screen and (max-width: 767px) {

    /* h2 */
    h2.elementor-heading-title {
        padding-left: 35px;
        font-size: 22px;
    }

    h2.elementor-heading-title::before {
        top: 17px;
        left: 13px;
    }

    /* h3 */
    h3.elementor-heading-title {
        padding-left: 35px;
    }

    /* h4 */
    h4.elementor-heading-title {
        padding-left: 35px;
    }

    /* h5 */
    h5.elementor-heading-title {
        padding-left: 35px;
    }
}


/* =====================================
  flow1
===================================== */
.flow1 {
    border: 2px solid #ccc;
    padding: 50px
}

.flow1 h2 {
    background-image: url("../img/child/flow1_h2_bg.png")
}

.flow1 .inner {
    margin-top: 40px
}

.flow1 .row {
    background: #dcf3ba;
    display: flex
}

.flow1 .row .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000;
    width: 160px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em
}

.flow1 .row .desc {
    flex: 1;
    border-left: 2px solid #000;
    padding: 70px 65px
}

.flow1 .row .desc h3 {
    font-family: "Zen Old Mincho", serif;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .05em
}

.flow1 .row .desc .txt {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #353537;
    margin-top: 16px
}

.flow1 .row+.row {
    position: relative;
    margin-top: 40px
}

.flow1 .row+.row::before {
    content: "";
    position: absolute;
    background: url("../img/child/flow1_arrow.svg") no-repeat center/100%;
    width: 19px;
    height: 11px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 767px) {
    .flow1 {
        padding: 20px
    }

    .flow1 .inner {
        margin-top: 20px
    }

    .flow1 h2 {
        margin-bottom: 20px
    }

    .flow1 .row {
        display: block
    }

    .flow1 .row .number {
        width: auto;
        height: 90px;
        font-size: 26px
    }

    .flow1 .row .desc {
        border-left: none;
        border-top: 2px solid #000;
        padding: 20px
    }

    .flow1 .row .desc h3 {
        font-size: 20px;
        line-height: 1.2
    }

    .flow1 .row+.row {
        margin-top: 30px
    }

    .flow1 .row+.row::before {
        top: -20px
    }
}


/* =====================================
  flow 2
===================================== */
.flow2 {
    font-family: "Zen Old Mincho", serif;
    position: relative;
    z-index: 1;
    padding: 13px 0 30px
}

.flow2::before {
    content: "";
    position: absolute;
    background: #86b100;
    top: 0;
    bottom: 0;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    z-index: -1
}

.flow2 h3 {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.89;
    letter-spacing: .16em
}

.flow2 .inner {
    margin: 30px 10px 0
}

.flow2 .row {
    background: #fff;
    padding: 34px
}

.flow2 .row .group-txt {
       position: relative;
    width: 100%;
    padding-left: 75px;
}

.flow2 .row .group-txt .number {
       position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #80b200;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
}

.flow2 .row .group-txt .right {
    flex: 1;
    color: #000;
    margin-top: 9px
}

.flow2 .row .group-txt .right h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0
}

.flow2 .row .group-txt .right .txt {
    margin-top: 9px;
    line-height: 1.8
}

.flow2 .row .photo {
    float: right;
    width: 240px;
    margin: 0 0 10px 30px;
}

.flow2 .row+.row {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .flow2 h3 {
        padding-bottom: 10px;
        font-size: 26px
    }

    .flow2 .inner {
        margin: 20px 0 0
    }

    .flow2 .row {
        padding: 20px;
    }

    .flow2 .row .group-txt {
		padding-left: 50px
    }

    .flow2 .row .group-txt .number {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .flow2 .row .group-txt .right {
        margin-top: 5px
    }

    .flow2 .row .group-txt .right h4 {
        font-size: 20px
    }

    .flow2 .row .photo {
       	    float: unset;
    width: auto;
    margin: 0 0 20px;
    }

    .flow2 .row .photo img {
        width: 100%
    }

    .flow2 .row+.row {
        margin-top: 0
    }
}


/* =====================================
  style A
===================================== */
    .style_A {
        font-family: "Zen Old Mincho", serif
    }

    .style_A div.elementor-heading-title {
        color: #1f1f1f;
        font-size: 21px;
        font-weight: 900;
        line-height: 26px;
        letter-spacing: .04em
    }

    .style_A .elementor-icon-list-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 14px;
        margin-top: 40px !important
    }

    .style_A .elementor-icon-list-items li {
        color: #353537;
        width: calc(50% - 20px);
        padding-left: 24px;
        line-height: 26px;
    }

    .style_A .elementor-icon-list-items li::before {
        content: "";
        position: absolute;
        background: #353537;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 9px;
        left: 0
    }

    .style_A .bg.bg1 {
        background: #f7fee8;
        padding: 20px 70px
    }

    .style_A .bg.bg2 {
        background: #f9dbe0;
        margin-top: 12px;
        border-radius: 30px;
    }

.style_A .w100 .elementor-icon-list-items li {
	width: 100%;
}

    .style_A .bg.bg2 div.elementor-heading-title {
        text-align: center;
        padding: 16px;
        border-bottom: 1px solid #000;
    }

    .style_A .bg.bg2 .elementor-icon-list-items {
        padding: 30px 70px !important;
        margin-top: 0 !important;
    }

    @media screen and (min-width: 768px)and (max-width: 1000px) {
        .style_A .bg.bg1 {
            padding-left: 40px;
            padding-right: 40px;
        }

        .style_A .bg.bg2 .elementor-icon-list-items {
            padding: 30px 40px !important;
        }
    }

    @media screen and (max-width: 768px) {
	
		.style_A div.elementor-heading-title {
			font-size: 18px
		}
		
        .style_A .elementor-icon-list-items {
            flex-direction: column;
            margin-top: 20px !important
        }

        .style_A .elementor-icon-list-items li {
            width: 100%
        }

        .style_A .bg.bg1 {
            padding: 30px 20px
        }

        .style_A .bg.bg2 .elementor-icon-list-items {
            padding: 30px 20px !important;
        }
    }

/* =====================================
  style B
===================================== */
.style_B {
    font-family: "Zen Old Mincho", serif;
    background: #dcf3ba;
    border-radius: 30px;
}

.style_B div.elementor-heading-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border-bottom: 1px solid #000;
    color: #353537;
    font-size: 21px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: .04em;
}

.style_B div.elementor-heading-title::before {
    content: '';
    background: url('../img/child/style_B_icon.svg') no-repeat center/100%;
    width: 53px;
    height: 34px;
}

.style_B .elementor-icon-list-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 14px;
    padding: 30px 70px !important;
}

.style_B .elementor-icon-list-items li {
    color: #353537;
    width: calc(50% - 20px);
    padding-left: 24px;
    line-height: 26px
}

.style_B .elementor-icon-list-items li::before {
    content: "";
    position: absolute;
    background: #353537;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 9px;
    left: 0
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    .style_B .elementor-icon-list-items {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 767px) {
    .style_B .elementor-icon-list-items {
        flex-direction: column;
        padding: 20px !important;
    }

    .style_B .elementor-icon-list-items li {
        width: 100%
    }
}

/* =====================================
  style C
===================================== */
.style_C {
    font-family: "Zen Old Mincho", serif;
    background: #fff
}

.style_C table {
    table-layout: fixed;
}

.style_C .bg {
    background: #eaf2d2
}

.style_C th,
.style_C td {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    font-weight: 900;
    letter-spacing: 0
}

.style_C thead {
    background: #92bf4f;
    color: #fff
}

.style_C thead th,
.style_C thead td {
    padding-top: 17.5px;
    padding-bottom: 17.5px
}

.style_C tbody th,
.style_C tbody td {
    color: #2c2924;
    padding-top: 23.5px;
    padding-bottom: 23.5px
}

.style_C tbody td:last-child {
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .style_C table {
        table-layout: fixed;
    }
	
	.style_C th,
.style_C td {
	padding: 10px !important;
    font-size: 12px;
}
}

/* =====================================
  style D
===================================== */
.style_D {
    font-family: "Zen Old Mincho", serif;
    background: #F9DBE0;
    border-radius: 30px;
}

.style_D div.elementor-heading-title {
    position: relative;
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid #000;
    color: #626262;
    font-size: 21px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: .04em;
}

.style_D .elementor-icon-list-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 14px;
    padding: 30px 70px !important;
}

.style_D .elementor-icon-list-items li {
    color: #626262;
    width: calc(50% - 20px);
    padding-left: 24px;
    line-height: 26px
}

.style_D .elementor-icon-list-items li::before {
    content: "";
    position: absolute;
    background: #626262;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 9px;
    left: 0
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    .style_D .elementor-icon-list-items {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 767px) {
    .style_D .elementor-icon-list-items {
        flex-direction: column;
        padding: 20px !important;
    }

    .style_D .elementor-icon-list-items li {
        width: 100%
    }
}


/* =====================================
  faq
===================================== */
.faq {
    font-family: "Zen Old Mincho", serif
}

.faq dl dt {
    display: flex;
    background: #addc68;
    color: #626262;
    padding: 10px 21px 11px
}

.faq dl dt span {
    display: block;
    line-height: 2;
    letter-spacing: 0
}

.faq dl dt span:nth-child(1) {
    font-size: 18px;
    font-weight: 900
}

.faq dl dt span:nth-child(2) {
    margin: 6px 0 0 17px;
    font-size: 14px;
    font-weight: 900
}

.faq dl dd {
    margin: 16px 17px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: 0
}

.faq dl+dl {
    margin-top: 28px
}


/* =====================================
  photo
===================================== */
.style_photo {
    font-family: "Zen Old Mincho", serif
}

.style_photo .elementor-row {
    justify-content: space-between
}

.style_photo .elementor-col-33 {
    position: relative;
    width: 31.7725752508% !important
}

.style_photo .elementor-col-33::before {
    content: '';
    position: absolute;
    border: 1px solid #e0e0e0;
    z-index: -1;
    inset: 0;
}

.style_photo div.elementor-heading-title {
    text-align: center;
    background: #86b100;
    color: #fff;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0
}

.style_photo .elementor-text-editor {
    border-top: none;
    color: #4c453a;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0
}

@media screen and (max-width: 768px) {
    .style_photo .elementor-row {
        gap: 30px
    }

    .style_photo .elementor-col-33 {
        width: 100% !important
    }

    .style_photo .elementor-text-editor {
        padding: 15px
    }
}


/* =====================================
  doctor child
===================================== */
#doctor-child .inner {
    background: #fff;
    box-shadow: 0px 15px 14px rgba(161, 161, 161, .15);
    border-top: 2px solid #9ec724;
    padding: 77px 30px 72px
}

#doctor-child .row1 {
    max-width: 900px;
    margin: 0 auto
}

#doctor-child .row1 .group-txt {
    width: 100%
}

#doctor-child .row1 .group-txt h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .1em
}

#doctor-child .row1 .group-txt h3 span {
    color: #80b200;
    letter-spacing: .1em
}

#doctor-child .row1 .group-txt .txt {
    margin-top: 26px;
    line-height: 2.1;
    font-weight: 500;
    letter-spacing: .05em
}

#doctor-child .row1 .avatar {
	    float: right;
    position: relative;
    width: 368px;
	padding-right: 17px;
    margin: 0 0 10px 30px;
}

#doctor-child .row1 .avatar dt {
    position: absolute;
    bottom: 21px;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(134, 191, 49) 0%, rgb(187, 209, 19) 100%);
    color: #fff;
    text-align: center;
    width: 191px;
    font-size: 23px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 0
}

#doctor-child .row1 .avatar dt small {
    font-size: 17px;
    letter-spacing: 0
}

#doctor-child .row2 {
    display: flex;
    justify-content: space-between;
    max-width: 907px;
    margin: 66px auto 0
}

#doctor-child .row2 .col {
    width: calc(50% - 16px)
}

#doctor-child .row2 .col h4 {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 1px 0 17px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em
}

#doctor-child .row2 .col h4::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(114, 177, 21) 0%, rgb(175, 198, 1) 100%);
    width: 7.5px;
    height: 23px;
    top: 0;
    left: 0
}

#doctor-child .row2 .col .list {
    margin-top: 23px
}

#doctor-child .row2 .col .list li {
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .05em
}

#doctor-child .row2 .col .list li::before {
    content: "";
    position: absolute;
    background: #a7c304;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 11px;
    left: 0
}

#doctor-child .row2 .col .list li small {
    font-size: 13px;
    letter-spacing: .05em
}

@media screen and (min-width: 768px)and (max-width: 950px) {
    #doctor-child .row1 .group-txt h3 {
        font-size: 2.8vw
    }

    #doctor-child .row1 .avatar {
        max-width: 290px
    }
}

@media screen and (max-width: 767px) {
    #doctor-child .inner {
        padding: 20px;
    }

    #doctor-child .row1 {
        max-width: unset
    }

    #doctor-child .row1 .group-txt {
        max-width: unset;
        width: auto
    }

    #doctor-child .row1 .group-txt h3 {
        font-size: 22px;
        line-height: 1.6;
        letter-spacing: .05em
    }

    #doctor-child .row1 .group-txt h3 span {
        letter-spacing: .05em
    }

    #doctor-child .row1 .group-txt .txt {
        margin-top: 13px;
        line-height: 2;
        font-weight: 400
    }

    #doctor-child .row1 .avatar {
        width: auto;
		float: unset;
        padding: 0;
        margin: 0 0 25px
    }

    #doctor-child .row1 .avatar dt {
        bottom: 0;
        right: 0;
        width: 173px;
        font-size: 20.81px;
        line-height: 43px;
        letter-spacing: 0
    }

    #doctor-child .row1 .avatar dt small {
        font-size: 15.38px
    }

    #doctor-child .row2 {
        flex-direction: column;
        max-width: unset;
        gap: 36px;
        margin: 44px 0 0
    }

    #doctor-child .row2 .col {
        width: 100%
    }

    #doctor-child .row2 .col .list {
        margin-top: 17px
    }

    #doctor-child .row2 .col .list li {
        padding-left: 17px;
        font-size: 14px;
        line-height: 1.84
    }

    #doctor-child .row2 .col .list li::before {
        width: 7px;
        height: 7px;
        top: 0
    }

    #doctor-child .row2 .col .list li small {
        font-size: 12px
    }

    #doctor-child .row2 .col:nth-child(1) .list li:nth-child(1) {
        line-height: 19px;
        margin-bottom: 9px
    }
}

/* =====================================
  info child
===================================== */
.info-child dl {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b9b9b9;
    padding: 16px 0 19px;
    line-height: 24px
}

.info-child dl::before {
    content: "";
    position: absolute;
    background: #98c527;
    width: 30%;
    height: 1px;
    bottom: -1px;
    left: 0
}

.info-child dl dt {
    width: 30%;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0
}

.info-child dl dd {
    width: 70%;
    padding-left: 27px
}

@media screen and (max-width: 767px) {
    .info-child dl {
        padding: 13px 0 14px;
        line-height: 21px
    }

    .info-child dl::before {
        width: 75px;
    }

    .info-child dl dt {
        width: 75px;
    }

    .info-child dl dd {
        width: calc(100% - 75px);
        font-size: 15px;
        padding-left: 7px
    }
}

/* =====================================
  table child
===================================== */
.table-child .table-time {
    table-layout: fixed;
    background: #fff;
    width: 100%
}

.table-child .table-time th {
    width: 20%
}

.table-child .table-time td {
    position: relative;
    text-align: center
}

.table-child .table-time td.egg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #98c527;
    border-radius: 50%;
    width: 12px;
    height: 12px
}

.table-child .table-time td.line::before {
    content: "";
    position: absolute;
    background: #626262;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10.5px;
    height: 1px
}

.table-child .table-time td:last-child {
    width: 69px;
    padding-right: 16px
}

.table-child .table-time td:last-child.line::before {
    left: calc(50% - 7px)
}

.table-child .table-time thead {
    background: #6f7176
}

.table-child .table-time thead th,
.table-child .table-time thead td {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500
}

.table-child .table-time thead th {
    padding-left: 24px;
    letter-spacing: .1em
}

.table-child .table-time thead td {
    letter-spacing: 0
}

.table-child .table-time tbody tr:nth-child(1) * {
    padding-top: 6px;
    padding-bottom: 8px
}

.table-child .table-time tbody tr:nth-child(2) * {
    padding-top: 4px;
    padding-bottom: 8px
}

.table-child .table-time tbody th,
.table-child .table-time tbody td {
    border-bottom: 1px solid #b9b9b9
}

.table-child .table-time tbody th {
    padding-left: 15px;
    letter-spacing: 0
}

.table-child .close-day {
    display: flex;
    gap: 18px;
    margin-top: 9px
}

.table-child .close-day dt {
    text-align: center;
    background: #ececec;
    width: 75px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px
}

.table-child .close-day dd {
    font-size: 15px;
    line-height: 30px
}

.table-child .list-note {
    margin-top: 12px
}

.table-child .list-note li {
    display: flex;
    gap: 10px;
    font-size: 15px;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    .table-child .table-time th {
        width: 93px
    }

    .table-child .table-time td {
        white-space: nowrap
    }

    .table-child .table-time td.line::before {
        width: 6.5px
    }

    .table-child .table-time td:last-child {
        width: 44px;
        padding-right: 0
    }

    .table-child .table-time td:last-child.line::before {
        left: 50%
    }

    .table-child .table-time thead th,
    .table-child .table-time thead td {
        font-size: 13px
    }

    .table-child .table-time thead th {
        padding-left: 15px;
        letter-spacing: 0
    }

    .table-child .table-time tbody th {
        padding-left: 9px;
        font-size: 14px
    }

    .table-child .close-day {
        gap: 14px;
        margin-top: 10px
    }

    .table-child .close-day dt {
        font-size: 14px;
        font-weight: bold;
        line-height: 25px
    }

    .table-child .close-day dd {
        font-size: 14px;
        line-height: 25px
    }

    .table-child .list-note {
        margin-top: 37px
    }

    .table-child .list-note li {
        gap: 5px;
        font-size: 14px
    }
}