@charset "utf-8";

/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/* 共通設定 */
body,
p {
    font-family: "Zen Kaku Gothic New", "Noto Sans", "Yu Gothic", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: "#272727";
}

h2 {
    border: none;
    line-height: 1.7em;
    letter-spacing: 0.06rem;
    color: #E46062;
    padding: 0;
    letter-spacing: 0.095em;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

h3 {
    color: #E46062;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

h3:after {
    border-bottom: 1px solid #E46062;
}

a {
    transition: .4s;
}

a:hover {
    opacity: .6;
}
td{
    font-weight: bold!important;
}
th{
    background-color: #e46062;
    color: #FFF;
}
.home .site-body {
    padding-bottom: 0;
}

.main-section--margin-bottom--on {
    margin-bottom: 0;
}

br.pc {
    display: block;
}

br.sma,span.sma {
    display: none;
}

@media (max-width: 991px) {
    h2 br {
        display: none;
    }

    br.sma {
        display: block;
    }

    span.sma {
        display: block;
        font-size: 14px;
    }

    br.pc {
        display: none;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

/*グローバルメニューをサイドに変更*/
.site-header {
    position: absolute;
    width: 20%;
    height: 100vh;
}

.site-header-logo {
    text-align: center;
    padding-top: 0;
}

.title-small1,
.title-small2,
.title-middle,
.title-big {
    text-align: center;
}

.title-small1,
.title-small2 {
    font-size: 60%;
    margin-bottom: .5em;
    display: unset;
}

.title-middle {
    font-size: 60%;
    display: block;
    margin-bottom: .2em;
}

.title-big {
    font-size: 100%;
    color: #E46062;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}


/*グローバルメニューを縦に*/
.site-header--layout--nav-float .site-header-container {
    display: block;
}

.global-nav-list {
    display: block;
}

body:not(.header_scrolled) .global-nav--layout--float-right {
    margin: auto;
}

.header_scrolled .global-nav-list {
    display: flex;
}

.global-nav-list>li {
    width: 100%;
    text-align: left;
}

.global-nav-list>li>a {
    text-align: left !important;
}

.site-header-logo img {
    max-height: 120px;
}

img.wolf {
    max-height: 200px;
    margin: auto;
    max-width: 100%;
    display: block;
}

.header_scrolled img.wolf {
    display: none;
}

@media (max-width: 1470px) {

    .title-small1,
    .title-small2 {
        display: block;
        margin-bottom: 0;
    }

    .global-nav-list li {
        line-height: .8;
    }

    .site-header-logo a {
        line-height: 1.5;
    }

    .site-header-logo img {
        max-height: 80px;
    }

    img.wolf {
        max-height: 120px;
    }
}

@media (max-width: 991px) {

    .title-small1,
    .title-small2,
    .title-middle {
        display: none;
    }
}

@media (min-width: 1200px) {
    .title-small1 {
        margin-right: .5em;
    }

    .title-middle {
        font-size: 80%;
    }
}

@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-logo img {
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .header_scrolled .site-header {
        height: auto;
    }
}

/* ホーム */
div#top {}

div#top .about_1 {
    display: flex;
    justify-content: space-between;
    gap: 1.4em;
}

div#top .about_1 .about-txt {
    width: 45%;
}

div#top .about_1 .about-img {
    width: 55%;
}

div#top .about_1 span {
    display: block;
}

div#top .about_1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

div#top .about_2 {
    display: block;
    width: 100%;
    padding: 1.9em 0;
}

.about_2_sp {
    display: none;
}

.about_2_sp li {
    list-style: none;
}

.lp-bg1 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-bottom: 2em;
    position: relative;
    padding-top: 2.5em;
    height: 60vh;
}

.lp-bg2 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-bottom: 2em;
    position: relative;
    padding-top: 2.5em;

    text-align: center;
}

.lp-bg2 p {
    text-align: left;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.lp-bg2 img {
    width: 600px;
    height: auto;
    margin-bottom: 1em;
}

.zigyou {
    background-color: #E46062;
    border-radius: 30px;
    color: #fff;
    padding: 0.5em 0;
    width: 700px;
    margin: 0 auto;
}

.zigyou p {
    text-align: center;
}

.zigyou h2 {
    color: #fff;
}

.lp-bg3 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-bottom: 2em;
    position: relative;
    padding-top: 2.5em;
    height: 65vh;
}

.lp-bg3::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.4);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.message {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
}

.message h2 {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    margin-top: 1em;
}

.message p {
    font-size: 1.25rem;
}

.slider img {
    height: 100vh;
    width: 80%;
    object-fit: cover;
    margin-left: 20%;
}

.slider .absolute {
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: 80%;
    height: auto;
    object-fit: cover;
    margin-left: 20%;
    z-index: 1000;
}

.header_scrolled .slider img {
    display: none;
}

@media (max-width: 991px) {
    div#top .about_1 {
        display: block;
        padding-top: 2.3em;
    }

    div#top .about_2 {
        display: none;
    }

    .about_2_sp {
        display: block;
    }

    div#top .about_1 .about-txt,
    div#top .about_1 .about-img {
        width: 100%;
    }

    .lp-bg1 {
        background-repeat: no-repeat;
        height: 240px;
    }

    .lp-bg2 {
        padding-left: 15px;
        padding-right: 15px;
        background-size: cover !important;
    }

    .lp-bg2 p {
        width: auto;
    }

    .lp-bg3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .zigyou {
        display: block;
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    #top .message {
        position: relative;
    }

    .site-header {
        position: relative;
        width: 100%;
        height: auto;
    }

    .site-header-logo {
        padding: .5em;
        margin-bottom: 0;
    }

    .site-header-logo img,
    img.wolf {
        display: none;
    }

    .slider img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .slider .absolute {
        width: 100%;
        height: auto;
        margin: 0;
        right: 0;
        bottom: 0;
    }

    .header_scrolled .slider img {
        display: block;
    }
}

@media (max-width: 500px) {
    .lp-bg1 {
        height: 105px;
    }
}

/* フッター */
.site-body-bottom,
.site-footer {
    background-color: #1E4C66;
    color: #fff;
    border: none;
    font-size: 16px;
}

.footer-nav {
    color: #fff;
    padding: 5em 0 2em;
}

.footer-nav ul#menu-footer-nav {
    border-bottom: 1px solid #fff;
    padding-bottom: 2.3em;
}

.footer-nav .nav li a,
nav li a {
    color: #fff;
    transition: .4s;
}

.footer-nav .nav li a:hover,
nav li a:hover {
    opacity: .6;
}

.footer-nav-list li:first-child,
.footer-nav-list li,
.footer-nav-list li {
    border: none;
}

.site-footer-content {
    padding-top: 1em;
}

footer .textwidget p {
    margin-bottom: 0;
}

footer .textwidget span {
    font-size: 1.4rem;
    display: block;
    white-space: nowrap;
}

footer .access {
    display: flex;
    gap: 2em;
    padding-top: 1.5em;
    white-space: nowrap;
}

footer .access a {
    text-align: center;
    padding: 0.7em 1.25em;
    margin: auto;
    border-radius: 32px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
}

footer a.contact_btn {
    text-align: center;
    padding: 0.7em 1.25em;
    border-radius: 32px;
    box-sizing: border-box;
    color: #fff;
    background-color: #E46062;
    margin-top: 1.2em;
    display: block;
    width: 200px;
}


footer a.policy_link {
    transition: .4s;
    color: #fff;
    padding: 1em 0;
    display: block;
}

footer a:hover.policy_link {
    opacity: .6;
}

footer .access a:hover,
footer a.contact_btn:hover {
    background-color: #fff;
    color: #1E4C66;
    transition: .4s;
    opacity: 1;
}

.footer-nav-list li:first-child,
.footer-nav-list li,
.footer-nav-list li {
    border: none;
}

@media (max-width: 991px) {
    .footer-nav {
        padding: 1em 0;
    }

    footer .access {
        display: block;
    }

    footer .access a {
        display: block;
        margin-top: 1.2em;
        width: 70%;
    }

    footer a.contact_btn {
        display: block;
        margin: 1.2em auto 0;
        width: 70%;
    }
    .site-footer-content .row .col-lg-4:nth-child(2) {
        flex: 0 0 0%;
        max-width: 0%;
    }
}
@media (min-width: 767.98px) {
    .footer-nav .nav li a{
        line-height: 2;
    }
}
/*各ページ*/
body:not(.home) {
    background-color: #FFFAEC;
}

.page-header {
    min-height: calc(50vh - 34px);
    background-color: unset;
    margin-left: 20%;
}

.page-header::before {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

body:not(.home) .site-header {
    position: fixed;
}

body:not(.home) .breadcrumb,
body:not(.home) .site-body,
body:not(.home) .site-footer {
    margin-left: 20%;
}

@media (max-width: 991px) {
    .page-header {
        background-repeat: no-repeat;
        min-height: auto;
        height: 20vh;
    }

    body:not(.home) .site-header {
        position: relative;
    }

    body:not(.home) .page-header,
    body:not(.home) .breadcrumb,
    body:not(.home) .site-body,
    body:not(.home) .site-footer {
        margin-left: 0%;
    }
}

/* 滑石学童クラブひまわり */
#club.event-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em;
    padding: 0 0 1em;
    width: 1000px;
    margin: 0 auto;
    padding: 1em 0 3em;
}

#club.event-list p {
    display: block;
    width: 100%;
    display: block;
    width: 100%;

}

#club .event-box {
    width: calc(100% / 2 - 80px);
}

#club .event-box p {
    text-align: center;
    margin: 0;
}

#club .event-box img {
    height: 300px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.tbl-img-flex {
    display: flex;
    gap: 1em;
    justify-content: space-around;
    margin-bottom: 3em;
}

.tbl-img-flex table {
    width: 60%;
}
.tbl-img-flex table td{
    font-weight: bold;
}
img.invitation{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}
@media (max-width: 991px) {
    #club.event-list {
        display: block;
        width: 100%;
    }

    #club .event-box {
        width: 100%;
        padding-bottom: 1.5em;
    }
    .tbl-img-flex{
        flex-wrap: wrap;
    }
    .tbl-img-flex#img-left{
        justify-content: space-around;
    }
    .tbl-img-flex#img-right{
        flex-direction: column-reverse;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .tbl-img-flex table{
        width: 100%;
    }
    .tbl-img-flex img{
        display: block;
        margin: auto;
    }
    img.invitation{
        width: 100%;
    }
}

/*採用情報*/
table {
    border-collapse: collapse;
}

td,
th {
    padding: 10px;
    text-align: left;
    border-color: #666666 !important;
}

td {
    font-weight: normal;
}

/*スケジュール*/
.schedule-flex {
    padding-top: 1em;
    padding-bottom: 3em;
}

.schedule {
    padding-left: 120px;
    position: relative;
    list-style: none;
}

.schedule::before {
    content: "";
    width: 5px;
    height: 100%;
    background: rgba(228, 96, 98, 0.5);
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 163px;
    opacity: 0;
}

.schedule.is-active::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: .6s;
    opacity: 1;
}

@keyframes bg {
    0% {
        opacity: 0;
        transform: scaleY(0) translateY(0);
    }

    100% {
        transform: scaleY(1) translateY(0);
    }
}

.schedule>li {
    position: relative;
}

.schedule>li:not(:last-child) {
    margin-bottom: 8vh;
}

.schedule>li .sche-time {
    font-size: 22px;
    position: absolute;
    top: 15%;
    left: -120px;
    border-radius: 10px;
    line-height: 1;

    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    background: #E46062;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: -14px;
}

.schedule>li .sche-time:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #E46062;
}

.schedule>li dl {
    padding-left: 70px;
    position: relative;
}

.schedule>li dl::before,
.schedule>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}

.schedule>li dl::before {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    background: #E46062;
    border-radius: 50%;
    left: 30px;
    border: 2px solid #F0F6FA;
    top: 40%;
}

.schedule>li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107, 144, 219);
    margin-bottom: 1vh;
}

.schedule h2 {
    color: #272727;
    margin-bottom: 0.5em;
}

@media (max-width: 991px) {
    .schedule {
        padding-left: 100px;
    }

    .schedule::before {
        left: 120px;
    }

    .schedule>li .sche-time {
        padding: 10px 20px;
        font-size: 18px;
        left: -110px;
        min-width: auto;
        top: 40%;
    }

    .schedule>li dl {
        padding-left: 30px;
    }

    .schedule>li dl::before {
        left: 7px;
    }

    .schedule h2 {
        font-size: 1.3rem;
    }
}

/*園児について*/
.kindergartener-flex {
    display: flex;
    align-items: center;
}

.kindergartener-flex #txt {
    width: 60%;
}

.kindergartener-flex #img {
    width: 30%;
}

/*円の一日*/
/* タブ */
.tab_class {
    width: calc(100%/3 - 1em);
    height: 50px;
    margin-left: .5em;
    margin-right: .5em;
    line-height: 50px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
}
.tab_class:hover {
    opacity: 0.75;
}
/* ラジオボタンを非表示に */
input[name="tab_name"] {
    display: none;
}
.date_tabs .tab_class {
    background-color: #595959;
    color: #fff;
    border-radius: 999px;
}
.date_tabs input:checked+.tab_class {
    background-color: #E46062;
    color: #fff;
}
/* 内容部分 */
.date-flow {
    display: none;
    clear: both;     /* floatを解除 */
    overflow: hidden;
    padding-top: 2em;
}

/* 選択されたタブ */
.area input:checked + .tab_class {
    color: gray;
}
/* 選択されたタブの内容のみを表示 */
#tab1:checked ~ #content1_class,
#tab2:checked ~ #content2_class,
#tab3:checked ~ #content3_class {
    display: block;
}

@media (max-width: 991px) {
    .kindergartener-flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .kindergartener-flex #txt {
        width: 100%;
    }
    
    .kindergartener-flex #img {
        width: 80%;
    }
}

/*年間行事*/
.event-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 1.5em;
    margin-bottom: 2em;
}

.event-flex div {
    width: calc(100% / 3 - 1.5em);
    color: #FFF;
    padding: 2em;
}

.event-flex img {
    width: 60%;
    height: auto;
    display: block;
    margin: auto;
}

.event-flex span {
    text-align: center;
    font-size: 120%;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    line-height: 1.5;
}

.event-flex div#april {
    background: #CCDD4B;
    border: 10px solid #f3adcb;
    border-radius: 59% 41% 58% 42% / 36% 54% 46% 64%;
    margin-bottom: 1em;
}

.event-flex div#may {
    background: #00AFD6;
    border: 10px solid #00489e;
    border-radius: 35% 65% 40% 60% / 62% 47% 53% 38%;
    margin-top: 1em;
}

.event-flex div#june {
    background: #9F79B4;
    border: 10px solid #ead3e6;
    border-radius: 49% 51% 58% 42% / 47% 57% 43% 53%;
    margin-bottom: 1em;
}

.event-flex div#july {
    background: #4D6EB5;
    border: 10px solid #fff100;
    border-radius: 35% 65% 40% 60% / 62% 47% 53% 38%;
    margin-top: 1em;
}

.event-flex div#august {
    background: #FFDA00;
    border: 10px solid #5aa24f;
    border-radius: 49% 51% 58% 42% / 47% 57% 43% 53%;
    margin-bottom: 1em;
}

.event-flex div#september {
    background: #258497;
    border: 10px solid #f4e4ab;
    border-radius: 59% 41% 58% 42% / 36% 54% 46% 64%;
    margin-top: 1em;
}

.event-flex div#october {
    background: #D34928;
    border: 10px solid #ee7d00;
    border-radius: 49% 51% 58% 42% / 47% 57% 43% 53%;
    margin-top: 2em;
}

.event-flex div#november {
    background: #F28F00;
    border: 10px solid #83350d;
    border-radius: 59% 41% 58% 42% / 36% 54% 46% 64%;
    margin-bottom: 2em;
}

.event-flex div#december {
    background: #009944;
    border: 10px solid #e60013;
    border-radius: 35% 65% 40% 60% / 62% 47% 53% 38%;
    margin-top: 1em;
}

.event-flex div#january {
    background: #EE731C;
    border: 10px solid #e60013;
    border-radius: 59% 41% 58% 42% / 36% 54% 46% 64%;
    margin-bottom: 1em;
}

.event-flex div#februaly {
    background: #9BB0DB;
    border: 10px solid #009944;
    border-radius: 35% 65% 40% 60% / 62% 47% 53% 38%;
    margin-top: 1em;
}

.event-flex div#march {
    background: #F4B1C7;
    border: 10px solid #8389c2;
    border-radius: 49% 51% 58% 42% / 47% 57% 43% 53%;
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .event-flex div {
        width: 100%;
    }
}

/*苦情処理*/
img#triangle {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
}

table.complaint-handling-tbl {
    width: auto;
    border-collapse: collapse;
    border: none;
}

table.complaint-handling-tbl td,
table.complaint-handling-tbl th {
    width: auto;
    font-size: var(--vk-size-text);
    padding: 0 1em 1.5rem 0;
    border: none;
    text-align: left;
    letter-spacing: 0.08em;
    font-weight: 600;
    vertical-align: top;
    background-color: unset;
    color: #333333;
}

@media (max-width: 991px) {
    img#triangle {
        width: auto;
    }

    table.complaint-handling-tbl td,
    table.complaint-handling-tbl th {
        font-size: calc(var(--vk-size-text)* .875);
    }

    table.complaint-handling-tbl td {
        display: inline-block;
        width: 100%;
        padding: 0 0 1rem 0;
    }

    table.complaint-handling-tbl th {
        width: 45%;
        padding: 0 0 1rem 0;
    }
}

/*滑石保育園について*/
table.about-tbl,
table.about-tbl td,
table.about-tbl tr {
    border: 2px solid #FFFAEC !important;
    font-weight: bold;
}

table.about-tbl td,
table.about-tbl tr {
    padding: 10px;
}

.documents {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    margin-bottom: calc(2em + 1.5rem);
}

.documents a {
    width: calc(100% / 3 - 1em);
}

/*新着情報*/
.single-post .page-header {
    background-image: url(/wp-content/uploads/2025/03/news-header.jpg) !important;
}

.news-list ul {
    padding-left: 0;
    list-style: none;
}

.news-list li {
    margin-bottom: 1.5em;
    list-style-position: inside;
    line-height: 2.0em;
    border-bottom: 1px solid #bbb;
    list-style: none;
}

.list-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.list-link a {
    text-align: center;
    width: 40%;
    color: #fff;
    background: #FF9900;
    border: 1px solid #FF9900;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border-radius: 999px;
    transition: .2s;
    padding: .5em;
    font-weight: 700;
    text-shadow: 0 2px 2px #000 !important;
    font-size: 1.4em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.list-link.sub-list a {
    width: 50%;
}

.list-link a:hover {
    color: #FF9900;
    background: #fff;
    text-shadow: 0 0 0 #FFF !important;
}

.news-list a {
    color: #111111;
    display: inline-block;
    width: calc(100% - 60px);
}

img.news-post {
    width: 20px;
    float: left;
    margin-top: 0.4em;
    margin-right: 0.5em;
}

.old-post {
    margin-right: 60px;
    display: inline;
}

/*新着情報の不要な項目を非表示*/
.vk_post_imgOuter.media-img,
.card-img-overlay,
.vk_post_imgOuter>a:after,
.vcard.author,
.entry-meta-item.entry-meta-item-updated,
.entry-meta-data-list {
    display: none;
}

.single-post ol.breadcrumb-list li.breadcrumb-list__item:nth-child(2) {
    display: none;
}

/* お問い合わせ */
.Form-Item-Label-Required {
    border-radius: 6px;
    margin-left: 10px;
    padding: 2px 1.2rem;
    display: inline-block;
    text-align: center;
    background: #E46063;
    color: #fff;
    font-size: 14px;
}

div#crmWebToEntityForm {
    padding: 30px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 3em;
}

div#crmWebToEntityForm table {
    margin-bottom: 3em;
}

#crmWebToEntityForm table td:first-of-type {
    text-align: center;
    background-color: #f7f7f7;
}

#crmWebToEntityForm table td:last-of-type {
    text-align: center;
    background-color: #fff;
}

#crmWebToEntityForm table td {
    border: 1px solid var(--vk-color-border-form);
    padding: 1rem 1.7rem;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    margin: 0;
}

input[type=submit]:hover {
    background-color: #ccc;
    transition: 0.3s;
}

input[type=submit] {
    border: none;
    background-color: #595959;
    color: #fff;
    padding: .8em 5em;
    border-radius: 0;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

span.wpcf7-form-control-wrap.message {
    position: relative;
}

@media (max-width: 991px) {
    div#crmWebToEntityForm {
        padding: 15px;
    }

    #crmWebToEntityForm table tr {
        border: 1px solid var(--vk-color-border-form);
    }

    #crmWebToEntityForm table td:first-of-type {
        display: block;
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    #crmWebToEntityForm table td:last-of-type {
        display: block;
        width: 100%;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }


}

/*コピーライト非表示*/
footer .site-footer-copyright p:nth-child(2) {
    display: none !important;
}