/*-----
#business-side{
display:none;
}
----*/

.for-business {
    display: none !important;
}



html,
body,
#container {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.multi-column-buttons .buttons[data-multi-column-buttons-design-type="editable"][data-multi-column-buttons-arrow-direction="right"] .button .button-wrapper .icon .arrow {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #2f7325 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #482f19 50.5%) no-repeat bottom right/100% 50%;
}

.fa,
.fas {
    font-weight: 600;
    padding-left: 5px;
}

#container header span {
    font-size: 15px !important
}


/*mainvisual*/
#container #main-visual.add-dots>#index-slider .slick-slider li .image {
    max-height: 600px !important;
}

/*header*/
header#header {
    box-shadow: 0px 2px 1px 0px #e5e5e5;
}

#container header {
    background: #ffffffe8;
}

.logo {
    margin-right: 30px;
}

.logo img {
    width: 60px;
}

li.menu-item {
    padding: 0 10px;
}

div .header-right {
    display: flex;
    align-items: center;
}

.insta.header-button img {
    width: 35px;
}

.contact-botton a {
    display: block;
    padding: 5px 10px;
    background: #500001;
    transition: 0.2s;
    border-radius: 5px;
    color: #ffffff;
}

.form-botton a {
    display: block;
    padding: 5px 10px;
    background: #ffffff00;
    transition: 0.2s;
    border-radius: 5px;
    color: #500001;
    border: #500001 2px solid;
}

.contact-botton a:hover,
.form-botton a:hover {
    opacity: 0.7;
    transition: 0.4s;
}

.header-catalog a {
    color: #7a5410;
}

.contact-botton a {
    color: #fff;
}

.header-catalog {
    padding: 0;
    border: 0;
}

.contact-botton {
    padding: 0;
    line-height: inherit !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 0;
    background: inherit;
}

.form-botton {
    padding: 0;
    line-height: inherit !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 0;
    background: inherit;
}

.buttons-insta {
    margin: auto 10px;
}

.cts-list.inner-load-list .pager>ul li.prev,
.cts-list.inner-load-list .pager>ul li.next {
    display: none;
}

p.c-txt {
    font-size: 15px;
}

@media (max-width: 1250px) {
    p.c-txt {
        font-size: 15px;
    }

    .header-catalog {
        margin: auto;
    }

    .header-catalog a {
        padding: 5px 10px;
        font-size: 1.2rem;
    }

    .contact-botton {
        background: transparent;
        margin: auto;
    }

    .contact-botton a {
        padding: 5px 10px;
        font-size: 1.2rem;
    }

    .logo img {
        width: 70px;
    }
}

@media (max-width: 768.9px) {
    .menu-right {
        display: none;
    }

}

/*line*/
.drop-menu-list {
    display: flex;
    padding: 10px 30px;
    background-color: #ffffffe8;
}

li.drop-menu-item {
    border: none !important;
    width: auto;
}

.logo img {
    width: 100px;
}



.menu-item a ::before {
    background-image: linear-gradient(90deg, rgba(248, 57, 168, 1), rgba(81, 48, 97, 1));
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.menu-item a :hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
    opacity: 1;
    /* 不透明度を最大に */
    transition: opacity .3s, visibility .3s;
    /* アニメーション設定 */
    visibility: visible;
    /* 下層メニューを表示 */
}

.menu-item a {
    align-items: center;
    height: 64px;
    color: #232323;
    /* メニューアイテム内のリンクテキストの色 */
    display: flex;
    justify-content: center;
    text-decoration: none;
    /* リンクの下線を非表示 */
}

li.drop-menu-item {
    padding: 0px 15px
}

li.drop-menu-item a {
    height: 40px;
    display: flex;
    justify-content: left;
}

/* ナビゲーションメニュー */
.nav-menu {
    margin: 10px;
    background-color: transparent;
    color: #000;
    /* メニューテキストの色 */
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    align-items: center;
}

.for-business .nav-menu {
    margin: 10px 10px 0;
}

.menu-list {
    display: flex;
    justify-content: center;
    /* メニューアイテムを中央揃えに */
    margin-right: 20px;
}

.menu-item {
    position: relative;
}

.menu-right {
    display: flex;
}

/*SP*/


@media(max-width:640.1px) {

    /*common*/
    #container #contents>.inner>#main>.inner>.section-basic>.inner {
        margin: 0 auto 1em;
    }

    #container #contents>.inner>#main .pankuzu-wrapper {
        margin: 0;
    }

    p,
    td {
        line-height: 3rem;
        font-size: 14px;
    }


    /*header*/
    li.menu-item {
        display: none;
    }

    .contact-botton a {
        display: none;
    }

    .logo img {
        width: 75px;
    }

    div#container.column-1 {
        padding-top: 70px !important;
    }

    h2 {
        margin-bottom: 30px;
    }

    #container #contents>.inner>#main>.inner {
        width: 96%;
        padding: 0;
    }

    .nav-menu {
        padding: 0;
    }

    div .header-right {
        display: none;
    }
}


/* ドロップダウンメニュー */
.drop-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.drop-menu-list {
    background-color: #f7eef0ed;
    /* ドロップダウンメニューの背景色 */
    display: flex;
    padding: 10px 30px;
    left: 0;
    opacity: 0;
    /* 不透明度を最小に */
    position: absolute;
    top: 100%;
    transition: opacity .3s, visibility .3s;
    /* アニメーション設定 */
    visibility: hidden;
    /* 下層メニューを非表示 */
    width: max-content;
    z-index: 1;
}

li.drop-menu-item {
    border: 1px solid #cecece;
}


/**/

#container header #header-sub>.inner nav ul li a {
    color: #31252D;
    background: #fff;
}

#container header #header-main>.inner #header-left .logo {
    height: 60px !important;
}

#container footer #footer-main>.inner>nav {
    zoom: 1;
    position: relative;
    background: #423C40;
}

/*ビジネスボタン*/
.business-botton a {
    padding: 5px 10px;
    font-size: 1.2rem;
    color: #fff;
    background: #500001;
    border: 2px solid #500001;
    transition: 0.2s;
    border-radius: 5px;
    display: block;
}

.business-botton {
    display: flex;
    align-items: center;
}

.business-botton a:hover {
    color: #500001 !important;
    background: #fff;
    border: 2px solid #500001;
}

/*Mainvisual*/
#container #main-visual>.inner>.image>img {
    width: 100%;
}

/*soushoku*/
h2 {
    font-size: 30px;
    font-size: 2.5rem;
    position: relative;
    padding: 1.5rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

h2 span {
    font-size: 18px;
    font-size: 1.5rem;
    display: block;
    padding-bottom: 5px
}

h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #e2b0b9;
}

/*font*/
#container {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*hover*/
#container #contents>.inner>#main>.inner>.section-basic>.inner>.body div[class^="custom-button_"]:hover {
    opacity: 0.7;
}

/*フッター*/


footer#footer {
    padding-top: 0px;
    background-color: #f3f3f3;
}

.footer-flex-box {

    display: flex;
    justify-content: space-evenly;
    padding: 10rem 1rem 4rem;
    background-color: #f3f3f3;
}

.footer-flex-box1 {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}

.footer-flex-box1 ul {
    border-left: 2px solid #ffffff;
    border-radius: 1px;
    margin-left: 10px;
}

.footer-flex-box1 li a {
    color: #fff;
    margin-left: 10px
}

.eflora img {
    padding: 2rem 3rem;
}



.footer-flex-box2 {
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.for-business .footer-flex-box2 {
    width: 67%;
}



.contact {
    background-color: #fff;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
}

.contact a {
    color: #000;
}

.contact-flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.contact-flex a {
    width: 100%;
    text-align: center;
}

.contact-flex a:nth-child(2) {
    color: #fff;
    background-color: #088f40;
}

.contact-button {
    border: 2px solid #70b0d600;
    border-radius: 5px;
    background-color: #500001;
    margin: 1rem;
    padding: 1rem;
}

a.contact-button {
    color: #fff;
}

@media(max-width:600.1px) {
    .footer-flex-box {
        padding: 1rem .5rem;
        background-color: #f3f3f3;
        flex-direction: column;
    }

    .footer-flex-box1 {
        display: none !important;

    }

    .footer-flex-box2 {
        width: 100% !important;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .footer-flex-box2 .contact {
        margin: 1em auto;
        width: 90%;
        border-radius: 10px;
    }

    .footer-flex-box2 .contact .contact-button {
        text-align: center;
    }

    .accordion {
        margin: 1em auto 0;
        width: 90%;
    }

    .toggle {
        display: none !important;
    }

    .option {
        position: relative;
        margin-bottom: 1em;
    }

    .option .title,
    .option .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }

    .option .title {
        border: solid 2px #fff;
        padding: .5em .5em .5em 1em;
        display: block;
        color: #333;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .option .title::after,
    .option .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 1.25em;
        width: 2px;
        height: 0.75em;
        background-color: #999;
        transition: all 0.3s;
    }

    .option .title::after {
        transform: rotate(90deg);
    }

    .option .content {
        max-height: 0;
        overflow: hidden;
        margin-top: 1rem;
        margin-left: 1rem;
        border-left: 2px solid #ccc;

    }

    .option .content a {
        margin: 0;
        padding: 2rem;
        line-height: 2;
        color: #333;
    }

    .toggle:checked+.title+.content {
        max-height: 500px;
        transition: all 1.5s;
    }

    .toggle:checked+.title::before {
        transform: rotate(90deg) !important;
    }

    .option .title {
        font-size: 14px;
    }

    .option {
        margin-bottom: 0.5em;
    }

    .contact-title {
        color: #333;
        font-size: 14px;
        text-align: center;
    }

    .contact a {
        color: #333;
        font-size: 14px;
    }

    .footer-flex-box2 .contact .contact-button {
        color: #fff;
    }


}


@media(min-width:640.1px) {
    .footer-flex-box1 ul {
        line-height: 3rem;
    }

    .footer-flex-box1 li a {
        color: #000;
        margin-left: 10px;
        font-size: 1.3rem
    }

    .footer-title {
        color: #000;
        font-weight: bold;
        margin-bottom: 1.5rem;
        font-size: 1.5rem
    }

    .footer-flex-box {
        display: flex;
        justify-content: space-evenly;
        padding: 5rem 1rem 4rem;
        background-color: transparent;
    }

    footer#footer {
        padding-top: 0px;
        background-color: #eee;
    }

    .footer-flex-box1 ul {
        border-left: 1px solid #333;
        border-radius: 1px;
        margin-left: 5px;
    }

    .footer-flex-box1 ul li a:hover {
        opacity: 0.7;
        transition: 0.3s;
    }

    .edit-date-display {
        display: none;
    }

    h1.page-title-h1 {
        display: none;
    }

    .contact {
        background-color: #fff;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
    }

    .contact-title {
        color: #000;
        font-size: 1.5rem;
        font-weight: bold;
    }

    a.contact-button {
        color: #fff;
        text-align: center;
    }

    a.contact-button:hover {
        opacity: 0.8;
        transition: 0.3s;
    }

    .accordion {
        display: none;
    }

    .footer-flex-box-1-1 {
        display: flex;
        width: 500px;
        justify-content: space-between;
    }

    /*hanatown eflora*/
    .footer-flex-box2 ul {
        display: flex;
        justify-content: space-around;
    }

    .eflora img {
        padding: 2rem;
    }

    .hanatown img {
        width: 200px;
        padding: 2rem;
    }
}




/*SP*/


@media(max-width:640.1px) {

    /*common*/
    #container #contents>.inner>#main>.inner>.section-basic>.inner {
        margin: 0 auto 1em;
    }

    #container #contents>.inner>#main .pankuzu-wrapper {
        margin: 0;
    }

    /*header*/
    li.menu-item {
        display: none;
    }

    .contact-botton a {
        display: none;
    }

    .form-botton a {
        display: none;
    }

    .logo img {
        width: 75px;
    }

    div#container.column-1 {
        padding-top: 70px !important;
    }

    h2 {
        margin-bottom: 30px;
    }

    #container #contents>.inner>#main>.inner {
        width: 96%;
        padding: 0;
    }


    /*footer*/
    .footer-flex-box {
        padding: 1rem .5rem;
        background-color: #f3f3f3;
        flex-direction: column;
    }

    .footer-flex-box1 {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        margin: 1rem 0 2rem;
    }

    .footer-flex-box2 {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .footer-title {
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .footer-flex-box1 li a {
        font-size: 10px;
    }

    .footer-flex-box-1-1 {
        display: flex;
        justify-content: space-evenly;
    }

    /*hanatown eflora*/
    .eflora img {
        padding: .5rem;
    }

    .hanatown img {
        width: 200px;
        padding: .5rem;
    }

    .footer-flex-box2 ul {
        display: flex;
        justify-content: center;
    }

}

/*sidemenu*/


#container>#menu-btn {
    background-color: #ffffff00;
}

#container>#menu-btn .inner span {
    background-color: #E04272;
}

#container #contents>.inner>#side>.inner>.parts-menu>.inner>.title h3 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid #e1b0b947;
}

#container #contents>.inner>#side>.inner>.parts-menu>.inner>.body>ul>li a:before {
    content: "-";
    font-size: 1.4rem;
    position: absolute;
    left: 1px;
}

/*pickup*/
.inner-load-list.column {
    padding: 0;
}

li.prev.disabled {
    display: none;
}

li.next {
    display: none;
}

.cts-list.inner-load-list .pager>ul li {
    border: 0;
}

.cts-list.inner-load-list .pager>ul li:not(:last-of-type) {
    margin: .5em;
}

.cts-list.inner-load-list .pager>ul li.current {
    border-bottom: 1px solid #E04272;
    font-weight: normal;
    color: #E04272;
}

.cts-list.inner-load-list .pager>ul li.list-pager-link-number:not(.current) {
    background: #fff;
    color: #000;
}


.footer-copyright {
    text-align: center;
    background-color: #4a4a4a;

}


@media(min-width:640.1px) {

    .footer-flex-box-1-1,
    .footer-flex-box-1-2 {
        display: flex;
        justify-content: flex-start;
        margin:2rem 0;
    }

    .footer-flex-box-1-1>div,
    .footer-flex-box-1-2>div {
        width: 250px;
    }

    .footer-flex-box1>div>div>ul {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .footer-flex-box1>div>div>ul li {
        list-style-type: none !important;
    }

    .footer-flex-box1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .footer {
        display: flex;
        justify-content: space-around;
    }

    .footer-flex-box-1-1 {
        width: 100%;
    }

    @media (min-width: 640.1px) and (max-width: 1200px) {

        .footer-flex-box1 {
            width: 60%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: flex-start;
            margin: 0 auto;
        }

        .footer {
            display: flex;
            justify-content: space-around;
            flex-direction: column;
        }

        .footer-flex-box2 {
            width: 60%;
            display: flex;
            justify-content: space-evenly;
            flex-direction: column;
            align-items: center;
            margin: 0 auto;
            align-content: center;
        }
    }

}

/*フッター画像*/
.pc-img {
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 5rem 0 3rem;
}

.sp-img {
    display: none;
    width: 350px;
    margin: 0 auto;
    padding: 5rem 0 3rem;
}

@media (max-width: 768.9px) {
    .pc-img {
        display: none;
    }

    .sp-img {
        display: block;
    }
}


/*カスタムサイドメニュー*/




#side>div {
    padding: 0rem 2rem;
}


.parts-menu {
    width: 100%;
}

.parts-menu>.inner {
    margin-bottom: 2rem
}

.parts-menu>.inner>div.title>h3 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid #e1b0b947;
}

.parts-menu>.inner>div.body>ul {
    list-style-type: none;
}

.parts-menu>.inner>div.body>ul>li>a {
    padding: 1rem 1rem;
    font-size: 14px;
    position: relative;
    color: #000;
    list-style-type: none;
}

.parts-menu>.inner>div.body>ul>li {
    padding: 1.5rem 2rem;
}

.parts-menu>.inner>div.body>ul>li>a img {
    max-width: 90%;
    height: auto;
}

.parts-menu>.inner>div.body>ul>li>a:not(img):before {
    content: "-";
    font-size: 1.4rem;
    position: absolute;
    left: 1px;
}