/*
Theme Name: AZテンプレート
Author: 株式会社アルファージール
Version: 1
*/

/*==============================================*/
/*  PC  */
/*==============================================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

@media (min-width: 960px) {
    html {
        scroll-padding-top: 160px;
    }
}

body {
    font-size: 16px;
    line-height: 2;
    font-feature-settings: 'palt' 1;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
    min-height: 100vh;
    display: grid;
    align-items: flex-start;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}

body.fixed {
    position: fixed;
    left: 0;
    width: 100%;
}

@media (min-width: 960px) {
    .pc_hide {
        display: none !important;
    }
}

@media (min-width: 560px) and (max-width: 959px) {
    .tb_hide {
        display: none !important;
    }
}

@media (min-width: 560px) and (max-width: 767px) {
    .tb_hide02 {
        display: none !important;
    }
}

@media (max-width: 559px) {
    .sp_hide {
        display: none !important;
    }
}

img {
    max-width: 100%;
    height: auto;
}

main {
    align-self: stretch;
    container-type: inline-size;
}

body.lower main {
    padding-top: 40px;
}

a {
    word-break: break-all;
}

a:hover {
    transition: 0.3s;
    opacity: 0.7;
}

.disIB {
    display: inline-block;
}

main p {
    margin-bottom: 1em;
}

main p:last-child {
    margin-bottom: 0em;
}

.btn01 {
    text-align: right;
}

.btn01 a {
    text-decoration: none;
    color: inherit;
    padding-right: 1.5em;
    position: relative;
    display: inline-block;
}

.btn01 a::after {
    content: "≫";
    position: absolute;
    right: 0;
}
*:has(> wbr) {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/*==========================================================================*/
/*==header==*/
/*==========================================================================*/


.front__top__header {
    display: grid;
    grid-template-columns: auto;
    /* background: #f3f3f3; */
    padding: 0 0 0 0;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    z-index: 105;
    left: 0;
    width: 100%;
}

.base__header {
    display: grid;
    grid-template-columns: auto auto;
    background: #3C4E42;
    padding: 0 0 0 0;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    pointer-events: auto;
}

body.lower .header {
    position: sticky;
    top: 0;
    z-index: 100;
}

body.front .base__header {
    position: fixed;
}

.header__left {
    padding-left: 35px;
    display: grid;
    align-items: center;
}

.header__logo a {
    display: block;
    height: 100%;
    width: auto;
}

.header__logo img {
    max-height: 100%;
    width: auto;
}

@media (max-width: 959px) {
    .front__top__header {
        height: 80px;
        padding: 10px;
    }

    .base__header {
        height: 80px;
        grid-template-columns: 1fr auto;
        grid-gap: 20px;
        padding: 10px;
    }

    .header__left {
        padding-left: 15px;
    }

    .header__logo {
        height: 50px;
    }
}

@media (max-width: 559px) {
    .header__left {
        padding-left: 15px;
    }
}

@media (min-width: 960px) {

    .front__top__header,
    .base__header {
        height: 110px;
        padding-right: 10px;
    }

    .header__logo {
        height: 65px;
    }

}


.header__right {
    display: grid;
    grid-template-columns: auto auto auto;
    line-height: 1.2;
    height: 100%;
    align-items: center;
}

.header__mail {
    width: 55px;
}

.header__mail svg {
    max-width: 100%;
    height: auto;
}



/* header__menu */

.header__menu {
    display: grid;
    cursor: pointer;
    height: 100%;
    align-items: center;
    margin-left: 20px;
}

.header__menu:hover {
    opacity: 0.7;
}

.header__menu__box {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.header__menu__border {
    height: 40px;
    width: 100%;
    width: 55px;
    display: grid;
    align-items: center;
    position: relative;
    justify-content: center;
    grid-row: 2 / 3;
}

.header__menu__border__text {
    grid-row: 3 / 4;
    margin-top: 5px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-size: 80%;
}

.header__menu__border span:nth-of-type(1) {
    top: 0;
}

.header__menu__border span:nth-of-type(2) {
    /*   top: 20px; */
    top: 50%;
    transform: translate(0%, -50%);
}

.header__menu__border span:nth-of-type(3) {
    bottom: -1px;
}

.header__menu__border span {
    position: absolute;
    left: 0;
    width: 100%;
/*    height: 10px;*/
    height: 7px;
    background-color: rgb(58 78 66);
    border-radius: 22px;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.header__menu__border_text {
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    white-space: nowrap;
    display: inline-block;
    padding-top: 36px;
    letter-spacing: 0;
    color: rgba(68, 70, 133, 1);
}

.base__header .header__menu__border span {
    background-color: #fff;
}

#sidebar__flag:checked .header__menu {
    /*  right: calc(21.5vw + 40px);
  right: calc(24.8vw + 40px); */
    /*  margin-right: 20px;*/
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    /* top: 120px; */
}

#sidebar__flag:checked~.header .header__menu .header__menu__border span {
    background-color: #fff;
}

#sidebar__flag:checked~.header .header__menu .header__menu__border span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(3vw * 0.35)
}

#sidebar__flag:checked~.header .header__menu .header__menu__border span:nth-of-type(2) {
    opacity: 0;
}

#sidebar__flag:checked~.header .header__menu .header__menu__border span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(3vw * 0.35)
}

#sidebar__flag:checked .header__menu .header__menu__text {
    color: #fff;
}

@media (max-width: 959px) {
    .header__mail {
        width: 35px;
    }

    .header__menu {
        margin-left: 15px;
    }

    .header__menu__border {
        width: 40px;
        height: 30px;
    }

    .header__menu__border span {
        height: 7px;
    }

    #sidebar__flag:checked~.header .header__menu .header__menu__border span:nth-of-type(1),
    #sidebar__flag:checked~.header .header__menu .header__menu__border span:nth-of-type(3) {
        top: 10px;
    }
}

@media (max-width: 559px) {

    #sidebar__flag:checked~.header .header__menu .header__menu__border span:nth-of-type(1),
    #sidebar__flag:checked~.header .header__menu .header__menu__border span:nth-of-type(3) {
        top: 15px;
    }
}

/*==========================================================================*/
/*==header   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==header nav==*/
/*==========================================================================*/
.header__nav {
    background: #fff;
    height: 90px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
    grid-column: 1 / 3;
}

.header__nav>ul {
    display: flex;
    width: 90%;
    margin: auto;
    height: 100%;
}

.header__nav>ul>li {
    flex-basis: calc(100% / 7);
    height: 100%;
}

.header__nav a {
    color: #666;
    text-decoration: none;
    line-height: 1.4;
    height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-rows: 1fr auto auto 1fr;
    transition: all 0.3s ease;
}

.header__nav .jp,
.header__nav .en {
    display: block;
    text-align: center;
}

.header__nav .jp {
    font-size: 14px;
    grid-row: 2 / 3;
}

.header__nav .en {
    font-size: 0.6em;
    grid-row: 3 / 4;
}

.header__nav a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

@media (max-width: 959px) {
    .header__nav {
        display: none;
    }
}


/*==========================================================================*/
/*==header nav    ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer loop==*/
/*==========================================================================*/

.footerloop {
    display: flex;
    padding: 50px 0;
    overflow: hidden;
    max-width: 100vw;
}

.footerloop_box {
    display: flex;
    animation: footerloop_anime 95s infinite linear 0.5s both;
    align-items: center;
}

.footerloop .slide {
    width: calc(100vw / 1.5);
}

@keyframes footerloop_anime {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@media (min-width: 560px) and (max-width: 959px) {
    .footerloop .slide {
        width: calc(100vw / 2.5);
    }
}

@media (min-width: 960px) {
    .footerloop .slide {
        width: calc(100vw / 4.5);
    }
}

/*==========================================================================*/
/*==footer loop   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer info==*/
/*==========================================================================*/

.footer_info_inner {
    padding: 50px;
    max-width: fit-content;
    margin: auto;
}

.footer_info_title {
    font-size: 37.8px;
    color: #e5e5e5;
    margin-bottom: 20px;
}

.footer_info_subtitle {
    font-size: 21px;
    color: #c1c1c1;
    margin-bottom: 20px;
}

.footer_info_contents {
    margin-bottom: 40px;
}

@media (min-width: 960px) {
    .footer_info_inner {
        display: grid;
        align-items: center;
        justify-content: center;
        padding: 50px;
        gap: 0 20px;
        grid-template-columns: 1fr 1fr;
        max-width: fit-content;
        margin: auto;
    }

    .footer_info_title,
    .footer_info_subtitle {
        grid-column: 1 / 3;
        text-align: center;
    }

    .footer_info_contents {
        margin-bottom: 0;
    }
}

@media (max-width: 559px) {
    .footer_info_inner {
        padding: 50px 8%;
    }
}

.footer_info_contents table {
    margin: 20px 0 10px;
}

.footer_info_contents thead th,
.footer_info_contents thead td {
    background-color: #3c4348;
    background-color: #947f70;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    padding: 0.2em 0.5em;
}

.footer_info_contents tbody th,
.footer_info_contents tbody td {
    border: none;
    padding: 0.5em;
    text-align: center;
    vertical-align: top;
    background: #fff;
}

.footer_info_contents thead th,
.footer_info_contents tbody th {
    width: 15em;
}


.footer_map {
    position: relative;
    width: 100%;
    height: 640px;
}

.footer_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 960px) {
    .footer_map {
        filter: grayscale(100%);
        transition: filter 0.7s ease;
    }

    .footer_map:hover {
        filter: grayscale(0%);
    }
}

.page__top {
    right: 15px;
    bottom: 50px;
    position: fixed;
    z-index: 1000;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.page__top a {
    text-decoration: none;
    display: grid;
    width: 100%;
    height: 100%;
    justify-content: center;
    border-radius: 100%;
    background: #000;
    color: #fff;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.2;
    padding: 10px 0 0;
    text-align: center;
}

.page__top .page__top__inner {
    position: relative;
}

.page__top .page__top__inner::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #fff;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 960px) {
    .page__top {
        width: 100px;
        height: 100px;
        right: 2%;
        bottom: 3%;
    }

    .page__top a {
        font-size: 18px;
        padding-top: 20px;
    }

    .page__top .page__top__inner::after {
        width: 20px;
        height: 17px;
        bottom: 15px;
    }
}

/*==========================================================================*/
/*==footer info   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer==*/
/*==========================================================================*/

.copyright {
    background: rgb(58, 78, 66);
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
}


/*==========================================================================*/
/*==footer   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==sp footer fixed==*/
/*==========================================================================*/

.sp__footer__fixed {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.sp__footer__fixed01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sp__footer__fixed01 a {
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
}

.sp__footer__fixed01 a .inner {}

.sp__footer__fixed01 a .title {
    display: block;
}

.sp__footer__fixed01 a .contents {
    display: block;
    font-size: 140%;
}

.sp__footer__fixed01__tel a {
    background: #999;
}

.sp__footer__fixed01__mail a {
    background: #555;
}


.sp__footer__fixed02 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sp__footer__fixed02 a {
    padding: 5px 10px;
    text-align: center;
    display: block;
    color: #fff;
    background: #333;
    font-size: 12px;
    letter-spacing: 0;
    text-decoration: none;
}

.sp__footer__fixed02 .inner {
    display: inline-block;
    padding-top: 20px;
    position: relative;
}

.sp__footer__fixed02 div:nth-child(2n) a {
    background: #444;
}

.sp__footer__fixed02 .inner::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 20px;
    height: 18px;
    top: 0;
    transform: translate(-50%, 0);
    background: 50% 50% / contain no-repeat;
}

.sp__footer__fixed02 .time .inner::after {
    background-image: url("img/common/ico_clock.png");
}

.sp__footer__fixed02 .access .inner::after {
    background-image: url("img/common/ico_access.png");
}

.sp__footer__fixed02 .map .inner::after {
    background-image: url("img/common/ico_map.png");
}

.sp__footer__fixed02 .train .inner::after {
    background-image: url("img/common/ico_train.png");
}

@media(max-width: 559px) {
    .sp__footer__fixed01 a {
        font-size: 12px;
        letter-spacing: 0.05px;
    }

    .sp__footer__fixed02 a {
        font-size: 11px;
        padding: 5px 5px;
    }
}


/*==========================================================================*/
/*==sp footer fixed    ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼Ã£â‚¬â‚¬Ã£Æ’ÂÃ£Æ’Â³Ã£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ¬Ã£Æ’Â¼ ==*/
/*==========================================================================*/

#sidebar__flag~.sidebar_contents .sidebar_contents_box {
    transform: translateY(-101%);
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}

#sidebar__flag:checked~.sidebar_contents .sidebar_contents_box {
    transform: translateY(0%);
}

.sidebar_contents {
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 90;
}

.sidebar_contents_box {
    position: relative;
}

.sidebar_contents_box_inner {
    max-height: 100vh;
    width: 100%;
    z-index: 10;
    background: rgba(60, 78, 66, 0.9);
    padding: 200px 20px 100px;
    overflow-y: auto;
    gap: 0 2vw;
    color: #fff;
}

.sidebar_menu_close {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 100px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
}

@media (max-width: 559px) {
    .sidebar_menu_close {
        top: 20px;
    }
}

.sidebar_menu_close:hover {
    opacity: 0.7;
}

.sidebar_menu_close>span {
    border-top: 12px solid #fff;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
}

.sidebar_menu_close>span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sidebar_menu_close>span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 959px) {
    .sidebar_contents_box_inner {
        padding-top: 100px
    }
}

/* @media (max-width: 559px){
} */


/*==========================================================================*/
/*==Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼Ã£â‚¬â‚¬Ã£Æ’ÂÃ£Æ’Â³Ã£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ¬Ã£Æ’Â¼   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼ ==*/
/*==========================================================================*/

.sidebar__content {}

.sidebar__content__menu+.sidebar__content__menu {
    margin-top: 40px;
}

.sidebar__content__menu__title {
    background: #3a4247;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 12px;
    text-align: center;
}

.sidebar__content ul>li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px .5em 8px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    color: #464646;
}

.sidebar__content ul>li a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 18px;
    color: #d1d1d1;
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    content: "+";
}


.sidebar_nav a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}

.sidebar_nav li>a::before {
    content: "・";
}

.sidebar_nav .column {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 60px;
    max-width: fit-content;
    margin: 0 auto 40px;
}

.sidebar_nav .under {
    text-align: center;
}

.sidebar_nav .bnr {
    text-align: center;
}

.sidebar_nav .bnr a {
    text-align: center;
    padding: 5px 20px 5px 20px;
    position: relative;
    background-color: #B10000;
    border-radius: 15px;
    font-weight: bold;
    font-size: 120%;
    margin-top: 40px;
}

.sidebar_nav .bnr a::after {
    content: "≫";
}

@media (max-width: 959px) {
    .sidebar_nav .column {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 959px) and (min-width: 560px) {
    .sidebar_nav .column>ul:last-child {
        grid-column: 1 / 3;
    }
}

@media (max-width: 559px) {
    .sidebar_nav .column {
        grid-template-columns: 1fr;
    }
}


/*==========================================================================*/
/*==Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼   ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬1Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â Ã¨Â¨Â­Ã¥Â®Å¡==*/
/*==========================================================================*/

.post_box_bg>.inner {
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;
}

@media (max-width: 959px) {
    .post_box_bg>.inner {
        padding-left: 8%;
        padding-right: 8%;
    }

    body.front main .post_box_bg>.inner {
        padding-left: 8%;
        padding-right: 8%;
        margin: 0 -20px;
    }
}

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸  1Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â Ã¨Â¨Â­Ã¥Â®Å¡ ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬2Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â Ã¨Â¨Â­Ã¥Â®Å¡==*/
/*==========================================================================*/


.page>.inner,
.single__page>.inner,
.category>.inner {
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;
}

.page__2column .main__content .post_box_bg>.inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 959px) {
    .page__2column {
        margin-bottom: 40px;
    }

    .sidebar__content {
        margin-top: 50px;
    }

    .page>.inner,
    .single__page>.inner,
    .category>.inner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (min-width: 960px) {
    .page__2column {
        max-width: 1320px;
        padding: 0 40px;
        margin: 0 auto 60px;
        display: grid;
        grid-template-columns: 67.19% 23.86%;
        justify-content: space-between;
    }

}

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸  2Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â Ã¨Â¨Â­Ã¥Â®Å¡ ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬hÃ£â€šÂ¿Ã£â€šÂ°==*/
/*==========================================================================*/

.front h2,
.page h2,
.single__page h2,
.category h2 {
    padding: 0.3em 1em 0.4em 3em;
    border: none;
    /* color: #fff; */
    font-size: 34px;
    text-shadow: none;
    text-align: center;
    margin: 0 auto 1.2em;
    max-width: fit-content;
    line-height: 1.4;
    position: relative;
}

.front h2::before,
.page h2::before,
.single__page h2::before,
.category h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    background: url(img/common/ico_h2.svg) 0 0 / contain no-repeat;
    width: 70px;
    height: 50px;
}

@media (max-width: 959px) {

    .front h2,
    .page h2,
    .single__page h2,
    .category h2 {
        font-size: 28px;
    }

    .front h2::before,
    .page h2::before,
    .single__page h2::before,
    .category h2::before {
        width: 60px;
    }
}

@media (max-width: 559px) {

    .front h2,
    .page h2,
    .single__page h2,
    .category h2 {
        font-size: 22px;
    }

    .front h2::before,
    .page h2::before,
    .single__page h2::before,
    .category h2::before {
        width: 40px;
    }
}

.page h3,
.single__page h3,
.category h3 {
    border-top: 0px solid #999;
    border-bottom: 0px solid #999;
    border-left: 7px solid #b0b1b3;
    padding: .8em .9em;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    background: #f7f7f7;
    margin: 0 0 1.2em;
}

.page h4,
.single__page h4,
.category h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸  hÃ£â€šÂ¿Ã£â€šÂ° ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã£â€šÂ­Ã£Æ’Â¼Ã£Æ’â€œÃ£â€šÂ¸Ã£Æ’Â¥Ã£â€šÂ¢Ã£Æ’Â«==*/
/*==========================================================================*/

.keyvisual {
    position: relative;
    margin-bottom: 40px;
    height: 300px;
}

.keyvisual_title {
    position: absolute;
    mix-blend-mode: difference;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    transform: translateY(-50%);
}

.keyvisual_img {
    height: 100%;
    width: 100%;
}

.keyvisual img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*==========================================================================*/
/*==Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸  Ã£â€šÂ­Ã£Æ’Â¼Ã£Æ’â€œÃ£â€šÂ¸Ã£Æ’Â¥Ã£â€šÂ¢Ã£Æ’Â« ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==Ã£â€šÂ«Ã£Æ’â€ Ã£â€šÂ´Ã£Æ’ÂªÃ£Æ’Â¼==*/
/*==========================================================================*/

.category {
    padding-bottom: 60px
}

.category__list li,
.top_blog_list li {
    padding: 5px 0;
    border-bottom: 1px solid #000;
}

.category__list li a,
.top_blog_list li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.category__list li a,
.top_blog_list li a {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: baseline;
    justify-content: start;
    gap: 0px 20px;
}


.category__list li a:has(.post_thumb img),
.top_blog_list li a:has(.post_thumb img) {}

.category__list li a:has(.post_thumb img) .post_contents,
.top_blog_list li a:has(.post_thumb img) .post_contents {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.post_thumb:empty {
    display: none;
}

.post_thumb:has(img) {
    width: 80px;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    overflow: hidden;
    position: relative;
    align-self: stretch;
}

.post_thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_date {
    padding-right: 0.5em;
    display: inline-block;
}

.post_thumb {
    width: 120px;
}

.post_cat {
    display: inline-block;
    background: rgb(58,78,66);
    color: #fff;
    margin-right: 10px;
    padding: 2px 5px;
}
@media (min-width: 960px) {
    .category__list li a .post_date,
    .top_blog_list li a .post_date {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .category__list li a .post_cat,
    .top_blog_list li a .post_cat {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }
}

.pagination {
    margin-top: 20px;
    display: flex;
    gap: 0 20px;
    justify-content: center;
}

@media (max-width: 959px) {
    .post_contents {
        display: block;
    }
}

@media (max-width: 559px) {

    .category__list li a,
    .top_blog_list li a {
        grid-template-columns: auto 1fr;
    }

    .post_thumb:has(img) {
        grid-row: 1 / 4;
    }

    .category__list li a .post_cat,
    .top_blog_list li a .post_cat {
        grid-column: 2 / 3;
    }

    .category__list li a:has(.post_thumb img) .post_contents,
    .top_blog_list li a:has(.post_thumb img) .post_contents {
        grid-column: 2 / 3;
        grid-row: unset;
    }
}

.pagination>a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px;
    border: 1px solid #000;
    text-decoration: none;
}

.pagination>span {
    background: #fff;
    color: #000;
    padding: 15px;
    border: 1px solid #000;
}

@media (max-width: 959px) {
    .pagination {
        position: relative;
        padding-bottom: 70px;
    }

    .pagination .prev,
    .pagination .next {
        position: absolute;
        bottom: 0;
    }

    .pagination .prev {
        left: 0;
    }

    .pagination .next {
        right: 0;
    }
}

/*==========================================================================*/
/*==Ã£â€šÂ«Ã£Æ’â€ Ã£â€šÂ´Ã£Æ’ÂªÃ£Æ’Â¼  ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==Ã£â€šÂ¢Ã£â€šÂ¯Ã£â€šÂ»Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’Æ’Ã£Æ’â€”==*/
/*==========================================================================*/

.access_changemap_wrap {
    background: #333;

}

.access_changemap_contents {
    padding: 15px;
}

.access_changemap_labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.access_changemap_labels>label {
    background: #EFEFEF;
    padding: 10px;
    text-align: center;
}

.access_changemap_labels>label>span {
    display: inline-block;
    position: relative;
    padding: 0 22px 0 0;
}

.access_changemap_labels>label>span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 11px;
    clip-path: polygon(0% 0%, 100% 0, 50% 100%);
    background: #333;
    transform: translateY(-50%);
    top: 50%;
}

.access_changemap_contents .access_changemap_content {
    display: none;
}

#change_googlemap:checked~.access_changemap_labels label[for="change_googlemap"],
#change_illustmap:checked~.access_changemap_labels label[for="change_illustmap"] {
    background: #333;
    color: #fff;
}

#change_googlemap:checked~.access_changemap_labels label[for="change_googlemap"]>span::after,
#change_illustmap:checked~.access_changemap_labels label[for="change_illustmap"]>span::after {
    background: #fff;
}

#change_googlemap:checked~.access_changemap_contents .access_changemap_content:nth-child(1),
#change_illustmap:checked~.access_changemap_contents .access_changemap_content:nth-child(2) {
    display: block;
}

.access_changemap_content {
    position: relative;
    height: 500px;
    width: 100%;
}

.access_changemap_content iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.route__slide__wrap {
    margin-top: -60px;
    padding: 60px;
    position: relative;
}

.route__slide {}

/* Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã¥â€¦Â±Ã©â‚¬Å¡Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« */
.route__slide__wrap .swiper-pagination-bullet {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    transition: transform .2s linear;
    width: 30px;
    letter-spacing: 0;
    border-radius: 0;
}

/* Ã§ÂÂ¾Ã¥Å“Â¨Ã£ÂÂ®Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« */
.route__slide__wrap .swiper-pagination-bullet-active {
    background-color: #333;
    color: #fff;
}

/* Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã£ÂÂ®Ã¤Â½â„¢Ã§â„¢Â½(Ã¤Â½ÂÃ§Â½Â®) */
.route__slide__wrap .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.route__slide__wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 10px 0;
    position: relative;
}

/* Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã£â€šÂµÃ£â€šÂ¤Ã£â€šÂºÃ¨ÂªÂ¿Ã¦â€¢Â´ */
.route__slide .swiper-slide img {
    height: auto;
    width: 100%;
}

.route__slide__wrap .swiper-button-next,
.route__slide__wrap .swiper-button-prev {
    width: 20px;
    height: 20px;
    color: #000;
}

/*==========================================================================*/
/*==Ã£â€šÂ¢Ã£â€šÂ¯Ã£â€šÂ»Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’Æ’Ã£Æ’â€” ここまで==*/
/*==========================================================================*/

/*===================================================
Ã¦Â­Â¯Ã§Â§â€˜Ã¥Å’Â»Ã¥Â¸Â«Ã¥â€¡ÂºÃ¥â€¹Â¤Ã¤ÂºË†Ã¥Â®Å¡Ã£ÂÂ®Ã£Æ’ÂÃ£Æ’Æ’Ã£Æ’â€”Ã£â€šÂ¢Ã£Æ’Æ’Ã£Æ’â€”
===================================================*/

.modalArea {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 500px;
    padding: 10px 30px;
    background-color: #fff;
    max-height: 100vh;
}

.modalWrapper.large {
    max-width: unset;
}

.modalWrapper h1 {
    font-size: 120%;
    font-weight: bold;
}

.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

@media (max-width: 959px) {
    .modalWrapper {
        overflow: scroll;
    }
}

/*===================================================
お問い合わせフォーム
===================================================*/

.contactForm_box {
    max-width: fit-content;
    margin: auto;
}

.input-box {
    margin-bottom: 30px;
}

.input-box .error-message {


    display: none;
    color: #f00;
    font-size: 90%;
}

.input-box .wpcf7-not-valid-tip {
    display: none;
}

.input-box:has(.wpcf7-not-valid-tip) .error-message {
    display: block;
}

.input-wrappr {
    position: relative;
    width: 100%;
    max-width: 400px;
    border: 1px solid #c8ccd4;
}

.input-wrappr input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 0.5em;
    height: 2.5em;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border-radius: 0;
    transition: all 0.15s ease;
}


.input-wrappr .input-name {
    position: absolute;
    inset: 0.3em auto auto 1em;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}

.input-wrappr:has(textarea) .input-name,
.input-wrappr:has(select) .input-name,
.input-wrappr:has(input:focus) .input-name,
.input-wrappr:has(input:hover) .input-name,
.input-wrappr:has(input:not(:placeholder-shown)) .input-name {
    font-size: .8em;
    /*    inset -1em; auto auto 1em;*/
    inset: -1em auto auto 1em;
    background: #fff;
    padding: 0 .5em;
}

.input-wrappr select {
    border: 0;
    padding: 15px 0.2em 10px 0.2em;
    width: 100%;
}

.input-wrappr textarea {
    border: 0;
    padding: 15px 0.2em 10px 0.5em;
    width: 100%;
    height: 200px;
    display: block;
}

.input-wrappr .input-form:has(textarea) {
    display: block;
}

/*
.input-wrappr:has(input:focus) .input-name {
  color: #07f;
  transform: translateY(-26px) scale(0.75);
}
*/

.contactForm_box_btn {
    text-align: center;
}

.contactForm_box_btn input {
    -webkit-appearance: none;
    padding: 15px 20px;
    background: #333;
    border: 0;
    color: #fff;
    min-width: 200px;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
}

.contactForm_box_btn input:hover {
    opacity: 0.7;
}

.contactForm_box_btn .remove_btn {
    border: 1px solid #333;
    background: #fff;
    color: #333;
    margin-top: 40px;
}

.contactForm_box table {
    margin-bottom: 30px;
}

.contactForm_box table th,
.contactForm_box table td {
    padding: 0.8em 1em;
    text-align: left;
}

.contactForm_box table tr:nth-child(2n+1) th,
.contactForm_box table tr:nth-child(2n+1) td {
    background: #eee;
}

.contactForm_box .wpcf7-spinner {
    position: absolute;
}

/*===================================================
お問い合わせバナー
===================================================*/

.contact__bnr {
    padding: 0 8%;
    margin: 20px auto;
}

.contact__box {
    position: relative;
    z-index: 5;
    padding: 60px 0;
}

.contact__box::before {
    content: "";
    position: absolute;
    background: rgb(58, 78, 66);
    left: 50%;
    width: 100vw;
    translate: -50% 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.contact__box__inner {
    position: relative;
    max-width: 1173px;
    margin: auto;
}

.contact__box__text {
    position: absolute;
    left: 50%;
    top: 20%;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    padding-right: 20px;
}

.contact__box__text .b {
    font-size: 150%
}

.contact__box__btn {
    margin-top: 20px;
    margin-left: -10%;
}

.contact__box__btn a {
    text-align: center;
    color: #fff;
    background: #B10000;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    position: relative;
}

.contact__box__btn a::after {
    content: "≫";
    position: absolute;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
}

@media (max-width: 1279px) {
    .contact__box__text {
        font-size: 3vw;
    }
}

@media (max-width: 959px) {
    .contact__box__btn a {
        padding: 0.5em 1.3em 0.5em 0.5em;
    }

    .contact__box__btn a::after {
        right: 7px;
    }
}

@media (max-width: 559px) {
    .contact__box__text {
        padding-right: 2vw;
    }

    .contact__box__btn a::after {
        right: 1%;
    }
}

/*===================================================
カラム3
===================================================*/
.column3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 30px;
    margin-bottom: 20px;
}

@media (max-width: 959px) {
    .column3 {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
}

@media (max-width: 559px) {
    .column3 {
        display: block;
    }

    .column3>div {
        margin-bottom: 20px;
        ;
    }
}

.thumb_box {
    position: relative;
}

.thumb_box a {
    text-decoration: none;
    display: block;
}

.thumb_box>p {
    margin-bottom: 0;
}

.thumb_title {
    background: rgb(58, 78, 66);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.thumb_box+ul {
    max-width: fit-content;
    margin: auto;
}

.thumb_box+ul>li {
    list-style-type: disc;
    margin-left: 20px;
}
.thumb_box + ul > li a {
    color: inherit;
}



.supporter_box {
    display: flex;
    grid-gap: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    justify-content: center;
}

.supporter_box .text {
    margin-top: 0.4em;
}

@media (max-width: 959px) {
    .supporter_box {
        flex-wrap: wrap;
    }

    .supporter_box>li {
        flex-basis: calc(33.33% - 40px / 3);
    }
}

@media (max-width: 559px) {
    .supporter_box>li {
        flex-basis: calc(50% - 20px);
    }
}



.footer_sponsorship {
    margin: 40px auto;
    display: grid;
    gap: 60px;
    align-items: center;
    grid-template-columns: repeat(4, auto);
    max-width: 60%;
    display: flex;
    justify-content: center;
}

@media (min-width: 960px) {
    .footer_sponsorship img {
        height: 100px;
        object-fit: contain;
    }
}

@media (max-width: 959px) and (min-width: 768px) {
    .footer_sponsorship {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .footer_sponsorship {
        max-width: 80%;
        grid-template-columns: auto auto;
    }

    .footer_sponsorship>div {
        height: 30vw;
        /* display: grid;
        justify-self: center;
        align-items: center; */
    }

    .footer_sponsorship>div img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 559px) {
    .footer_sponsorship {
        max-width: 90%;
      gap: 30px;
    }
}



.corporation_table {
    max-width: fit-content;
    margin: auto;
}

.corporation_table th,
.corporation_table td {
    padding: 20px;
    border-bottom: 1px solid #000;
}

.corporation_table tr:last-child th,
.corporation_table tr:last-child td {
    border-bottom-width: 0;
}



.sponsorship_company {
    display: grid;
}

.sponsorship_company dl {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
}

@media (max-width: 559px) {
    .sponsorship_company dl {
        display: block;
        margin-bottom: 20px;
    }

    .sponsorship_company dl:last-child {
        margin-bottom: 0;
    }
}


.sponsorship_box_wrap {
    display: grid;
}

.sponsorship_box {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    gap: 0 20px;
    margin-bottom: 15px;
}

.sponsorship_map_btn,
.sponsorship_hp_btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    padding: 5px;
    margin-right: 15px;
    min-width: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}

.sponsorship_map_btn {
    background: #363736;
}

.sponsorship_hp_btn {
    background: #13548E;
}

@media (max-width: 559px) {

    .corporation_table th,
    .corporation_table td {
        display: block;
    }

    .corporation_table tr {
        border-bottom: 1px solid #000;
    }

    .corporation_table th {
        border-bottom-width: 0;
        padding-bottom: 0;
        position: relative;
    }

    .corporation_table th::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 30px;
        translate: -15px 0;
        background: #000;
        height: 1px;
        bottom: -5px;
    }

    .corporation_table td {
        max-width: fit-content;
        margin: auto;
        border-bottom: 0;
    }

    .sponsorship_box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sponsorship_hp_btn {
        margin-right: 0;
    }

    .sponsorship_map_btn,
    .sponsorship_hp_btn {
        padding: 10px;
        margin-top: 10px;
    }
}

/*========================*/
/* 代表者挨拶*/
/*========================*/
.greeting__box .post_box_bg {
    background: #eee;
    padding-bottom: 0;
    margin-top: -40px;
    padding-top: 1px;
}

@media (min-width: 960px) {
    .greeting__box .post_box_bg {
        padding-top: 40px;
    }

    .greeting__box .post_custom_type03,
    .greeting__box .post_custom_type04 {
        display: flex;
        align-items: center;
    }

    .greeting__box .post_custom_type04 {}

    .greeting__box .post_custom_type04>* {
        direction: ltr;
    }

    .greeting__box .post_custom_content {
        margin-top: -80px;
    }

    .greeting__box .post_custom_type03 .post_custom_content,
    .greeting__box .post_custom_type03 .post_custom_img,
    .greeting__box .post_custom_type04 .post_custom_content,
    .greeting__box .post_custom_type04 .post_custom_img {
        float: none;
    }

    .greeting__box .post_custom_type03 .post_custom_img,
    .greeting__box .post_custom_type04 .post_custom_img {
        line-height: 0;
        display: grid;
    }
}

@media (max-width: 959px) and (min-width: 768px) {
    .greeting__box .post_custom_type04 .post_custom_img {
        max-width: 75%;
        margin: auto;
    }
}

@media (max-width: 559px) {
    .greeting__box .post_custom_box>div+div {
        margin-top: 0;
    }
}

.greeting__title {
    text-align: center;
    line-height: 1.4;
    font-size: 130%;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 20px;
}

.greeting__text {
    max-width: fit-content;
    margin: auto;
}


.title_kakehashi {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.3em;
    padding: 111px 100px 0;
    margin-bottom: 2rem;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/logo_kakehashi02.png) calc(50% - 79px) 0 / auto 150px no-repeat;
    text-indent: 0.6em;
}

.title_kakehashi .en {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    top: -1.7em;
    text-indent: 0.6em;
}

@media (max-width: 959px) {
    .title_kakehashi {
        font-size: 24px;
        background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/logo_kakehashi02.png) calc(50% - 40px) 0 / auto 80px no-repeat;
        padding: 62px 0 0;
    }

    .title_kakehashi .en {
        top: -1.2em;
    }
}

.number__list {
    counter-reset: num;
}

.number__list>li {
    counter-increment: num;
    padding-left: 1.1em;
    margin-bottom: 1em;
    position: relative;
}

.number__list>li::before {
    content: counter(num)".";
    position: absolute;
    left: 0;
    font-weight: bold;
}

strong {
    font-weight: bold !important;
}

.please__page__top {
    margin-top: -40px;
}

.please__page__top h1 {
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
}

.donation__box {
    display: flex;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 1319px) {
    .donation__box {
        flex-wrap: wrap;
    }

    .donation__box dl {
        flex-basis: 260px;
    }
}

.donation__box dl {
    border: 1px solid #ccc;
    border-radius: 15px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
}

.donation__box dl dt {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    display: grid;
    align-items: center;
    line-height: 1.4;
    font-weight: bold;
}


.donation__box dl dd {
    padding: 20px 10px 90px;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

.donation__box__img {
    /* max-width: 70%; */
    margin: auto;
    height: 180px;
    padding: 0px 0 20px;
}

.donation__box__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.donation__box__price {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.donation__box__price .before,
.donation__box__price .after {
    font-size: 50%;
    font-weight: normal;
}

.donation__box__text {
    max-width: fit-content;
    margin: auto;
}

.donation__box__btn {
    position: absolute;
    bottom: 20px;
    /* width: 100%; */
    left: 10px;
    right: 10px;
}

.donation__box__btn a {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 1px solid #00430B;
    text-align: center;
    border-radius: 30px;
    color: #00430B;
    background: #F2F2F2;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.donation__box__btn a:hover {
    background: #F56A6A;
}

.donation__box .premieme dt {
    color: #BCC300;
    -webkit-text-stroke: #E5C64A;
    -webkit-text-stroke-width: 1px;
}


.btn_donation a {
    text-align: center;
    color: #fff;
    background: #B10000;
    display: block;
    text-decoration: none;
    border-radius: 30px;
    padding: 10px 60px 10px 20px;
    position: relative;
    font-size: 30px;
    max-width: fit-content;
    font-weight: bold;
    margin: auto;
}

.btn_donation a::after {
    content: "≫";
    position: absolute;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
}

@media (max-width: 959px) and (min-width: 560px) {
    .btn_donation {
        margin-bottom: 20px;
    }

    .btn_donation a {
        font-size: 24px;
    }
}

@media (max-width: 559px) {
    .btn_donation a {
        font-size: 20px;
    }
}

/* ==============================================================
みんなの声
============================================================== */

.uservoice_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2%;
    margin-bottom: 40px;
}

.uservoice {
    position: relative;
    padding: 20px 25px 60px;
    /* width: 24.5%; */
    background: #ccc;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/bg_voice.jpg) 0 0 / 100% auto repeat-y;
    display: grid;
    grid-template-rows: auto 1fr;
}

.uservoice_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    /* top: 0; */
    /* left: 50%; */
    border: 2px solid #fff;
    margin: 0 auto -60px;
    z-index: 5;
    position: relative;
}

.uservoice_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uservoice_content {
    padding: 65px 15px 15px;
    background: #f9f9f7;
    position: relative;
    display: grid;
    align-items: start;
    grid-template-rows: auto 1fr auto;
}

.uservoice_title {
    text-align: center;
    margin: 5px auto;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.4;
}

.uservoice_text {
    font-family: "Kiwi Maru", serif;
    letter-spacing: 0.1px;
}

.uservoice_date {
    text-align: right;
    font-family: "Merienda", cursive;
    margin-top: 1em;
}

.uservoice::before {
    content: "";
    position: absolute;
    left: 15px;
    width: calc(50% - 80px);
    background: url("https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/img_text_uservoice.png") 0 0 / contain no-repeat;
    top: 50px;
    padding-top: 10%;
}

.uservoice_content::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    width: 45%;
    padding-top: 14%;
    background: #cbeafe;
    mask: url("https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/logo_kakehashi_w.png") 0% 0% / contain no-repeat;
    z-index: 4;
}

.uservoice_content::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    width: 20%;
    padding-top: 10%;
    background: url("https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/img_text_thank.png") 0 0 / contain no-repeat;
}

@media (min-width: 1200px) {

    .uservoice:nth-child(8n+2),
    .uservoice:nth-child(8n+4),
    .uservoice:nth-child(8n+5),
    .uservoice:nth-child(8n+7) {
        background-image: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/bg_voice02.jpg);
    }
}

@media (max-width: 1199px) {
    .uservoice_wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .uservoice:nth-child(6n+2),
    .uservoice:nth-child(6n+4),
    .uservoice:nth-child(6n+6) {
        background-image: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/bg_voice02.jpg);
    }
}

@media (max-width: 959px) {
    .uservoice_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .uservoice:nth-child(4n+2),
    .uservoice:nth-child(4n+3) {
        background-image: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/bg_voice02.jpg);
    }
}

@media (max-width: 767px) {
    .uservoice_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .uservoice {
        max-width: 370px;
        margin: 0 auto 40px;
    }

    .uservoice:nth-child(2n+0) {
        background-image: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/06/bg_voice02.jpg);
    }
}

/* 年間スケジュール
----------------------------------------------*/

.year_schedule {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    color: #707070;
}

.year_schedule_box {
    /* border-radius: 180px 170px 190px 170px; */
    border-radius: 20px;
    padding: 60px 20px;
    /* max-width: fit-content; */
}

.year_schedule_box_title {
    font-size: 30px;
    color: #707070;
    text-align: center;
    padding: 0 0 40px;
    font-family: ab-circle, sans-serif;
}

.year_schedule_box_title>span {
    position: relative;
    display: inline-block;
    z-index: 5;
}
.year_schedule_box ul {
    padding-left: 20px;
}
.year_schedule_box li {
    list-style-type: disc;
    line-height: 1.4;
}
.year_schedule_box li + li {
    margin-top: 5px;
}

.year_schedule_box a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.year_schedule_box a:has(.year_schedule_box_date),
.year_schedule_nolink:has(.year_schedule_box_date) {
    display: grid;
    gap: 0.5em;
    grid-template-columns: auto 1fr;
}


/* .year_schedule_box a::after {
    content: " ≫";
} */

@media (max-width: 1239px) {
    .year_schedule {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .year_schedule {
        grid-template-columns: 1fr;
    }

    .year_schedule_box_title {
        font-size: 30px;
        padding-bottom: 25px;
    }
}


.year_schedule_box_01 {
    background: #D6F5FD;
}

.year_schedule_box_02 {
    background: #dcd6fd;
}

.year_schedule_box_03 {
    background: #d6e4fd;
}

.year_schedule_box_04 {
    background: #fdd6f1;
}

.year_schedule_box_05 {
    background: #d6fded;
}

.year_schedule_box_06 {
    background: #d6fdd8;
}

.year_schedule_box_07 {
    background: #fdf5d6;
}

.year_schedule_box_08 {
    background: #fdead6;
}

.year_schedule_box_09 {
    background: #fde7d6;
}

.year_schedule_box_10 {
    background: #fdf9d6;
}

.year_schedule_box_11 {
    background: #f5fdd6;
}

.year_schedule_box_12 {
    background: #d6effd;
}

.year_schedule_box ul {
    max-width: fit-content;
    margin: auto;
    font-size: 110%;
}

.year_schedule.lazyloaded .year_schedule_box_title_01>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_kadomatu.png) 0 0 / contain no-repeat;
    right: 100%;
    height: 108px;
    /* bottom: 100%;
    width: 97px;
    margin-bottom: -70px; */
    top: 0;
    margin-right: 20px;
    width: 65px;
}

.year_schedule.lazyloaded .year_schedule_box_title_01>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_kagamimochi.png) 0 0 / contain no-repeat;
    left: 100%;
    height: 115px;
    top: 0;
    width: 65px;
    margin-left: 20px;
    /* top: 100%;
    width: 96px;
    margin-top: -70px; */
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_01>span::before {
        width: 60px;
        margin-bottom: -65px;
        margin-right: 5px;
        height: 50px;
        margin: 8px 0 0;
        top: 0;
        bottom: unset;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_01>span::after {
        width: 50px;
        margin-top: 5px;
        margin-left: 5px;
        height: 55px;
        top: 0;
    }
}


.year_schedule.lazyloaded .year_schedule_box_title_02>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_setubun.png) 0 0 / contain no-repeat;
    right: 100%;
    height: 126px;
    top: 0;
    width: 90px;
    margin-right: 5px;
    /* top: 100%;
    width: 124px;
    margin-top: -79px; */
}

.year_schedule.lazyloaded .year_schedule_box_title_02>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_ume.png) 0 0 / contain no-repeat;
    left: 100%;
    width: 62px;
    height: 90px;
    top: 0;
    margin-left: 20px;
    /* bottom: 100%;
    margin-bottom: -80px; */
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_02>span::before {
        width: 65px;
        margin-top: 0px;
        margin-right: 10px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_02>span::after {
        width: 40px;
        margin-left: 10px;
        top: 8px;
        border: unset;
    }
}

.year_schedule.lazyloaded .year_schedule_box_title_03>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_hikoboshi.png) 0 0 / contain no-repeat;
    right: 100%;
    width: 55px;
    height: 126px;
    top: 0;
    margin-right: 20px;
    /* 
    width: 76px;
    bottom: 100%;
    margin-bottom: -180px; */
}

.year_schedule.lazyloaded .year_schedule_box_title_03>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_orihime.png) 0 0 / contain no-repeat;
    left: 100%;
    height: 114px;
    width: 55px;
    top: -7px;
    margin-left: 20px;
    /*
    width: 76px;
    bottom: 100%;
    margin-bottom: -180px;
    */
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_03>span::before {
        width: 40px;
        margin-right: 10px;
        margin-top: 0;
        top: -10px;;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_03>span::after {
        width: 40px;
        margin-left: 10px;
    }
}


.year_schedule.lazyloaded .year_schedule_box_title_04>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_sakura.png) 0 0 / contain no-repeat;
    right: 100%;
    rotate: 45deg;
    margin-right: 30px;
    top: 0;
    width: 65px;
    height: 65px;

    /* bottom: 100%;
    width: 76px;
    height: 76px;
    margin-bottom: -100px; */
}

.year_schedule.lazyloaded .year_schedule_box_title_04>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_sakura.png) 0 0 / contain no-repeat;
    left: 100%;
    rotate: -45deg;
    margin-left: 30px;
    top: 0;
    width: 65px;
    height: 65px;

    /* bottom: 100%;
    margin-bottom: -100px;
    width: 76px;
    height: 76px; */
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_04>span::before {
        width: 40px;
        margin-right: 30px;
        margin-bottom: -80px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_04>span::after {
        width: 40px;
        margin-left: 30px;
        margin-bottom: -80px;
    }
}


.year_schedule.lazyloaded .year_schedule_box_title_05>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_koinobori.png) 0 0 / contain no-repeat;
    left: 100%;
    width: 80px;
    height: 80px;
    margin-left: 20px;
    top: 8px;
    /* 
    top: 100%;
    margin-top: -40px;
    margin-left: -90px;
    */
}

.year_schedule.lazyloaded .year_schedule_box_title_05>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_kabuto02.png) 0 0 / contain no-repeat;
    right: 100%;
    top: 10px;
    width: 70px;
    height: 52px;
    margin-right: 20px;
    /*
    bottom: 100%;    
    margin-bottom: -30px;
    margin-right: -40px;
    */
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_05>span::before {
        width: 65px;
        margin-top:  -0;
        margin-left: 10px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_05>span::after {
        width: 50px;
        margin-right: 10px;
        top: 20px;
    }
}


.year_schedule.lazyloaded .year_schedule_box_title_06>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_ame.png) 0 0 / contain no-repeat;
    right: 100%;
    top: 0;
    width: 80px;
    height: 100px;
    margin-top: 0;
    margin-right: 20px;

    /* top: 100%;
    width: 217px;
    height: 150px;
    margin-top: -140px;
    margin-left: -150px; */
    z-index: -1;
    /* mix-blend-mode: revert-layer; */
}

.year_schedule.lazyloaded .year_schedule_box_title_06>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_azisai.png) 0 0 / contain no-repeat;
    left: 100%;
    top: 13px;
    width: 75px;
    height: 62px;
    margin-bottom: 0;
    margin-left: 20px;
    /* right: 100%;
    bottom: 100%;
    width: 139px;
    height: 62px;
    margin-bottom: -140px;
    margin-right: -230px; */
    z-index: -2;
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_06>span::before {
        width: 50px;
        height: 110px;
        margin-top: 10px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_06>span::after {
        width: 55px;
    }
}


.year_schedule.lazyloaded .year_schedule_box_title_07>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_amanogawa.png) 0 0 / contain no-repeat;
    right: 100%;
    top: 0%;
    width: 65px;
    height: 65px;
    /* margin-top: -102px;
    */
    margin-right: 20px;
    z-index: -1;
}

.year_schedule.lazyloaded .year_schedule_box_title_07>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_tanabata.png) 0 0 / contain no-repeat;
    left: 100%;
    top: 0%;
    width: 65px;
    height: 121px;
    margin-left: 20px;
    z-index: -2;
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_07>span::before {
        width: 70px;
        height: 60px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_07>span::after {
        width: 55px;
    }
}


.year_schedule.lazyloaded .year_schedule_box_title_08>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_azisai-1.png) 0 0 / contain no-repeat;
    right: 100%;
    top: 14px;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    z-index: -1;
}

.year_schedule.lazyloaded .year_schedule_box_title_08>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_hanabi01.png) 0 0 / contain no-repeat;
    left: 100%;
    top: 0;
    width: 65px;
    height: 121px;
    margin-left: 20px;
    z-index: -2;
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_08>span::before {
        width: 70px;
        height: 60px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_08>span::after {
        width: 55px;
    }
}


.year_schedule.lazyloaded .year_schedule_box_title_09>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_moon.png) 0 0 / contain no-repeat;
    right: 100%;
    top: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    z-index: -1;
}

.year_schedule.lazyloaded .year_schedule_box_title_09>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_rabit.png) 0 0 / contain no-repeat;
    left: 100%;
    top: 0;
    width: 50px;
    height: 121px;
    margin-left: 20px;
    z-index: -2;
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_09>span::before {
        width: 50px;
        height: 60px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_09>span::after {
        width: 45px;
    }
}





.year_schedule.lazyloaded .year_schedule_box_title_10>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_halowin01.png) 0 0 / contain no-repeat;
    right: 100%;
    top: 0;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    z-index: -1;
}

.year_schedule.lazyloaded .year_schedule_box_title_10>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_halowin02.png) 0 0 / contain no-repeat;
    left: 100%;
    top: 0;
    width: 65px;
    height: 121px;
    margin-left: 20px;
    z-index: -2;
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_10>span::before {
        width: 60px;
        height: 60px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_10>span::after {
        width: 55px;
        top: 5px;
    }
}




.year_schedule.lazyloaded .year_schedule_box_title_11>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_matubokkuri.png) 0 0 / contain no-repeat;
    right: 100%;
    top: 0;
    width: 50px;
    height: 80px;
    margin-right: 20px;
    z-index: -1;
}

.year_schedule.lazyloaded .year_schedule_box_title_11>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_momizi.png) 0 0 / contain no-repeat;
    left: 100%;
    top: 0;
    width: 60px;
    height: 121px;
    margin-left: 20px;
    z-index: -2;
}

@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_11>span::before {
        width: 50px;
        height: 60px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_11>span::after {
        width: 55px;
    }
}




.year_schedule.lazyloaded .year_schedule_box_title_12>span::before {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_xmas01.png) 0 0 / contain no-repeat;
    right: 100%;
    top: -16px;
    width: 45px;
    height: 140px;
    margin-right: 10px;
    z-index: -1;
}

.year_schedule.lazyloaded .year_schedule_box_title_12>span::after {
    content: "";
    position: absolute;
    background: url(https://alphazeal.xsrv.jp/kakehashi/wp-content/uploads/2025/07/img_xmas02.png) 0 0 / contain no-repeat;
    left: 100%;
    top: 0;
    width: 90px;
    height: 121px;
    margin-left: 10px;
    z-index: -2;
}


@media (max-width: 767px) {
    .year_schedule.lazyloaded .year_schedule_box_title_12>span::before {
        width: 55px;
        height: 90px;
    }

    .year_schedule.lazyloaded .year_schedule_box_title_12>span::after {
        width: 88px;
        margin-left: 20px;
    }
}



.table_layout01 {
    background: rgba(60,78,66,0.2);
    border: 40px solid transparent;
    margin: 0 auto 40px;
    max-width: fit-content;
}
.table_layout01 th,
.table_layout01 td {
    border-top: 1px solid #3c4e42;
    border-bottom: 1px solid #3c4e42;
    padding: 30px 30px;
    vertical-align: middle;
}
.table_layout01 tr:first-child th,
.table_layout01 tr:first-child td {
    padding-top: 0;
}
.table_layout01 tr:last-child th,
.table_layout01 tr:last-child td {
    padding-bottom: 0;
}
@media (max-width: 767px){
.table_layout01 {
    border-width: 30px;
}
.table_layout01 th,
.table_layout01 td {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.table_layout01 th {
    border-bottom-width: 0px;
    padding-bottom: 0;
    max-width: fit-content;
    margin: 0 auto 10px;
    border-top: 0;
}
.table_layout01 td {
    border-top-width: 0px;
    padding-top: 0;
}
.table_layout01 tr:first-child th {
    border-top-width: 0px;
}
.table_layout01 tr:last-child td {
    border-bottom-width: 0px;
}

}

@media (min-width: 960px){
  .column2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 959px){
  .column2 > div {
    margin-bottom: 40px;
  }
}
.swiper-thumb {
  margin-top: 30px;
}


.table_layout02 th,
.table_layout02 td {
  padding: 15px 20px;
  vertical-align: middle;
  border-top: 1px solid rgba(60,78,66,1);
  border-bottom: 1px solid rgba(60,78,66,1);
}
.table_layout02 th {
  background: rgba(60,78,66,0.4);
  color: rgba(60,78,66,1);
}
.table_layout02 td {
  background: rgba(60,78,66,0.2);
}
@media (min-width: 559px){
  .table_layout02 th {
    width: calc(5em + 40px);
  }
}
@media (max-width: 559px){
  .table_layout02 th {
    width: 100%;
  }
  .table_layout02 th,
  .table_layout02 td {
    display: block;
    width: 100%;
    border: 0;
  }
}
.family-swiper {
  max-width: 600px;
}