/*
Theme Name: Asuka Milk
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* LPなので不要個所は非表示 */
/*
header.siteHeader { display:none; }
*/
.vk-mobile-nav-menu-btn { display: none !important; }
/*
.page-header { display:none; }
.breadcrumb { display:none; }
h1.entry-title { display:none; }
.site-footer { display:none; }
*/



/* ヘッダーロゴを中央配置 */
@media(min-width: 992px) {
    .site-header--layout--nav-float .site-header-container {
    display: block;
    }
    .site-header--layout--nav-float .site-header-logo a {
    margin: 0 auto;
    }
    .global-nav--layout--float-right .global-nav-list {
    margin-left: auto;
    margin-right: auto;
    }
}

/* ヘッダー下グレーの影を消す */
header#site-header {
    border-bottom: 0px solid rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}



/* スライダー上文字調整 */
.lightning_swiper h3,
.lightning_swiper .ltg-slide-text-caption{
    text-shadow: 2px 2px 10px #000 ,
    -2px 2px 10px #000 ,
    2px -2px 10px #000 ,
    -2px -2px 10px #000;
}
.lightning_swiper h3 {
    margin-bottom: 1.5em;
}
.lightning_swiper img {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
@media (max-width: 750px) {
    .lightning_swiper h3,
    .lightning_swiper .ltg-slide-text-caption{
        font-size: 1.3rem;
    }
    .lightning_swiper img {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}



/* ページネーション非表示 */
.ltg-slide-button-next,
.ltg-slide-button-prev,
.swiper-pagination {
    display: none;
}

.bg_lightgray {
    background-color: #f5f5f5;
}

/* site-footer */
footer.site-footer h4 {
    /*
    background-color: transparent;;
    background-image:url(https://asukamilk.com/wp/wp-content/uploads/2025/03/img_footer-scaled.jpg)!important;
    background-size: cover;
    */
    /*
    color: #fff!important;
    */

    background-color:unset;

}

/* copylight個所のpowerd by wordpress を非表示にする */
.site-footer-copyright p:last-child {
    display: none;
}

/* 電話リンク(スマートフォン・タブレットのみ)横幅が751px以内で、電話番号リンクが有効 */
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

/* PAGE TOPへボタン */
/* 四角を丸くする */
#page_top.page_top_btn {
    border-radius:50%;
    /*
    background-color: var(--vk-color-primary);
    */
    background-color: var(--vk-color-custom-4);
}
/* オンマウスで一回り大きく表示 */
#page_top.page_top_btn:hover {
    transform: scale(1.1, 1.1);
}