/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Description: meishinhorita
Author: Grant A
Tags: 
Version: 0.6.0
*/

/* ヘッダー文字 */
h3.slide-text-title {
    font-size: 21px;
}
.slide-text-caption {
    font-size: 12px;
}
.table, table {
    border: 1px solid rgba(0, 0, 0, .05);
}

@media (min-width: 576px){
h3.slide-text-title {
	font-size: 24px;
}
.slide-text-caption {
	font-size: 14px;
}
}
@media (min-width: 768px){
h3.slide-text-title {
	font-size: 27px;
}
.slide-text-caption {
	font-size: 16px;
}
}
@media (min-width: 992px){
h3.slide-text-title {
	font-size: 30px;
}
.slide-text-caption {
	font-size: 18px;
}
}
/* ヘッダー矢印 */
span.carousel-control-prev-icon, 
span.carousel-control-next-icon, 
a.carousel-control-prev, 
a.carousel-control-next {
    display: none;
}
/* お問い合わせ */
table.cf7 {
    margin-bottom: 30px;
}
.cf7 p {
    margin: 10px 0;
}
.required {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 1px 8px;
    background: #dd3333;
    color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #00b7b9;
    border-color: #00b7b9;
}
span.wpcf7-spinner {
    display: block;
}
/* 検索ウィジェット横並び */
.widget_display_search form div, 
.widget_product_search form, 
.widget_search form div {
    display: flex;
    flex-wrap: nowrap;
}
/* reCAPTCHA */
.grecaptcha-badge {
    bottom: 60px !important;
}
/* トップへ戻る */
.page_top_btn {
    box-shadow: none;
}
@media (max-width: 767px){
.scrolled .page_top_btn {
    display: none;
}
}
/* テーマコピーライト非表示 */
footer .copySection p:nth-child(2) {
    display:none !important;
}