@charset "UTF-8";

/*
**
** outline
** header
** gnav
** footer
** main common
** top
**
*/


/*==================================

** outline
==================================*/

* {
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    html.fixed {
        position: fixed;
        z-index: -1;
        width: 100%;
    }
}

body {
    width: 100vw;
    color: #000000;
    position: relative;
    -webkit-text-size-adjust: 100%;
    background-repeat: repeat;
    overflow-x: hidden;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 88%;
    }
}

@media screen and (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        display: inline-block;
    }
}

img {
    -webkit-backface-visibility: hidden;
}


/*==================================

** common 共通スタイル
==================================*/

a:hover {
    opacity: 0.7;
}


/*==================================

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    background: #ffffff;
}

.header__top {
    padding: 0 20px;
    background: #f5f9f8;
}

.header__top__txt {
    height: 23px;
    line-height: 23px;
    font-size: 1.1rem;
    color: #838d97;
}

.header__middle .wrap {
    height: 78px;
    display: flex;
    align-items: center;
}

.header__middle a {
    transition: all 0.3s;
}

.header__middle a:hover {
    opacity: 0.7;
}

.header__btn-sp {
    display: none;
}

.header__logo img {
    width: 204px;
    align-self: center;
}

.header__logo a {
    display: flex;
}

.header__logo a:hover {
    text-decoration: none;
}

.header__area {
    margin-top: -2px;
    padding-left: 0.5em;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #62b034;
    white-space: nowrap;
}

.header__home {
    margin: 0 auto;
    padding: 0 25px;
}

.header__home a {
    position: relative;
    display: block;
    height: 28px;
    line-height: 26px;
    padding: 0 25px 0 15px;
    border: 1px solid #62b034;
    border-radius: 5px;
    color: #62b034;
    white-space: nowrap;
}

.header__home a br {
    display: none;
}

.header__home a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%) rotate(135deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #62b034;
    border-left: 1px solid #62b034;
}

.header__home a:hover {
    text-decoration: none;
}

.header__tel {
    max-width: 340px;
    margin-left: auto;
}

.header__mourner {
    max-width: 146px;
    margin-left: 28px;
}

.header__hurry {
    /* max-width: 146px; */
    margin-left: 28px;
}

.header__hurry2 {
    margin-left: 28px;
}

.header .logo p {
    font-size: 1.4rem;
}

.header .logo__img {
    width: 96px;
    margin-top: 22px;
}

.mourner_bnr {
    position: fixed;
    left: 0;
    bottom: 20%;
    z-index: 999;
}

.mourner_bnr a {
    width: 210px;
    height: 191px;
    background: url(../img/common/mourner_btn_pc.png);
    display: block;
}

.mourner_bnr a:hover {
    background: url(../img/common/mourner_btn2_pc.png);
    opacity: 1;
}

.mourner_bnr_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .header__hurry2 {
        display: none;
    }
    .mourner_bnr_sp {
        display: block;
        width: 90%;
        margin: 10px auto 30px;
    }
    .mourner_bnr {
        display: none !important;
    }
}


/* エリアページ用 */

.header__middle.area {
    position: relative;
}

.area .header__mourner {
    margin-left: 10px;
}

.area .header__hurry {
    margin-left: 10px;
}

.area .header__hurry2 {
    max-width: 146px;
    margin-left: 10px;
}

.area .header__mourner img,
.area .header__hurry img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .area .header__hurry2 {
        display: none;
    }
    .header__middle .wrap {
        width: 95%;
    }
    .area .header__mourner {
        margin-left: 0;
        margin-right: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .area .header__mourner {
        position: absolute;
        right: 52px;
        top: -10px;
        margin: 0;
    }
    .area .header__mourner a {
        display: none;
    }
}


/* バナーの非表示設定 */

#feature .header__mourner {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header__top {
        padding: 0;
        border-top: 3px solid #62b034;
        background: none;
    }
    .header__top .wrap {
        width: 95%;
    }
    .header__top__txt {
        font-size: 1rem;
    }
    .header__middle .wrap {
        height: 44px;
    }
    .header__logo img {
        width: 139px;
    }
    .header__area {
        font-size: 2rem;
        margin-top: -2.5px;
    }
    .header__home {
        /* display: none; */
        margin-left: 15px;
        padding: 0;
    }
    .header__home a {
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
        padding-top: 2px;
        padding-left: 7px;
        padding-right: 22px;
        height: 35px;
    }
    .header__home a br {
        display: inline-block;
    }
    .header__tel {
        display: none;
    }
    .header__hurry {
        display: none;
    }
    .header__btn-sp {
        display: block;
        display: flex;
    }
    .header__btn-sp__item {
        width: 25%;
        height: 45px;
        border-top: 1px solid #62b034;
        border-bottom: 1px solid #62b034;
        border-right: 1px solid #62b034;
    }
    .header__btn-sp__item a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header__btn-sp__item img {
        width: 65px;
        height: 35px;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    .header__btn-sp__item.hurry {
        border-top: none;
        border-right: none;
        border-bottom: none;
    }
    .header__btn-sp__item.hurry a {
        background-color: #f16c6c;
    }
}

@media screen and (max-width: 440px) {
    .header__area {
        font-size: 1.8rem;
        margin-top: -2.8px;
        padding-left: 0.3em;
    }
    .header__logo img {
        width: 125px;
    }
}

@media screen and (max-width: 340px) {
    .header__home {
        margin-left: 5px;
    }
}

.thin .header__top {
    display: none;
}

.thin .header__middle {
    display: none;
}


/* mourner's header */

.header__closebtn {
    margin-left: auto;
}

.header__closebtn a {
    background: #f16c6c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}

.header__closebtn a:hover {
    text-decoration: none;
}

#mourner main {
    margin-top: 0;
}

#mourner footer {
    margin-bottom: 0;
}

.all-area-container .m_area-container {
    display: none;
    padding-top: 40px;
}

.all-area-container .m_area-container.is-show-m_hall {
    clear: both;
    display: block;
}

@media screen and (max-width: 768px) {
    .all-area-container .m_area-container {
        padding-top: 20px;
    }
}

.area-container {
    padding-top: 0;
}

.area-container.toyokawa {
    margin-top: 45px;
}

.m_area-tab__item {
    float: left;
    width: 19%;
    height: 38px;
    line-height: 36px;
    margin-left: 0.25%;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    transition: all 0.3s;
}

.m_area-tab__item>a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.m_area-tab__item:hover {
    cursor: pointer;
    opacity: 0.7;
}

.m_area-tab__item:nth-child(n+6) {
    margin-top: 4px;
}

.m_area-tab__item.all {
    width: 23%;
    height: 80px;
    line-height: 80px;
    margin-left: 0;
    border: 1px solid #577033;
    color: #577033;
}

.m_area-tab__item.all.is-active-m_hall {
    background: #577033;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(87, 112, 51, 0.4);
}

.m_area-tab__item.is-active-m_hall>a {
    color: #ffffff !important;
}

.m_area-tab__item.mikawa {
    border: 1px solid #577033;
    color: #577033;
}

.m_area-tab__item.mikawa>a {
    color: #577033;
}

.m_area-tab__item.mikawa.is-active-m_hall {
    background: #577033;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(87, 112, 51, 0.4);
}

.m_area-tab__item.enshu {
    border: 1px solid #21a3c3;
    color: #21a3c3;
}

.m_area-tab__item.enshu>a {
    color: #21a3c3;
}

.m_area-tab__item.enshu.is-active-m_hall {
    background: #21a3c3;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(33, 163, 195, 0.4);
}

.m_area-tab__item.nagoya {
    border: 1px solid #117073;
    color: #117073;
}

.m_area-tab__item.nagoya>a {
    color: #117073;
}

.m_area-tab__item.nagoya.is-active-m_hall {
    background: #117073;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(33, 163, 195, 0.4);
}

@media screen and (max-width: 768px) {
    .m_area-tab__item {
        width: 30%;
        margin-left: 5%;
    }
    .m_area-tab__item:nth-child(2) {
        margin-left: 0;
    }
    .m_area-tab__item:nth-child(5) {
        margin-left: 0;
    }
    .m_area-tab__item:nth-child(8) {
        margin-left: 0;
    }
    .m_area-tab__item.all {
        width: 100%;
        height: 38px;
        line-height: 36px;
    }
    .m_area-tab__item:nth-child(n+2) {
        margin-top: 11px;
    }
    .m_area-tab__item:nth-child(n+6) {
        margin-top: 11px;
    }
}

@media screen and (max-width: 768px) {
    .header__closebtn a {
        padding: 10px;
        font-size: 14px;
    }
}


/* モーダル全体(背景＋本体) */

.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 3;
}


/* モーダル背景 */

.modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}


/* モーダル本体 */

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 320px;
    background: white;
    padding: 20px 20px 10px;
    border-radius: 10px;
    text-align: center;
}

.area-list__item .modal_tel {
    margin: 15px 0;
    font-size: 26px;
    font-weight: 600;
    flex-direction: unset;
    justify-content: center;
}

.area-list__item .modal_tel::before {
    content: "\f879";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    padding-right: 0.2em;
    color: #62b034;
}


/* モーダルウィンドウ表示中に記事本体を固定 */

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


/*==================================

** gnav
==================================*/

.gnavPC {
    position: relative;
    border-top: 1px solid #eeeeee;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    background: #62b034;
}

.gnavPC a:hover {
    text-decoration: none;
}

.gnavPC__inner {
    width: 1160px;
    margin: 0 auto;
}

.gnavPC__logo {
    display: none;
}

.gnavPC__1st {
    display: flex;
    justify-content: center;
    z-index: +20;
    color: #fff;
}

.gnavPC__1st__item--border {
    width: 1px;
    background: #fff;
    height: 30px;
    position: relative;
    top: 8px;
}

.thin .gnavPC__1st__item--border {
    display: none;
}

.gnavPC__1st__item {
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
}

.gnavPC__1st__item>a {
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    transition: all 0.3s;
    color: #fff;
}

.gnavPC__1st__item>a:hover {
    color: #fff;
}

.gnavPC__1st__item>a:hover::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #62b034;
}

.gnavPC__1st__item:hover .gnavPC__2nd__container {
    display: block;
}

.gnavPC__2nd {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.gnavPC__2nd__container {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 44px;
    background: #ffffff;
    z-index: 4000;
    box-shadow: inset 0px 4px 6px 0px rgba(194, 194, 194, 0.3);
}

.gnavPC__2nd__item {
    position: relative;
    margin-right: 75px;
    padding-left: 25px;
    color: #000;
}

.gnavPC__2nd__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/common/ico_gnav_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.gnavPC__2nd__item:last-child {
    margin-right: 0;
}

.gnavPC__2nd__item.ttl {
    border-left: 2px solid #62b034;
    font-size: 1.8rem;
    color: #62b034;
}

.gnavPC__2nd__item.ttl::before {
    content: none;
}

.gnavPC__2nd__item a:hover {
    color: #62b034;
}

.gnavPC__2nd.subpage .gnavPC__2nd__item {
    width: 25%;
    margin-right: 0;
}

.gnavPC__2nd.subpage .gnavPC__2nd__item.short {
    width: 15%;
}

.gnavPC__2nd.subpage .gnavPC__2nd__item:nth-child(5) {
    margin-left: 25%;
}

.gnavPC__2nd.subpage .gnavPC__2nd__item:nth-child(8) {
    margin-left: 25%;
}

.gnavPC__2nd.subpage .gnavPC__2nd__item:nth-child(11) {
    margin-left: 25%;
}

@media screen and (max-width: 1200px) {
    .gnavPC__inner {
        width: 95%;
    }
    .gnavPC__2nd {
        justify-content: space-between;
    }
    .gnavPC__2nd__item {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .gnavPC {
        display: none;
    }
}

.thin .gnavPC {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.thin .gnavPC__inner {
    display: flex;
    align-items: center;
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

.thin .gnavPC__logo {
    display: block;
}

.thin .gnavPC__logo a {
    display: flex;
}

.thin .gnavPC__logo img {
    width: 139px;
    align-self: center;
}

.gnavPC__logo img.white {
    display: none;
}

.thin .gnavPC__logo img.white {
    display: inline-block;
}

.thin .gnavPC__logo img.normal {
    display: none;
}

.thin .gnavPC__area {
    margin-top: -2px;
    padding-left: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    white-space: nowrap;
}

.thin .gnavPC__1st {
    width: auto;
    margin-left: auto;
}

.thin .gnavPC__1st__item>a {
    margin: 0 5px;
}

@media screen and (max-width: 1200px) {
    .thin .gnavPC__inner {
        width: 95%;
    }
    .thin .gnavPC__logo img {
        width: 119px;
    }
    .thin .gnavPC__1st__item a {
        padding: 0 5px;
        font-size: 1.5rem;
    }
}

.gnavSP {
    display: none;
    padding-bottom: 200px;
}

@media screen and (max-width: 1024px) {
    .gnavSP {
        display: block;
        position: fixed;
        top: -4000px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f5f9f8;
        transition: all 0.5s;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .fade-wrap {
        width: 100%;
        height: 100%;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .gnavSP.opened {
        top: 115px;
    }
    .gnavSP a.blank {
        position: relative;
    }
    .gnavSP a.blank::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1em;
        height: 1em;
        background-image: url(../img/common/ico_new_window.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .gnavSP a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .gnavSP__bnr {
        padding: 20px 0;
    }
    .gnavSP__bnr__item {
        width: 88%;
        max-width: 330px;
        margin: 15px auto 0;
    }
    .gnavSP__bnr__item:first-child {
        margin-top: 0;
    }
    .gnavSP__1st__item {
        position: relative;
        background-color: #ffffff;
        border-top: 1px solid #eeeeee;
    }
    .gnavSP__1st__item::after {
        content: "";
        position: absolute;
        top: 34px;
        right: 6%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        height: 10px;
        border-top: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        transition: all 0.3s;
    }
    .gnavSP__1st__item.have-2nd::after {
        transform: translateY(-50%) rotate(-45deg);
    }
    .gnavSP__1st__item.aco--closed::after {
        transform: translateY(-50%) rotate(135deg);
    }
    .gnavSP__1st__item>a,
    .gnavSP__1st__item>span {
        display: inline-block;
        width: 86%;
        padding: 20px 6% 20px 6%;
    }
    .gnavSP__2nd {
        display: block;
        padding: 30px 6%;
        background: #f5f9f8;
        border-top: 1px solid #eeeeee;
    }
    .gnavSP__2nd.area {
        overflow: hidden;
    }
    .gnavSP__2nd__item.area {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .gnavSP__2nd__item.area:nth-child(2n) {
        margin-right: 0;
    }
    .gnavSP__2nd__item.area a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 1px solid;
        border-radius: 5px;
        background: #ffffff;
        text-align: center;
    }
    .gnavSP__2nd__item.mikawa {
        border-color: #577033;
        color: #577033;
    }
    .gnavSP__2nd__item.enshu {
        border-color: #21a3c3;
        color: #21a3c3;
    }
    .gnavSP__2nd__item:nth-child(n+3) {
        margin-top: 12px;
    }
    .gnavSP__2nd__item.plan {
        max-width: 330px;
        margin: 13px auto 0;
    }
    .gnavSP__2nd__item.plan:first-child {
        margin-top: 0;
    }
    .gnavSP__2nd__item.fz-small a {
        font-size: 1.0rem;
    }
}

#menuBtn {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    #menuBtn {
        display: block;
        width: 57px;
        height: 57px;
        position: absolute;
        top: 9px;
        right: 10px;
    }
    #menuBtn .border {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 36px;
        height: 3px;
        background: #62b034;
        transition: all 0.3s;
    }
    #menuBtn .border:nth-child(1) {
        top: 15px;
    }
    #menuBtn .border:nth-child(2) {
        top: 25px;
    }
    #menuBtn .border:nth-child(3) {
        top: 35px;
    }
    #menuBtn .name {
        display: block;
        position: absolute;
        top: 41px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1rem;
        font-weight: 500;
        color: #62b034;
        white-space: nowrap;
    }
}

#menuBtn.opened .border:nth-child(1) {
    top: 23px;
    transform: translateX(-50%) rotate(45deg);
}

#menuBtn.opened .border:nth-child(2) {
    display: none;
}

#menuBtn.opened .border:nth-child(3) {
    top: 23px;
    transform: translateX(-50%) rotate(-45deg);
}

.thin #menuBtn {
    display: none;
}


/*==================================

** sidebtn
==================================*/

.side {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: +1000;
}

.side__member {
    width: 90px;
    margin-left: auto;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.1));
}

.side__request {
    width: 95px;
    margin-top: 20px;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.1));
}

.side a {
    transition: all 0.3s;
}

.side a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .side {
        display: none !important;
    }
}


/*==================================

** pagetop
==================================*/

#pagetop {
    position: fixed;
    right: 115px;
    bottom: 100px;
    width: 87px;
    height: 87px;
    z-index: 4500;
}

#pagetop:hover {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    #pagetop {
        right: 5%;
        bottom: 80px;
        width: 50px;
        height: 50px;
    }
}


/*==================================

** footer
==================================*/

footer {
    margin-bottom: 82px;
}

footer .hall-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    height: 490px;
}

footer .hall-list__item {
    margin-bottom: 11px;
    padding-left: 25px;
    border-left: 2px solid #eeeeee;
}

footer .hall-list__item__child {
    margin-top: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer .hall-list__item:nth-child(1) {
    width: 40%;
}

footer .hall-list__item:nth-child(1)>ul {
    height: 170px;
}

footer .hall-list__item:nth-child(1)>ul>li {
    margin-right: 3em;
}

footer .hall-list__item a.blank {
    position: relative;
}

footer .hall-list__item a.blank::before {
    content: "";
    position: absolute;
    top: 0.3em;
    right: -24px;
    width: 15px;
    height: 15px;
    background-image: url(../img//common//ico_new_window.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer .hall-list__ttl {
    font-size: 1.8rem;
    color: #577033;
    line-height: 140%;
}

footer .band {
    border-top: 1px solid #eeeeee;
    padding: 25px 0;
}

footer .band .wrap {
    display: flex;
    align-items: center;
}

footer .band a {
    transition: all 0.3s;
}

footer .band a:hover {
    opacity: 0.7;
    text-decoration: none;
}

footer .band__logo a {
    display: flex;
}

footer .band__logo img {
    width: 204px;
}

footer .band__area {
    margin-top: -2px;
    margin-right: 20px;
    padding-left: 10px;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #62b034;
    white-space: nowrap;
}

footer .band__logo_kazokuno {
    max-width: 250px;
    margin-left: auto;
}

footer .band__logo_kazokuno.area {
    max-width: 205px;
}

@media screen and (max-width: 1024px) {
    footer .band__logo_kazokuno {
        max-width: 180px;
        margin: 20px auto 0;
    }
}

footer .band__tel {
    max-width: 334px;
    margin-left: auto;
}

footer .band__tel-sp {
    display: none;
}

footer .band__request {
    max-width: 292px;
    margin-left: 27px;
}

footer .gnavFooter {
    padding: 70px 0;
    background: #f5f9f8;
    font-size: 1.4rem;
    color: #4f4f4f;
}

footer .gnavFooter__1st {
    width: 1000px;
    margin: 0 auto;
}

footer .gnavFooter__1st__item {
    padding: 5px 0;
}

footer .gnavFooter__2nd {
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px;
}

footer .gnavFooter__2nd__item {
    padding: 5px 0;
}

footer .gnavFooter__3rd {
    margin-left: 1em;
}

footer .gnavFooter__3rd__item {
    padding: 5px 0;
}

footer .gnavFooter__4th {
    margin-left: 1em;
}

footer .gnavFooter__4th__item {
    padding: 5px 0;
}

footer .credit {
    padding: 6px 10px 10px;
    background: #62b034;
    text-align: center;
}

footer .credit small {
    font-size: 1.2rem;
    color: #ffffff;
}

footer .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #f5f9f8;
    z-index: 1000;
}

footer .fixed a {
    transition: all 0.3s;
}

footer .fixed a:hover {
    opacity: 0.7;
    text-decoration: none;
}

footer .fixed__pc .wrap {
    height: 82px;
    display: flex;
    align-items: center;
}

footer .fixed__pc__logo img {
    width: 180px;
}

footer .fixed__pc a {
    display: flex;
}

footer .fixed__pc__area {
    margin-top: -3px;
    margin-right: 20px;
    padding-left: 10px;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #62b034;
    white-space: nowrap;
}

footer .fixed__pc__tel {
    max-width: 337px;
    margin-left: auto;
}

footer .fixed__pc__hurry {
    max-width: 292px;
    margin-left: 30px;
}

footer .fixed__sp {
    display: none;
}

@media screen and (max-width: 1200px) {
    footer .hall-list {
        height: 500px;
        align-content: space-around;
    }
    footer .hall-list__item:nth-child(1) {
        width: auto;
    }
    footer .gnavFooter__1st {
        width: 88%;
    }
}

@media screen and (max-width: 1024px) {
    footer .hall-list {
        height: 660px;
    }
    footer .hall-list__item:nth-child(1)>ul {
        height: auto;
    }
    footer .band .wrap {
        display: block;
    }
    footer .band__logo a {
        justify-content: center;
        align-items: flex-start;
    }
    footer .band__logo img {
        width: 183px;
        height: auto;
    }
    footer .band__area {
        font-size: 2.3rem;
    }
    footer .band__tel {
        display: none;
    }
    footer .band__tel-sp {
        display: block;
        width: 286px;
        margin: 20px auto 0;
    }
    footer .band__request {
        width: 100%;
        max-width: 247px;
        margin: 20px auto 0;
    }
    footer .fixed__pc__logo img {
        width: 184px;
    }
    footer .fixed__pc__area {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    footer {
        margin-bottom: 65px;
    }
    footer .hall-list {
        height: auto;
        align-content: flex-start;
    }
    footer .hall-list__ttl {
        font-size: 1.6rem;
    }
    footer .hall-list__item {
        padding-left: 10px;
    }
    footer .hall-list__item__child {
        margin-left: 7px;
        font-size: 1.4rem;
    }
    footer .hall-list__item:nth-child(1)>ul>li {
        margin-right: 1.5em;
    }
    footer .hall-list__item a.blank::before {
        width: 13px;
        height: 13px;
    }
    footer .gnavFooter {
        padding: 35px 0;
    }
    footer .gnavFooter__2nd {
        height: 540px;
    }
    footer .fixed__tel {
        width: 168.5px;
    }
    footer .fixed__hurry {
        width: 146px;
    }
}

@media screen and (max-width: 1024px) {
    footer .credit small {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    footer .gnavFooter__2nd {
        display: block;
        height: auto;
    }
    footer .fixed__pc {
        display: none;
    }
    footer .fixed__sp {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 65px;
        padding: 10px 0;
    }
    footer .fixed__sp__tel {
        max-width: 128px;
        margin-right: 6px;
    }
    footer .fixed__sp__request {
        max-width: 99px;
        margin-right: 6px;
    }
    footer .fixed__sp__member {
        max-width: 100px;
    }
}


/*==================================

** breadcrumb
==================================*/

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.breadcrumb__item {
    font-size: 1.2rem;
    padding: 3px 0.5em 3px 0;
}

.breadcrumb__item::after {
    content: ">";
    margin-left: 0.5em;
}

.breadcrumb__item:last-child {
    padding-right: 0;
}

.breadcrumb__item:last-child::after {
    content: none;
}

.breadcrumb__item a {
    color: #577033;
}

@media screen and (max-width: 768px) {
    .breadcrumb__item {
        font-size: 1rem;
    }
}


/*==================================

** main common
==================================*/

main {
    margin-top: 146px;
    display: block;
    background: #fff;
}

main .h2-border {
    font-size: 3.4rem;
    text-align: center;
}

main .h2-border__inner {
    position: relative;
    display: inline-block;
    max-width: 80%;
}

main .h2-border__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -55px;
    width: 40px;
    height: 1px;
    background-color: #000000;
}

main .h2-border__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -55px;
    width: 40px;
    height: 1px;
    background-color: #000000;
}

main .h2-border+* {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    main .h2-border {
        font-size: 2.5rem;
    }
    main .h2-border__inner::before {
        width: 23px;
        left: -35px;
    }
    main .h2-border__inner::after {
        width: 23px;
        right: -35px;
    }
    main .h2-border+* {
        margin-top: 30px;
    }
}

main .h2-simple {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #555555;
}

main .h2-simple.white {
    color: #ffffff;
}

main .h2-simple+* {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    main .h2-simple {
        font-size: 2.4rem;
        font-feature-settings: "palt";
    }
    main .h2-simple+* {
        margin-top: 30px;
    }
}

main .section-ttl {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
}

main .section-ttl.mb-adjust {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    main .section-ttl.mb-adjust {
        margin-bottom: -20px;
    }
}

main .section-ttl.common_area_list_mb {
    margin-bottom: -110px;
}

main .section-ttl+* {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    main .section-ttl {
        font-size: 3rem;
        font-feature-settings: "palt";
    }
    main .section-ttl.common_area_list_mb {
        margin-bottom: 100px;
    }
    main .section-ttl+* {
        margin-top: 30px;
    }
    main .section-ttl+.hall-walking-icon {
        margin-top: 7px;
    }
}

.txt-bold-green {
    color: #62b034;
    font-weight: 900;
}

main .h3-border {
    font-size: 3rem;
    text-align: center;
}

main .h3-border__inner {
    position: relative;
    display: inline-block;
    max-width: 80%;
}

main .h3-border__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -55px;
    width: 40px;
    height: 1px;
    background-color: #000000;
}

main .h3-border__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -55px;
    width: 40px;
    height: 1px;
    background-color: #000000;
}

main .h3-border+* {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    main .h3-border {
        font-size: 2.5rem;
    }
    main .h3-border__inner::before {
        width: 23px;
        left: -35px;
    }
    main .h3-border__inner::after {
        width: 23px;
        right: -35px;
    }
    main .h3-border+* {
        margin-top: 30px;
    }
}

main a {
    color: #62b034;
    text-decoration: underline;
    transition: all 0.3s;
}

main ul {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1.3em;
}

main .noicon {
    list-style: none;
    padding-left: 0;
    text-indent: 0;
}

main .ul-basic {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

main .ul-basic>li:before {
    content: "\025a0";
}

main .kome {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

main .kome>li {
    margin-top: 0.5em;
}

main .kome>li::before {
    content: "※";
}

main .triangle-list {
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

main .triangle-list>li {
    margin-bottom: 0.5em;
}

main .triangle-list>li::before {
    content: "\025bd";
    padding-right: 0.2em;
}

main .triangle-list>li:last-child {
    margin-bottom: 0;
}

main .num-list {
    counter-reset: number 0;
    padding-left: 1.7em;
    text-indent: -1.7em;
}

main .num-list>li::before {
    content: counter(number) "）";
    counter-increment: number 1;
}

main .bnr-container {
    padding: 50px 0 50px;
}

main .bnr-container__pc {
    display: flex;
    justify-content: space-between;
}

main .bnr-container__pc li {
    width: 47%;
}

main .bnr-container__pc li.w100 {
    width: 100%;
}

main .bnr-container__pc.bnr-contact {
    max-width: 960px;
    margin: 0 auto;
}

.bnr-contact--hurry {
    margin-top: 25px !important;
}

main .bnr-container__pc.bnr-consulting {
    width: 694px;
    margin: 0 auto;
}

main .bnr-container__sp {
    display: none;
}

main .bnr-container__bnr-3 {
    display: flex;
    justify-content: space-between;
}

main .bnr-container__bnr-3>li {
    width: 31%;
}

main .bnr-container+.bnr-container {
    margin-top: -50px;
}

main .bnr-container a:hover {
    opacity: 0.7;
}

main .bnr-container .bnr-offering-member img {
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 768px) {
    main .noicon {
        padding: 0;
    }
    main .bnr-container {
        padding: 30px 0;
    }
    main .bnr-container__pc {
        display: none;
    }
    main .bnr-container__sp {
        display: block;
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
    main .bnr-container__sp>li {
        margin-top: 30px;
    }
    main .bnr-container__sp>li:first-child {
        margin-top: 0;
    }
    main .bnr-container__bnr-3 {
        display: block;
    }
    main .bnr-container__bnr-3>li {
        width: 100%;
        max-width: 372px;
        margin: 30px auto 0;
    }
    main .bnr-container__bnr-3>li:first-child {
        margin-top: 0;
    }
    main .bnr-container+.bnr-container {
        margin-top: -30px;
    }
}

main .bg-color-main {
    background-color: #f1f8ed;
}

main .bg-color-gray {
    background-color: #f5f9f8;
}

main .bg-color-gray02 {
    background-color: #ebf4e8;
}

main .pt20 {
    padding-top: 20px;
}

.plan-kaso main .pt20 {
    padding-top: 25px;
}

main .pt50 {
    padding-top: 50px;
}

main .pt70 {
    padding-top: 70px;
}

main .pb70 {
    padding-bottom: 70px;
}

main .pb90 {
    padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
    main .pt70 {
        padding-top: 30px;
    }
    main .pb70 {
        padding-bottom: 30px;
    }
    main .pb90 {
        padding-bottom: 50px;
    }
}

main .fz-large {
    font-size: 1.5em;
}

main .fz-small {
    font-size: 0.8em;
}

main .fz-small.long {
    font-size: 0.7em;
}

@media screen and (max-width: 768px) {
    main .fz-small.long {
        font-size: 0.9em;
    }
}

main .ta-center {
    text-align: center;
}

main .ta-center.feature_plan_txt{
    margin-top: 20px;
}


main .color-accent {
    color: #f16c6c;
}

main .sp-block {
    display: none;
}

@media screen and (max-width: 767px) {
    main .sp-block {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    main .sp-none {
        display: none;
    }
}

main .d-inline-block {
    display: inline-block;
}

main p+p {
    margin-top: 0.8em;
}

main .btn {
    margin-top: 45px;
    text-align: center;
}

main .btn a {
    position: relative;
    display: inline-block;
    min-width: 450px;
    margin: 0 auto;
    padding: 25px 52px 25px 25px;
    background: #62b034;
    border-radius: 5px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 7px 0 0 #577033;
}

main .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

main .btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    main .btn {
        margin-top: 25px;
    }
    main .btn a {
        width: 90%;
        min-width: inherit;
        padding: 17px 40px 17px 17px;
        font-size: 1.7rem;
    }
    main .btn a::after {
        width: 8px;
        height: 8px;
        right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    main {
        margin-top: 125px;
    }
    main.test {
        margin-top: 135px;
    }
}

main .anchor-link {
    margin-top: -70px;
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    main .anchor-link.pt0 {
        /* margin-top: -70px; */
        padding-top: 0px;
    }
}

.media-text {
    margin-top: 45px;
    counter-reset: number 0;
}

.media-text__item {
    position: relative;
    margin-top: 70px;
}

.media-text__item:nth-child(even) .media-text__img {
    margin-left: auto;
}

.media-text__item:nth-child(even) .media-text__txt {
    left: 0;
}

.media-text__item:first-child {
    margin-top: 0;
}

.media-text__img {
    width: 55%;
    min-width: 660px;
}

.media-text__txt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.media-text__txt::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: -20px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #62b034;
    font-size: 3rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.media-text__ttl {
    position: relative;
    padding: 0 0 25px 55px;
    font-size: 2.8rem;
    border-bottom: 1px solid #eeeeee;
}

.media-text__ttl+* {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .media-text__item {
        padding-top: 50%;
    }
    .media-text__img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
    }
    .media-text__txt {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .media-text {
        margin-top: 30px;
    }
    .media-text__item {
        margin-top: 40px;
    }
    .media-text__img {
        width: 100%;
        min-width: inherit;
    }
    .media-text__txt {
        padding: 20px;
    }
    .media-text__txt::before {
        width: 70px;
        height: 70px;
        font-size: 2.4rem;
    }
    .media-text__txt::after {
        width: 55px;
        height: 55px;
        top: 15px;
        left: 15px;
    }
    .media-text__ttl {
        font-size: 2.2rem;
        padding-bottom: 20px;
        padding-left: 45px;
    }
    .media-text__ttl::before {
        width: 35px;
        height: 35px;
    }
    .media-text__ttl+* {
        margin-top: 15px;
    }
}

.media-txt-bg {
    margin-top: 45px;
    counter-reset: number 0;
}

.media-txt-bg__item {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 35px;
    border-radius: 5px;
    background: #ffffff;
}

.media-txt-bg__item:nth-child(even) {
    flex-direction: row-reverse;
}

.media-txt-bg__item:first-child {
    margin-top: 0;
}

.media-txt-bg__img {
    width: 38%;
    max-width: 460px;
}

.media-txt-bg__txt {
    width: 60%;
}

.media-txt-bg__ttl {
    padding: 5px 15px;
    background: #577033;
    border-radius: 5px;
    font-size: 2.8rem;
    color: #ffffff;
}

.media-txt-bg__ttl.num {
    position: relative;
    padding-left: 55px;
}

.media-txt-bg__ttl.num::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: 8px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #577033;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.media-txt-bg__ttl-small {
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px solid #62b034;
    font-size: 2.4rem;
    color: #555555;
    padding-left: 1em;
    text-indent: -1em;
}

.media-txt-bg__ttl-small::before {
    content: "\025c6";
    padding-right: 0.2em;
    color: #62b034;
    font-size: 0.8em;
}

.media-txt-bg__ttl-small+* {
    margin-top: 10px;
}

.media-txt-bg__body {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .media-txt-bg {
        margin-top: 30px;
    }
    .media-txt-bg__item {
        display: block;
        margin-top: 20px;
        padding: 25px;
    }
    .media-txt-bg__img {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }
    .media-txt-bg__txt {
        width: 100%;
        margin-top: 20px;
    }
    .media-txt-bg__ttl {
        font-size: 2.2rem;
    }
    .media-txt-bg__ttl-small {
        font-size: 2rem;
    }
    .media-txt-bg__body {
        margin-top: 10px;
    }
}

.card {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.card__item {
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 35px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.card__ttl {
    order: 1;
    margin-top: 20px;
    padding: 5px 12px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    background: #f16c6c;
    color: #ffffff;
}

.card__img {
    order: 0;
}

.card__txt {
    margin-top: 15px;
    order: 2;
}

@media screen and (max-width: 768px) {
    .card {
        display: block;
        margin-top: 30px;
    }
    .card__item {
        width: 100%;
        margin-top: 30px;
        padding: 20px;
    }
    .card__item:first-child {
        margin-top: 0;
    }
    .card__ttl {
        font-size: 2rem;
    }
}


/*==================================

** top
==================================*/

.mv {
    overflow-x: hidden;
}

.mv__inner {
    position: relative;
    width: 85%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.mv .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
}

.mv .swiper-container .swiper-button-prev,
.mv .swiper-container .swiper-button-next {
    width: 5vw;
    max-width: 85px;
    height: 5vw;
    max-height: 85px;
    transform: translateY(-50%);
    background-size: cover;
}

.mv .swiper-container .swiper-button-prev {
    left: -3.5%;
    background-image: url(../img/top/btn_prev.png);
}

.mv .swiper-container .swiper-button-next {
    right: -3.5%;
    background-image: url(../img/top/btn_back.png);
}

.mv .swiper-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #9c9e98;
}

.mv .swiper-container .swiper-pagination-bullet-active {
    background: #62b034;
}

.mv .swiper-container .swiper-pagination {
    position: static;
    margin: 22px 0;
}

@media screen and (max-width: 767px) {
    .mv {
        display: none;
    }
}

.mv-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .mv-sp {
        display: block;
    }
    .mv-sp .swiper-pagination {
        position: static;
        padding: 10px 0;
        background: #f5f9f8;
    }
    .mv-sp .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #9c9e98;
    }
    .mv-sp .swiper-pagination-bullet-active {
        background: #62b034;
    }
    .mv-sp .swiper-button-prev,
    .mv-sp .swiper-button-next {
        display: none;
    }
}

.safety {
    padding: 40px 0 30px;
    background: #f5f9f8;
}

.safety__item {
    border: 1px solid #f16c6c;
    border-radius: 10px;
    background: #fff;
    width: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none !important;
    padding: 20px;
}

.safety__item:hover {
    opacity: 0.7;
}

.safety__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #f16c6c;
    border-right: 2px solid #f16c6c;
}

.safety__ttl {
    font-size: 2.4rem;
    font-weight: 500;
    color: #f16c6c;
    text-align: center;
}

.safety__ttl span {
    text-decoration: underline;
}

.safety__btn {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #555;
}


/* .safety__btn a {
    position: relative;
    display: block;
    width: 355px;
    height: 48px;
    line-height: 46px;
    margin: 0 auto;
    padding: 0 60px 0 40px;
    background: #ffffff;
    border: 1px solid #aac3d0;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    color: #755317;
} */

.safety__btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #755317;
    border-right: 1px solid #755317;
}

.safety__btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .safety {
        padding: 20px 0;
    }
    .safety__item {
        width: 100%;
        padding: 15px;
    }
    .safety__ttl {
        font-size: 19px;
        font-size: 1.9rem;
    }
    .safety__btn {
        font-size: 16px;
        font-size: 1.6rem;
    }
    /* .safety__btn a {
        width: 90%;
        padding: 0 40px 0 20px;
        font-size: 1.3rem;
    }
    .safety__btn a::after {
        width: 8px;
        height: 8px;
        right: 23px;
    } */
}

#top-feature .feature__ttl {
    padding: 40px 0 50px;
    background: #62b034;
    font-size: 4rem;
    letter-spacing: 0.11em;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#top-feature .feature__ttl+* {
    margin-top: 70px;
}

#top-feature .feature__mark {
    position: absolute;
    display: block;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 204px;
    height: 40px;
    line-height: 38px;
    background: #62b034;
    font-size: 2.7rem;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

#top-feature .feature__mark::before {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: -20px;
    z-index: -2;
    border: 20px solid #62b034;
    border-left-color: transparent;
    /*山形に切り抜き*/
}

#top-feature .feature__mark::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    right: -20px;
    z-index: -2;
    border: 20px solid #62b034;
    border-right-color: transparent;
    /*山形に切り抜き*/
}

#top-feature section {
    position: relative;
    padding-top: 55px;
    padding-bottom: 70px;
    border-top: 5px solid #62b034;
}

#top-feature #top-feature_02 {
    background: #f1f8ed;
}

#top-feature #top-feature_03 {
    background: #f5f9f8;
}

@media screen and (max-width: 768px) {
    #top-feature section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #top-feature .feature__ttl {
        padding: 20px 10px;
        font-size: 2.8rem;
    }
    #top-feature .feature__mark {
        font-size: 2.3rem;
    }
    #top-feature #top-feature_03 {
        margin-top: 20px;
    }
}

#no1-badge .section-ttl span {
    position: relative;
    display: inline-block;
    color: #62b034;
    font-weight: 900;
}

#no1-badge.none-badge .section-ttl {
    margin-bottom: 30px;
}

#no1-badge .section-ttl span::after {
    content: "";
    position: absolute;
    right: -220px;
    bottom: -12px;
    width: 164px;
    height: 110px;
    background-image: url(../img/top/ico_no1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#no1-badge.none-badge .section-ttl span::after {
    content: none;
}

#no1-badge .notice {
    text-align: center;
}

#no1-badge .notice span {
    display: inline-block;
    margin: 0 auto 20px;
    min-width: 350px;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #f16c6c;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 2rem;
    text-align: center;
    color: #f16c6c;
}

@media screen and (max-width: 1024px) {
    .shinshiroshi-plan #no1-badge,
    .gamagorishi-plan #no1-badge {
        margin-top: 90px;
    }
    #no1-badge .section-ttl {
        margin-top: 30px;
        text-align: left;
    }
    #no1-badge .section-ttl.mt-adjust {
        margin-top: 0px;
    }
    #no1-badge .section-ttl+* {
        margin-top: 50px;
    }
    #no1-badge .section-ttl span {
        display: block;
        padding-left: 150px;
    }
    #no1-badge .section-ttl.no1-adjust span {
        padding-left: 90px;
    }
    #no1-badge.none-badge .section-ttl span {
        text-align: center;
        padding-left: 0;
        margin-bottom: -20px;
    }
    #no1-badge .section-ttl span::after {
        right: inherit;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 132px;
        height: 88px;
    }
    #no1-badge .notice {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .shinshiroshi-plan-child #no1-badge .notice,
    .gamagorishi-plan-child #no1-badge .notice {
        margin-bottom: -45px;
    }
    #no1-badge .notice span {
        min-width: inherit;
        height: 26px;
        line-height: 24px;
        font-size: 1.5rem;
    }
}

#toyokawa-top #no1-badge .section-ttl span::after {
    right: -210px;
}

@media screen and (max-width: 1024px) {
    #toyokawa-top #no1-badge .section-ttl span::after {
        right: -160px;
        width: 132px;
        height: 88px;
    }
    #toyokawa-top #no1-badge .section-ttl.no1-adjust span::after,
    #no1-badge .section-ttl.no1-adjust span::after {
        width: 82px;
    }
}

@media screen and (max-width: 1024px) {
    #toyokawa-top #no1-badge .section-ttl span::after {
        right: -200px;
    }
    #toyokawa-top #no1-badge .notice {
        width: 100%;
    }
    #no1-badge .notice.mb-adjust,
    #toyokawa-top #no1-badge .notice.mb-adjust {
        margin-bottom: -32px;
    }
    #no1-badge .notice.mb-adjust.mb-adjust02,
    #toyokawa-top #no1-badge .notice.mb-adjust.mb-adjust02 {
        margin-bottom: 5px;
    }
    #no1-badge .notice.mb-adjust.mb-adjust02 span,
    #toyokawa-top #no1-badge .notice.mb-adjust.mb-adjust02 span {
        margin-bottom: 0px;
    }
    #toyokawa-top #no1-badge .notice span {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1024px) {
    #toyokawa-top #no1-badge .section-ttl {
        margin-top: 20px;
    }
    #toyokawa-top #no1-badge .section-ttl+* {
        margin-top: 50px;
    }
}

.plan-list {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.plan-list__item {
    width: 24%;
    max-width: 277px;
    border: 1px solid;
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.plan-list__item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.plan-list__item a:hover {
    opacity: 0.7;
}

.plan-list__item.cremation {
    border-color: #c88f35;
}

.plan-list__item.cremation .plan-list__heading {
    background: #c88f35;
}

.plan-list__item.cremation .plan-list__name {
    color: #c88f35;
}

.plan-list__item.oneday {
    border-color: #1d764b;
}

.plan-list__item.oneday .plan-list__heading {
    background: #1d764b;
}

.plan-list__item.oneday .plan-list__name {
    color: #1d764b;
}

.plan-list__item.family {
    border-color: #992c60;
}

.plan-list__item.family .plan-list__heading {
    background: #992c60;
}

.plan-list__item.family .plan-list__name {
    color: #992c60;
}

.plan-list__item.family .plan-list__img {
    position: relative;
}

.plan-list__item.family .plan-list__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 84px;
    background-image: url(../img/plan/common/ico_recommend.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 42px;
    box-shadow: 1px 5px 3px 0px rgba(0, 0, 0, 0.4);
}

.plan-list__item.general {
    border-color: #163259;
}

.plan-list__item.general .plan-list__heading {
    background: #163259;
}

.plan-list__item.general .plan-list__name {
    color: #163259;
}

.plan-list__heading {
    padding: 3px 5px;
    text-align: center;
    color: #ffffff;
}

.plan-list__name {
    padding: 0 10px;
    font-size: 3.2rem;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    line-height: 140%;
}

.plan-list__inner {
    padding: 2px 10px;
    background: #faf9f5;
}

.plan-list__price {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 3.4rem;
    font-weight: 700;
    color: #bb252d;
}

.plan-list__price__mark {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #bb252d;
    border-radius: 3px;
    background: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
}

.plan-list__price__yen {
    font-size: 1.2rem;
    font-weight: 400;
}

.plan-list__general {
    margin-top: -9px;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    /*text-decoration: line-through;*/
}

.plan-list__general .price {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
}

.plan-list__img {
    max-width: 255px;
    margin: 4px auto 0;
    border-radius: 5px;
    overflow: hidden;
}

.plan-list__point {
    margin: 10px auto 8px;
    max-width: 255px;
}

.plan-list__flow {
    width: 90%;
    max-width: 237px;
    margin: 10px auto;
}

@media screen and (max-width: 1200px) {
    .plan-list {
        flex-wrap: wrap;
    }
    .plan-list__item {
        width: 48%;
        max-width: inherit;
    }
    .plan-list__item:nth-child(n+3) {
        margin-top: 40px;
    }
    .plan-list__price {
        justify-content: center;
    }
    .plan-list__price__mark {
        margin-right: 5px;
    }
    .plan-list__price__yen {
        margin-left: 5px;
    }
}

@media screen and (max-width: 768px) {
    .plan-list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .plan-list__item {
        width: 100%;
        margin-top: 20px;
    }
    .plan-list--mini .plan-list__item {
        border: none;
        border-radius: 0;
    }
    .plan-list__item:first-child {
        margin-top: 0;
    }
    .plan-list__item:nth-child(n+3) {
        margin-top: 20px;
    }
    .plan-list__item.family .plan-list__img::before {
        box-shadow: none;
    }
}

.all-area-container .area-container {
    display: none;
    padding-top: 40px;
}

.all-area-container .area-container.is-show-hall {
    clear: both;
    display: block;
}

@media screen and (max-width: 768px) {
    .all-area-container .area-container {
        padding-top: 20px;
    }
}

.area-container {
    padding-top: 0;
}

.area-container.toyokawa {
    margin-top: 45px;
}

.area-list {
    display: flex;
    flex-wrap: wrap;
}

.area-list__item {
    width: 23%;
    max-width: 280px;
    margin-right: 2.6%;
    border: 1px solid;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
}

.area-list__item:nth-child(n+5) {
    margin-top: 30px;
}

.area-list__item:nth-child(4n) {
    margin-right: 0;
}

.area-list__item a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.area-list__item a:hover {
    opacity: 0.7;
}

.area-list__item.blank {
    position: relative;
}

.area-list__item.blank::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/ico_new_window.svg);
}

.area-list__item.mikawa {
    border-color: #577033;
}

.area-list__item.mikawa .area-list__name {
    color: #577033;
    line-height: 140%;
}

.area-list__item.enshu {
    border-color: #21a3c3;
}

.area-list__item.enshu .area-list__name {
    color: #21a3c3;
}

.area-list__item.nagoya {
    border-color: #117073;
}

.area-list__item.nagoya .area-list__name {
    color: #117073;
}

.area-list__img {
    order: 0;
    height: 100%;
}

.area-list__name {
    order: 1;
    margin-top: 20px;
    font-size: 2.2rem;
    text-align: center;
}

.area-list__txt {
    order: 2;
    color: #555555;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
}

@media screen and (max-width: 1024px) {
    .area-list__item {
        width: 32%;
        max-width: inherit;
        margin-right: 2%;
    }
    .area-list__item:nth-child(n+5) {
        margin-top: 0;
    }
    .area-list__item:nth-child(4n) {
        margin-right: auto;
    }
    .area-list__item:nth-child(n+4) {
        margin-top: 20px;
    }
    .area-list__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .area-list__item {
        width: 49%;
    }
    .area-list__item:nth-child(n+4) {
        margin-top: 0;
    }
    .area-list__item:nth-child(3n) {
        margin-right: auto;
    }
    .area-list__item:nth-child(n+3) {
        margin-top: 2%;
    }
    .area-list__item:nth-child(2n) {
        margin-right: 0;
    }
    .area-list__item.blank {
        padding-bottom: 10px;
    }
    .area-list__item.blank:after {
        width: 12px;
        height: 12px;
    }
    .area-list__name {
        margin-top: 10px;
        font-size: 1.6rem;
    }
    .area-list__txt {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
}

.area-list__link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.area-list__link a {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .area-list__link a {
        padding: 0 10px;
    }
}

.area-tab {
    position: relative;
    z-index: 2;
}

.area-tab__item {
    float: left;
    width: 19%;
    height: 38px;
    line-height: 36px;
    margin-left: 0.25%;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    transition: all 0.3s;
}

.area-tab__item>a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.area-tab__item:hover {
    cursor: pointer;
    opacity: 0.7;
}

.area-tab__item:nth-child(n+6) {
    margin-top: 4px;
}

.area-tab__item.all {
    width: 23%;
    height: 80px;
    line-height: 80px;
    margin-left: 0;
    border: 1px solid #577033;
    color: #577033;
}

.area-tab__item.all.is-active-hall {
    background: #577033;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(87, 112, 51, 0.4);
}

.area-tab__item.is-active-hall>a {
    color: #ffffff !important;
}

.area-tab__item.mikawa {
    border: 1px solid #577033;
    color: #577033;
}

.area-tab__item.mikawa>a {
    color: #577033;
}

.area-tab__item.mikawa.is-active-hall {
    background: #577033;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(87, 112, 51, 0.4);
}

.area-tab__item.enshu {
    border: 1px solid #21a3c3;
    color: #21a3c3;
}

.area-tab__item.enshu>a {
    color: #21a3c3;
}

.area-tab__item.enshu.is-active-hall {
    background: #21a3c3;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(33, 163, 195, 0.4);
}

.area-tab__item.nagoya {
    border: 1px solid #117073;
    color: #117073;
}

.area-tab__item.nagoya>a {
    color: #117073;
}

.area-tab__item.nagoya.is-active-hall {
    background: #117073;
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(33, 163, 195, 0.4);
}

@media screen and (max-width: 768px) {
    .area-tab__item {
        width: 30%;
        margin-left: 5%;
    }
    .area-tab__item:nth-child(2) {
        margin-left: 0;
    }
    .area-tab__item:nth-child(5) {
        margin-left: 0;
    }
    .area-tab__item:nth-child(8) {
        margin-left: 0;
    }
    .area-tab__item.all {
        width: 100%;
        height: 38px;
        line-height: 36px;
    }
    .area-tab__item:nth-child(n+2) {
        margin-top: 11px;
    }
    .area-tab__item:nth-child(n+6) {
        margin-top: 11px;
    }
}

.other-area-ttl {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .other-area-ttl {
        margin-top: 45px;
    }
}

.other-area-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-bottom: 20px;
}

.other-area-tab__item {
    width: 28%;
    height: 50px;
    margin-right: 8%;
    line-height: 50px;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    transition: all 0.3s;
}

.other-area-tab__item:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .other-area-tab__item {
        width: 45%;
        height: 38px;
        line-height: 38px;
        margin-right: 10%;
    }
    .other-area-tab__item:nth-of-type(3n) {
        margin-right: 10%;
    }
    .other-area-tab__item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.other-area-tab__item:nth-of-type(n + 4) {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .other-area-tab__item:nth-of-type(n + 3) {
        margin-top: 15px;
    }
}

.other-area-tab__item:hover {
    cursor: pointer;
    opacity: 0.7;
}

.other-area-tab__item a {
    text-decoration: none;
}

.other-area-tab__item.mikawa {
    border: 1px solid #577033;
}

.other-area-tab__item.mikawa a {
    color: #577033;
}

.other-area-tab__item.enshu {
    border: 1px solid #21a3c3;
}

.other-area-tab__item.enshu a {
    color: #21a3c3;
}

.other-area-tab__item.nagoya {
    border: 1px solid #117073;
}

.other-area-tab__item.nagoya a {
    color: #117073;
}

.swiper-container__outer {
    position: relative;
}

.voice-list,
.event-list {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 6px;
}

.voice-list .swiper-button-prev,
.voice-list .swiper-button-next,
.event-list .swiper-button-prev,
.event-list .swiper-button-next {
    width: 43px;
    height: 43px;
    background-size: cover;
}

.voice-list .swiper-button-prev,
.event-list .swiper-button-prev {
    background-image: url(../img/top/btn_voice_prev.png);
    left: -60px;
}

.voice-list .swiper-button-next,
.event-list .swiper-button-next {
    background-image: url(../img/top/btn_voice_back.png);
    right: -60px;
}

.voice-list__item,
.event-list__item {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #eeeeee;
}

.voice-list__item a,
.event-list__item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.voice-list__item a:hover,
.event-list__item a:hover {
    opacity: 0.7;
}

.voice-list__img,
.event-list__img {
    position: relative;
}

.voice-list__img::before,
.event-list__img::before {
    content: "";
    /* 重要 */
    display: block;
    /* 重要 */
    width: 100%;
    /* 重要 */
    padding-top: 85.95%;
    /* （デザイン上の画像の）高さ / 幅 * 100（単位：％） */
}

.voice-list__img img,
.event-list__img img {
    width: 100%;
    /* 重要 */
    height: 100%;
    /* 重要 */
    position: absolute;
    /* 重要 */
    top: 0;
    /* 重要 */
    left: 0;
    /* 重要 */
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.voice-list__cat,
.event-list__cat {
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.voice-list__cat__item,
.event-list__cat__item {
    display: inline-block;
    max-width: 100%;
    height: 24px;
    line-height: 22px;
    margin-left: 10px;
    padding: 0 20px;
    background: #62b034;
    border-radius: 12px;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.voice-list__date,
.event-list__date {
    display: block;
    margin-top: 16px;
    font-size: 1.4rem;
    color: #f16c6c;
}

.voice-list__ttl,
.event-list__ttl {
    margin-top: 10px;
    font-size: 1.8rem;
    color: #f16c6c;
    line-height: 140%;
}

.voice-list__body,
.event-list__body {
    margin-top: 9px;
}

@media screen and (max-width: 1024px) {
    .voice-list .swiper-button-prev,
    .voice-list .swiper-button-next,
    .event-list .swiper-button-prev,
    .event-list .swiper-button-next {
        /* display: none; */
        width: 28px;
        height: 28px;
    }
    .voice-list .swiper-button-prev,
    .event-list .swiper-button-prev {
        left: -12px;
    }
    .voice-list .swiper-button-next,
    .event-list .swiper-button-next {
        right: -12px;
    }
}

@media screen and (max-width: 768px) {
    .voice-list__cat,
    .event-list__cat {
        padding: 7px;
        width: 90%;
    }
    .voice-list__cat__item,
    .event-list__cat__item {
        height: 15px;
        line-height: 15px;
        padding: 0 10px;
        font-size: 1rem;
    }
    .voice-list__date,
    .event-list__date {
        font-size: 1.2rem;
    }
    .voice-list__ttl,
    .event-list__ttl {
        font-size: 1.6rem;
    }
    .voice-list__body,
    .event-list__body {
        display: none;
        font-size: 1.3rem;
    }
}

.event-list {
    margin-top: 30px;
}

.event.swiper-container__outer {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.event.swiper-container__outer.is-show-event {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.knowledge-list,
.news-list {
    display: flex;
    flex-wrap: wrap;
}

.knowledge-list__item,
.news-list__item {
    width: 48.75%;
    margin-right: 2.5%;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #eeeeee;
}

.knowledge-list__item:nth-child(2n),
.news-list__item:nth-child(2n) {
    margin-right: 0;
}

.knowledge-list__item:nth-child(n+3),
.news-list__item:nth-child(n+3) {
    margin-top: 20px;
}

.knowledge-list__item a,
.news-list__item a {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
}

.knowledge-list__item a:hover,
.news-list__item a:hover {
    opacity: 0.7;
}

.knowledge-list__img,
.news-list__img {
    order: 0;
    position: relative;
    width: 36.5%;
    align-self: start;
}

.knowledge-list__img::before,
.news-list__img::before {
    content: "";
    /* 重要 */
    display: block;
    /* 重要 */
    width: 100%;
    /* 重要 */
    padding-top: 75.7%;
    /* （デザイン上の画像の）高さ / 幅 * 100（単位：％） */
}

.knowledge-list__img img,
.news-list__img img {
    width: 100%;
    /* 重要 */
    height: 100%;
    /* 重要 */
    position: absolute;
    /* 重要 */
    top: 0;
    /* 重要 */
    left: 0;
    /* 重要 */
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.knowledge-list__txt,
.news-list__txt {
    order: 1;
    width: 62%;
}

.knowledge-list__date,
.news-list__date {
    font-size: 1.4rem;
    color: #f16c6c;
}

.knowledge-list__ttl,
.news-list__ttl {
    margin-top: 10px;
    font-size: 1.8rem;
    color: #f16c6c;
}

.knowledge-list__body,
.news-list__body {
    margin-top: 10px;
}

.knowledge-list__cat,
.news-list__cat {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36.5%;
    padding: 5px;
}

.knowledge-list__cat__item,
.news-list__cat__item {
    display: inline-block;
    max-width: 97%;
    height: 24px;
    line-height: 22px;
    margin-left: 5px;
    padding: 0 10px;
    border-radius: 12px;
    background: #62b034;
    font-size: 1.4rem;
    color: #ffffff;
    font-feature-settings: "palt";
    letter-spacing: -0.04em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .knowledge-list__item,
    .news-list__item {
        width: 100%;
        margin-right: 0;
    }
    .knowledge-list__item:nth-child(n+2),
    .news-list__item:nth-child(n+2) {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .knowledge-list__date,
    .news-list__date {
        font-size: 1.2rem;
    }
    .knowledge-list__ttl,
    .news-list__ttl {
        font-size: 1.6rem;
    }
    .knowledge-list__body,
    .news-list__body {
        font-size: 1.3rem;
    }
    .knowledge-list__cat,
    .news-list__cat {
        left: inherit;
        top: 2px;
        right: 0;
        width: auto;
        max-width: 38%;
        padding: 0;
    }
    .knowledge-list__cat__item,
    .news-list__cat__item {
        display: block;
        height: 15px;
        line-height: 13px;
        font-size: 1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .knowledge-list__body,
    .news-list__body {
        display: none;
    }
}

.knowledge-list__date {
    display: none;
}

@media screen and (max-width: 768px) {
    .knowledge-list__ttl {
        margin-top: 0;
        padding-top: 30px;
    }
    .knowledge-list__cat {
        width: 63%;
        max-width: inherit;
        top: 0;
    }
    .knowledge-list__cat__item {
        display: inline-block;
    }
}

.news-list__cat__item {
    padding: 0 20px;
}

.event-tab {
    display: flex;
}

.event-tab__item {
    width: 18%;
    height: 38px;
    line-height: 36px;
    margin-right: 2.5%;
    border: 1px solid #577033;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    color: #577033;
    transition: all 0.3s;
}

.event-tab__item:last-child {
    margin-right: 0;
}

.event-tab__item.is-active-event {
    background: #577033;
    color: #ffffff;
}

.event-tab__item:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .event-tab {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .event-tab__item {
        width: 32%;
        margin-right: auto;
    }
    .event-tab__item:nth-child(1) {
        width: 100%;
    }
    .event-tab__item:nth-child(n+2) {
        margin-top: 14px;
    }
}

#top-consulting {
    background-image: url(../img/common/bg_flower.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#top-consulting .merit-list {
    display: flex;
    justify-content: space-between;
}

#top-consulting .merit-list__item {
    width: 31%;
    padding: 24px 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
}

#top-consulting .merit-list__item:nth-child(1) .merit-list__ttl::before {
    background-image: url(../img/top/ico_num01.png);
}

#top-consulting .merit-list__item:nth-child(2) .merit-list__ttl::before {
    background-image: url(../img/top/ico_num02.png);
}

#top-consulting .merit-list__item:nth-child(3) .merit-list__ttl::before {
    background-image: url(../img/top/ico_num03.png);
}

#top-consulting .merit-list__ttl {
    position: relative;
    display: table;
    width: 100%;
    min-height: 123px;
    padding: 26px 0 14px 39px;
    font-size: 2.6rem;
    text-align: center;
    color: #755317;
    font-feature-settings: "palt";
}

#top-consulting .merit-list__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 45px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

#top-consulting .merit-list__ttl::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 31px;
    transform: rotate(48deg);
    width: 1px;
    height: 75px;
    background: #c0b39b;
}

#top-consulting .merit-list__ttl__inner {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    #top-consulting .merit-list {
        flex-wrap: wrap;
    }
    #top-consulting .merit-list__item {
        width: 100%;
    }
    #top-consulting .merit-list__item:nth-child(n+2) {
        margin-top: 27px;
    }
}

@media screen and (max-width: 768px) {
    #top-consulting .merit-list__item {
        padding: 20px;
    }
    #top-consulting .merit-list__ttl {
        display: block;
        min-height: inherit;
        padding: 20px 0 0 53px;
        font-size: 2.2rem;
    }
    #top-consulting .merit-list__ttl::after {
        height: 65px;
    }
    #top-consulting .merit-list__txt {
        margin-top: 10px;
    }
}

#top-request {
    display: flex;
    flex-direction: row-reverse;
}

#top-request .top-request__img {
    width: 42.5%;
    background-image: url(../img/top/request_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#top-request .top-request__txt {
    width: 57.5%;
    background-color: #f1f8ed;
}

#top-request .top-request__txt__inner {
    width: 730px;
    padding: 50px 50px 40px 0;
    margin-left: auto;
}

#top-request .top-request__ttl {
    font-size: 3rem;
    color: #577033;
}

#top-request .top-request__ttl+* {
    margin-top: 19px;
}

#top-request .request-item {
    margin-top: 16px;
    padding: 23px 45px;
    border-radius: 5px;
    background: #ffffff;
}

#top-request .request-item__ttl {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 33px;
    border-radius: 14px;
    background: #577033;
    font-size: 1.7rem;
    text-align: center;
    color: #ffffff;
}

#top-request .request-item p {
    margin-top: 10px;
    color: #577033;
}

#top-request .request-bnr {
    margin-top: 22px;
}

#top-request .request-bnr__pc {
    width: 600px;
}

#top-request .request-bnr__sp {
    display: none;
}

#top-request .request-bnr a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    #top-request .top-request__txt__inner {
        width: 100%;
        padding: 50px 8%;
    }
    #top-request .request-bnr__pc {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #top-request {
        display: block;
    }
    #top-request .top-request__img {
        display: none;
    }
    #top-request .top-request__txt {
        width: 100%;
    }
    #top-request .top-request__txt__inner {
        padding: 35px 6%;
    }
    #top-request .top-request__ttl {
        font-size: 2rem;
    }
    #top-request .request-item {
        padding: 10px 15px;
    }
    #top-request .request-item__ttl {
        display: block;
        width: 220px;
        margin: 0 auto;
    }
    #top-request .request-bnr__pc {
        display: none;
    }
    #top-request .request-bnr__sp {
        display: block;
        max-width: 660px;
        margin: 0 auto;
    }
}

.how-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.how-to__item {
    width: 31.66%;
}

.how-to__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}

.how-to__item a:hover {
    opacity: 0.7;
}

.how-to__img {
    min-height: 0%;
}

.how-to__txt {
    min-height: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 100%; */
    padding: 36px 20px;
    background-image: url(../img/common/bg_grid.png);
    border-radius: 0 0 5px 5px;
}

.how-to__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    color: #ffffff;
    line-height: 140%;
}

.how-to__ttl+* {
    margin-top: 15px;
}

.how-to__body {
    margin-bottom: 16px;
    color: #ffffff;
}

.how-to__tel {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 0;
}

.how-to__btn {
    width: 40px;
    height: 38px;
    margin-left: auto;
    margin-top: auto;
}

.how-to__btn a {
    display: block;
}

.how-to__btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .how-to {
        display: block;
    }
    .how-to__item {
        width: 100%;
        max-width: 380px;
        margin: 25px auto 0;
    }
    .how-to__item:first-child {
        margin-top: 0;
    }
    .how-to__ttl {
        font-size: 2.2rem;
    }
    .how-to__txt {
        padding: 22px 20px 22px;
    }
    .how-to__btn {
        width: 34px;
        height: 32px;
    }
    .how-to__tel {
        width: 80%;
    }
}

#top-greeting {
    background-image: url(../img/top/bg_greeting.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#top-greeting .greeting {
    padding: 40px 0;
}

#top-greeting .greeting__img {
    display: none;
}

#top-greeting .greeting__txt {
    width: 50%;
    margin-left: auto;
    padding-right: 12.5%;
}

#top-greeting .greeting__ttl {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 2.8rem;
    text-align: center;
    color: #755317;
}

#top-greeting .greeting__body {
    margin-top: 50px;
    line-height: 200%;
    color: #755317;
}

@media screen and (max-width: 1200px) {
    #top-greeting {
        background-position: 50% 50%;
    }
}

@media screen and (max-width: 768px) {
    #top-greeting {
        background: none;
        padding: 0;
    }
    #top-greeting .greeting {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    #top-greeting .greeting__txt {
        order: 1;
        width: 100%;
        padding: 30px 6%;
        margin: 0 auto;
        background-image: url(../img/common/bg.png);
    }
    #top-greeting .greeting__ttl {
        font-size: 2.2rem;
    }
    #top-greeting .greeting__body {
        margin-top: 20px;
        padding: 0 2%;
    }
    #top-greeting .greeting__img {
        order: 0;
        display: block;
    }
}


/*==================================

** plan
==================================*/

.plan-detail__inner {
    display: none;
}

.plan-detail__inner.is-show-plan {
    clear: both;
    display: block;
}

.plan-tab {
    list-style: none;
    padding-left: 0;
    text-indent: 0;
    margin-top: 60px !important;
}

.plan-tab__item {
    display: inline-block;
    padding: 4px 30px;
    border: 1px solid #577033;
    border-right: none;
    background: #ffffff;
    font-size: 1.8rem;
    color: #577033;
    text-align: center;
    float: left;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.plan-tab__item:last-of-type {
    border-right: 1px solid #577033;
}

.plan-tab__item.is-active-plan {
    background: #577033;
    color: #ffffff;
}

.plan-tab__item.in-house.first {
    position: relative;
}

.plan-tab__item.other-company.first {
    clear: both;
    position: relative;
}

.plan-tab__item.other-company.first::before {
    content: "公営式場";
    position: absolute;
    top: 4px;
    left: -120px;
    padding-left: 10px;
    color: #577033;
    border-left: 4px solid #577033;
    font-size: 2rem;
}

.plan-tab__item:hover {
    cursor: pointer;
    opacity: 0.7;
}

.plan-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.plan-tab__ttl {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 10%;
    min-width: 120px;
    padding: 5px 20px 5px 10px;
    border-left: 4px solid #577033;
    font-size: 1.8rem;
    color: #577033;
}

@media screen and (max-width: 768px) {
    .plan-tab__item {
        padding: 4px 20px;
        font-size: 1.6rem;
        width: 20%;
    }
    .plan-tab__item:nth-of-type(n + 6) {
        border-top: none;
    }
    .plan-tab__item:nth-of-type(5n) {
        border: 1px solid #577033;
    }
}

@media screen and (max-width: 767px) {
    .plan-tab {
        padding-left: 0 !important;
        margin-top: 40px !important;
    }
    .plan-tab__item {
        padding: 4px 15px;
        /* text-align-last: left; */
    }
    .plan-tab__item.in-house.first::before {
        display: block;
        width: 100%;
        left: 0;
        top: -40px;
        text-align: left;
    }
    .plan-tab__item.other-company.first {
        margin-top: 60px;
    }
    .plan-tab__item.other-company.first::before {
        display: block;
        width: 100%;
        left: 0;
        top: -40px;
        text-align: left;
    }
}

.plan-detail {
    clear: both;
}

.plan-border {
    border: 2px solid #992c60;
}

.plan-itinitiso .plan-border {
    border-color: #1d764b;
}

.plan-kaso .plan-border {
    border-color: #c88f35;
}

.plan-ippanso .plan-border {
    border-color: #163259;
}

.plan-detail__inner {
    padding: 40px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.plan-detail__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.plan-detail__heading__left {
    width: 50%;
}

.plan-detail__heading__txt {
    width: 50%;
    padding-left: 40px;
}

.plan-detail__heading__lead {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #f16c6c;
    border-radius: 12px;
}

.plan-detail__heading__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.plan-detail__heading__price .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.plan-detail__heading__price .member__left {
    width: 33%;
}

.plan-detail__heading__price .price-club__unit {
    font-size: 2.2rem;
    margin: 0 5px;
    text-align: center;
    color: #f16c6c;
    border: 1px solid #f16c6c;
    border-radius: 5px;
    line-height: 1.6;
}

.plan-detail__heading__price .price-normal {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

.plan-detail__heading__price .price-normal-note {
    font-size: 1.4rem;
    margin-top: 5px;
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

@media screen and (max-width: 1150px) {
    .plan-detail__heading__price .price-normal-note {
        padding-left: 1.6vw;
    }
}


/*.plan-detail__heading__price .price-normal:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    display: block;
    position: relative;
    top: -14px;
}*/

.plan-detail__heading__price .price-normal__unit {
    font-size: 1rem;
    padding: 0 5px 0 0;
    position: relative;
    top: -2px;
}

.plan-detail__heading__price .member__right {
    width: 65%;
}

.plan-detail__heading__price .price-club {
    font-size: 6rem;
    font-weight: bold;
    color: #f13b58;
    line-height: 1;
}

.plan-detail__heading__price .price-club .yen {
    font-size: 2rem;
    font-weight: normal;
    position: relative;
    padding-top: 18px;
    padding-left: 10px;
}

.plan-detail__heading__price .price-club .tax {
    font-size: 1.5rem;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 30px;
}

.mac .plan-detail__heading__price .price-club .tax {
    top: -2px;
}

.plan-detail__heading__price .yen {
    font-size: 0.5em;
}

@media screen and (max-width: 1150px) {
    .plan-detail__heading__price .member {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .plan-detail__heading__price .member__left {
        width: 100px;
    }
    .plan-detail__heading__price .price-club__unit {
        font-size: 1.5rem;
    }
    .plan-detail__heading__price .price-normal {
        font-size: 1rem;
    }
    .mac .plan-detail__heading__price .price-normal,
    .iphone .plan-detail__heading__price .price-normal {
        font-size: 0.8rem;
    }
    .mac .plan-detail__heading__price .price-normal__unit,
    .iphone .plan-detail__heading__price .price-normal__unit {
        font-size: 0.8rem;
    }
    .plan-detail__heading__price .price-normal__unit {
        top: -1px;
        padding: 0 2px 0 0;
    }
    .mac .plan-detail__heading__price .price-normal__unit,
    .iphone .plan-detail__heading__price .price-normal__unit {
        font-size: 0.8rem;
    }
    .plan-detail__heading__price .price-normal:after {
        top: -9px;
    }
    .plan-detail__heading__price .member__right {
        margin-left: 10px;
        width: calc(100% - 110px);
    }
    .plan-detail__heading__price .price-club {
        font-size: 4vw;
    }
    .plan-detail__heading__price .price-club .yen {
        font-size: 1.6rem;
        padding-left: 3px;
    }
    .plan-detail__heading__price .price-club .tax {
        font-size: 1rem;
        top: 7px;
        left: 3px;
    }
    .mac .plan-detail__heading__price .price-club .tax,
    .iphone .plan-detail__heading__price .price-club .tax {
        top: 1px;
    }
}

@media screen and (max-width: 768px) {
    .plan-detail__heading__price .price-club {
        font-size: 8.9vw;
    }
    .plan-detail__heading__price .price-club .yen {
        font-size: 1.2rem;
    }
}

.plan-detail__heading__member {
    margin-top: 0;
    position: relative;
    padding-left: 120px;
    font-size: 5rem;
    font-weight: 700;
}

.plan-detail__heading__member::before {
    content: "会員価格";
    display: block;
    position: absolute;
    top: 52%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    line-height: 28px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #bb252d;
    font-size: 2rem;
    color: #ffffff;
}

.plan-detail__heading__member .yen {
    font-size: 0.5em;
}

.plan-detail__heading__general {
    position: relative;
    margin-top: 12px;
    padding-left: 100px;
    font-size: 2rem;
    font-weight: 500;
}

.plan-detail__heading__general::before {
    content: "通常価格";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    line-height: 23px;
    padding: 3px 10px;
    border-radius: 5px;
    background: #555555;
    font-size: 1.6rem;
    font-weight: 300;
    color: #ffffff;
}

.plan-detail__heading__general .yen {
    font-size: 0.5em;
}

.plan-detail__heading__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plan-detail__heading__flow__container {
    margin-top: 25px;
    text-align: center;
}

.plan-detail__heading__flow.family .item {
    display: inline-block;
    background: #992c60;
}

.plan-kaso .plan-detail__heading__flow.family .item {
    background: #c88f35;
}

.plan-itinitiso .plan-detail__heading__flow.family .item {
    background: #1d764b;
}

.plan-ippanso .plan-detail__heading__flow.family .item {
    background: #163259;
}

.plan-detail__heading__flow.family .item.not {
    background: #ccc !important;
}

.plan-detail__heading__flow.family .item::after {
    border-color: transparent transparent transparent #a4a4a4;
}

.plan-detail__heading__flow .item {
    position: relative;
    margin-bottom: 25px;
    padding: 5px 0px;
    margin-right: 20px;
    border-radius: 5px;
    color: #ffffff;
    width: 16%;
}

.plan-detail__heading__flow .item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
}

.plan-detail__heading__flow .item:last-child {
    margin-right: 0;
}

.plan-detail__heading__flow .item:last-child::after {
    content: none;
}

.plan-detail__heading__flow .item.none {
    background: #838d97;
}

.plan-detail__heading__flow .item.none::after {
    border-color: transparent transparent transparent #838d97;
}

.section-ttl-mini--plan {
    font-size: 28px;
    text-align: center;
    margin: 35px auto 20px;
}

@media screen and (max-width: 768px) {
    .section-ttl-mini--plan {
        font-size: 2.3rem;
        margin: 65px auto 20px;
    }
}

.section-ttl-mini--plan.bnr {
    font-size: 30px;
    color: #62b034;
    margin: 65px auto -5px;
}

.section-ttl-mini--plan.bnr span {
    padding: 0 30px;
    background: url(../img/plan/common/ttl-mini-plan-bnr--l.gif) no-repeat left center, url(../img/plan/common/ttl-mini-plan-bnr--r.gif) no-repeat right center;
}

@media screen and (max-width: 768px) {
    .section-ttl-mini--plan.bnr {
        font-size: 22px;
        margin: 65px auto 0px;
        text-align: center;
        padding: 0 30px;
        background: url(../img/plan/common/ttl-mini-plan-bnr--l.gif) no-repeat left center, url(../img/plan/common/ttl-mini-plan-bnr--r.gif) no-repeat right center;
    }
    .section-ttl-mini--plan.bnr span {
        padding: 0;
        background: none;
    }
}

.section-ttl-mini--plan.example {
    margin: 80px auto 60px;
}

@media screen and (max-width: 768px) {
    .section-ttl-mini--plan.example {
        margin: 45px auto 25px;
    }
}

.plan-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-indent: 0;
}

.plan-point__item {
    background: #fbf9f6;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32%;
}

.plan-point__item__icon {
    background: #62b034;
    width: 90px;
    height: 90px;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 45px;
    text-align: center;
    line-height: 1;
    padding: 21px 0 0 0;
}

.plan-point__item__icon span {
    font-size: 3rem;
    display: block;
    line-height: 1;
}

.plan-point__item__txt {
    width: calc(100% - 105px);
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    .plan-point {
        padding-left: 0em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .plan-point__item {
        width: 100%;
    }
    .plan-point__item:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .plan-point__item__icon {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
        border-radius: 35px;
        padding: 17px 0 0 0;
    }
    .plan-point__item__icon span {
        font-size: 2.3rem;
    }
    .plan-point__item__txt {
        font-size: 1.6rem;
        width: calc(100% - 84px);
        line-height: 1.6;
    }
}

.plan-detail__heading__point__container {
    margin-top: 15px;
}

.plan-detail__heading__point {
    padding: 10px 5% 8px !important;
    background: #faf9f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plan-detail__heading__point .item {
    height: 54px;
    line-height: 54px;
    padding: 0 0px;
    width: 32%;
    border: 1px solid;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 400;
    background: #fff;
    text-align: center;
}

.plan-detail__heading__point .item.wide {
    width: 46%;
}

.plan-detail__heading__point .item.narrow {
    width: 25%;
}

.plan-detail__heading__point .item:last-child {
    margin-right: 0;
}

.plan-detail__heading__point.family .item {
    border-color: #992c60;
    color: #992c60;
}

.plan-kaso .plan-detail__heading__point.family .item {
    border-color: #c88f35;
    color: #c88f35;
}

.plan-itinitiso .plan-detail__heading__point.family .item {
    border-color: #1d764b;
    color: #1d764b;
}

.plan-ippanso .plan-detail__heading__point.family .item {
    border-color: #163259;
    color: #163259;
}

.plan-detail__heading__point.family .item.not {
    border-color: #ccc !important;
    color: #ccc !important;
}

.plan-detail__heading__outline {
    margin-top: 30px;
    padding: 20px;
    background: #fafafa;
}


/* .plan-detail__including {
    margin-top: 45px;
} */

.plan-detail__including__ttl {
    font-size: 2.6rem;
    text-align: center;
}

.plan-detail__including__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
}

.plan-detail__including__list .item {
    width: 12.5%;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.plan-detail__including__list.new .item {
    display: flex;
    align-items: center;
    width: 16.65%;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.plan-detail__including__list.new .item:nth-child(6) {
    border-right: 1px solid #eeeeee;
}

.plan-detail__including__list.new .item:nth-child(12) {
    border-right: 1px solid #eeeeee;
}

.plan-detail__including__list.new .item:nth-child(18) {
    border-right: 1px solid #eeeeee;
}

@media screen and (max-width: 768px) {
    .plan-detail__including__list.new .item {
        width: 33.33%;
        flex-direction: column;
        padding-bottom: 30px;
    }
}

.plan-detail__including__list.new .item::after {
    content: "・・・";
    text-indent: -0.5em;
    background: #a5d18b;
    letter-spacing: -10px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 2px 10px;
    display: inline-block;
    line-height: 10px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.plan-detail__including__list .item:nth-child(8n) {
    border-right: 1px solid #eeeeee;
}

.plan-detail__including__list .item:last-child {
    border-right: 1px solid #eeeeee;
}

.plan-detail__including__list .item__img {
    width: 70%;
    margin: 10px auto 0;
}

.plan-detail__including__list.new .item__img {
    width: 40%;
    margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
    .plan-detail__including__list.new .item__img {
        width: 70%;
        margin: 0px auto 0;
    }
}

.plan-detail__including__list .item__txt {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.plan-detail__including__list.new .item__txt {
    width: 60%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .plan-detail__including__list.new .item__txt {
        width: 100%;
    }
}

.plan-detail__including__list.new .pop_up_txt {
    background: #fff;
    position: absolute;
    color: #333;
    border: 1px solid #62b034;
    padding: 5px;
    width: 140px;
    font-size: 1.3rem;
    bottom: 100%;
    left: 22%;
    box-sizing: border-box;
    text-align: left;
    word-wrap: break-word;
    border-radius: 5px;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .plan-detail__including__list.new .pop_up_txt {
        width: 100%;
        left: 0;
    }
}

.plan-detail__including__list.new .pop_up_txt:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 14px solid #62b034;
    top: 102%;
    left: calc(50% - 7px);
    margin-top: -3px;
    pointer-events: none;
}

.plan-detail__including__list .item__txt .note {
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.plan-detail__including__list.new .item__txt .note {
    position: initial;
}

.plan-detail__including__list .item__txt .note.sm {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .plan-detail__including__list .item__txt .note {
        font-size: 10px;
        bottom: 7px;
    }
    .plan-detail__including__list .item__txt .note.sm {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .plan-detail__including__list .item__txt .note {
        position: static;
    }
}

@media screen and (max-width: 768px) {
    .plan-detail__including__list {
        display: none;
    }
}

.txt-credid-card {
    border: 1px solid #e5e5e5;
    padding: 14px 25px 8px 25px;
    border-radius: 5px;
}

.txt-credid-card span {
    line-height: 1.3;
    font-size: 1.6rem;
    display: inline-block;
}

.txt-credid-card img {
    max-width: 352px;
    margin-left: 25px;
    width: calc(100% - 110px);
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .txt-credid-card {
        padding: 14px 0px 8px 0px;
        text-align: center;
    }
    .txt-credid-card span {
        font-size: 1.5rem;
    }
    .txt-credid-card img {
        max-width: 232px;
        margin-left: 20px;
        margin-bottom: 9px;
    }
}

.plan-detail__notice {
    margin-top: 30px;
    padding: 20px;
    background: #faf9f5;
}

.plan-detail__notice .kome {
    margin-bottom: 10px;
}

.plan-detail__notice .kome>li {
    margin-top: 0em;
}

.plan-detail__not-including__ttl {
    display: inline-block;
    margin-top: 45px;
    padding-bottom: 5px;
    font-size: 2.4rem;
    border-bottom: 1px solid #62b034;
}

.plan-detail__not-including__ttl.mb20 {
    margin-bottom: 20px;
}

.plan-detail__not-including__ttl::before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    padding-right: 0.2em;
    color: #62b034;
}

.plan-detail__not-including__img {
    margin-top: 10px;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.plan-detail__not-including__img .img-pc {
    display: block;
    max-width: 832px;
    margin: 0 auto;
}

.plan-detail__not-including__img .img-sp {
    display: none;
}

.plan-detail__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 65px;
}

.plan-detail__point__item {
    position: relative;
    width: 30%;
    padding: 25px;
    background: #faf9f5;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.plan-detail__point__ico {
    position: absolute;
    top: -40px;
    left: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #62b034;
    color: #ffffff;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.plan-detail__point__ttl {
    padding-left: 35px;
    font-size: 2rem;
}

.plan-detail__point__txt {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #755317;
}

@media screen and (max-width: 1024px) {
    .plan-detail__heading__price {
        display: block;
        margin-top: 15px;
    }
    .plan-detail__heading__price .member {
        margin-right: 0;
    }
    .plan-detail__heading__price .general {
        margin-top: 10px;
    }
    .plan-detail__heading__price .general dt {
        margin-top: 0;
    }
    .plan-detail__heading__price .general dd {
        margin-top: 10px;
    }
    .plan-detail__including__list .item {
        width: 20%;
    }
    .plan-detail__including__list .item:nth-child(8n) {
        border-right: none;
    }
    .plan-detail__including__list .item:nth-child(5n) {
        border-right: 1px solid #eeeeee;
    }
    .plan-detail__including__list .item:last-child {
        border-right: 1px solid #eeeeee;
    }
    .plan-detail__point__ico {
        top: -40px;
        left: -30px;
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 1150px) {
    .plan-detail__heading__point .item {
        font-size: 1.5vw;
    }
    .plan-detail__heading__point .item .fz-large {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 768px) {
    .plan-detail__inner {
        padding: 20px;
    }
    .plan-detail__heading {
        display: block;
    }
    .plan-detail__heading__left {
        width: 100%;
    }
    .plan-detail__heading__img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .plan-detail__heading__txt {
        width: 100%;
        padding-left: 0;
    }
    .plan-detail__heading__lead {
        font-size: 1.6rem;
        margin-top: 15px;
    }
    .plan-detail__heading__price .member dt {
        padding: 3px 10px;
        font-size: 1.8rem;
    }
    .plan-detail__heading__price .member dd {
        font-size: 2.6rem;
    }
    .plan-detail__heading__price .general dd {
        margin-top: 6px;
    }
    .plan-detail__heading__member {
        margin-top: 15px;
        padding-left: 95px;
        font-size: 3rem;
    }
    .plan-detail__heading__member::before {
        font-size: 1.6rem;
    }
    .plan-detail__heading__general {
        padding-left: 87px;
    }
    .plan-detail__heading__general::before {
        font-size: 1.4rem;
    }
    .plan-detail__heading__point {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .plan-detail__heading__point .item {
        font-size: 1.4rem;
    }
    .plan-detail__heading__point .item .fz-large {
        font-size: 1.5rem;
    }
    .plan-detail__heading__outline {
        margin-top: 25px;
        padding: 15px;
    }
    .plan-detail__point {
        display: block;
    }
    .plan-detail__point__item {
        width: 100%;
        margin-top: 55px;
    }
    .plan-detail__point__item:first-child {
        margin-top: 0;
    }
    .plan-detail__point__ttl {
        padding-left: 45px;
    }
    .plan-detail__including__ttl {
        font-size: 1.7rem;
        position: relative;
        -moz-text-align-last: left;
        text-align-last: left;
        padding-right: 30px;
    }
    .plan-detail__including__ttl i {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        color: #444;
        bottom: 0;
        margin: auto 0;
        display: block;
    }
    .plan-detail__including__list {
        margin-top: 10px;
    }
    .plan-detail__notice {
        margin-top: 20px;
        padding: 15px;
        display: none;
    }
    .plan-detail__notice.new {
        margin-top: 20px;
        padding: 15px 15px 10px 25px;
        display: block;
        font-size: 1.2rem;
    }
    .plan-detail__not-including {
        display: none;
    }
    .plan-detail__not-including__ttl {
        font-size: 1.8rem;
    }
    .plan-detail__point__ttl {
        font-size: 1.8rem;
    }
    .plan-detail__point__ico {
        left: -10px;
    }
}

@media screen and (max-width: 480px) {
    .plan-detail__heading__point .item,
    .plan-detail__heading__point .item .fz-large {
        font-size: 3.8vw;
    }
    .plan-detail__heading__point .item.wide,
    .plan-detail__heading__point .item.narrow {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 1150px) {
    .plan-detail__heading__flow .item {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 768px) {
    .plan-detail__heading__flow .item {
        margin-right: 0px;
        padding: 3px 0px;
        font-size: 1.2rem;
        width: 17%;
    }
    .plan-detail__heading__flow .item::after {
        right: -10px;
        border-width: 6px 0 6px 6px;
    }
    .plan-detail__heading__point {
        padding: 10px 3% 8px !important;
    }
    .plan-detail__heading__point .item {
        height: 46px;
        line-height: 44px;
        margin-top: 10px;
        padding: 0;
        margin-top: 0;
    }
    .plan-detail__including__list .item {
        width: 33.3%;
    }
    .plan-detail__including__list .item:nth-child(5n) {
        border-right: none;
    }
    .plan-detail__including__list .item:nth-child(3n) {
        border-right: 1px solid #eeeeee;
    }
    .plan-detail__including__list .item:last-child {
        border-right: 1px solid #eeeeee;
    }
    .plan-detail__including__list .item__txt {
        font-size: 1rem;
    }
    .plan-detail__not-including__img .img-pc {
        display: none;
    }
    .plan-detail__not-including__img .img-sp {
        display: block;
        max-width: 676px;
    }
}

.plan-detail__not-including__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    text-indent: 0;
    padding: 40px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    margin-top: 20px;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.plan-detail__not-including__list__item {
    width: 25%;
    line-height: 1.5;
    border-right: 1px solid #bebebe;
    padding: 0 17px;
}

.plan-detail__not-including__list__item:last-of-type {
    border-right: none;
}

.plan-detail__not-including__list__item .top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan-detail__not-including__list__item .top-box .left {
    width: 40%;
    padding: 6%;
}

.plan-detail__not-including__list__item .top-box .right {
    width: 60%;
    font-size: 2rem;
}

.plan-detail__not-including__list__item>p {
    font-size: 1.6rem;
    color: #577033;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .js-acordion-plan__contents {
        display: none;
    }
    .plan-detail__including__list.new.sec {
        display: flex;
    }
    .plan-detail__including__list.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .plan-detail__not-including__ttl.show {
        display: block;
    }
    .plan-detail__not-including__list.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .plan-detail__not-including__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 5px;
        border: none;
        margin-top: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .plan-detail__not-including__list__item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #bebebe;
        padding: 5px 0px 15px;
    }
    .plan-detail__not-including__list__item:last-of-type {
        border-bottom: none;
    }
    .plan-detail__not-including__list__item .top-box .left {
        width: 21%;
        padding: 0%;
    }
    .plan-detail__not-including__list__item .top-box .right {
        width: 73%;
        padding-left: 0px;
        font-size: 1.8rem;
        margin-top: 0;
    }
    .plan-detail__not-including__list__item>p {
        text-align: center;
        margin-top: 0px;
    }
}

.plan-example-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-indent: 0;
    margin-bottom: 5px;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.plan-example-list.photo2 {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .plan-example-list {
        margin-bottom: 20px;
    }
}

.plan-example-list__item {
    width: 32%;
}

.photo2 .plan-example-list__item:first-of-type {
    margin-right: 8%;
}

@media screen and (max-width: 768px) {
    .plan-example-list__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .photo2 .plan-example-list__item:first-of-type {
        margin-right: 0;
    }
    .plan-example-list__item:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

.section-ttl-mini--plan.price {
    font-size: 3.4rem;
    margin-top: 0;
}

.section-ttl-mini--plan.price span {
    font-size: 3.8rem;
    color: #73b74c;
}

.section-ttl-mini--plan.price::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 50px 152px 0 152px;
    border-color: #73b74c transparent transparent transparent;
    margin: 0 auto 50px;
}

.member--price-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .section-ttl-mini--plan.price,
    .section-ttl-mini--plan.price span {
        font-size: 2.3rem;
    }
    .section-ttl-mini--plan.price::before {
        border-width: 33px 80px 0 80px;
        margin: 0 auto 30px;
    }
}

.member--price-sec .member__left {
    width: 260px;
    padding-left: 60px;
    background: url(../img/plan/common/ttl-mini-plan-bnr--l.png) no-repeat left center;
}

.member--price-sec .price-club__unit {
    font-size: 2.3rem;
    margin: 0 5px;
    text-align: center;
    color: #f16c6c;
    border: 1px solid #f16c6c;
    border-radius: 5px;
    line-height: 1.6;
}

.member--price-sec .price-normal {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}


/*.member--price-sec .price-normal:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    display: block;
    position: relative;
    top: -14px;
}*/

.member--price-sec .price-normal__unit {
    font-size: 1.35rem;
    padding: 0 5px 0 0;
    position: relative;
    top: -2px;
}

.member--price-sec .member__right {
    width: 490px;
    margin-left: 35px;
    padding-right: 60px;
    /*background: url(../img/plan/common/ttl-mini-plan-bnr--r.png) no-repeat right bottom;*/
    background: url(../img/plan/common/ttl-mini-plan-bnr--r.png) no-repeat right top 15px;
    background-size: 24px;
}

.member--price-sec .price-club {
    font-size: 9.1rem;
    font-weight: bold;
    color: #f13b58;
    line-height: 1;
}

.mac .member--price-sec .price-club {
    font-size: 7.6rem;
}

.member--price-sec .price-club .yen {
    font-size: 2.9rem;
    font-weight: normal;
    position: relative;
    padding-top: 18px;
    padding-left: 20px;
}

.member--price-sec .price-club .tax {
    font-size: 2.3rem;
    position: absolute;
    top: -7px;
    left: 18px;
    width: 60px;
}

.mac .member--price-sec .price-club .tax {
    top: -12px;
}

.member--price-sec .yen {
    font-size: 0.5em;
}

@media screen and (max-width: 1180px) {
    .member--price-sec .price-club {
        font-size: 8.1vw;
    }
    .mac .member--price-sec .price-club {
        font-size: 8.1vw;
    }
}

@media screen and (max-width: 768px) {
    .member--price-sec .member__left {
        width: 121px;
        padding-left: 18px;
        background: url(../img/plan/common/ttl-mini-plan-bnr--l.png) no-repeat left center;
        background-size: 13px;
    }
    .member--price-sec .price-club__unit {
        font-size: 1.4rem;
    }
    .member--price-sec .price-normal {
        font-size: 1rem;
        margin-top: 5px;
    }
    .iphone .member--price-sec .price-normal {
        font-size: 0.9rem;
    }
    .member--price-sec .price-normal__unit {
        font-size: 1rem;
        padding: 0 2px 0 0;
        top: -1px;
    }
    .iphone .member--price-sec .price-normal__unit {
        font-size: 0.9rem;
    }
    .member--price-sec .price-normal:after {
        top: -9px;
    }
    .member--price-sec .member__right {
        width: calc(100% - 130px);
        padding-right: 25px;
        margin-left: 5px;
        background: url(../img/plan/common/ttl-mini-plan-bnr--r.png) no-repeat right bottom;
        background-size: 21px;
    }
    .member--price-sec .price-club {
        font-size: 8.7vw;
        font-weight: bold;
        color: #f13b58;
        text-align: center;
        line-height: 1;
    }
    .iphone .member--price-sec .price-club {
        font-size: 8.7vw;
    }
    .member--price-sec .price-club .yen {
        font-size: 1.5rem;
        padding-top: 18px;
        padding-left: 6px;
    }
    .member--price-sec .price-club .tax {
        font-size: 1rem;
        top: 6px;
        left: 4px;
        width: 20px;
    }
    .iphone .member--price-sec .price-club .tax {
        top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .member--price-sec .price-club .yen {
        font-size: 1.2rem;
        padding-left: 3px;
    }
    .member--price-sec .price-club .tax {
        left: 2px;
    }
}

.txt-credid-card--price-sec {
    max-width: 525px;
    margin: 20px auto 5px;
}

.txt-credid-card--price-sec span {
    line-height: 1.3;
    font-size: 1.6rem;
    display: inline-block;
}

.txt-credid-card--price-sec img {
    max-width: 352px;
    margin-left: 35px;
}

@media screen and (max-width: 768px) {
    .txt-credid-card--price-sec span {
        font-size: 1.2rem;
    }
    .txt-credid-card--price-sec img {
        margin-left: 16px;
        margin-bottom: 7px;
        width: calc(100% - 130px);
    }
}

#toyokawa-kazokuso-bnr02 {
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
    #toyokawa-kazokuso-bnr02 {
        padding: 5px 0 25px;
    }
}


/*==================================

** hall 式場
==================================*/

.hall-map {
    margin-top: 45px;
}

.hall-map__sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .hall-map {
        margin-top: 30px;
    }
    .hall-map__pc {
        display: none;
    }
    .hall-map__sp {
        display: block;
    }
}

.hall-map-google {
    position: relative;
}

.hall-map-google--area {
    margin-top: 132px;
}

@media screen and (max-width: 768px) {
    .hall-map-google--area {
        margin: 229px auto -10px;
        position: relative;
        z-index: 1;
        top: -20px;
    }
}

@media screen and (max-width: 480px) {
    .hall-map-google--area {
        margin-bottom: -20px;
    }
}

.hall-map-google::after {
    content: "";
    display: block;
    position: absolute;
    width: 102%;
    height: 55px;
    top: -2px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

.hall-map-google>iframe {
    border: none;
}

.hall-map-google__item.is-hide-map {
    display: none;
}

@media screen and (max-width: 768px) {
    .hall-map-google>iframe {
        height: 320px !important;
    }
}

.hall-card {
    margin-top: 45px;
}

.hall-card__item {
    margin-top: -50px;
    padding-top: 50px;
}

.hall-card__item:first-child {
    margin-top: -95px;
}

.hall-card__item>a {
    color: #000;
    text-decoration: none;
}

.hall-card__item>a:hover * {
    opacity: 0.87;
}

.hall-card__inner {
    display: flex;
    margin-top: 35px;
    padding: 35px 35px 35px;
    background: #ffffff;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.hall-card__img {
    width: 27%;
    max-width: 278px;
}

.hall-card__txt {
    width: 73%;
    padding-left: 30px;
}

.hall-card__ttl {
    padding: 0 0 5px;
    border-bottom: 1px solid #62b034;
    font-size: 2.8rem;
}

.hall-card__ttl .fa-external-link-alt {
    color: #ccc;
    padding-left: 10px;
    font-size: 18px;
}

.hall-card__body {
    margin-top: 20px;
}

.hall-card__body a {
    color: inherit;
    text-decoration: none;
}

.hall-card__btn {
    margin-top: 20px;
    display: block;
    width: 27%;
    min-width: 230px;
    margin-left: auto;
    padding: 10px 20px;
    background: #577033;
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}


/* .hall-card__btn a {
    display: block;
    width: 27%;
    min-width: 230px;
    margin-left: auto;
    padding: 10px 20px;
    background: #577033;
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
} */

.hall-card__btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .hall-card__item {
        margin-top: -40px;
        padding-top: 40px;
    }
    .hall-card__item:first-child {
        margin-top: -70px;
    }
    .hall-card__inner {
        display: block;
        padding: 20px;
    }
    .hall-card__img {
        width: 100%;
        margin: 0 auto;
    }
    .hall-card__txt {
        width: 100%;
        padding-left: 0;
    }
    .hall-card__ttl {
        margin-top: 20px;
        font-size: 2.2rem;
    }
    .hall-card__btn {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .hall-card__btn {
        width: 100%;
    }
}


/*==================================

** hall 式場下層
==================================*/

.line-btn {
    display: none;
}

@media screen and (max-width: 1024px) {
    .line-btn {
        display: block;
    }
    .line-btn a {
        display: block;
        margin-left: auto;
        width: 96px;
    }
}

.hall-walking-icon {
    position: relative;
    width: 70vw;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .hall-walking-icon {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 38px;
        position: relative;
    }
}

.hall-walking-icon span::before {
    content: '';
    display: inline-block;
    background: url(../img/area/common/hall_walking_icon.png) no-repeat;
    background-size: contain;
    position: relative;
    width: 29px;
    height: 30px;
    top: 10px;
}

.to_gmap {
    width: 132px;
    position: absolute;
    right: 0;
    top: 7px;
}

.to_gmap:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .to_gmap {
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
}

.hall-img {
    width: 70%;
    max-width: 840px;
    margin: 45px auto 0;
}

.hall-img .container {
    position: relative;
    margin: 100px auto 60px auto;
    max-width: 1100px;
}

.hall-img .swiper-container {
    text-align: center;
    cursor: grab;
}

.hall-img .swiper-container:active {
    cursor: grabbing;
}

.hall-img .swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.hall-img #thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}

.hall-img #thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}

.hall-img #thumbs .swiper-slide:active {
    cursor: grabbing;
}

.hall-img #thumbs .swiper-slide-active {
    opacity: 1;
}

.hall-img .swiper-button-prev,
.hall-img .swiper-button-next {
    width: 2.5vw;
    max-width: 70px;
    min-width: 35px;
    height: 2.5vw;
    max-height: 70px;
    min-height: 35px;
    margin-top: 0;
    transform: translateY(-50%);
    background-size: cover;
}

.hall-img .swiper-button-prev {
    background-image: url(../img/top/btn_prev.png);
}

.hall-img .swiper-button-next {
    background-image: url(../img/top/btn_back.png);
}

@media screen and (max-width: 768px) {
    .hall-img {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hall-img {
        width: 100%;
    }
}

.hall-img .swiper-wrapper>p {
    margin: 0 auto;
}

.sec_btn_pdf {
    margin: -40px auto 80px;
}

.btn_pdf a {
    padding-left: 80px !important;
}

.btn_pdf a::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 29px;
    background: url(../img/common/icon_pdf.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .btn_pdf a::before {
        height: 27px;
    }
}

.hall-feature {
    padding: 30px;
    background: #ffffff;
}

.hall-feature__list {
    margin-top: 30px;
    text-align: center;
}

.hall-feature__list__item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    border: 1px solid #755317;
    border-radius: 5px;
    background: #faf9f5;
}

.hall-feature__list__item.not {
    background: #eee;
    color: #aaa;
}

.hall-feature__list__item::before {
    content: "\f058";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    padding-right: 0.5em;
    color: #62b034;
}

.hall-feature__list__item.not::before {
    content: "●";
    font-family: initial;
    color: #ccc;
}

@media screen and (max-width: 768px) {
    .hall-feature {
        padding: 25px;
    }
}

@media screen and (max-width: 767px) {
    .hall-feature__list__item {
        display: block;
        width: 100%;
    }
}

.hall-feature__list--mini {
    margin: 20px auto 10px;
    text-align: left;
}

.hall-feature__list--mini .hall-feature__list__item {
    padding: 3px 5px;
    margin-right: 1px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .hall-feature__list--mini .hall-feature__list__item {
        padding: 3px 3px;
        display: inline-block;
        margin-right: 0;
        width: auto;
        font-size: 14px;
    }
    .hall-feature__list--mini .hall-feature__list__item::before {
        content: none;
    }
}

@media screen and (max-width: 368px) {
    .hall-feature__list--mini .hall-feature__list__item {
        font-size: 11.9px;
    }
}

.hall-about {
    padding: 40px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.hall-about .hall-infomation {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #f5f9f8;
}

.hall-about .hall-infomation a {
    text-decoration: none;
    color: inherit;
}

.hall-about .hall-infomation__right {
    width: 48%;
}

.hall-about .hall-infomation__left {
    width: 48%;
}

.hall-about .hall-infomation .row {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.hall-about .hall-infomation .row:last-child {
    border-bottom: none;
}

.hall-about .hall-infomation .row dt {
    width: 30%;
    min-width: 165px;
    font-weight: 500;
    font-weight: bold;
}

.hall-about .hall-infomation .row dd {
    width: 70%;
}

.hall-about .hall-Gmap {
    width: 100%;
    height: 20vh;
    min-height: 400px;
    margin-top: 45px;
}

.hall-about .hall-Gmap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .hall-about {
        padding: 20px;
    }
    .hall-about .hall-infomation {
        display: block;
        padding: 20px;
    }
    .hall-about .hall-infomation__left {
        width: 100%;
    }
    .hall-about .hall-infomation__left .row:last-child {
        border-bottom: 1px solid #eeeeee;
    }
    .hall-about .hall-infomation__right {
        width: 100%;
    }
    .hall-about .hall-Gmap {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hall-about .hall-infomation {
        padding: 5px 20px;
    }
    .hall-about .hall-infomation .row {
        display: block;
    }
    .hall-about .hall-infomation .row dt {
        width: 100%;
    }
    .hall-about .hall-infomation .row dd {
        width: 100%;
    }
}

.reason-list {
    display: flex;
    justify-content: space-between;
    counter-reset: reason 0;
}

.reason-list__item {
    position: relative;
    width: 32%;
    background: #ffffff;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.reason-list__item::before {
    counter-increment: reason 1;
    content: counter(reason, decimal-leading-zero);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 60px;
    height: 60px;
    background: #62b034;
    font-size: 3.2rem;
    font-weight: 500;
    color: #ffffff;
    z-index: +1;
}

.reason-list__item::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 55px;
    height: 0;
    width: 0;
    border-left: 30px solid #62b034;
    border-right: 30px solid #62b034;
    border-bottom: 10px solid transparent;
}

.reason-list__img {
    position: relative;
}

.reason-list__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
}

.reason-list__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.reason-list__txt {
    align-self: stretch;
    padding: 30px;
}

.reason-list__ttl {
    font-size: 2.4rem;
    color: #62b034;
}

.reason-list__body {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .reason-list {
        display: block;
    }
    .reason-list__item {
        width: 100%;
        margin: 30px auto 0;
    }
    .reason-list__item:first-child {
        margin-top: 0;
    }
    .reason-list__item::before {
        width: 50px;
        height: 50px;
        font-size: 2.6rem;
    }
    .reason-list__item::after {
        top: 45px;
        border-left: 25px solid #62b034;
        border-right: 25px solid #62b034;
    }
    .reason-list__txt {
        padding: 20px;
    }
    .reason-list__ttl {
        font-size: 2rem;
    }
}


/*==================================

** feature
==================================*/

.mt40-sp40 {
    margin-top: 40px;
}

.pb110-sp60 {
    padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .pb110-sp60 {
        padding-bottom: 60px;
    }
}

.feature-anchor {
    display: flex;
    flex-wrap: wrap;
}

.feature-anchor__item {
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.feature-anchor__item .icon-img {
    width: 20%;
}

.feature-anchor__item .txt-box {
    width: 75%;
    text-align: left;
}

.feature-anchor__item h3 {
    font-size: 22px;
}

.feature-anchor__item h3 span {
    color: #ef6b6b;
}

.feature-anchor__item .txt-box p {
    font-size: 18px;
}

@media screen and (max-width: 767px) and (min-width:522px) {
    .feature-anchor__item .icon-img {
        width: 29%;
    }
    .feature-anchor__item .txt-box {
        width: 100%;
        text-align: center;
    }
    .feature-anchor__item h3 {
        font-size: 18px;
    }
    .feature-anchor__item .txt-box p {
        font-size: 15px;
    }
}

@media screen and (max-width: 521px) {
    .feature-anchor__item h3 {
        font-size: 18px;
        font-weight: bold;
    }
}

.feature-anchor__item .txt-box p {
    font-size: 15px;
}

.feature-anchor__item:nth-child(n+4) {
    margin-top: 35px;
}

.feature-anchor__item:nth-child(3n) {
    margin-right: 0;
}

.feature-anchor__item__icon {
    position: absolute;
    display: inline-block;
    background: #62b034;
    border: 1px solid #62b034;
    color: #fff;
    top: -12px;
    padding: 1px 15px;
    border-radius: 4px;
    left: 50%;
    font-weight: bold;
    z-index: 1;
    transform: translate(-50%, 0px);
}

@media screen and (max-width: 768px) and (min-width:522px) {
    .feature-anchor__item__icon {
        top: -13px;
        font-size: 15px;
        margin: 0 auto;
        padding: 1px 0;
        left: 0;
        right: 0;
        text-align: center;
        width: 65%;
        transform: none;
    }
}

.feature-anchor__item a {
    position: relative;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 22px 19px 19px 15px;
    /* border: 1px solid #d6d6d6; */
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 400;
    color: #333;
    background: #f4f9f8;
    border: 1px solid #ccc;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.feature-anchor__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #62b034;
    border-right: 2px solid #62b034;
}

.feature-anchor__item a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) and (min-width:522px) {
    .feature-anchor__item {
        width: 49%;
    }
    .feature-anchor__item:nth-child(2n) {
        margin-right: 0;
    }
    .feature-anchor__item:nth-child(3n) {
        margin-right: auto;
    }
    .feature-anchor__item:nth-child(n+3) {
        margin-top: 35px;
    }
    .feature-anchor__item:nth-child(n+5) {
        margin-top: 35px;
    }
    .feature-anchor__item a {
        padding: 15px 15px 15px 10px;
        font-size: 1.6rem;
    }
    .feature-anchor__item a::after {
        right: 10px;
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width: 767px) and (min-width:522px) {
    .feature-anchor__item a {
        justify-content: center;
    }
}

@media screen and (max-width: 521px) {
    .feature-anchor__item {
        width: 100%;
        margin-right: 0;
    }
    .feature-anchor__item:nth-child(n+2) {
        margin-top: 30px;
    }
}

.feature-img__sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .feature-img__pc {
        display: none;
    }
    .feature-img__sp {
        display: block;
    }
}

.section-ribbon {
    position: relative;
    /* padding-top: 55px;
    padding-bottom: 70px; */
    border-top: 5px solid #62b034;
}

.section-ribbon .feature__mark {
    position: absolute;
    display: block;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 204px;
    height: 40px;
    line-height: 38px;
    background: #62b034;
    font-size: 2.7rem;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .section-ribbon .feature__mark {
        font-size: 2.3rem;
    }
}

.section-ribbon .feature__mark::before {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: -20px;
    z-index: -2;
    border: 20px solid #62b034;
    border-left-color: transparent;
}

.section-ribbon .feature__mark::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    right: -20px;
    z-index: -2;
    border: 20px solid #62b034;
    border-right-color: transparent;
}

@media screen and (max-width: 768px) {
    #feature02 .section-ttl {
        margin-top: 20px;
    }
}

.feature-txt__bubble {
    position: relative;
    width: 35%;
    min-width: 440px;
    margin: 75px auto 0;
    padding: 3px 20px;
    border-radius: 5px;
    background: #62b034;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
}

.feature-txt__bubble::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 14px 0 14px;
    border-color: #62b034 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
    #feature04 {
        padding-top: 110px;
    }
    #feature04 #no1-badge .notice span {
        margin-bottom: 15px;
    }
    #feature04 #no1-badge .notice.mb-adjust02 span {
        margin-bottom: 0px;
    }
    #feature04 #no1-badge .section-ttl {
        margin-top: 0px;
    }
    #feature04 .title-mt #no1-badge .section-ttl {
        margin-top: 30px;
    }
    #feature04 .title-mt {
        padding-top: 20px;
    }
}

.feature-txt__large {
    margin-top: -10px;
    font-size: 5.2rem;
    font-weight: 600;
    text-align: center;
}

.feature-txt__large .d-inline-block {
    position: relative;
    padding: 0 1em;
}

.feature-txt__large .d-inline-block::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 21px;
    height: 87px;
    background-image: url(../img/feature/ico_line_left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-txt__large .d-inline-block::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    width: 27px;
    height: 83px;
    background-image: url(../img/feature/ico_line_right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-txt__large__fz {
    padding-left: 0.1em;
    font-size: 10.6rem;
}

.feature-txt__large+* {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .feature-txt__bubble {
        margin-top: 35px;
        font-size: 2rem;
    }
    .feature-txt__large {
        margin-top: 30px;
        font-size: 2.5rem;
    }
    .feature-txt__large+* {
        margin-top: 20px;
    }
    .feature-txt__large .d-inline-block {
        padding: 0 1.3em;
    }
    .feature-txt__large .d-inline-block::before {
        top: 50%;
    }
    .feature-txt__large .d-inline-block::after {
        top: 50%;
    }
    .feature-txt__large__fz {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    .feature-txt__bubble {
        width: 100%;
        min-width: 100%;
    }
}

.support-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.support-list__item {
    width: 49%;
    display: flex;
}

.support-list__item:nth-child(n+3) {
    margin-top: 20px;
}

.support-list__img {
    width: 122px;
}

.support-list__img img {
    border: 1px solid #eeeeee;
}

.support-list__txt {
    width: calc(100% - 122px);
    padding-left: 20px;
}

.support-list__ttl {
    font-size: 1.8rem;
    color: #62b034;
}

.support-list__body {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .support-list {
        display: block;
        margin-top: 30px;
    }
    .support-list__item {
        width: 100%;
        margin-top: 20px;
    }
    .support-list__img {
        width: 100px;
    }
    .support-list__txt {
        width: calc(100% - 100px);
        font-size: 1.5rem;
    }
}


/*==================================

** hurry
==================================*/

#hurry01 {
    background: url(../img/hurry/bg_hurry_container.jpg) no-repeat #f5f9f8;
}

.hurry-container {
    display: flex;
    justify-content: space-between;
}

.hurry-container .section-ttl {
    text-align: left;
}

.hurry-container__txt {
    width: 57%;
}

.hurry-container__ttl {
    text-align: center;
    font-size: 2.6rem;
}

.hurry-container__ttl .d-inline-block {
    position: relative;
    padding: 0 1em;
}

.hurry-container__ttl .d-inline-block::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
    width: 1px;
    height: 40px;
    background: #000000;
}

.hurry-container__ttl .d-inline-block::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%) rotate(30deg);
    width: 1px;
    height: 40px;
    background: #000000;
}

.hurry-container .hurry-tel {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.hurry-container .hurry-tel__num {
    margin-top: 10px;
    margin-right: 20px;
    min-width: 500px;
}

.hurry-container .hurry-tel__num a {
    font-size: 5.6rem;
    font-weight: 600;
    text-decoration: none;
    color: #f16c6c;
}

.hurry-container .hurry-tel__num a::before {
    content: "\f879";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 0.8em;
    padding-right: 0.2em;
}

.hurry-container .hurry-tel__point {
    width: calc(100% - 520px);
}

.hurry-container .hurry-tel__point span {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 2px 10px;
    background: #f16c6c;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
}

.hurry-container .hurry-tel__point span:first-child {
    margin-top: 0;
}

.hurry-container__lead {
    margin-top: 20px;
    font-size: 2.8rem;
    font-weight: 400;
}

.hurry-container__lead span {
    color: #f16c6c;
}

.hurry-container__img {
    width: 40%;
}

.hurry-container__attention {
    margin-top: 20px;
    background: #ffffff;
}

.hurry-container__attention .ttl {
    position: relative;
    padding: 10px 90px 10px 20px;
    /* background-image: url(../img/common/bg_grid.png); */
    background: #eff6ea;
    font-size: 2.4rem;
    color: #000;
}

.hurry-container__attention .ttl span {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #62b034;
    color: #fff;
    font-size: 1.5rem;
}

.hurry-container__attention .txt {
    padding: 20px;
}

@media screen and (max-width: 1200px) {
    #hurry01 {
        background-size: cover;
        background-position: top right 0;
    }
    .hurry-container {
        display: block;
    }
    .hurry-container .section-ttl {
        font-weight: 600;
    }
    .hurry-container__txt {
        width: 100%;
    }
    .hurry-container .hurry-tel {
        justify-content: center;
    }
    .hurry-container .hurry-tel__point {
        width: auto;
    }
    .hurry-container .hurry-tel__point span {
        width: auto;
    }
    .hurry-container__lead {
        text-align: center;
    }
    .hurry-container__img {
        width: 80%;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 768px) {
    #hurry01 {
        background-size: 800px;
        background-position: top 0 right -80px;
    }
    .hurry-container__ttl {
        font-size: 2rem;
    }
    .hurry-container .hurry-tel {
        display: block;
        margin-top: 30px;
        text-align: center;
    }
    .hurry-container .hurry-tel__num {
        min-width: inherit;
    }
    .hurry-container .hurry-tel__num a {
        font-size: 3.4rem;
    }
    .hurry-container .hurry-tel__point {
        margin-top: 20px;
        text-align: center;
    }
    .hurry-container .hurry-tel__point span {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 1.4rem;
    }
    .hurry-container .hurry-tel__point span:last-child {
        margin-right: 0;
    }
    .hurry-container__lead {
        text-align: left;
        font-size: 2rem;
    }
    .hurry-container__attention {
        margin-top: 25px;
    }
    .hurry-container__attention .ttl {
        padding: 10px 70px 10px 20px;
        font-size: 2rem;
    }
    .hurry-container__attention .ttl span {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    #hurry01 {
        background-size: 610px;
        background-position: top 0 right -130px;
    }
}

.flow-list {
    margin-top: 45px;
    counter-reset: number 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.flow-list__item {
    position: relative;
    justify-content: space-between;
    border-radius: 5px;
    background: #faf9f5;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 18.5%;
}

.flow-list__item:first-child {
    margin-top: 0;
}

.flow-list__item::before {
    content: counter(number, decimal-leading-zero);
    counter-increment: number 1;
    display: block;
    position: absolute;
    border-radius: 5px;
    background: #62b034;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
    line-height: 70px;
    font-size: 3rem;
}

.flow-list__item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #62b034;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}

.flow-list__item:first-of-type::after {
    content: none;
}

@media screen and (max-width: 768px) {
    .flow-list__item::after {
        left: -20px;
    }
    .flow-list__item:nth-of-type(2n + 1)::after {
        left: -6px;
    }
}

@media screen and (max-width: 440px) {
    .flow-list__item::after {
        left: -14px;
    }
}

.flow-list__img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.flow-list__txt {
    width: 100%;
    margin-top: 20px;
}

.flow-list__ttl {
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.8rem;
}

.flow-list__ttl::before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 0.2em;
    color: #62b034;
}

.flow-list__body {
    margin-top: 20px;
}

.flow-list__box {
    margin-top: 20px;
    padding: 20px;
    background: #eeeeee;
}

.flow-list__box+* {
    margin-top: 20px;
}

.flow-list__box__ttl {
    font-size: 1.8rem;
}

.flow-list__box__ttl+* {
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .flow-list__item::before {
        width: 5vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 2.8vw;
    }
}

@media screen and (max-width: 768px) {
    .flow-list {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .flow-list__item {
        width: 48%;
        padding: 15px;
    }
    .flow-list__item:nth-of-type(n + 3) {
        margin-top: 30px;
    }
    .flow-list__item::before {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 4.8vw;
        z-index: 2;
    }
    .flow-list__body {
        margin-top: 10px;
    }
}

@media screen and (min-width: 416px) {
    .flow-list__ttl br {
        display: none;
    }
}

.flow-list-conclusion {
    font-size: 2.4rem;
    text-align: center;
    margin: 80px auto 20px;
    font-weight: bold;
}

.flow-list-conclusion::before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 45px 50px 0 50px;
    border-color: #63B034 transparent transparent transparent;
    margin: 0 auto 40px;
    width: 0;
}

.flow-list-conclusion span {
    display: block;
    font-size: 3.4rem;
    color: #F16C6C;
}

@media screen and (max-width: 768px) {
    .flow-list-conclusion {
        font-size: 1.7rem;
        margin: 40px auto 20px;
    }
    .flow-list-conclusion::before {
        border-width: 20px 25px 0 25px;
        margin: 0 auto 20px;
    }
    .flow-list-conclusion span {
        font-size: 2.5rem;
    }
}

.hurry-container-small {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.hurry-container-small a {
    text-decoration: none;
    color: inherit;
}

.hurry-container-small__txt {
    width: 60%;
    padding: 40px;
}

.hurry-container-small__txt .lead {
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
}

.hurry-container-small__txt .num {
    margin-top: 4px;
    font-size: 5rem;
    font-weight: 600;
    text-align: center;
    color: #f16c6c;
}


/* .hurry-container-small__txt .num::before {
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 0.2em;
} */

.hurry-container-small__txt .num::before {
    content: '';
    display: inline-block;
    width: 77px;
    height: 44px;
    background: url(../img/common/icon_freedial.png) no-repeat center center;
    background-size: contain;
}

.hurry-container-small__txt .sub-lead {
    margin-top: 10px;
    font-size: 2rem;
    text-align: center;
}

.hurry-container-small__point {
    display: flex;
    justify-content: center;
}

.hurry-container-small__point span {
    margin-right: 20px;
    padding: 4px 20px;
    background: #f16c6c;
    color: #ffffff;
    text-align: center;
}

.hurry-container-small__point span:last-child {
    margin-right: 0;
}

.hurry-container-small__img {
    width: 40%;
    position: relative;
}

.hurry-container-small__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.625%;
}

.hurry-container-small__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1200px) {
    .hurry-container-small__txt .num {
        font-size: 4.4rem;
    }
    .hurry-container-small__txt .num::before {
        width: 45px;
        height: 34px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .hurry-container-small {
        display: block;
    }
    .hurry-container-small__txt {
        width: 100%;
    }
    .hurry-container-small__img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .hurry-container-small {
        width: 100%;
        background: none;
        box-shadow: none;
    }
    .hurry-container-small__txt {
        padding: 20px;
    }
    .hurry-container-small__txt .lead {
        font-size: 2rem;
    }
    .hurry-container-small__txt .num {
        font-size: 3rem;
    }
    .hurry-container-small__txt .sub-lead {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    .hurry-container-small__point span {
        padding: 4px 12px;
        font-size: 1.4rem;
    }
}

#hurry03 {
    background: #f5f9ef;
}


/*hurry SP改修追加css*/

@media screen and (max-width: 768px) {
    #hurry01-sp {
        padding-top: 15px;
    }
    #hurry01-sp .hurry-container.sp {
        background: #fff;
        border: 1px solid #da2f25;
    }
    #hurry01-sp .hurry-container.sp .head_box {
        background: #da2f25;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        padding: 10px;
    }
    #hurry01-sp .hurry-container.sp .head_box_left {
        flex-basis: 35%;
    }
    #hurry01-sp .hurry-container.sp .head_box_left p {
        font-size: 2.0rem;
        color: #ffff00;
        font-weight: 600;
        border-bottom: 1px solid #ffff00;
        display: inline-block;
    }
    #hurry01-sp .hurry-container.sp .head_box_right {
        flex-basis: 60%;
    }
    #hurry01-sp .hurry-container.sp .head_box_right p {
        line-height: 1.5;
        font-weight: 600;
    }
    #hurry01-sp .hurry-container.sp .contact_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 5px;
    }
    #hurry01-sp .hurry-container.sp .contact_box_left {
        flex-basis: 55%;
    }
    #hurry01-sp .hurry-container.sp .contact_box_right {
        flex-basis: 39%;
    }
    #hurry01-sp .hurry-container.sp .contact_box_right p {
        color: #da2f25;
        font-weight: 600;
        line-height: 1.5;
    }
    #hurry01-sp .hurry-container.sp .hurry_btn {
        padding: 0 5px 10px;
    }
    #hurry01-sp .hurry-container.sp .hurry_text {
        text-align: center;
        color: #da2f25;
        font-weight: 600;
        margin-bottom: 5px;
    }
    #hurry01-sp .hurry-container.sp .hurry_list {
        list-style: none;
        padding: 0 5px;
        text-indent: 0;
    }
    #hurry01-sp .hurry-container.sp .hurry_list li {
        margin-bottom: 10px;
        line-height: 1.5;
        padding-left: 1.5em;
        text-indent: -1.5em;
        font-size: 1.5rem;
    }
    #hurry01-sp .hurry-container.sp .hurry_list li:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../img/common/check_mark.png) no-repeat center center;
        background-size: 17px;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }
}


/*==================================

** friend
==================================*/


/*==================================

** teikeiten
==================================*/

.member-merit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.member-merit__txt {
    width: 60%;
}

.member-merit__ttl {
    font-size: 3rem;
    color: #f16c6c;
    text-align: center;
}

.member-merit__body {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    font-size: 1.8rem;
    background: #faf9f5;
}

.member-merit__img {
    width: 35%;
    max-width: 420px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .member-merit {
        display: block;
    }
    .member-merit__txt {
        width: 100%;
    }
    .member-merit__ttl {
        font-size: 2.2rem;
    }
    .member-merit__body {
        padding: 20px;
        font-size: 1.6rem;
    }
    .member-merit__img {
        width: 100%;
        margin: 30px auto 0;
    }
}

.member-anchor {
    display: flex;
    margin-top: 45px;
}

.member-anchor__item {
    width: 32%;
    margin-right: 2%;
}

.member-anchor__item:last-child {
    margin-right: 0;
}

.member-anchor__item a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 74px;
    border-radius: 5px;
    border: 1px solid #577033;
    background: #f1f8ed;
    font-size: 2rem;
    text-decoration: none;
    color: inherit;
    box-shadow: 0px 4px 0px 0px #577033;
}

.member-anchor__item a:hover {
    opacity: 0.7;
}

.member-anchor__item a .ico {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    background: #577033;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .member-anchor {
        margin-top: 30px;
    }
    .member-anchor__item a {
        padding: 47px 10px 10px 10px;
        font-size: 1.6rem;
        text-align: center;
    }
    .member-anchor__item a .ico {
        top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 35px;
        height: 35px;
        padding: 8px;
    }
}

.teikei-list {
    margin-top: -25px;
    padding-top: 70px;
}

.teikei-list:first-child {
    margin-top: -70px;
}

.value-box {
    background: #ffffff;
}

.value-box__ttl {
    position: relative;
    padding: 20px 20px 20px 80px;
    background: #577033;
    font-size: 3rem;
    color: #ffffff;
}

.value-box__ttl .ico {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .value-box__ttl {
        padding: 15px 15px 15px 69px;
        font-size: 2.4rem;
    }
    .value-box__ttl .ico {
        width: 40px;
        height: 40px;
        padding: 9px;
    }
}

.value-list {
    list-style: none;
    padding: 50px;
    text-indent: 0;
}

.value-list__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #eeeeee;
}

.value-list__item:first-child {
    margin-top: 0;
}

.value-list__txt {
    width: 62%;
}

.value-list__txt .genre__item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #f1f8ed;
    font-size: 1.4rem;
}

.value-list__txt .genre__item:last-child {
    margin-right: 0;
}

.value-list__txt .ttl {
    margin-top: 15px;
    padding: 5px;
    font-size: 3rem;
    font-weight: 500;
    border-bottom: 1px solid #62b034;
}

.value-list__txt .ttl::before {
    color: #62b034;
}

.value-list__txt .benefits {
    display: table;
    margin-top: 20px;
}

.value-list__txt .benefits dt {
    display: table-cell;
    width: 10%;
    min-width: 70px;
    padding: 10px;
    background: #62b034;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
}

.value-list__txt .benefits dd {
    display: table-cell;
    width: 90%;
    padding: 10px;
    background: #faf9f5;
}

.value-list__txt .info {
    margin-top: 20px;
}

.value-list__txt .tel a {
    text-decoration: none;
    color: inherit;
}

.value-list__txt .url a {
    word-break: break-all;
}

.value-list__txt .url a:after {
    content: "\f35d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.value-list__img {
    position: relative;
    align-self: flex-start;
    width: 33%;
    max-width: 360px;
}

.value-list__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
}

.value-list__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
    .value-list {
        padding: 25px;
    }
    .value-list__item {
        display: block;
        padding: 25px;
    }
    .value-list__txt {
        width: 100%;
    }
    .value-list__txt .ttl {
        margin-top: 5px;
        font-size: 2.4rem;
    }
    .value-list__img {
        width: 100%;
        margin: 25px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .value-list {
        padding: 20px;
    }
    .value-list__item {
        padding: 20px;
    }
    .value-list__txt .genre__item {
        font-size: 1.2rem;
    }
    .value-list__txt .benefits dt {
        display: block;
        width: 100%;
    }
    .value-list__txt .benefits dd {
        display: block;
        width: 100%;
    }
}


/*==================================

** 投稿一覧
==================================*/

.cat-ttl {
    position: relative;
    font-size: 3.4rem;
    text-align: center;
}

.cat-ttl::before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #bbbbbb;
}

.cat-ttl__sub {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    font-weight: 300;
    color: #62b034;
}

@media screen and (max-width: 768px) {
    .cat-ttl {
        font-size: 2.8rem;
    }
    .cat-ttl__sub {
        /*font-size: 1.5rem;*/
        font-size: 1.8rem;
    }
}

.post-container {
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
}

@media screen and (max-width: 768px) {
    .post-container {
        display: block;
        margin-top: 100px;
    }
}

.post {
    width: 65%;
}

@media screen and (max-width: 768px) {
    .post {
        width: 100%;
    }
}

.post-list__item {
    margin-top: 30px;
}

.post-list__item a {
    text-decoration: none;
}

.post-list__item a:hover {
    opacity: 0.7;
}

.post-list__item:first-child {
    margin-top: 0;
}

.post-list__ttl {
    padding: 10px 15px;
    background: #62b034;
    font-size: 2rem;
    color: #ffffff;
}

.post-list__inner {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #eeeeee;
}

.post-list__img {
    position: relative;
    align-self: flex-start;
    width: 40%;
}

.post-list__img::before {
    content: "";
    /* 重要 */
    display: block;
    /* 重要 */
    width: 100%;
    /* 重要 */
    padding-top: 60%;
    /* （デザイン上の画像の）高さ / 幅 * 100（単位：％） */
}

.post-list__img img {
    width: 100%;
    /* 重要 */
    height: 100%;
    /* 重要 */
    object-fit: cover;
    /* 重要 */
    position: absolute;
    /* 重要 */
    top: 0;
    /* 重要 */
    left: 0;
    /* 重要 */
}

.post-list__txt {
    width: 57%;
    color: #000;
}

.post-list__txt .info {
    display: flex;
}

.post-list__txt .info .date {
    width: 15%;
    min-width: 95px;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .post-list__txt .info .date {
        line-height: 26px;
    }
}

.post-list__txt .info .cat {
    width: 85%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
}

.post-list__txt .info .cat__item {
    display: inline-block;
    margin: 0 5px 0px 0;
    padding: 2px 10px;
    border: 1px solid #62b034;
    font-size: 1.4rem;
    color: #62b034;
}

.post-list__body {
    margin-top: 20px;
    line-height: 1.7;
}

.post-list__btn {
    margin-top: 30px;
    text-align: right;
}


/*.post-list__btn a {*/

.post-list__btn span {
    display: inline-block;
    padding: 10px 20px;
    background: #577033;
    color: #ffffff;
    text-decoration: none;
}


/*.post-list__btn a:hover {*/

.post-list__btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .post-list__inner {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .post-list__inner {
        display: block;
    }
    .post-list__img {
        width: 100%;
    }
    .post-list__txt {
        width: 100%;
    }
    .post-list__txt .info {
        margin-top: 20px;
    }
    .post-list__txt .info time {
        font-size: 1.3rem;
    }
    .post-list__txt .info .cat__item {
        font-size: 1.2rem;
    }
    .post-list__btn a {
        display: block;
        text-align: center;
    }
}

.sidebar {
    width: 32%;
}

.sidebar .widget {
    margin-top: 30px;
}

.sidebar .widget:first-child {
    margin-top: 0;
}

.sidebar .widgettitle {
    padding: 10px 15px;
    background: #62b034;
    font-size: 1.8rem;
    color: #ffffff;
}

.sidebar ul,
.sidebar .recently-post {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-indent: 0;
}

.sidebar ul>li,
.sidebar .recently-post>li {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.sidebar ul a,
.sidebar .recently-post a {
    text-decoration: none;
    color: inherit;
}

.sidebar .recently-post__item a {
    display: flex;
}

.sidebar .recently-post__item time {
    width: 100px;
}

.sidebar .recently-post__item h2 {
    width: calc(100% - 100px);
    font-weight: 300;
    line-height: 170%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
        margin-top: 45px;
    }
    .sidebar ul a,
    .sidebar .recently-post a {
        font-size: 1.5rem;
    }
}


/***
.pagenation {
    margin-top: 70px;
}

.pagenation .page-list {
    display: flex;
    justify-content: center;
}

.pagenation .page-list>li {
    margin-right: 10px;
}

.pagenation .page-list>li a {
    display: inline-block;
    padding: 10px 20px;
    background: #f1f8ed;
    text-decoration: none;
}

.pagenation .page-list>li a:hover {
    opacity: 0.7;
}

.pagenation .page-list .prev a,
.pagenation .page-list .next a {
    background: #62b034;
    color: #ffffff;
}

.pagenation .page-list .active a {
    background: #577033;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .pagenation {
        flex-wrap: wrap;
        margin-top: 45px;
    }
    .pagenation .page-list>li a {
        padding: 10px 13px;
        font-size: 1.4rem;
    }
}
***/


/* 一覧のページネーション */

.pagenation {
    margin: 50px auto;
}

.pagenation>ul {
    display: flex;
    justify-content: center;
    text-indent: 0;
    list-style-type: none;
    padding-left: 0;
}

.pagenation>ul>li {
    margin-right: 5px;
    font-size: 14px;
}

.pagenation>ul>li.active {
    display: block;
    padding: 10px 20px;
    background: rgb(87, 112, 51);
    color: #fff;
}

.pagenation>ul>li>a {
    display: block;
    padding: 10px 20px;
    background: rgb(241, 248, 237);
    color: #62b034;
    text-decoration: none;
}

.pagenation>ul>li.prev a,
.pagenation>ul>li.next a {
    background: rgb(98, 176, 52);
    color: #fff;
}

@media screen and (max-width: 768px) {
    .pagenation>ul>li.active {
        padding: 10px 13px;
        font-size: 1.4rem;
    }
    .pagenation>ul>li>a {
        padding: 10px 13px;
        font-size: 1.4rem;
    }
}


/*==================================

** 投稿詳細
==================================*/

.single .post-container {
    margin-top: 0;
}

.post-detail__inner {
    padding: 30px;
    border: 1px solid #eeeeee;
}


/* blogのhタグ周りのスタイル */

.post-detail__inner h2 {
    margin-top: 60px !important;
    margin-bottom: 35px !important;
    padding: 20px 30px !important;
    border-left: 9px solid #62b034;
    background-color: #f6f4e7;
    color: #333 !important;
    font-weight: normal;
    border-bottom: none !important;
    font-size: 22px !important;
}

.post-detail__inner h3 {
    position: relative;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-bottom: 4px !important;
    padding-left: 15px !important;
    border-bottom: 3px solid #e0e0e0;
    font-weight: normal;
    font-size: 20px !important;
}

.post-detail__inner h3::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 198px;
    height: 3px;
    background-color: #62b034;
    content: '';
}

.post-detail__inner h4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-left: 10px !important;
    font-weight: normal;
    font-size: 18px !important;
}

.post-detail__inner h4::before {
    display: inline-block;
    margin-right: 5px !important;
    color: #f16c6c;
    content: '\f058';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 20px !important;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

@media screen and (max-width: 768px) {
    .post-detail__inner h2 {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        padding: 10px 25px !important;
    }
    .post-detail__inner h3 {
        margin-top: 25px !important;
        margin-bottom: 20px !important;
    }
    .post-detail__inner h4 {
        margin-top: 20px !important;
        margin-bottom: 5px !important;
    }
}

.post-detail__ttl {
    padding: 10px 15px;
    background: #62b034;
    font-size: 2.4rem;
    color: #ffffff;
}

.post-detail__img {
    margin-top: 15px;
}

.post-detail__img img {
    height: auto;
    height: initial;
}

.post-detail .info {
    display: flex;
}

.post-detail .info .date {
    width: 15%;
    min-width: 95px;
    padding-top: 6px;
}

.post-detail .info .cat {
    width: 85%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
}

.post-detail .info .cat__item {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
    border: 1px solid #62b034;
    font-size: 1.4rem;
    color: #62b034;
}

@media screen and (max-width: 768px) {
    .post-detail__inner {
        padding: 20px;
    }
    .post-detail__ttl {
        font-size: 2.2rem;
    }
    .post-detail .info .date {
        font-size: 1.3rem;
    }
    .post-detail .info .cat__item {
        font-size: 1.2rem;
    }
}

.post-body h1 {
    font-size: 2.4rem;
    margin-top: 1em;
}

.post-body h1+* {
    margin-top: 0.5rem;
}

.post-body h2 {
    margin-top: 1em;
    padding: 0 0 5px;
    font-size: 2.2rem;
    color: #62b034;
    border-bottom: 1px solid #62b034;
}

.post-body h2+* {
    margin-top: 0.5rem;
}

.post-body h3 {
    font-size: 2rem;
    margin-top: 1em;
}

.post-body h3+* {
    margin-top: 0.5rem;
}

.post-body p,
.post-body blockquote,
.post-body address,
.post-body small,
.post-body dt,
.post-body dd,
.post-body li,
.post-body th,
.post-body td,
.post-body td,
.post-body span {
    line-height: 220%;
}

@media screen and (max-width: 768px) {
    .post-body h2 {
        font-size: 2rem;
    }
}

.postnav {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.postnav .next a,
.postnav .prev a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    text-decoration: none;
    background: #577033;
    color: #ffffff;
}

.postnav .next a:hover,
.postnav .prev a:hover {
    opacity: 0.7;
}

.postnav .next a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translate(-50%, -50%) rotate(-135deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.postnav .prev a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.plan-tab-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-indent: 0;
    padding-left: 0;
}

.plan-tab-category__item {
    width: 20%;
    font-size: 24px;
    line-height: 75px;
    border: 1px solid #d6d6d6;
    border-radius: 6px 6px 0 0;
    text-align: center;
    list-style: none;
    background: #fff;
}

.plan-tab-category__item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #747474;
    text-decoration: none;
}

.plan-tab-category__item.is-active {
    color: #fff;
    background: #992c60;
    border: 1px solid #992c60;
}

.plan-kaso .plan-tab-category__item.is-active {
    background: #c88f35;
    border: 1px solid #c88f35;
}

.plan-itinitiso .plan-tab-category__item.is-active {
    background: #1d764b;
    border: 1px solid #1d764b;
}

.plan-ippanso .plan-tab-category__item.is-active {
    background: #163259;
    border: 1px solid #163259;
}

@media screen and (max-width: 768px) {
    .plan-tab-category__item {
        line-height: 1.3;
        font-size: 1.6rem;
        padding: 5px 0;
    }
}

.plan-border-t {
    background: #992c60;
    border-top: 1px solid #d1d1d1;
    padding-bottom: 15px;
    color: #fff;
}

.plan-kaso .plan-border-t {
    background: #c88f35;
}

.plan-itinitiso .plan-border-t {
    background: #1d764b;
}

.plan-ippanso .plan-border-t {
    background: #163259;
}

@media screen and (max-width: 768px) {
    .plan-border-t {
        padding-bottom: 7px;
    }
}

main .section-ttl--plan {
    color: #fff;
    margin: 15px auto -35px;
    font-size: 45px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
    line-height: 75px;
}

.plan-kaso main .section-ttl--plan,
.plan-itinitiso main .section-ttl--plan,
.plan-ippanso main .section-ttl--plan,
.plan-chokuso main .section-ttl--plan {
    margin: 30px auto -35px;
}

@media screen and (max-width: 768px) {
    main .section-ttl--plan {
        margin: -10px auto -40px;
    }
    .plan-kaso main .section-ttl--plan,
    .plan-itinitiso main .section-ttl--plan,
    .plan-ippanso main .section-ttl--plan,
    .plan-chokuso main .section-ttl--plan {
        margin: 10px auto -40px;
    }
}

main .section-ttl--plan span {
    display: inline-block;
}

main .section-ttl--plan.recom span::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 19px;
    background: url(../../img/plan/common/ico_recommend.png) no-repeat center center;
    width: 73px;
    height: 75px;
    background-size: contain;
    margin-right: 16px;
}

@media screen and (max-width: 768px) {
    main .section-ttl--plan {
        font-size: 3.7rem;
    }
    main .section-ttl--plan.recom span::before {
        width: 58px;
        margin-right: 13px;
    }
}

.section-ttl-sub--plan {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .postnav {
        margin-top: 45px;
    }
}

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

@media screen and (max-width: 767px) {
    .smart_hide {
        display: none !important;
    }
}

.fadeLayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
    visibility: hidden;
    z-index: 2;
}

.company-profile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px !important;
}

.company-profile__item.left {
    width: 65%;
}

.company-profile__item.right {
    width: 25%;
}

.company-profile__item__ttl {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #62b034;
}

.company-profile__item.left>p {}

.company-profile__item__read {
    margin: 60px auto 3px;
    text-align: right;
}

.company-profile__item__name {
    font-size: 30px;
    text-align: right;
}

.company-profile__item__name span {
    display: block;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    #company01 {
        padding-bottom: 50px;
    }
    .company-profile {
        margin-top: 30px !important;
    }
    .company-profile__item.left {
        width: 100%;
        order: 2;
    }
    .company-profile__item.right {
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }
    .company-profile__item__ttl {
        font-size: 5.3vw;
        margin-bottom: 20px;
    }
    .company-profile__item__read {
        margin: 20px auto 1px;
        font-size: 15px;
    }
    .company-profile__item__name {
        font-size: 24px;
    }
    .company-profile__item__name span {
        font-size: 16px;
    }
}

#company02 {
    background: #f1f8ed;
}

.corporate-philosophy,
.behavioral-guidelines {
    background: #fff;
    border: 1px solid #62b034;
    padding: 30px 50px;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 #eeeeee;
}

.corporate-philosophy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px !important;
}

.corporate-philosophy__ttl {
    width: 35%;
    font-size: 49px;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
    color: #62b034;
}

.corporate-philosophy__subttl {
    width: 60%;
    font-size: 20px;
    line-height: 2;
}

.corporate-philosophy__txt {
    width: 100%;
    padding: 20px;
    background: #f5f9f8;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .corporate-philosophy__ttl {
        font-size: 3.9vw;
    }
}

@media screen and (max-width: 768px) {
    #company02 {
        padding-bottom: 60px;
    }
    .corporate-philosophy,
    .behavioral-guidelines {
        padding: 30px;
    }
    .corporate-philosophy {
        margin-bottom: 40px !important;
    }
    .corporate-philosophy__ttl {
        width: 100%;
        font-size: 7vw;
        padding-top: 10px;
    }
    .corporate-philosophy__subttl {
        width: 100%;
        font-size: 18px;
        margin-top: 15px;
        text-align: center;
    }
    .corporate-philosophy__txt {
        padding: 15px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 450px) {
    .corporate-philosophy {
        padding: 15px;
    }
    .behavioral-guidelines {
        padding: 20px;
    }
    .corporate-philosophy__ttl {
        font-size: 8.8vw;
    }
    .corporate-philosophy__subttl {
        font-size: 16px;
    }
}

.behavioral-guidelines>p:not(:first-of-type) {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .behavioral-guidelines>p:not(:first-of-type) {
        margin-top: 18px;
    }
}

#company03 {
    padding-bottom: 90px;
}

.seven-guidelines {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0em;
    text-indent: 0em;
    margin-top: 75px !important;
}

.seven-guidelines__item {
    width: 45%;
    border: 1px solid #62b034;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #eeeeee;
}

.seven-guidelines__item:nth-of-type(n + 3) {
    margin-top: 30px;
}

.seven-guidelines__item__ttl {
    font-weight: bold;
    color: #62b034;
    font-size: 27px;
    margin-bottom: 30px;
}

.seven-guidelines__item__ttl span {
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    #company03 {
        padding-bottom: 50px;
    }
    .seven-guidelines {
        margin-top: 45px !important;
    }
    .seven-guidelines__item {
        width: 100%;
    }
    .seven-guidelines__item:nth-of-type(n + 2) {
        margin-top: 20px;
    }
    .seven-guidelines__item__ttl {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .seven-guidelines__item__ttl span {
        padding-right: 15px;
    }
}

#company04 {
    background: #f5f9f8;
    padding-bottom: 90px;
}

.company-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-overview__icon {
    width: 25%;
    text-align: center;
}

.company-overview__icon img {
    max-width: 210px;
}

.company-overview__list {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
}

.company-overview__list dt,
.company-overview__list dd {
    border-top: 1px solid #ccc;
    padding: 20px 30px;
}

.company-overview__list dt:last-of-type,
.company-overview__list dd:last-of-type {
    border-bottom: 1px solid #ccc;
}

.company-overview__list dt {
    width: 20%;
}

.company-overview__list dd {
    width: 80%;
}

.company-overview__list dd a {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #company04 {
        padding-bottom: 60px;
    }
    .company-overview__icon {
        width: 100%;
        margin-bottom: 25px;
    }
    .company-overview__list {
        width: 100%;
    }
    .company-overview__list dt {
        width: 30%;
    }
    .company-overview__list dd {
        width: 70%;
    }
    .company-overview__list dt,
    .company-overview__list dd {
        padding: 10px;
    }
}

#company05 {
    /* background: #f1f8ed; */
    padding-bottom: 90px;
}

.company-history {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px !important;
    /* background: #fff;
    padding: 50px;
    border: 1px solid #62b034;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 #eeeeee; */
}

.company-history dt,
.company-history dd {
    border-top: 1px solid #62b034;
    padding: 20px 30px;
}

.company-history dt:last-of-type,
.company-history dd:last-of-type {
    border-bottom: 1px solid #62b034;
}

.company-history dt {
    width: 20%;
    padding-left: 70px;
}

.company-history dd {
    width: 80%;
}

@media screen and (max-width: 768px) {
    #company05 {
        padding-bottom: 40px;
    }
    .company-history {
        margin-top: 35px !important;
    }
    .company-history dt,
    .company-history dd {
        padding: 10px;
    }
    .company-history dt {
        width: 30%;
        padding-left: 10px;
    }
    .company-history dd {
        width: 70%;
    }
}

#sitemap01 {
    background: #f5f9f8;
}

.sitemap-top {
    margin-bottom: 15px;
    font-size: 20px;
    padding-left: 10px;
}

@media screen and (max-width: 500px) {
    .sitemap-top {
        margin-bottom: 10px;
        font-size: 18px;
        padding-left: 5px;
    }
}

.site-map-wrap {
    background: #fff;
    padding: 0 0px 50px;
    box-shadow: 0 3px 0 0 #eeeeee;
}

@media screen and (max-width: 500px) {
    .site-map-wrap {
        padding: 0 0px 40px;
    }
}

.site-map-wrap:not(:first-of-type) {
    margin-top: 60px;
}

@media screen and (max-width: 500px) {
    .site-map-wrap:not(:first-of-type) {
        margin-top: 35px;
    }
}

.site-map-wrap.pt {
    padding-top: 1px;
}

.site-map-wrap ul {
    list-style: none;
    padding-left: 0em;
    text-indent: 0em;
}

.site-map-wrap a,
.sitemap-top a {
    color: #000;
    text-decoration: none;
}

.site-map-wrap li a i {
    color: #62b034;
    padding-right: 6px;
    font-size: 15px;
}

.site-map-wrap li a i.fa-external-link-alt {
    color: #ccc;
    padding: 0 0 0 15px;
    font-size: 14px;
}

.site-map__ttl {
    background: #62b034;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.site-map__ttl.wh {
    color: #fff;
}

@media screen and (max-width: 500px) {
    .site-map__ttl {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 345px) {
    .site-map__ttl {
        font-size: 5.8vw;
    }
}

.site-map__ttl a {
    color: #fff;
}

.site-map__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px !important;
}

@media screen and (max-width: 768px) {
    .site-map__list {
        padding: 0 25px !important;
    }
}


/* .site-map__hall-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px!important;
} */

.site-map__hall-list__item {
    width: 47%;
}

@media screen and (max-width: 500px) {
    .site-map__hall-list__item {
        width: 100%;
    }
}

.site-map__hall-list__item:first-of-type {
    width: 100%;
}

.site-map__hall-list__item:not(:first-of-type) {
    margin-top: 50px;
}

@media screen and (max-width: 500px) {
    .site-map__hall-list__item:not(:first-of-type) {
        margin-top: 35px;
    }
}

.site-map__hall-list__ttl {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.site-map__hall-list__ttl a i.fa-external-link-alt {
    color: #ccc;
    padding: 0 0 0 15px;
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .site-map__hall-list__ttl {
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
}

.site-map__hall-list__item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-map__hall-list__item ul.start {
    justify-content: flex-start;
}

.site-map__hall-list__item ul.start02 {
    flex-direction: column;
}

.site-map__hall-list__item ul.start li {
    width: 31%;
}

.site-map__hall-list__item ul.start02 li {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .site-map__hall-list__item ul {
        padding-left: 8px;
    }
    .site-map__hall-list__item ul.start li {
        width: 100%;
    }
}

.site-map__hall-list__item li {
    width: 48%;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .site-map__hall-list__item li {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .site-map__hall-list__item li {
        font-size: 15px;
        margin-top: 10px;
    }
    .kansai .site-map__hall-list__item li {
        font-size: 13px;
    }
}

.site-map__hall-list__item:first-of-type li {
    width: 24%;
}

.site-map__hall-list__item ul.start li {
    width: 31%;
}

.site-map__hall-list__item ul.start02 li {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .site-map__hall-list__item:first-of-type li {
        width: 48%;
    }
    .site-map__hall-list__item ul.start li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .site-map__hall-list__item:first-of-type li {
        width: 100%;
    }
}

.site-map__other-list {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .site-map__other-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .site-map__other-list {
        margin-top: -10px;
    }
}

.pt .site-map__other-list {
    margin-top: 30px;
}

.site-map__other-list li {
    width: 24%;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .site-map__other-list li {
        width: 48%;
        margin-top: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .site-map__other-list li {
        width: 100%;
    }
}

#toyokawa-kazokuso01 {
    padding-bottom: 0;
}

#page404 {
    padding: 90px 0;
}

@media screen and (max-width: 768px) {
    #page404 {
        padding: 30px 0 20px;
    }
}

#page404 .section-ttl {
    color: #62b034;
}

.txt-404 {
    text-align: center;
}

#toyokawa-plan04 {
    background: #f5f9f8;
}

#single .post-body {
    line-height: 1.5;
}

.cat-ttl__green {
    display: block;
    margin-top: 10px;
    color: #62b034;
    font-weight: bold;
}


/*  追加スタイルシート
--------------------------*/

.plan-list_tax {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #bb252d;
    margin: -10px 0px 10px 60px;
}

.price-club_tax {
    font-size: 3rem;
    font-weight: bold;
    color: #f13b58;
    line-height: 1;
    margin: 5px 0px 0px 0px;
    text-align: center;
}

.price-club_tax .yen {
    position: relative;
}

.price-club_tax .tax {
    position: absolute;
    top: -16px;
    left: 0px;
    font-size: 1.2rem;
}

@media screen and (max-width: 500px) {
    .plan-list_tax {
        margin: -10px 0px 10px 80px;
    }
}

@media screen and (max-width: 440px) {
    .price-club_tax {
        font-size: 2rem;
    }
}


/*構造化用CSS*/

element.style {}

.sec_faq {
    max-width: 100%;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* background: url(../img/home/consul_back.jpg); */
}

.sec_faq .inner {
    display: block;
    background: #fff;
    max-width: 100%;
    padding: 40px !important;
    border: 1px #ccc solid;
}

.sec_faq h2.sec_title {
    font-size: 24px !important;
    text-align: center;
    max-width: 700px;
    border-bottom: dotted 2px #464646;
    color: #222222;
    margin: 0 auto;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

h2.sec_title span {
    font-size: 14px;
    padding-bottom: 12px;
    display: block;
    color: #d0d0d0;
    font-weight: 800;
}

.sec_faq .faq_list {
    margin: 50px 0;
    list-style-type: none;
    text-indent: 0;
}

.sec_faq .faq_txt_q {
    position: relative;
    margin: 0 0 16px;
    font-size: 16px;
    color: #62B034;
    padding: 0 0 0 48px;
}

.sec_faq .faq_txt_q::before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/common/faq_ico_q.jpg) no-repeat 100% / contain;
}

.sec_faq .faq_txt_a::before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/common/faq_ico_a.jpg) no-repeat 100% / contain;
}

.sec_faq .faq_txt_a {
    font-size: 16px;
    position: relative;
    padding: 0 0 20px 48px;
}

@media (min-width: 768px) {
    .sec_faq .inner {
        padding: 50px;
        max-width: 1200px;
        margin: 40px auto;
    }
    .sec_faq h2.sec_title {
        font-size: 32px !important;
        padding: 0;
        vertical-align: top;
        font-weight: normal;
        font-size: 100%;
        line-height: 180%;
        max-width: 700px;
        margin: 0 auto;
        letter-spacing: 2px;
        padding-bottom: 15px;
    }
    .sec_faq .sec_title span {
        display: block;
        font-size: 20px;
        padding-bottom: 20px;
        color: #d0d0d0;
        font-weight: 800;
    }
    .sec_faq .faq_list {
        margin: 50px 0 0;
    }
    .sec_faq .faq_item {
        margin: 40px 0 0;
    }
    .sec_faq .faq_txt_q::before,
    .sec_faq .faq_txt_a::before {
        width: 30px;
        height: 30px;
    }
    .sec_faq .faq_txt_a {
        font-size: 15px;
    }
}

.SfQLQb-dIxMhd-bN97Pc-b3rLgd .i4ewOd-pzNkMb-tJHJj .i4ewOd-pzNkMb-r4nke-LS81yb.di8rgd-TEhSn {
    display: none !important;
}


/**/

div#ez-toc-container p.ez-toc-title {
    font-weight: 600 !important;
}

#ez-toc-container {
    margin: 2em auto !important;
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
    overflow: inherit !important;
    margin-left: 30px !important;
}

img.wp-post-image {
    height: 100% !important;
}


/*プランページ仮会員バナー追加*/

.kari_bnr {
    margin: 50px 0;
}

.kari_bnr img {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
}


/*豊川TOP特徴3にNo.1バナー画像追加*/

.no1_bnr {
    padding-bottom: 50px;
}

.no1_bnr img {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
}


/*直葬プラン追加*/

.plan-chokuso .plan-tab-category__item.is-active {
    background: #433725;
    border: 1px solid #433725;
}

.plan-chokuso .plan-border {
    border-color: #433725;
}

.plan-chokuso .plan-border-t {
    background: #433725;
}

.plan-chokuso .plan-detail__heading__price .member__right {
    width: 100%;
    text-align: center;
}

.plan-chokuso .plan-detail__heading__point.family .item {
    border-color: #433725;
    color: #433725;
}

.plan-chokuso .plan-detail__heading__flow.family .item {
    background: #433725;
}

.plan-chokuso .member--price-sec .member__right {
    background: none;
    margin-left: 0;
    padding-right: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plan-chokuso .member--price-sec .member__right:before,
.plan-chokuso .member--price-sec .member__right:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #73b74c;
    width: 4px;
    height: 4.5em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
    top: 35%;
}

.plan-chokuso .member--price-sec .member__right:before {
    transform: rotate(-35deg);
    left: -1em;
}

.plan-chokuso .member--price-sec .member__right:after {
    transform: rotate(35deg);
    right: -1em;
}

@media screen and (max-width: 480px) {
    .plan-chokuso .member--price-sec .member__right:before,
    .plan-chokuso .member--price-sec .member__right:after {
        width: 2px;
        height: 2.5em;
        top: 25%;
    }
    .plan-chokuso .member--price-sec .member__right:before {
        left: -2em;
    }
    .plan-chokuso .member--price-sec .member__right:after {
        right: -2em;
    }
}


/* プラン一覧箇所の変更*/

.plan-list.newlayout {
    flex-wrap: wrap;
    justify-content: center;
}

.plan-list.newlayout .plan-list__item {
    width: 30%;
    max-width: none;
    margin-right: 3%;
    margin-bottom: 3%;
}

.plan-list.newlayout .plan_new_bana{
    padding: 0 20px;
}

.plan-list.newlayout .plan-list__item:nth-child(3),
.plan-list.newlayout .plan-list__item:nth-child(5) {
    margin-right: 0;
}

.plan-list.newlayout .plan-list__item:nth-child(4),
.plan-list.newlayout .plan-list__item:nth-child(5) {
    width: 47%;
}

.plan-list.newlayout .plan-list__inner {
    background: #fff;
    padding: 0;
}

.plan-list.newlayout .plan-list__item:nth-child(1) .plan-list__img,
.plan-list.newlayout .plan-list__item:nth-child(2) .plan-list__img,
.plan-list.newlayout .plan-list__item:nth-child(3) .plan-list__img {
    max-width: 300px;
}

.plan-list.newlayout .plan-list__item:nth-child(1) .plan-list__point,
.plan-list.newlayout .plan-list__item:nth-child(2) .plan-list__point,
.plan-list.newlayout .plan-list__item:nth-child(3) .plan-list__point {
    max-width: 300px;
}

.plan-list.newlayout .plan-list__item:nth-child(1) .plan-list__flow,
.plan-list.newlayout .plan-list__item:nth-child(2) .plan-list__flow,
.plan-list.newlayout .plan-list__item:nth-child(3) .plan-list__flow {
    max-width: 260px;
}

.plan-list.newlayout .plan-list__price {
    justify-content: center;
}

.plan-list.newlayout .plan-list__price__mark {
    margin-right: 10px;
}

.plan-list.newlayout .plan_list_note {
    font-size: 12px;
}

.plan-list__row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.plan-list__item.direct {
    border-color: #433725;
}

.plan-list__item.direct .plan-list__heading {
    background: #433725;
}

.plan-list__item.direct .plan-list__name {
    color: #433725;
}

.plan-list.newlayout .plan-list__item:nth-child(4) .plan-list__row__right {
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
    .plan-list.newlayout .plan-list__item {
        width: 47%;
        max-width: inherit;
        margin-right: 2%;
    }
    .plan-list.newlayout .plan-list__item:nth-child(3),
    .plan-list.newlayout .plan-list__item:nth-child(5) {
        margin-right: 2%;
    }
    .plan-list__row {
        display: block;
    }
    .plan-list.newlayout .plan-list__item:nth-child(4) .plan-list__row__right {
        margin-top: 0;
    }
    .plan-list.newlayout .plan-list__item:nth-child(4) .plan-list__img,
    .plan-list.newlayout .plan-list__item:nth-child(5) .plan-list__img {
        max-width: 300px;
    }
    .plan-list.newlayout .plan-list__item:nth-child(4) .plan-list__point,
    .plan-list.newlayout .plan-list__item:nth-child(5) .plan-list__point {
        max-width: 300px;
    }
    .plan-list.newlayout .plan-list__item:nth-child(4) .plan-list__flow,
    .plan-list.newlayout .plan-list__item:nth-child(5) .plan-list__flow {
        max-width: 260px;
    }
}

@media screen and (max-width: 480px) {
    .plan-list.newlayout .plan-list__item {
        width: 100%;
        margin-right: 0;
    }
    .plan-list.newlayout .plan-list__item:nth-child(4),
    .plan-list.newlayout .plan-list__item:nth-child(5) {
        width: 100%;
        margin-right: 0;
    }
    .plan-list.newlayout .plan_new_bana{
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*SNSアイコン追加*/

footer .gnavFooter__2nd__item.sns {
    margin-top: 15px;
}

footer .gnavFooter__2nd__item.sns .sns_list {
    display: flex;
}

footer .gnavFooter__2nd__item.sns .sns_list li {
    max-width: 35px;
}

footer .gnavFooter__2nd__item.sns .sns_list li:first-child {
    margin-right: 15px;
}

footer .band .sns_list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

footer .band .sns_list li {
    max-width: 35px;
}

footer .band .sns_list li:first-child {
    margin-right: 15px;
}

body .zsiq_floatmain {
    z-index: 1000 !important;
}

.siq_bL {
    bottom: 94px !important;
}

@media screen and (max-width: 480px) {
    .siq_bL {
        bottom: 80px !important;
    }
    .gnavSP__2nd__item.fz-small.gamagorishi a {
        font-size: 1.0rem;
        line-height: 1.5;
        padding-top: 6px;
    }
}


/*豊川SEO対策用追加css*/

.section-ttl .hall_name_small {
    display: block;
    font-size: 1.3rem;
}

.section-ttl.toyokawakaikan span {
    display: block;
    font-size: 1.3rem;
}


/*プランページ修正*/

#sample3 li {
    position: relative;
}

#sample3 li:hover {
    background: #deb3ba;
}

.sample3-tooltips {
    position: absolute;
    bottom: -2.8em;
    left: 0.3em;
    z-index: 9999;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    background: #c72439;
    border-radius: 0.5em;
}

.sample3-tooltips:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top: 8px solid transparent;
    border-left: 8px solid #c72439;
}



@media screen and (max-width: 480px) {

    /* .new_logo_area .new_logo{
        display: none;
    } */
}


.logo_fix{
    display: flex;
}


@media screen and (max-width: 480px) {
    .logo_fix{
       flex-direction: column;
    }
    

}





.card-body {
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .card-body .priceList{
    padding: 0 10px;
  }
  
  .card-body .tit {
    display: block;
    text-align: inherit;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: 0;
    background-color: transparent;
    margin-bottom: .5rem;
    font-size: 1.166666666666667rem;
    font-family: "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1.5
  }
  
  .card-body .tit::before, .card-body .tit::after {
    content: none
  }
  
  .card-body .tit>[class*="font"] {
    line-height: inherit
  }
  
  .card-body .category {
    position: absolute;
    top: 0;
    left: 0
  }
  
  .card-body>*:last-child {
    margin-bottom: 0
  }
  
  @media (max-width: 767.98px) {
    .card-body {
      padding: .75rem;
      font-size: .888888888888889rem
    }
    .card-body .tit {
      font-size: 1rem
    }
  }
  
  .card-body .planPriceList .tax {
    font-size: .777777777777778em
  }
  
  .card-body .planPriceList .generalPrice .sum {
    font-size: 1.333333333333333em
  }
  
  .card-body .planPriceList .memberPrice .sum {
    font-size: 2rem
  }
  
  .card-body .planPriceList .memberPrice .unit {
    font-size: 1.166666666666667em
  }
  
.card-body .priceList li{
    display: flex;
    justify-content: space-between;
    box-shadow:none;
    border: none;
    align-items: center;
  }


  .card-body .priceList li .priceName{
    padding-left: 10px;

  }
.card-body .priceList li.goldmember{
    margin-top: 10px;
  }
  
.card-body .priceList li .priceName{
    display: inline-block;
    align-items: center;
  }

  .card-body .priceList li .priceName img{
    width: auto;
  }
  .card-body .priceList li.goldmember .priceName{
    display: flex;
    padding-left: 0;
  }

  .card-body .priceList li .priceName .name{
    margin-left: 15px;
    text-align: center;
  }

.card-body .priceList li.goldmember .price{
    color: #bc1741;
    font-size: 2.3rem;
  }
  
.card-body .priceList li .price{
    font-weight: bold;
  }
  
  
  .column_plan .plan_list .img-wrap.toyohashi{
    padding: 0;
  }
  .column_plan .plan_list .img-wrap.toyohashi img{
    border-radius: 0;
  }
  
.card-body .priceList li.goldmember .price .unit{
    font-size: 1.4rem;
  }
  
  
.img_box .plan_catch.toyohashi::after{
    display: none;
  }
  
.img_box .plan_catch.toyohashi{
    background:linear-gradient(to right, #3e0054 25%, #51006e 50%, #3e0054 75%);
  }



  .card-body .priceList li{
    display: flex;
    list-style: none;

  }


  .plan-list__item.oneday .plan-list__heading.toyohashishi{
    background: linear-gradient(to right, #3e0054 25%, #51006e 50%, #3e0054 75%);
  }
  .plan-list__item.family .plan-list__heading.toyohashishi{
    background: linear-gradient(to right, #3e0054 25%, #51006e 50%, #3e0054 75%);
  }

  .plan-list__item.general .plan-list__heading.toyohashishi{
    background: linear-gradient(to right, #3e0054 25%, #51006e 50%, #3e0054 75%);
  }
  
  @media screen and (max-width: 768px) {
  
    .column_plan .plan_list .img-wrap.toyohashi{
      min-height: auto;
      margin-bottom: 10px;
    }
  }




  @media screen and (max-width: 768px) {
    .header__home a {
        line-height: 29px;
        margin-top: 10px;
    }
    .header__home a br{
        display: none;
    }


    }








.gamagori_plan{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 406px));
    list-style-type: none;
    margin: 2rem 0 0;
    padding: 0;
  }
  .gamagori_plan li{
    width: 32%;
  }
  .gamagori_plan li img{
    max-width: 100%;
    display: block;
    width: 100%;
  }

  .gamagori_plan li img.ico{
    max-width: 50px;
  }

  .gamagori_plan_RecommendedSetPlanList_tax{
    font-size: 18px;
    display: block;
    line-height: 1.3;
  }
  .gamagori_plan li a{
    color: inherit;
    display: block;
    text-decoration: none;
    box-shadow: 0 .2rem .1rem 0 rgba(3, 3, 3, .43);
    transition: box-shadow .2s, transform .2s, opacity .2s;
    border: 1px solid #835917;
    border-top: 3px solid #835917;
    border-radius: 5px;
    pointer-events: none;
  }
  .gamagori_plan li.redbk a{
    border: 1px solid #ea3157;
    border-top: 3px solid #ea3157;
  }
  
  .gamagori_plan li.bl a{
    border: 1px solid #005d88;
    border-top: 3px solid #005d88;
  }
  
  
  .gamagori_plan_ttl{
    text-align: center;
    font-size: 3rem;
    line-height: 1.25;
    margin: 0;
    padding: 1rem 1rem .5rem;
    color: #835917;
  }
  
  .gamagori_plan_ttl.red{
    color: #ea3157;
  }
  
  
  .gamagori_plan_ttl.bl{
    color: #005d88;
  }
  
  .gamagori_plan_ttl span{
    font-size: 2.3rem;
    font-weight: normal;
  }
  
  .gamagori_plan_Recommend{
    position: relative;
    margin: .5rem .5rem .75rem;
    padding-top: .1rem;
    line-height: 1.25;
    background-color: #f2f2f2;
    border: 1px solid #d3d2d3;
    border-radius: .25rem;
    text-align: center;
    padding: 5px 0;
    font-size: 2rem;
  }
  
  .gamagori_plan_Recommend::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
    border-color: transparent;
    border-style: solid;
    border-width: .5rem .4rem 0;
    border-top-color: #f2f2f2;
    z-index: 1;
  }
  
  
  .gamagori_plan_Recommendnon{
    font-size: 2.8rem;
    color: #f02a35;
    line-height: .9;
    padding-bottom: .1rem;
  }
  
  .gamagori_plan_txt-price{
    color: #f02a35;
  }
  
  
  .gamagori_plan_txtbox{
    margin-bottom: .25rem;
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  .gamagori_plan_d-flex_name{
    font-weight: bold;
    text-align: center;
  }
  
  .gamagori_plan_d-flex_name .mbnone01 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .gamagori_plan_d-flex_name .mbnone02 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  
  .gamagori_plan_RecommendedSetPlanList{
    display: flex;
    justify-content: center;
    align-items: end;
    color: #f02a35;
    margin-left: 20px;
  }
  
  .gamagori_plan_RecommendedSetPlanList_num{
    line-height: .9;
    font-size: 6rem;
    color: #f02a35;
  }
  
  .gamagori_plan_RecommendedSetPlanList_unit{
    white-space: nowrap;
    font-size: 18px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    display: flex;
    color: #f02a35;
  }
  
  .gamagori_plan_RecommendedSetPlanList_unit.cha{
    color: #835917;
  }
  
  .gamagori_plan_RecommendedSetPlanList_unit.red{
    color: #ea3157;
  }
  
  
  .gamagori_plan_RecommendedSetPlanList_unit.bl{
    color: #005d88;
  }
  
  .gamagori_plan_generalPrice{
    margin-bottom: .25rem;
    text-align: center;
  }
  
  .gamagori_plan_num02{
    font-size: 2rem;
    margin-left: .25rem;
    margin-right: .25rem;
  }
  
  
  .gamagori_plan_RecommendedSetPlanList_item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 10px auto 20px;
    font-size: 14px;
    background-color: #f2f2f2;
    padding: 0 10px;
  }
  .gamagori_plan_RecommendedSetPlanList_item span{
    display: block;
  }
  

  .gamagori_plan_RecommendedSetPlanList_item .gamagori_plan_RecommendedSetPlanList_unit{
    margin-left: 25px;
  }
  
  .gamagori_plan_RecommendedSetPlanList_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .1em;
    background-color: #000;
    padding: 5px 0;
    gap: 0 .25rem;
  }
  
  
  .gamagori_plan_RecommendedSetPlanList_playIcon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 15px;
    height: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .gamagori_plan_img{
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  @media only screen and (max-width: 768px) {
  
    .gamagori_plan_Recommend{
      font-size: 1.4rem;
    }
    .gamagori_plan_RecommendedSetPlanList_num{
      font-size: 4rem;
    }
    .gamagori_plan_RecommendedSetPlanList_unit{
      font-size: 1.4rem;
    }
    .gamagori_plan_d-flex_name .mbnone01{
      font-size: 1.4rem;
    }
    .gamagori_plan_d-flex_name .mbnone02{
      font-size: 1.4rem;
    }
  
    .gamagori_plan_img{
      width: 45%;
      padding: 10px;
      height: 100%;
      position: relative;
      padding-bottom: 30%;
      margin-top: 10px;
      margin-right: 7px;
    }
    .gamagori_plan_img_inner{
    }
    .gamagori_plan_img img{
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
    }
    .gamagori_plan_ttl{
      font-size: 2rem;
    }
    .gamagori_plan_RecommendedSetPlanList_item{
      margin-top: 0;
    }
  
    .gamagori_plan{
        flex-direction: column;
    }
    .gamagori_plan li{
        width: 100%;
    }
  
    .sp_flex{
        display: flex;
        justify-content: space-around;
    }
    .gamagori_plan_ttl span{
        display: block;
    }
    .gamagori_plan_RecommendedSetPlanList{
      margin-left: 10px;
    }
    .gamagori_plan_RecommendedSetPlanList_item{
        flex-direction: column;
       
    }
  
    .gamagori_plan_txtbox .ico{
      width: 15%;
    }
  
    .gamagori_plan_RecommendedSetPlanList_item.sp_hide{
      display: none;
    }
    .gamagori_plan_generalPrice{
      font-size: 1.4rem;
    }

    .gamagori_plan_RecommendedSetPlanList_btn{
        font-size: 14px;
        padding: 5px 0;
    }

  }
  
  

.fujihall .sec_btn_pdf{
    display: none;
  }

  .iwatashi-seien .sec_btn_pdf{
    display: none;
  }