@charset "utf-8";

/*
Theme Name: Lightning Child Evcare
Template: lightning
Description: Lightningをベースとしたイヴケアのテーマ
Author: TAKASUGI Shogo Design office
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*******
基本設定
*******/

body {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	text-align: justify;
	color: rgb( 111, 111, 111);
}

a {
	transition: all .2s ease-in-out;
}
a:hover {
	opacity: .5;
}

a img:hover {
	opacity: .5;
	transition: all .2s ease-in-out;
}

.w-narrow {
	width: 80%;
	max-width: 400px;
	margin: auto;
}

.w-mid {
	width: 80%;
	max-width: 600px;
	margin: auto;
}

.w-wide {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.more-button a {
	padding: 0.2em 2.5em;
	border: 2px solid #f19bbc;
	box-sizing: border-box;
	color: #f19bbc;
	font-weight: bold;
	text-decoration: none;
}

.more-button a:hover {
	background-color: #f19bbc;
	opacity: 100;
	color: #fff;
	text-decoration: none;
}

/* Ninjaformsの送信ボタン */ 
.submit-container {
	text-align: center !important;

}
.submit-button {
	padding: 1em 5em !important;
	display: inline-block !important;
	background : #f19bbc !important;
	color: #ffffff !important;
	line-height: 1em !important;
	border-radius: 1em !important;
	border: 2px solid #f19bbc !important;
	box-sizing: border-box !important;
	cursor: pointer !important; 
	transition: .3s !important;
}
.submit-button:hover {
	color: #f19bbc !important;
	background: #ffffff !important;
}

/* PCで観ると"pc"のclassがついた画像が表示 */ 
.pc { display: block !important; } 
.sp { display: none !important; } 
/* スマホで観ると"sp"のclassがついた画像が表示 */ 
@media only screen and (max-width: 750px) { 
.pc { display: none !important; } 
.sp { display: block !important; } 
}

/*メニュー*/
.navbar-brand img {
    max-height: 50px;
	transition: all .3s ease-in-out;
}
.navbar-brand img:hover {
    opacity: .5;
}
.vk-mobile-nav-menu-btn {
	border: 1px solid transparent;
    background-size: 42px 42px;
}
.vk-mobile-nav-menu-btn {
    margin-top: 0px;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: 5px solid rgba(255,255,255,0);
}
.vk-mobile-nav nav ul li {
    font-size: 17px;
    text-align: center;
}
.gMenu_name {
	font-size: 16px;
}
ul.gMenu a:hover {
    opacity: 1;
}
/*↑メニュー*/

.breadcrumb {
	border: none;
}

.footer-nav {
	border: none;
}

.footer-nav-list {
	text-align: center;
}

.maxw-70 {
	max-width: 70%;
	margin: auto;
}

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

/*ヘッダー画像*/
.ltg-slide-text-set {
    margin-top: 0;
    margin-left: 0;
}
.ltg-slide-text-title {
    line-height: 2em;
	letter-spacing: 0.1em;
    font-size: 1.8em;
}

.swiper-slide {
	background-color: #fff;
}

/*↑ヘッダー画像*/

.veu_postList ul.postList li {
	padding: 25px 0;
}
.veu_postList .postList_meta_items {
    font-size: 16px;
	font-weight: bold;
}
.veu_postList .postList .postList_terms a {
    padding: 3px 15px;
    border-radius: 0px;
    background-color: #f19bbc;
    font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.veu_postList .postList .postList_terms a:hover {
	text-decoration: none;
}
.veu_postList .postList .postList_title a {
    color: #333;
	display: block;
	padding-top: 10px;
	font-size: 18px;
}
.veu_postList .postList_more {
    margin: 50px 5px 0 0;
    text-align: center;
}
.veu_postList .postList_more a {
    border: 2px solid #f19bbc;
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 5px 10px;
	margin: 0 auto;
	font-weight: bold;
	color: #f19bbc;
}
.veu_postList .postList_more a:hover {
    background-color: #f19bbc;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.mainSection .veu_postList .mainSection-title {
	margin-bottom: 10px;
}
.mainSection header.archive-header {
    border-bottom: 1px solid transparent;
}

/**
.page-header {
	background-image: url("img/bg-page-header.png");
	background-repeat: repeat;
	background-size: 250px 250px;
	
}
**/

.page-header-title {
	letter-spacing: 2px;
}

.post .entry-meta {
	margin-bottom: 30px;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.entry-meta_items {
	font-size: 14px;
	font-weight: bold;
}
.fa_v5_css .entry-meta_items.published::before {
	content: "";
}
.entry-meta_items.entry-meta_updated {
	display: none;
}
.entry-meta_items.entry-meta_items_author {
	display: none;
}
.btn-xs {
	border-radius: 0;
	font-size: 15px;
}
.btn-primary {
    background-color: #f19bbc;
    border-color: #f19bbc;
}
h1.entry-title:first-letter, .single h1.entry-title:first-letter {
    color: #333;
}
.media .media-body .media-heading a:hover {
    color: #333 !important;
	text-decoration: underline;
}
.entry-body h1 {
	color: #f19bbc;
	text-align: center;
	font-size: 30px;
}
.entry-body dd {
    border-left-color: transparent;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.entry-body ul {
	list-style: none;
	margin-left: -20px;
}
.entry-body ul li {
	text-indent: -20px;
}
.entry-body ul li:before {
	content: "ー";
	margin-right: 5px;
	color: #f19bbc;
}
.section-ptn-a {
	background: rgba(255,234,240,.9);
	padding: 30px;
	box-shadow: 5px 5px 0px 0px #ff95b5;
	margin: 0 0 60px 0;
}
.section-ptn-a-inner {
	text-align: center;
}
.section-ptn-a-inner .fas {
	font-size: 80px;
	color: #fff;
	padding: 0 15px;
}
.section-ptn-a .section-title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.entry-footer {
	display: none;
}
.contact-form .hissu {
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	padding: 3px 7px;
	background-color: #f19bbc;
}
.contact-form dd {
	padding-left: 0;
}
.contact-form label {
	width: 100%;
}
.submit-outer {
	text-align: center;
	margin-top: 40px;
}
.submit-outer .wpcf7-submit {
	border-radius: 0;
    width: 200px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
	transition: all .2s ease-in-out
}
.submit-outer .wpcf7-submit:hover {
	opacity: .7;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	width: 100%;
	min-width: 280px;
	top: -25px;
	left: 20px;
}
.pagination {
	width: 100%;
}
ul.page-numbers {
	width: 100%;
	display: flex;
	justify-content: center;
}
ul.page-numbers li {
	display: flex;
	float: none;
}
ul.page-numbers li span.page-numbers.current {
	background-color: #f19bbc;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
    border: 1px solid #f19bbc;
    margin: 0 7px;
}
ul.page-numbers li a:hover {
    background-color: #e5e5e5;
	opacity: 1;
}
.pager {
	display: none;
}
.sideSection .published.entry-meta_items {
	display: none;
}
footer .footerMenu {
	display: none;
}
footer .footerMenu li a {
	opacity: 1;
}
footer .sectionBox {
    display:none;
}
footer .copySection {
    display:block;
    border-top:none;
}
footer .copySection p {
    display: none;
}
footer .copySection-sp {
	display: block;
	font-size: 12px;
}
.font-soft-gothic-r { 
	font-family: "soft-gothic-r" !important;
}
.slogan {
	color: #f19bbc;
	display: block;
	text-align: center;
	letter-spacing: 4px;
	margin: 20px 0;
	line-height: 1.5;
	font-size: 20px;
}
.slogan-l {
	font-size: 22px;
}
.tb-block {
	display: inline;
}
.d-none {
	display: none !important;
}
.btn-a {
	width: 100%;
    max-width: 330px;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.text-align-center {
	text-align: center;
}
@media (min-width: 360px) {
	.vk-mobile-nav-menu-btn {
		top: 12px;
	}
    .slogan-l {
        font-size: 24px;
    }
}
@media (min-width: 414px) {
	.vk-mobile-nav-menu-btn {
		top: 14px;
	}
}
@media (min-width: 768px) {
	.slide-text-title {
        font-size: 2.2vw;
        line-height: 1.6;
        letter-spacing: 3px;
	}
    .media {
        padding: 2em 0;
    }
    .subSection .media {
        padding: 1em 0 .8em;
        font-size: 16px;
    }
    .subSection .media .media-heading {
        font-size: 16px;
    }
    .widget_archive ul, .widget_categories ul, .widget_link_list ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
        font-size: 16px;
    }
	.entry-meta {
        margin-bottom: 60px;
    }
	.postList .entry-meta {
		margin-bottom: 30px
	}
    .entry-meta_items {
        font-size: 16px;
    }
    .entry-body h1 {
        font-size: 40px;
    }
    .entry-body dl {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		align-items: stretch;
    }
    .entry-body dt {
		width: 25%;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .entry-body dt {
		width: 25%;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px;
        margin-bottom: 30px;
    }
    .entry-body dd {
		width: calc(75% - 10px);
        padding: 20px;
        margin-bottom: 30px;
		margin-left: 10px;
    }
    .entry-body dt:last-of-type,
    .entry-body dd:last-of-type {
        margin-bottom: 0;
    }
    .section-ptn-a .section-title {
        font-size: 20px;
    }
    .contact-form dd {
        padding-left: 10px;
    }
    footer .footerMenu {
        display: block;
    }
    footer .footerMenu ul {
        text-align: center;
    }
    footer .footerMenu ul li {
        float: none;
		display: inline-block;
    }
    footer .copySection p {
        display: block;
    }
    footer .copySection p:nth-child(2) {
        display:none;
    }
    footer .copySection-sp {
        display: none;
    }
	.slogan {
        margin: 40px 0;
        font-size: 28px;
    }
    .slogan-l {
        font-size: 36px;
    }
	.tb-block {
		display: block;
	}
}
@media (min-width: 780px) {
	.text-align-lg-left {
		text-align: left;
	}
	.text-align-lg-right {
		text-align: right;
	}
}
@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 60px;
    }
}
@media (min-width: 1440px) {
}

@media (min-width: 1600px) {
    .slide-text-set {
        margin-top: -80px;
        margin-left: -80px;
    }
}

@media (min-width: 1920px) {
    .slide-text-set {
        margin-top: -160px;
        margin-left: -160px;
    }
}
/* IE10以降 */
@media all and (-ms-high-contrast: none) {
    .sow-image-container .so-widget-image {
		width: 100% !important;
	}
}

/*--------------------------------------------------------------------------------------------------
  Ninja Forms
--------------------------------------------------------------------------------------------------*/
.nf-form-content {
	max-width: 100% !important;
}
.entry-body .nf-field ul li::before {
	content: "";
}

.vk_post_imgOuter {
	display: none;
	background-color: #333;
}


/*******
事業概要
********/

.care-variation {
	padding: 2em;
	border: 4px solid #f19bbc;
	border-radius: 1em;
}

.care-variation .wp-block-column {
	border-radius: 0.5em;
	margin: 0.5em 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4em;
}

.care-variation .wp-block-column p {
	line-height: 1.2em;
}
