@charset "utf-8";
/*
Theme Name: at-sora
Template: lightning
Tags: 
Version: 1.0
*/
@import url("style-base.css");

body {
}
h1,h2,h3,h4,h5,h6 {
    border: none;
    margin: 0;
    background-color: transparent;
    line-height: 1.4;
    color: #4d4d4d;
}

h2 {
    font-size: 40px;
}
h3 {
    font-size: 33px;
}
h3:after {
    border: none;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
    color: var(--wp--preset--color--vk-color-primary);
    background-color: var(--wp--preset--color--vk-color-custom-3);
    width: 100%;
}

@media (max-width: 574.98px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 17px;
    }

    .has-small-font-size {
        font-size: 12px!important;
    }
    .has-medium-font-size {
        font-size: 16px!important;
    }
    .has-large-font-size {
        font-size: 18px!important;
    }
    .has-x-large-font-size {
        font-size: 32px!important;
    }
    .has-regular-font-size {
        font-size: 14px!important;
    }
    .has-huge-font-size {
        font-size: 28px!important;
    }
}


figure+h4, figure+h5, figure+h6 {
    margin-top: 0;
}

.global-nav-list>li .global-nav-name {
    font-size: 13px;
}
@media (min-width: 992px) {
    .device-pc .global-nav-list>li>a {
        padding: 14px 1em;
    }
}

.breadcrumb {
    border: none;
}

.cost-5column-3box {
    margin: 0!important;
    height: auto;
}
.white-btn .btn {
    background-color: #fff!important;
    color: #666!important;
    border: 1px solid #666!important;
    border-radius: 0;
    width: 230px;
    padding: 0;
    margin: auto;
}
.white-btn-wide .btn {
    width: 330px;
    max-width: 100%;
}

body .alignfull .is-layout-flow {
    margin: auto;       /* 全幅の中の1カラムを中央に配置 */
}

/* 足跡とH2タグを重ねる */
.footprints-text {
    margin-top: -115px!important;
}
/* ヘッダーの帯に画像　全固定ページ、投稿ページ、投稿一覧ページ共通 */
.page-header {
    background-size: contain;
    min-height: 41vw;
}
.page-header-inner {
    top: -12vw;
}

.page-header-title, h1.page-header-title {
    letter-spacing: 2px;
    background-color: #fff;
    color: #000;
    width: fit-content;
    padding: 15px 20px 15px 33px;
    font-size: 36px;
    font-weight: 700;
    opacity: 0.8;
    border-radius: 8px;
}
@media (max-width: 1199.98px) {
    .page-header-inner {
        top: -10vw;
    }
    .page-header-title, h1.page-header-title {
        font-size: 30px;
    }
}
@media (max-width: 991.98px) {
    .page-header-inner {
        top: -9vwpx;
    }
    .page-header-title, h1.page-header-title {
        font-size: 24px;
    }
}
@media (max-width: 574.98px) {
    .page-header-inner {
        top: -8vw;
    }
    .page-header-title, h1.page-header-title {
        padding: 5px 5px 5px 15px;
        font-size: 17px;
        letter-spacing: normal;
    }
}
/*
@media (max-width: 1199.98px) {
    .page-header-inner {
        top: -70px;
    }
    .page-header-title, h1.page-header-title {
        font-size: 24px;
    }
}
@media (max-width: 574.98px) {
    .page-header-inner {
        top: -33px;
    }
    .page-header-title, h1.page-header-title {
        padding: 8px 10px 8px 20px;
        font-size: 20px;
    }
}
*/
.grecaptcha-badge {
    display: none;
}

/* お客様の声一覧ページ　お客様の声個別ページ */
.post-type-archive-voice .page-header,
.single-voice .page-header,
.tax-voice-category .page-header{
    background: url(/prod1/assets/img/voice/kv-voice.jpg) no-repeat 50% center;
    background-size: cover;
}
.post-type-archive-voice .breadcrumb,
.single-voice .breadcrumb {
    margin-top: -6vw;
    z-index: 2;
    position: sticky;
}
.post-type-archive-voice .site-body,
.single-voice .site-body {
    z-index: 2;
}
/* 新着情報一覧ページ　新着情報個別ページ */
.category-info .page-header,
.single-post .page-header {
    background: url(/prod1/assets/img/blog/kv-blog.jpg) no-repeat 50% center;
    background-size: cover;
}
.category-info .breadcrumb,
.single-post .breadcrumb {
    margin-top: -6vw;
    z-index: 2;
    position: sticky;
}
.category-info .site-body,
.single-post .site-body {
    z-index: 2;
}
.card-img-overlay {
    
}
/* お客様の声一覧ページ */
.post-type-archive-voice .vk_post_imgOuter_singleTermLabel {
    font-size: 14px;
    font-weight: 500;
    padding: 0.3em 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 100;
    opacity: 0.85;
    color: var(--wp--preset--color--vk-color-primary)!important;
    background-color: #fff!important;
    width: fit-content;
    height: 34px;
}
.post-type-archive-voice .entry-meta,
.post-type-archive-voice .vk_post_date {
    display: none;
}
.post-type-archive-voice .post-list .vk_post {
    border-radius: 10px;
    background-color: white;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}
.post-type-archive-voice .post-list .btn {
    background-color: white;
    border: none;
}
.post-type-archive-voice .post-list .card a.btn-primary {
    color: #666;
}
.post-type-archive-voice .post-list .btn:after {
    content: " 》"
}
/* お客様の声個別ページ */
.single-voice .entry-meta {
    display: none;
}
.single-voice .voice{
    margin-bottom: 100px;
}
.single-voice .card-intext .card-intext-inner .vk_post_body div {
    display: none;
}

/* ブログ一覧ページ */
.category-info .vk_post_imgOuter_singleTermLabel {
    display: none;
}
.category-info .post-list .vk_post {
    border-radius: 10px;
    background-color: white;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}
.category-info .post-list .btn {
    background-color: white;
    border: none;
}
.category-info .post-list .card a.btn-primary {
    color: #666;
}
.category-info .post-list .btn:after {
    content: " 》"
}
/* ブログ個別ページ */
.single-post .entry-title {
    color: var(--wp--preset--color--vk-color-primary);
}
.single-post .entry-meta-item-updated,
.single-post .entry-meta-item-author,
.single-post .entry-footer {
    display: none;
}
.single-post .entry-body {
    margin-bottom: 100px;
}
/* 個別ページ共通 */
.card-intext .card-intext-inner .vk_post_body {
    background-color: rgba(255,255,255,.8);
}
.card-intext .card-intext-inner .vk_post_body .vk_post_title {
    color: #333;
}

/* footer */
.site-footer .widget {
    margin-bottom: 0;
}
.footer-list {
    list-style: none;
}
.footer-list li:before {
    content: url("/prod1/assets/img/li-bar.png");
    padding-right: 10px;
}
.footer-list li:after {
    content: url("/prod1/assets/img/li-he.png");
    padding-left: 10px;
}
.footer-list li {
    margin-bottom: 0;
}
.footer-list li a {
    text-decoration: none;
}

.footer-planlist {
    list-style: none;
    margin-bottom: auto;
    margin-left: 13px;
}
.footer-planlist li {
    margin-right: 25px;
}
.footer-planlist li:before {
    content: " ";
}

.site-footer-content {
    padding-top: 70px;
    padding-right: 0;
}
.site-footer-copyright {
    background-color: var(--wp--preset--color--vk-color-primary); 
    color: #fff;
    padding: 1px 0 92px;
}

/* footer-bottom */
.page_top_btn {
    bottom: 2%;
}
@media print {
    .footer_bottom {
        visibility: hidden;
    }
}

.footer_bottom {
	position: fixed !important;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: auto;
	background-color: #cac8c6;

}
.pc_footer_bottom {
	max-width: 970px;
	margin: auto;
	background-color: #cac8c6;
}

.instagram {
    margin-left: auto!important;
}