@charset "UTF-8";

#wrapper {
    min-width: 320px;
    overflow: hidden;
}

.maincontbox {
    margin: 0;
}

/*色情報*/
/*common*/
.orange {
    color: #f6a454;
}

.red {
    color: #c00;
}

.green {
    color: #82c792;
}

.blue {
    color: #0000cd;
}

.fz-exsmall {
    font-size: 50%;
}

.fz-small {
    font-size: 80%;
}

.fz-large {
    font-size: 120%;
}

.fz-exlarge {
    font-size: 150%;
}

.marker {
    display: inline;
    background-color: #ff0;
}

.underline {
    text-decoration: underline;
}

.shadow-white {
    text-shadow: 0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff;
}

.txtcolor {
    color: #666;
}

.grn {
    color: #82c792;
}

.bggrn {
    background: #82c792;
}

.grn2 {
    color: #e3fae9;
}

.bggrn2 {
    background: #e3fae9;
}

.ora {
    color: #f6a454;
}

.bgora {
    background: #f6a454;
}

.bgora2 {
    background: #fdead9;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ylw {
    color: #fff134;
}

.bgylw {
    background: #fff134;
}

table {
    width: 100%;
}

table th {
    border-right: 1px solid #fff;
}

table th:last-of-type {
    border-right: none;
}

.mail {
    padding-left: 30px;
    position: relative;
}

.mail:after {
    content: "\f0e0";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.nami {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: auto;
    padding: 0 50px;
    position: relative;
}

.nami:before {
    content: "\f773";
    font-family: "font awesome 5 free";
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
}

.nami:after {
    content: "\f773";
    font-family: "font awesome 5 free";
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
}

.btn-box .inner {
    padding: 0;
}

.list-btn li a {
    overflow: hidden;
    border: 2px solid #f6a454;
    border-radius: 5px;
    position: relative;
}

.list-btn li a .btn-title {
    margin: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #f6a454;
    text-shadow: white 2px 0px,
    white -2px 0px,
    white 0px -2px,
    white 0px 2px,
    white 2px 2px,
    white -2px 2px,
    white 2px -2px,
    white -2px -2px,
    white 1px 2px,
    white -1px 2px,
    white 1px -2px,
    white -1px -2px,
    white 2px 1px,
    white -2px 1px,
    white 2px -1px,
    white -2px -1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.-green .list-btn li a {
    border: 2px solid #82c792;
}

.-green .list-btn li a .btn-title {
    color: #82c792;
}

.-small .list-btn li a .btn-title {
    font-size: 18px;
}

.list-btn li a:hover {
    opacity: 1;
}

.list-btn li a:hover .filter::before {
    background-color: transparent;
}

.list-wrap {
    width: 90%;
    margin: 30px auto;
    padding: 30px 15px;
    border: 1px solid #82c792;
    border-radius: 10px;
}

.list-decimal li {
    padding-left: 2em;
    position: relative;
}

.list-decimal li+li {
    margin-top: 10px;
}

.list-decimal li::before {
    content: "●";
    color: #82c792;
    position: absolute;
    top: 0;
    left: 0;
}

.list-voice li+li {
    margin-top: 15px;
}

.list-voice li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border: 3px double #b59966;
    background-color: #fefaf2;
}

.list-voice li a .voice-title {
    margin-bottom: 10px;
    padding: 8px 5px 0px 0px;
    font-weight: bold;
    font-size: 120%;
    color: #663d15;
    border-bottom: 1px dotted #663d15;
}

.voice_detail {
    padding: 20px;
    border: 3px double #b59966;
    background-color: #fefaf2;
}

.voice-title {
    margin-bottom: 20px;
    padding: 8px 5px 0px 0px;
    font-weight: bold;
    font-size: 120%;
    color: #663d15;
    border-bottom: 1px dotted #663d15;
}

.voice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.voice-item dt {
    width: 25%;
    padding-right: 30px;
    position: relative;
}

.voice-item dt::after {
    content: "：";
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    top: 0;
    right: 0;
}

[class^="voice-item"] dt {
    font-weight: bold;
}

[class^="voice-item"] dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.voice-item_02 dd {
    width: 100%;
}

@media (max-width: 1024px) {
    .nami {
        padding: 0 40px;
    }

    .list-btn li a .btn-title {
        font-size: 20px;
    }

    .voice-item dt {
        width: 100%;
    }

    .voice-item dt:after {
        display: none;
    }
}

@media (max-width: 599px) {
    .nami {
        padding: 0 30px;
    }

    .nami:before,
    .nami:after {
        width: 25px;
    }

    .list-decimal li {
        padding-left: 1.5em;
    }
}

.titscale {
    font-size: 120%;
}

.arrowgrn {
    position: relative;
}

.arrowgrn:after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #82c792;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.arrowgrn-orange:after {
    color: #f6a454;
}

.arrowgrn-white:after {
    color: white;
}

.arrowgrnunder {
    position: relative;
}

.arrowgrnunder:after {
    content: "\f054";
    width: 14px;
    height: 14px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 10px;
}

.arrowgrnback {
    position: relative;
}

.arrowgrnback:after {
    content: "\f054";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
}

.hcircleylw {
    padding: 10px 20px;
    color: #fff;
    background: #f6a454;
}

.hcircleylw-icon {
    display: inline-block;
    margin-right: 10px;
}

.hcirclegrn {
    padding: 15px 20px;
    position: relative;
}

.list-media-title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
}

/* .hcirclegrn:after {
    content: "";
    width: 60%;
    height: 140%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #82c792;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
} */

.more {
    width: 200px;
    margin: 0 auto;
}

.more a {
    display: block;
    padding: 10px 20px 10px 10px;
    color: #fff;
    text-align: center;
    background: #82c792;
}

.more_02 a {
    background-color: #f6a454;
}

.titora {
    display: block;
    font-weight: 600;
    font-size: 36px;
    color: #f6a454;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.titwhite {
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #444;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

@media (max-width: 1024px) {
    .titora {
        font-size: 4.5vw;
    }

    .titwhite {
        font-size: 3vw;
    }
}

@media (max-width: 599px) {
    .titora {
        font-size: 5vw;
    }

    .top-mv-sub {
        font-size: 3.2vw;
    }

    .titwhite {
        font-size: 3vw;
    }
}

.pakaora {
    padding: 0 40px;
    font-weight: bold;
    position: relative;
}

.pakaora:before {
    content: "";
    width: 5px;
    height: 50px;
    border-radius: 10px;
    background: #f6a454;
    -webkit-box-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    box-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute;
    top: 0;
    left: 0;
}

.pakaora:after {
    content: "";
    width: 5px;
    height: 50px;
    border-radius: 10px;
    background: #f6a454;
    -webkit-box-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    box-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    top: 0;
    right: 0;
}

.type-d .pakaora {
    width: 90%;
    display: block;
    margin: auto;
}

.type-d .pakaora:before,
.type-d .pakaora:after {
    height: 110px;
    top: 20px;
}

@media only screen and (max-width:599px) {
    .type-d .pakaora:before,
    .type-d .pakaora:after {
        height: 60px;
    }
}

.special .titora {
    font-size: 46px;
}

.special .titora pakaora {
    font-weight: bold;
}

.special .titora .pakaora {
    padding: 0 40px;
    font-weight: bold;
}


.special .titora .pakaora:before,
.special .titora .pakaora:after {
    height: 60px;
}

@media only screen and (max-width:599px) {
    .special .titora .pakaora {
        padding: 0 20px;
    }

    .special .titora {
        font-size: 5vw;
    }


    .special .titora .pakaora:before,
    .special .titora .pakaora:after {
        height: 30px;
    }
}


@media (max-width: 599px) {
    .pakaora {
        padding: 0 15px;
    }

    .pakaora:before {
        width: 2px;
        height: 20px;
    }

    .pakaora:after {
        width: 2px;
        height: 20px;
    }
}

.pakaylw {
    padding: 0 30px;
    position: relative;
}

.pakaylw:before {
    content: "";
    width: 3px;
    height: 30px;
    border-radius: 10px;
    background: #fff134;
    -webkit-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    position: absolute;
    top: 50%;
    left: 0;
}

.pakaylw:after {
    content: "";
    width: 3px;
    height: 30px;
    border-radius: 10px;
    background: #fff134;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 0;
}

@media (max-width: 599px) {
    .pakaylw {
        padding: 0 15px;
        font-size: 16px;
    }

    .pakaylw:before {
        height: 25px;
    }

    .pakaylw:after {
        height: 25px;
    }
}

@media (max-width: 599px) {
    /* h2,
    h2 span {
        font-size: 18px !important;
    } */
}

/*header*/
#wrapper>h1 span {
    display: block;
}

header {
    position: relative;
    z-index: 260;
}

.headbox .left {
    width: 24%;
    margin-right: auto;
    margin-right: 4%;
}

.headbox .left dt.logo {
    width: 100%;
}

.headbox .left dd {
    width: 100%;
    color: #ec1c1c;
    background: #473930;
}

.headbox .left dd span {
    color: #fff;
}

.headbox .left .header-address {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
}

.headbox .center {
    width: 40%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 2%;
}

.headbox .center table {
    width: 100%;
    background-color: white;
}

.headbox .right {
    width: 30%;
    margin-left: auto;
}

.headbox .right p {
    min-width: 210px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.headbox .tel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.headbox .tel a {
    font-weight: 600;
    font-size: 34px;
    color: #82c792;
}

.headbox .tel a span {
    font-size: 12px;
}

.headbox .contactbtn a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #f6a454;
    position: relative;
}

.btn-wrap {
    width: 100%;
}

.headbox .right .btn-sns-line {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-left: 10px;
}

.headbox .right .btn-sns-line a {
    font-size: 50px;
    color: #00c300;
    line-height: 1;
}

.sp-only {
    display: none;
}

#gnav li {
    padding: 0 22px;
    position: relative;
}

#gnav li:after {
    content: "";
    width: 1px;
    height: 1rem;
    display: block;
    background: #666;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

#gnav li:last-of-type:after {
    display: none;
}

#gnav .mobile-btn {
    width: 80%;
    max-width: 300px;
    display: none;
    margin: 50px auto 10px;
}

#gnav .mobile-btn-list li {
    width: 100%;
}

#gnav .mobile-btn-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px !important;
    color: white;
}

#gnav .mobile-btn-list li a::before {
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#gnav .mobile-btn-list li.coupon a {
    background-color: #f6a454;
}

#gnav .mobile-btn-list li.coupon a::before {
    content: "\f02c";
}

#gnav .mobile-btn-list li.email a {
    background-color: #82c792;
}

#gnav .mobile-btn-list li.email a::before {
    content: "\f0e0";
}

#gnav .mobile-btn-list li+li {
    margin-top: 10px !important;
}

.gnavinn .table {
    display: none;
}

#gnav .ddbox .dd {
    width: 600px;
    visibility: hidden;
    margin-top: 5px;
    padding: 10px;
    border: 2px solid #82c792;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 1px 0 #000;
    box-shadow: 0 0 1px 0 #000;
    opacity: 0;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    position: absolute;
    left: 50%;
    z-index: 10;
}

#gnav .ddbox {
    overflow: hidden;
}

#gnav .ddbox:hover {
    overflow: visible;
}

#gnav .ddbox:hover .dd {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
}

#gnav .dd li {
    width: 48%;
    text-align: left;
}

#gnav .dd li:before {
    padding: 10px 0;
}

#gnav .dd li:after {
    display: none;
}

@media (max-width: 1024px) {
    .sp-only {
        display: block;
    }

    #wrapper>h1 {
        padding-right: 60px;
    }

    #wrapper>h1 span {
        font-size: 12px;
    }

    .headbox {
        padding: 10px 0;
    }

    .headbox .left {
        width: 50%;
    }

    .headbox .left dd {
        font-size: 16px;
        text-align: left;
    }

    .headbox .center {
        display: none;
    }

    .headbox .right {
        width: 46%;
    }

    .headbox .tel a {
        font-size: 24px;
    }

    #gnav .mobile-btn {
        display: block;
    }

    #gnav li:after {
        display: none;
    }

    #gnav .gnavinn>ul {
        padding-top: 5%;
    }

    #gnav .gnavinn>ul span::after {
        content: "\f078";
        display: inline-block;
        margin-left: 20px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #82c792;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    #gnav .gnavinn>ul li span.action::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .gnavinn .table {
        display: block;
        padding: 3%;
    }

    .gnavinn table {
        width: 80%;
        max-width: 600px;
        margin: auto;
    }

    .gnavinn table th,
    .gnavinn table td {
        padding: 10px 5px;
    }

    #gnav .ddbox .dd {
        width: calc(100% - 15px);
        visibility: visible;
        margin-bottom: 10px;
        padding: 10px;
        background: #fff;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        position: relative;
        left: 15px;
    }

    #gnav .dd li {
        width: 50%;
        padding-left: 0;
        position: relative;
    }

    #gnav .dd li a {
        padding-left: 40px;
    }
}

@media (max-width: 599px) {
    .headbox {
        padding-top: 10px;
    }

    .headbox .left {
        width: 100%;
    }

    .headbox .left dd {
        width: 100%;
        font-size: 4vw;
    }

    .headbox .left dd br {
        display: none;
    }

    .fixed-bnr {
        display: block;
    }

    .headbox .right {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 200;
    }

    .headbox .right {
        display: none;
    }

    .drop .headbox .right {
        bottom: 30px;
    }

    .headbox p {
        width: 50%;
        padding-top: 0;
    }

    .headbox p a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 50px;
        text-align: center;
    }

    .headbox .tel a {
        font-size: 14px;
        color: #fff;
        background: #82c792;
    }

    .headbox .right {
        padding-right: 50px;
    }

    .headbox .right>p,
    .headbox .right p {
        width: 50%;
        min-width: 50%;
    }

    .btn-wrap {
        width: 50%;
    }

    .headbox .contactbtn a {
        width: 100%;
        padding: 0;
        font-size: 12px;
    }

    .headbox .right .btn-sns-line {
        margin-left: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .headbox .right .btn-sns-line a {
        position: relative;
    }

    .headbox .right .btn-sns-line a::before {
        content: "";
        width: 80%;
        height: 80%;
        display: block;
        margin: auto;
        background-color: white;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .headbox .mail {
        padding-left: 20px;
    }

    #gnav .ddbox .dd {
        width: 100%;
        padding: 10px 0;
        left: 0;
    }

    #gnav .dd li {
        width: 100%;
    }

    #gnav .dd li a {
        padding-left: 35px;
    }

    .gnavinn .table {
        margin-bottom: 50px;
    }

    .gnavinn table {
        width: 100%;
        background-color: white;
    }

    .gnavinn table th,
    .gnavinn table td {
        padding: 5px;
        font-size: 12px;
    }

    .copy {
        padding-bottom: 80px;
    }

    #totop {
        bottom: 70px;
    }
}

/*footer*/
.fixed-bnr {
    width: 100%;
    max-width: 600px;
    display: none;
    -webkit-box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 50%);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
}

.fixed-bnr ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fixed-bnr ul li {
    width: 50%;
}

.fixed-bnr ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 5px;
    color: white;
}

.fixed-bnr ul li.fixed-bnr-tel a {
    background-color: #f6a454;
}

.fixed-bnr ul li.fixed-bnr-line a {
    background-color: #82c792;
}

.fixed-bnr ul li.fixed-bnr-tel a:before {
    content: "";
    width: 140%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    position: absolute;
    top: 0;
    left: -160%;
}


.fixed-bnr ul li.fixed-bnr-line a:before {
    content: "";
    width: 140%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    position: absolute;
    top: 0;
    left: -160%;
}

@-webkit-keyframes shine {
    0% {
        opacity: 0;
        left: -160%;
    }

    70% {
        opacity: 0.5;
        left: -160%;
    }

    71% {
        opacity: 1;
        left: -160%;
    }

    100% {
        opacity: 0;
        left: -20%;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
        left: -160%;
    }

    70% {
        opacity: 0.5;
        left: -160%;
    }

    71% {
        opacity: 1;
        left: -160%;
    }

    100% {
        opacity: 0;
        left: -20%;
    }
}

.tel-rm-ele {
    display: none;
}

#footer {
    padding: 60px 0 40px;
}

.footnav li {
    padding: 5px 30px;
    position: relative;
}

.footnav li:after {
    content: "";
    width: 1px;
    height: 1rem;
    display: block;
    background: #464646;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.footnav li:last-of-type:after {
    display: none;
}

@media (max-width: 1024px) {
    .footnav a {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .fixed-bnr {
        display: block;
    }

    #footer {
        padding: 60px 0 90px;
    }

    .footnav li {
        width: 50%;
        padding: 5px;
    }

    .footnav a {
        display: block;
        font-size: 12px;
        line-height: 1.5;
    }

    .footnav li:after {
        display: none;
    }
}

/* 下層ページのビジュアル */
.under .mainimg .up-ofi img {
    position: absolute;
    top: 0;
    left: 0;
}

.under .mainimg .up-ofi::after {
    content: "";
    display: block;
    padding-top: 25%;
}

@media (max-width: 1024px) {
    .under .mainimg .up-ofi::after {
        padding-top: 45%;
    }
}

@media (max-width: 599px) {
    .under .mainimg .up-ofi::after {
        padding-top: 60%;
    }
}

/*sidecontbox*/
.sidecontbox {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .sidecontbox {
        margin-top: 50px;
    }
}

@media (max-width: 599px) {
    .sidecontbox {
        display: none;
        margin-top: 0;
    }
}

/*sidenav*/
.sidenav {
    width: 100%;
}

.sidenav li a,
.dynamic-link li a {
    display: block;
    padding: 10px;
    border-top: 1px solid #82c792;
    background: #e3fae9;
    position: relative;
}

.sidenav li a:after,
.dynamic-link li a::after {
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #464646;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.sidenav li:last-of-type a,
.dynamic-link li:last-of-type a {
    border-bottom: 1px solid #82c792;
}

.side_banner li a {
    margin-bottom: 20px;
    border: solid 2px #f6a454;
    position: relative;
}

.side_banner li .tit {
    font-weight: bold;
    font-size: 24px;
    color: #f6a454;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10%;
}

.side_banner li img {
    opacity: 0.6;
}

.sideinfobox .tel a {
    font-weight: 600;
    font-size: 34px;
    color: #82c792;
}

.sideinfobox .tel a span {
    font-size: 12px;
}

.sideinfobox .parking {
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
}

.sidefb a {
    display: block;
    padding: 5px;
    padding-left: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #3b5998;
    position: relative;
}

.sidemap {
    margin-top: 40px;
}

.sidefb a:after {
    content: "";
    width: 46px;
    height: 46px;
    background: url(#);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5px;
}

.sidefb a span {
    display: block;
    line-height: 140%;
}

.sidecontactbox h2 {
    margin: auto;
    padding: 10px;
}

.sidecontactbox .box {
    padding: 10px;
    border: 1px solid #f6a454;
}

.sidecontactbox .contactbtn a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #f6a454;
    position: relative;
}

@media (max-width: 1024px) {
    .sidecommon {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .sidecommon-child {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
}

@media (max-width: 599px) {
    .sidecommon {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .sidenav {
        width: 100%;
    }

    .infoarea {
        width: 100%;
        padding-top: 40px;
    }
}

/*top*/
.visual .uk-slideshow::after {
    padding-top: 55%;
}

.homeSlide .txtbox {
    max-height: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    z-index: 1;
}

.homeSlide .txtbox .inner {
    padding: 30px 0;
}

.list-point {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto 0;
}

.list-point li {
    width: 23%;
    margin: 1%;
}

.list-point li .square {
    overflow: hidden;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.list-point li .square-inner {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #5c4722;
    line-height: 150%;
    border-radius: 100%;
    background-color: white;
    position: absolute !important;
}

.list-point li .square-inner.text-editable {
    position: absolute !important;
}

.homeSlide:after {
    content: "";
    width: 101%;
    height: 20%;
    background: url(/import/tenant_1/160.16.56.22/html/images/common/arc.png);
    background-size: 100% 105%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    /* z-index: 2; */
}

@media (max-width: 1024px) {
    .visual .uk-slideshow::after {
        padding-top: 70%;
    }
}

@media (max-width: 599px) {
    .homeSlide .txtbox {
        top: 70%;
    }

    .visual .uk-slideshow::after {
        padding-top: 150%;
    }

    .homeSlide:after {
        height: 10vw;
    }

    .list-point li {
        width: 38%;
        margin: 2% 1%;
    }
}

.top01 {
    padding-top: 0;
}

.top01 .txtbox {
    width: 96%;
    margin: 0 auto;
    padding: 50px 0;
}

.top01 .ofiImg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 207, 194, 0.7);
    position: absolute;
    top: 0;
    z-index: 1;
}

.top01 .ofiImg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media (max-width: 1024px) {
    .top01 .txtbox {
        padding: 30px 0;
    }

    .list-point {
        width: 90%;
        margin: 15px auto 0;
    }

    .list-point li .square-inner {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        padding: 5px;
        font-size: 1.6vw;
    }
}

@media (max-width: 768px) {
    .list-point li .square-inner {
        font-size: 1.8vw;
    }
}

@media (max-width: 599px) {
    .top01 .txtbox {
        font-size: 3.2vw;
    }

    .list-point li .square-inner {
        font-size: 3.2vw;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
}

table thead tr {
    background: #82c792;
}

table thead th {
    border: none;
}

table tbody tr {
    border-bottom: solid 1px;
}

table th {
    border: solid 1px;
}

table td {
    border: solid 1px;
}

.voice_head {
    margin: 30px 0 0;
    position: relative;
}

.voice_head .lead1 {
    padding: 5px 20px;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜Žæœ", serif;
    font-size: 34px;
    color: #663d15;
    letter-spacing: 2px;
    background: #efcc85;
    background: -webkit-gradient(linear, left top, right top, from(rgba(239, 204, 133, 1)), color-stop(50%, rgba(239, 204, 133, 1)), to(rgba(239, 204, 133, 0)));
    background: linear-gradient(to right, rgba(239, 204, 133, 1) 0%, rgba(239, 204, 133, 1) 50%, rgba(239, 204, 133, 0) 100%);
}

.voice_head .lead2 {
    padding: 0px 10px;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜Žæœ", serif;
    font-size: 30px;
    color: #663d15;
    letter-spacing: 2px;
    background: #fff5e0;
}

.voice_head .lead2 span:nth-of-type(1) {
    font-size: 160%;
}

.voice_head .lead2 span:nth-of-type(2) {
    margin: 0 5px;
}

.voice_head .lead2 span:nth-of-type(3) {
    font-size: 200%;
    color: #ec1c1c;
}

.voice_head .lead3 {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: #f6a454;
}

.voice_head .pic {
    width: 170px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.voice-box .voice-box-inner {
    padding: 20px;
    border: 3px double #b59966;
    background-color: #fefaf2;
}

.voice-box .voice-box-title {
    margin-bottom: 20px;
    padding: 8px 5px 0px 0px;
    font-weight: bold;
    font-size: 120%;
    color: #663d15;
    border-bottom: 1px dotted #663d15;
}

.voice-box .image_right {
    width: 35%;
    float: right;
    margin: 0 0 10px 10px;
}

.voice-box .voice-name-wrap {
    margin: 30px 0;
}

.limited_banner_wrap {
    margin: 80px 0 0;
    text-align: center;
}

.limited_banner {
    max-width: 640px;
    margin: auto;
    padding: 15px;
    background: #f60;
}

.limited_banner .inn {
    padding: 20px 15px;
    background: #fa9b5c;
}

.limited_banner .txt {
    margin-bottom: 2%;
    font-weight: bold;
    font-size: 32px;
    color: red;
    line-height: 160%;
}

.limited_banner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.limited_banner .normal {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 10px 0 10px 10px;
    background: #fff;
    position: relative;
}

.limited_banner .limited {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 70px;
}

.limited_banner .normal:after {
    content: "";
    height: 0;
    border-top: solid 100px transparent;
    border-bottom: solid 100px transparent;
    border-left: solid 60px #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 100%;
}

.limited_banner .normal .lead {
    font-weight: bold;
    font-size: 18px;
    color: #f60;
}

.limited_banner .normal .price {
    font-weight: bold;
    font-size: 50px;
    color: #f60;
    line-height: 1.2;
    text-decoration: line-through;
}

.limited_banner .normal .price span {
    font-size: 70%;
}

.limited_banner .limited .lead {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    border-bottom: solid 1px #fcc39d;
    position: relative;
}

.limited_banner .limited .lead i {
    position: absolute;
    top: 0;
    left: 0;
}

.limited_banner .limited .lead:before {
    content: "\f108";
    display: block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
}

.limited_banner .limited .price {
    font-weight: bold;
    font-size: 70px;
    color: #ffef40;
    line-height: 1;
}

.limited_banner .limited .lead i {
    margin-right: 10px;
}

.limited_banner .limited .price span {
    font-size: 55%;
}

.limited_banner .areat30 a {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #82c792;
}

.limited_banner .areat30 a::after {
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: white;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.top02 li {
    width: 32%;
    margin: 0 2% 2% 0;
    border: 1px solid #696969;
    border-radius: 5px;
}

.top02 li a {
    padding: 10px;
}

.top02 li:nth-of-type(3n+3) {
    margin-right: 0;
}

.top02 .txtbox {
    width: 100%;
    margin: 10px 5px 0;
}

@media (max-width: 1024px) {
    .limited_banner {
        max-width: 80vw;
    }


    .limited_banner .txt {
        margin-bottom: 5%;
        font-size: 3vw;
    }

    .limited_banner .flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .limited_banner .normal {
        width: 40%;
    }

    .limited_banner .normal:after {
        border-top: solid 9vw transparent;
        border-bottom: solid 9vw transparent;
        border-left: solid 5vw #fff;
    }

    .limited_banner .normal .lead {
        font-size: 2.2vw;
    }

    .limited_banner .normal .price {
        font-size: 5.5vw;
    }

    .limited_banner .limited {
        width: 50%;
    }

    .limited_banner .limited .lead {
        font-size: 3vw;
    }

    .limited_banner .limited .price {
        font-size: 7vw;
    }

    .under .limited_banner .normal .lead {
        font-size: 1.8vw;
    }

    .under .limited_banner .normal .price {
        font-size: 5vw;
    }

    .under .limited_banner .limited .lead {
        font-size: 2.2vw;
    }

    .under .limited_banner .limited .price {
        font-size: 6.5vw;
    }

    .voice_head .lead1 {
        font-size: 3.5vw;
    }

    .voice_head .lead2 {
        font-size: 4vw;
    }

    .voice_head .pic {
        width: 25vw;
    }

    .voice_head .lead3 {
        font-size: 2.5vw;
    }

    .top02 li {
        width: 48%;
        margin: 0 2% 2% 0;
    }

    .top02 li:nth-of-type(3n+3) {
        margin-right: 2%;
    }

    .top02 li:nth-of-type(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .limited_banner {
        max-width: 90vw;
        padding: 10px;
    }

    .limited_banner .inn {
        padding: 10px;
    }

    .limited_banner .txt {
        font-size: 7vw;
    }

    .limited_banner .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .limited_banner .normal,
    .limited_banner .limited {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .limited_banner .limited {
        margin-top: 50px;
        padding-left: 0;
    }

    .limited_banner .normal:after {
        border-top: solid 7vw transparent;
        border-bottom: solid 7vw transparent;
        border-left: solid 7vw #fff;
        -webkit-transform: translate(-50%, 100%) rotate(90deg);
        transform: translate(-50%, 100%) rotate(90deg);
        top: auto;
        bottom: 20px;
        left: 50%;
        right: 50%;
    }

    .under .limited_banner .normal .lead,
    .limited_banner .normal .lead {
        font-size: 4vw;
    }

    .under .limited_banner .normal .price,
    .limited_banner .normal .price {
        font-size: 10vw;
    }

    .under .limited_banner .limited .lead,
    .limited_banner .limited .lead {
        font-size: 6vw;
    }

    .under .limited_banner .limited .price,
    .limited_banner .limited .price {
        font-size: 18vw;
    }

    .voice_head .lead2 {
        font-size: 3.5vw;
    }

    .voice_head .lead3 {
        padding: 5px;
    }

    .voice_head .pic {
        right: 0;
    }

    .top02 li {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .top02 li:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .voice-box .voice-box-inner {
        padding: 20px 10px;
    }

    .voice-box .image_right {
        width: 50%;
    }
}

.newsblog li {
    border-bottom: 1px solid #f6a454;
}

.newsblog li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsblog li a .pic {
    width: 30%;
}

.newsblog li a .newsblog-cont {
    width: 65%;
}

.top03 .right .line-bnr a {
    display: block;
    padding: 40px 10px;
    color: #fff;
    text-align: center;
    background: #0b0;
    position: relative;
}

.top03 .right .line-bnr .fbinn {
    width: 95%;
    color: #fff;
}

.top03 .right .line-bnr strong {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 25px;
    font-size: 18px;
}

.top03 .right .line-bnr .l {
    display: block;
    font-weight: bold;
    font-size: 24px;
}

.top03 .right .line-bnr .l i {
    margin-right: 5px;
}

.top03 .right li {
    border: none;
    position: relative;
}

.top03 .right li+li {
    margin-top: 15px;
}

.top03 .right li .home-faq-img {
    width: 100%;
    display: block;
}

.top03 .right .home-faq .w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(2555, 255, 255, 0.57);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 3;
}

.top03 .right .home-faq strong {
    display: block;
    padding-top: 18px;
    font-size: 24px;
    color: #1568b6;
    line-height: 120%;
    text-align: center;
}

.top03 .right .home-faq strong:after {
    content: "";
    width: 95%;
    max-width: 218px;
    height: 5px;
    display: block;
    margin: 0 auto;
    background: url(/import/tenant_1/160.16.56.22/html/images/common/faq_line.jpg) repeat-x 0 0;
    -webkit-box-shadow: 0px 0px 0px 2px #fff;
    box-shadow: 0px 0px 0px 2px #fff;
}

.top03 .right .home-faq .t {
    max-width: 175px;
    display: inline-block !important;
    padding: 8px 0 0 0;
    color: #1568b6;
    text-align: left;
}

[data-element-id].top04 .top04-img img.up-d-none\@sp {
    height: 130px !important;
}

[data-element-id].top04 .top04-img img.up-d-none {
    height: 80px !important;
    display: block;
    padding: 22px 0 0 0;
    border: 1px solid mediumblue;
    top: 137px;
}


[data-element-id].top04 .top04-img .txt {
    width: 80%;
    display: block;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: mediumblue;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 137px;
    left: 50%;
    z-index: 10;
}

[data-element-id].top04 .top04-img .txt:after {
    content: "スマホで表示されます";
    display: block;
}

[data-element-id].pic2sp {
    margin-top: 16px;
    padding-top: 20px;
    border: 1px solid blue;
}

[data-element-id].top04 .top04-img .txt.po06 {
    width: 20%;
    top: 257px;
    left: 85%;
}

[data-element-id].pic2sp .up-d-none {
    display: block;
}

.top04 ul {
    counter-reset: section;
}

.top04 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border: 2px solid #82c792;
}

.top04 li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top04 .top04-img {
    width: 30%;
}

.top04 .top04-img .pic2 {
    width: 100%;
}

.top04 .top04-cont {
    width: 70%;
}

.top04 .pointbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 2px;
}

.top04 .pointbox .num {
    font-weight: normal;
    font-size: 200%;
    line-height: 1;
    letter-spacing: 2px;
}

.top04 .txtbox {
    padding: 10px;
}

@media (max-width: 1024px) {
    .top04 .pointbox {
        padding: 5px;
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .homeSlide {
        z-index: 2;
    }

    .list-point {
        margin: auto;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 6;
    }

    .top04 li,
    .top04 li:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .top04 .top04-img,
    .top04 .top04-cont {
        width: 100%;
    }

    .top04 .txtbox {
        width: 100%;
    }
}

.top05_01-title {
    margin: 20px 0;
    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #f6a454;
    border-left: solid 5px;
}

.top05_01-title.green {
    color: #82c792;
}

.top05_01-title.brown {
    color: #663d15;
}

.top05_01 .txtbox dl {
    height: 100%;
    border: solid 2px #4373b5;
    background: #e7edf5;
}

.top05_01 .txtbox dl dt {
    padding: 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #4373b5;
}

.top05_01 .txtbox dl dd {
    padding: 15px;
}

.top05_01 .txtbox .top05_01-dl-orange {
    border: solid 2px #f6a454;
    background: #fdead9;
}

.top05_01 .txtbox .top05_01-dl-orange dt {
    background: #f6a454;
}

.top07 .voicebox {
    padding: 20px 10px;
    background: #e3fae9;
    position: relative;
}

.top07 .voicebox:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 40px solid #e3fae9;
    position: absolute;
    top: 20px;
    left: -40px;
}

.top07 .item:nth-of-type(even) .voicebox:after {
    content: "";
    border-left: 40px solid #e3fae9;
    border-right: none;
    left: auto;
    right: -40px;
}

.top07 .item:nth-child(n+3) {
    display: none;
}

.top07 .item.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top07 .more .arrowgrnunder {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #82c792;
    cursor: pointer;
}

.top07 .more .arrowgrnunder:before {
    content: "もっと見る";
}

.top07 .more .arrowgrnunder.action:before {
    content: "元に戻す";
}

.top07 .more .arrowgrnunder.action:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.voicebox dt {
    border-bottom: 1px solid #82c792;
}

.top10 .tel a {
    font-weight: 600;
    font-size: 34px;
}

.top10 .tel a span {
    font-size: 12px;
}

.top10 .parking {
    display: inline-block;
    padding: 0 20px;
}

.top10 table {
    width: 100%;
}

.top10 th {
    padding: 5px 0;
}

.top10 .parking {
    display: block;
    padding: 10px;
    color: #fff;
}

/*下層common*/
.titlebox {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.titlebox .lead {
    font-size: 16px;
    text-align: center;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.under .contbox {
    padding: 0 0 80px 0;
}

.checkora {
    padding-left: 2em;
    position: relative;
}

.checkora:before {
    content: "\f058";
    width: 25px;
    height: 25px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #f6a454;
    position: absolute;
    top: 0;
    left: 0;
}

.checkgrn {
    padding-left: 2em;
    position: relative;
}

ul.box .checkgrn {
    margin-bottom: 0;
}

ul.box .checkgrn+.checkgrn {
    margin-top: 20px;
}

.checkgrn:before {
    content: "\f058";
    width: 25px;
    height: 25px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #82c792;
    position: absolute;
    top: 0;
    left: 0;
}

.checkora:before {
    color: #f6a454;
}

.slick-prev:before,
.slick-next:before {
    content: "\f053";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

@media (max-width: 1024px) {
    .under .contbox {
        padding: 0 0 50px 0;
    }
}

@media (max-width: 599px) {
    .titlebox {
        padding: 40px 0;
    }

    .titlebox .lead {
        margin-top: 5px;
        font-size: 10px;
    }

    .under .contbox {
        padding: 0 0 30px 0;
    }

    .checkora {
        padding-left: 1.6em;
    }

    .checkora:before {
        font-size: 16px;
    }
}

.resetnumber {
    counter-reset: number;
}

.numberylw {
    padding-left: 3em;
    position: relative;
}

.numberylw .num {
    content: counter(number);
    width: 40px;
    height: 50px;
    counter-increment: number;
    font-weight: 600;
    font-size: 30px;
    color: #444;
    line-height: 50px;
    text-align: center;
    background: #fff134;
    position: absolute;
    top: -10px;
    left: 0;
}

.numberylwt0 {
    padding-left: 4em;
    position: relative;
}

.numberylwt0:before {
    content: counter(number);
    width: 40px;
    height: 50px;
    counter-increment: number;
    font-weight: 600;
    font-size: 30px;
    color: #444;
    line-height: 50px;
    text-align: center;
    background: #fff134;
    position: absolute;
    top: 0;
    left: 0px;
}

@media (max-width: 599px) {
    .numberylwt0 {
        padding: 50px 0 0 0;
    }

    .numberylwt0:before {
        width: 30px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}

.linelylw {
    padding-left: 5px;
    border-left: 6px solid #fff134;
}

.linelgrn {
    padding-left: 5px;
    border-left: 6px solid #82c792;
}

/*commonlinkbox*/
.commonlinkbox li {
    width: 32%;
    overflow: hidden;
    margin: 0 2% 2% 0;
    border: 2px solid #82c792;
    border-radius: 5px;
}

.commonlinkbox li:nth-of-type(3n+3) {
    margin-right: 0;
}

.commonlinkbox li a {
    display: block;
}

.commonlinkbox dl {
    position: relative;
}

.commonlinkbox dt {
    width: 100%;
    padding-left: 10px;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

@media (max-width: 1024px) {
    .commonlinkbox li {
        width: 48%;
        margin: 0 4% 2% 0;
    }

    .commonlinkbox li:nth-of-type(3n+3) {
        margin-right: 4%;
    }

    .commonlinkbox li:nth-of-type(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .commonlinkbox li {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .commonlinkbox li:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

/*first*/
.first02 .item {
    padding: 20px 10px;
    border-bottom: 1px solid #82c792;
}

.first02 .item:last-of-type {
    border-bottom: none;
}

.first03 .pakaylw:before {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    top: 50%;
}

.first03 .pakaylw:after {
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    top: 50%;
}

.first03 .box02 p {
    padding: 20px 10px;
}

.modal-window {
    display: none;
}

.modaal-container {
    width: 50%;
    height: 60vh;
}

.modaal-content {
    height: 100%;
}

.modaal-content-container {
    height: calc(100% - 60px);
    overflow: scroll;
    margin: 30px 0;
    padding: 0 30px;
    font-size: 14px;
}

.modal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 5px 0;
}

.modal-title-name {
    margin-left: 10px;
    font-weight: bold;
    color: #77885c;
}

.modal-heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}

.modal-float {
    width: 35%;
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}

.modaal-content-container .modal-heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #77885c;
}

.modaal-content-container .modal-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.modaal-content-container .modal-info .modal-title-name {
    margin-left: 0;
}

.modal-more-btn {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .modaal-container {
        width: 90%;
    }

    .modal-float {
        width: 45%;
    }
}

@media (max-width: 599px) {
    .first03 .box01 dt {
        font-size: 22px;
    }

    .first03 .box01 .pic {
        max-width: 200px;
    }

    .first03 .box02 dt span {
        font-size: 15px;
    }

    .first03 .box02 p {
        font-size: 12px;
    }

    .modal-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .modal-btn a [class*="up-ofi"] {
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .modaal-container {
        width: 90%;
        height: 80vh;
    }

    .modaal-content-container {
        margin: 30px 0 10px 0;
        padding: 0 15px;
    }

    .modal-float {
        width: 70%;
        float: none;
        margin: 0 auto 15px auto;
    }

    .modaal-close {
        top: 0;
        right: 0;
    }
}

.table-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.table-box dl {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #82c792;
    border-bottom: 1px solid #82c792;
    border-left: 1px solid #82c792;
}

.table-box dl:last-of-type {
    border-right: 1px solid #82c792;
}

.table-box dl dt,
.table-box dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.table-box dl dt {
    background-color: #b3e0bf;
}

.table-box dl dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #82c792;
}

.table-box .course dd {
    font-weight: bold;
    background-color: #e3fae9;
}

.table-box .price-first dd {
    font-weight: bold;
    font-size: 18px;
    color: red;
    background-color: rgba(255, 255, 0, 0.5);
}

.table-box-orange dl {
    border-top: 1px solid #f6a454;
    border-bottom: 1px solid #f6a454;
    border-left: 1px solid #f6a454;
}

.table-box-orange dl:last-of-type {
    border-right: 1px solid #f6a454;
}

.table-box-orange dl dt {
    background-color: #fdead9;
}

.table-box-orange dl dd {
    border-top: 1px solid #f6a454;
}

.table-box-orange .course dd {
    background-color: rgba(253, 234, 217, 0.4);
}

.table-note {
    font-size: 12px;
    text-align: right;
}

@media (max-width: 599px) {
    .table-box dl {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: none;
        border-right: 1px solid #82c792;
    }

    .table-box dl:last-of-type {
        border-bottom: 1px solid #82c792;
    }

    .table-box dl dt,
    .table-box dl dd {
        padding: 10px 5px;
    }

    .table-box dl dt {
        width: 30%;
    }

    .table-box dl dd {
        width: 35%;
        border-top: none;
        border-left: 1px solid #82c792;
    }

    table-box-orange dl {
        border-right: 1px solid #f6a454;
    }

    .table-box-orange dl:last-of-type {
        border-bottom: 1px solid #f6a454;
    }

    .table-box-orange dl dd {
        border-left: 1px solid #f6a454;
    }
}

.first06 .trimmingInner {
    border-radius: 50%;
}

.first06 a {
    text-decoration: underline;
}

@media (max-width: 599px) {
    .first06 .pic {
        width: 50%;
    }

    .first06 .item dt {
        font-size: 16px;
    }
}

.first07 .listbox dt {
    width: 15%;
}

.first07 .listbox dt span {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.first07 .listbox dd {
    width: 85%;
    padding: 0 0 0 10px;
}

.first07 .more {
    width: 230px;
    margin: 0 0 0 auto;
}

@media (max-width: 599px) {
    .first07 .listbox dt {
        width: 100%;
    }

    .first07 .listbox dd {
        width: 100%;
        padding: 10px;
    }

    .first07 .more {
        margin: 0 auto;
    }
}

/*about*/
.about01 .slider {
    width: 100%;
}

.about01 .thumbnail_slider {
    width: 100%;
}

.about01 .thumbnail_slider_wrap {
    margin: 0 60px;
}

.about01 .listbox dt {
    width: 20%;
}

.about01 .listbox dt span {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.about01 .listbox dd {
    width: 76%;
    padding: 5px 0;
}

.about01 .tel a {
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .about01 .listbox dt span {
        font-size: 16px;
    }

    .about01 .listbox dd {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .about01 .listbox dt {
        width: 100%;
    }

    .about01 .listbox dd {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .about01 .tel a {
        font-size: 14px;
    }
}

.about02 .tel a {
    font-weight: 600;
    font-size: 34px;
    color: #82c792;
}

.about02 .tel a span {
    font-size: 12px;
}

.about02 .parking {
    display: inline-block;
    padding: 0 20px;
}

.about02 th {
    padding: 5px 0;
}

/*kotsujiko*/
.kotsujiko02 ul {
    counter-reset: section;
}

.kotsujiko02 li {
    margin-bottom: 5px;
    border: 1px solid #82c792;
}

.kotsujiko02 .pointbox {
    width: 15%;
    counter-increment: section;
    padding: 10px;
    position: relative;
}

.kotsujiko02 .pointbox:before {
    content: counter(section, decimal-leading-zero);
    font-weight: normal;
    font-size: 38px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 65%;
    left: 40%;
}

.kotsujiko02 .pointbox:after {
    content: "";
    width: 30%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #fff)) no-repeat bottom left/100% 51%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, #fff)) no-repeat top right/100% 50%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50%) no-repeat bottom left/100% 51%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 51%) no-repeat top right/100% 50%;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .kotsujiko02 .pointbox:after {
        width: 20%;
    }
}

@media (max-width: 599px) {
    .kotsujiko02 .pointbox {
        width: 100%;
        padding: 10px 10px 30px 10px;
        text-align: center;
    }

    .kotsujiko02 .pointbox:before {
        font-size: 26px;
        top: 70%;
        left: 50%;
    }

    .kotsujiko02 .pointbox:after {
        display: none;
    }
}

.kotsujiko02 .txtbox {
    width: 85%;
    padding: 10px;
}

@media (max-width: 599px) {
    .kotsujiko02 .txtbox {
        width: 100%;
    }
}

/*kotsuban*/
.kotsuban06 .listbox dt {
    width: 15%;
}

.kotsuban06 .listbox dt span {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.kotsuban06 .listbox dd {
    width: 85%;
    padding: 0 0 0 10px;
}

@media (max-width: 1024px) {
    .kotsuban06 .listbox dt span {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .kotsuban06 .listbox dt {
        width: 100%;
    }

    .kotsuban06 .listbox dd {
        width: 100%;
        padding: 10px;
    }
}

/*sports*/
.sports03 .trimmingInner {
    border-radius: 50%;
}

@media (max-width: 599px) {
    .sports03 .pic {
        width: 50%;
    }

    .sports03 .listbox {
        width: 100%;
    }

    .sports03 .item dt {
        font-size: 16px;
        text-align: center;
    }
}

/*hiza*/
.hiza03 .item:last-of-type {
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 599px) {
    .hiza03 .heightLine-hiza03 {
        height: auto !important;
    }
}

.hiza04 .rise {
    padding: 20px 0;
    border: 1px solid #82c792;
}

.hiza04 h3 {
    margin-bottom: 0;
}

.hiza04 ul {
    width: 50%;
    margin: 0 auto;
}

.hiza04 .item span {
    width: 16px;
    display: inline-block;
    text-align: center;
}

.hiza04 .osusume {
    padding: 10px 0;
}

.hiza04 .osusume ul {
    width: 20%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .hiza04 ul {
        width: 60%;
    }

    .hiza04 .osusume ul {
        width: 25%;
    }
}

@media (max-width: 599px) {
    .hiza04 ul {
        width: 90%;
        max-width: 270px;
    }

    .hiza04 .item {
        font-size: 14px;
    }

    .hiza04 .item span {
        width: 10px;
    }

    .hiza04 .osusume ul {
        width: 50%;
        max-width: 160px;
    }
}

.kata03 .item:last-of-type {
    margin-bottom: 0;
}

/*koshi*/
.koshi03 .item:last-of-type {
    margin-bottom: 0;
}

/*shisei*/
.shisei03 .item:last-of-type {
    margin-bottom: 0;
}

/*counseling*/
.counseling01 .trimmingInner {
    border-radius: 50%;
}

@media (max-width: 599px) {
    .counseling01 .pic {
        width: 50%;
    }

    .counseling01 .listbox {
        width: 100%;
    }

    .counseling01 .item dt {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 599px) {
    .counseling02 dt br {
        display: none;
    }
}

.interview01 .name {
    padding-bottom: 10px;
    border-bottom: 1px solid #82c792;
}

.interview01 .name dt {
    display: inline-block;
    margin-right: 20px;
}

.interview01 .name dd {
    display: inline-block;
}

/* .interview01 .item:last-of-type {
    width: 100%;
    margin-bottom: 0;
} */

@media (max-width: 599px) {
    .interview01 .heightLine-interview01 {
        height: auto !important;
    }
}

.interview02 .box {
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .interview02 .box {
        width: 80%;
        max-width: 465px;
    }
}

@media (max-width: 599px) {
    .interview02 .box {
        width: 100%;
        max-width: auto;
    }

    .interview02 .box ul {
        margin: 0;
    }
}

.interview03 .item:last-of-type {
    margin-bottom: 0;
}

.interview03 dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #82c792;
}

/*faq*/
.faq01 .item {
    padding: 20px 0;
    border-bottom: 1px solid #82c792;
}

.faq01 .item:first-of-type {
    padding-top: 0;
}

.faq01 .question {
    padding-left: 40px;
    position: relative;
}

.faq01 .question:before {
    content: "Q";
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #82c792;
    position: absolute;
    top: 0;
    left: 0;
}

.faq01 .answer {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
}

.faq01 .answer:before {
    content: "A";
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: #e3fae9;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 599px) {
    .faq01 .question {
        padding-left: 30px;
    }

    .faq01 .question:before {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 25px;
    }

    .faq01 .answer {
        padding-left: 30px;
    }

    .faq01 .answer:before {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 25px;
    }
}

/*contact*/
.contact01 .form {
    padding: 40px;
    border: 1px solid #82c792;
}

.contact01 .form dd input {
    border: 1px solid #82c792;
}

.contact01 .form dd textarea {
    border: 1px solid #82c792;
}

.contact01 .formbtn li button {
    padding: 10px 40px;
    background: #82c792;
}

@media (max-width: 599px) {
    .contact01 .form {
        padding: 40px 20px;
    }

    .formbtn li {
        max-width: 48%;
        margin: 30px 1%;
    }

    .formbtn li button {
        margin: 0;
    }

    .contact01 .formbtn li button {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/*news・blog*/
.news01 .item:last-of-type {
    margin-bottom: 0;
}

.news01 dl {
    padding-bottom: 10px;
    border-bottom: 1px solid #82c792;
}

.news01 dt {
    display: inline-block;
}

.news01 .c {
    display: inline-block;
    padding: 0 10px;
}

.news01 p a {
    display: inline-block;
    padding-right: 30px;
}

.news01 .more {
    width: auto;
}

.news01 .more a {
    display: inline-block;
    padding: 5px 10px 5px 40px;
}

@media (max-width: 599px) {
    .news01 .more {
        text-align: center;
    }
}

.catarcarea .catlist,
.catarcarea .arclist {
    width: 100%;
}

.catarcarea .catlist dt,
.catarcarea .arclist dt {
    padding: 10px 5px;
}

.catarcarea .catlist .item,
.catarcarea .arclist .item {
    padding: 10px 5px;
    border-bottom: 1px solid #f6a454;
}

@media (max-width: 1024px) {
    .catarcarea .catlist,
    .catarcarea .arclist {
        width: 48%;
    }

    .catarcarea .arclist {
        padding-top: 0;
    }
}

@media (max-width: 599px) {
    .catarcarea .catlist,
    .catarcarea .arclist {
        width: 100%;
    }
}

.recommendbox dl {
    padding-bottom: 10px;
    border-bottom: 1px solid #82c792;
}

.recommendbox .c {
    display: inline-block;
    padding: 0 10px;
}

.recommendbox p a {
    display: inline-block;
    padding-right: 30px;
}

.recommendbox .more {
    width: auto;
}

.recommendbox .more a {
    display: inline-block;
    padding: 5px 10px 5px 40px;
}

@media (max-width: 599px) {
    .recommendbox .more {
        text-align: center;
    }
}

/* comparison */
.comparison-table-wrap {
    width: 100%;
    margin: 0 auto 2em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.comparison-table-title {
    margin: 0;
    padding: 1em;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 164, 84, 1)), to(rgba(246, 164, 84, 1)));
    background: linear-gradient(90deg, rgba(246, 164, 84, 1) 0%, rgba(246, 164, 84, 1) 100%);
    -webkit-box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
}

.comparison-table {
    margin: 0;
    padding: 0.3em 1em;
    background: #f8f9fb;
}

.comparison-table table {
    margin-bottom: 0;
    border: none;
    border-spacing: 5px 10px;
    border-collapse: separate;
}

.comparison-table table th,
.comparison-table table td {
    width: 50%;
}

.comparison-table table thead th {
    padding: 0.8em 0.5em;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    border: none;
    border-radius: 3px;
    background: #d1d1d1;
    -webkit-box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
}

.comparison-table table tbody th {
    padding: 0.4em 1em;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    border: none;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#82c792), to(#9ecaa8));
    background: linear-gradient(90deg, #82c792 0%, #9ecaa8 100%);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.comparison-table table tbody td {
    vertical-align: top;
    padding: 1.2em;
    font-size: 14px;
    color: #555;
    text-align: justify;
    border: none;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
}

.comparison-table table tbody td p {
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    font-size: 14px;
}

.comparison-table table tbody td .td-h {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 16px;
    color: #82c792;
    text-align: center;
}

@media (max-width: 1024px) {
    .comparison-table {
        padding: 7px;
    }

    .comparison-table table {
        border-spacing: 3px 10px;
    }

    .comparison-table table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        z-index: 100;
    }

    .comparison-table table tbody td {
        padding: 1em 0.5em;
    }

    .comparison-table table tbody td .td-h {
        text-align: left;
    }
}

/* blog_detail */
.blog-title {
    margin-bottom: 20px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5;
    border-bottom: 1px dotted #663d15;
}

.blog-info {
    margin-bottom: 20px;
}

.date {
    font-weight: bold;
}

.category span {
    display: inline-block;
    padding: 3px 15px;
    font-weight: 600;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    letter-spacing: 2px;
    background-color: #f6a454;
}

.category span+span {
    margin-left: 5px;
}

.recommend {
    margin-top: 80px;
}

/* recruit */
.recruit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 5px;
    border-bottom: 1px dotted #663d15;
}

.recruit-list dt {
    width: 20%;
    font-weight: bold;
    color: #663d15;
}

.recruit-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.recruit-post {
    padding: 30px 120px 30px 20px;
    color: #82c792;
    border: 1px solid #82c792;
    border-radius: 10px;
}

.recruit-post::after {
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(/import/tenant_1/160.16.56.22/html/images/recruit/favicon-300x300.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.recruit-post-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}

.recruit-post .tel a {
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .recruit-list dt {
        width: 25%;
    }
}

@media (max-width: 599px) {
    .recruit-list {
        padding: 15px 5px;
    }

    .recruit-list dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .recruit-post {
        padding: 20px 15px 80px 15px;
    }

    .recruit-post::after {
        width: 80px;
        height: 80px;
    }
}

/* contact */
.contact-list-wrap {
    margin-bottom: 50px;
}

.contact-list {
    padding: 15px 5px;
    border-bottom: 1px dotted #000;
}

.contact-list dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #82c792;
}

.contact-list dd {
    padding-left: 1.5em;
    font-size: 14px;
}

/* 追加 20210921 */
.acc-btn2 {
    padding-right: 40px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.acc-btn2::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 15px;
    right: 10px;
}

.acc-btn2.action::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acc-btn2:hover {
    opacity: 0.6;
    cursor: pointer;
}

.more-btn {
    width: 200px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    color: white;
    background-color: #663d15;
}


.floating-btn {
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    max-width: 250px;
  
}

.floating-btn .wrap {
    position: relative;
}

.floating-btn .close-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f6a454;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
}

.floating-btn .close-btn:hover {
    cursor: pointer;
}
@media (max-width: 599px) {
  .floating-btn {
    display: none
  }
}

[data-element-id] .floating-btn {
  position: static;
  display: block
}

.floating-box {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.floating-box .box {
    width: 90%;
    max-width: 600px;
    padding: 5%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.floating-box .close-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #3d62a6;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
}

.floating-box .close-btn:hover {
    cursor: pointer;
}

.floating-box .text1 {
    font-weight: bold;
    font-size: 20px;
    color: #3d62a6;
    line-height: 1;
}

.floating-box .text2 {
    font-weight: bold;
    font-size: 40px;
    color: #ef8000;
    line-height: 1;
}

.floating-box .text3 {
    font-weight: bold;
    font-size: 30px;
    color: #3d62a6;
}

.floating-box .shape {
    vertical-align: bottom;
}


/* 見たまま編集 */
[data-element-id] .fixed-bnr {
    display: block;
    position: static;
}

[data-element-id] .tel-rm-ele {
    display: inline-block;
    border: 1px solid mediumblue;
}

[data-element-id] .tel-rm-ele::before {
    content: "電話番号";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: mediumblue;
}

[data-element-id] .modal-window {
    display: block;
}

[data-element-id] #header {
    position: relative;
    z-index: 2;
}

[data-element-id] #gnav .mobile-btn {
    display: block;
    padding: 10px;
    border: 1px solid mediumblue;
}

[data-element-id] #gnav .mobile-btn::before {
    content: "スマホ・タブレットのナビ内に表示されます";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: mediumblue;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

[data-element-id] #gnav .ddbox {
    overflow: visible;
}

[data-element-id] .gnavinn ul {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] #gnav li span {
    height: auto;
}

[data-element-id] #gnav .ddbox .dd {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    top: 0;
    left: 0;
}

[data-element-id] .gnavinn .table {
    max-width: 500px;
    display: block;
    margin: auto;
    border: 1px solid mediumblue;
}

[data-element-id] .gnavinn .table::before {
    content: "スマホ・タブレットのナビ内に表示されます";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: mediumblue;
}

[data-element-id] .access .slider,
[data-element-id] .thumbnail_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

[data-element-id] .access .slider::before,
[data-element-id] .thumbnail_slider::before {
    content: "スライダーのメイン画像（サムネイル画像と同じ枚数にしてください）";
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: mediumblue;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .thumbnail_slider::before {
    content: "スライダーのサムネイル画像（メイン画像と同じ枚数にしてください）";
    background-color: mediumvioletred;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

[data-element-id] .access .slider li,
[data-element-id] .thumbnail_slider li {
    width: calc(94% / 3);
    margin: 1%;
    border: 2px solid mediumblue;
}

[data-element-id] .thumbnail_slider li {
    border: 2px solid mediumvioletred;
}

[data-element-id] .list-modal {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .list-modal li {
    width: 48%;
    margin: 1%;
    padding: 10px;
    background-color: #eee;
}

[data-element-id] .modal-window {
    margin-top: 30px;
    padding: 20px 5px 5px 5px;
    font-size: 14px;
    border: 2px solid mediumvioletred;
    background-color: white;
    position: relative;
}

[data-element-id] .modal-window::before {
    content: "ポップアップするウィンドウの中身です";
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: mediumvioletred;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .modal-float {
    width: 90%;
    float: none;
    margin: 0 auto 15px;
}

.m1150 {
    width: 98%;
    max-width: 1150px;
    margin: auto;
}


/* 2023/04/24追記 */
.pc-btn {
    width: 80%;
    max-width: 220px;
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 1;
}

.pc-btn .pc-btn-list li {
    width: 100%;
}

.pc-btn .pc-btn-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px !important;
    color: white;
    position: relative;
    overflow: hidden;
}

.pc-btn .pc-btn-list li a:after {
  content: "";
  width: 140%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  position: absolute;
  top: 0;
  left: -160%;
}

.pc-btn .pc-btn-list .coupon a {
    background: #f6a454;
}

.pc-btn .pc-btn-list .email a {
    background-color: #82c792;
}

.pc-btn .pc-btn-list li + li {
    margin-top: 10px;
}

.pc-btn .pc-btn-list .email a:before {
    content: "\f0e0";
}

.pc-btn .pc-btn-list .coupon a:before {
    content: "\f02c";
}

.pc-btn .pc-btn-list li a:before {
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width:1024px) {
  .pc-btn {
    display: none;
  }
}

[data-element-id].pc-btn {
    position: relative;
    border: 1px solid mediumblue;
    padding-top: 1rem;
    /* margin-top: 2rem; */
}

[data-element-id].pc-btn:before {
    content: "固定追従ボタン";
    display: block;
    background: mediumblue;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
}

.youtube01 {
  margin: 80px auto 0;
  width: 640px;
}
.youtube01 iframe {
  width:100%;
  aspect-ratio: 16/9;
}

.bnr-box .txt {
  font-size: 26px;
  font-weight: bold;
  color: #82c792;
}

@media (max-width:1024px) {
  .youtube01 {
    width: 80%;
  }
}

@media (max-width:599px) {
  .youtube01 {
    width: 90%;
  }
  
  .bnr-box .txt {
    font-family: 22px;
    line-height: 1.5;
  }
}

/* 2024/10/22追記 */
.line-discription-banner{
  border: 5px solid #00c300;
  background-color: #F9FFF1;
  width: 80%;
  margin: 50px auto;
  font-weight: bold;
}

.line-discription-banner .title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.line-discription-banner i{
  font-size: 80px;
  color: #00c300;
  margin-right: 20px;
}

.line-discription-banner .title .txt{
  font-size: 20px;
}

.line-discription-banner .detail{
  background-color: #ffffff;
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  border: 5px solid #00c300;
}

.line-discription-banner .linebtn a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00c300;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}

.line-discription-banner .list li{
  font-size: 18px;
}

.sp-br{
  display: none;
}

@media(max-width:599px) {
.line-discription-banner{
  width: 100%;
}

.sp-br{
  display: block;
}
}


.voice-flex{
  display: flex;
    justify-content: space-between;
}

.voice-50{
  width: 50%;
  padding: 15px 1%;
}

@media (max-width: 599px) {
  .voice-flex {
    display: block;
    padding-top: 14px;
}

.voice-50 {
    width: 100%;
    padding: 15px 0px;
}
}

.menu-p{
  font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    background: #eb9942;
    color: #fff;
    padding: 5px 0;
}

.onayami-box{
  width: 98%;
    max-width: 765pt;
    margin: auto;
    border: 1px solid #68b37a;
    padding: 0px 0px 30px;
}

.onayami-box p{
  font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #68b37a;
    padding: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.onayami-05{
  width: 56%;
    margin: auto;
    font-size: 18px;
    line-height: 2;
}

.onayami-05 span{
  color: #006933;
    font-size: 22px;
}

.konpon-p{
  width: 98%;
    max-width: 765pt;
    margin: 10px auto 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #006933;
}


@media (max-width: 599px) {
.onayami-05 {
    width: 92%;
    margin: auto;
    font-size: 16px;
    line-height: 2;
}
}

.q-and-a{
  margin-top: 5rem;
}

.q-and-a h2{
  margin-bottom: 20px;
}


.q-and-a .item:nth-child(n+3) {
    display: block;
}

.visual .uk-slideshow img {
    object-fit: contain;
}

.mainimg-catch{
  top: 33% !important;
    left: 0;
    right: 14rem !important;
    left: 7rem;
    bottom: 2rem;
}

.catch01{
  background: #39a753;
    width: 65%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.catch02{
  font-size: 24px;
    font-weight: bold;
    width: 64%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #0b932e;
    border-bottom: 1px solid #0b932e;
    padding: 12px 0;
}

.catch03{
  width: 80%;
}

.titora {
    font-size: 80px !important;
}

.catch04{
  color: #33954a;
    font-size: 36px;
    font-weight: bold;
    width: 70%;
}

@media (max-width: 1024px) {
  .catch04 {
    color: #33954a;
    font-size: 26px;
    font-weight: bold;
    width: 85%;
}

.titora {
    font-size: 46px !important;
}
}


@media (max-width: 599px) {
  .mainimg-catch {
    top: 26% !important;
    left: 0;
    right: 6rem !important;
  }
  
  .catch01 {
    background: #39a753;
    font-size: 20px;
    width: 75%;
  }
  
.catch02 {
    font-size: 16px;
    font-weight: bold;
    width: 84%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .catch04 {
        color: #33954a;
        font-size: 14px;
        font-weight: bold;
        width: 90%;
    }

.catch03 {
  width: 120%;
    margin-top: 20px;
}

.titora {
        font-size: 34px !important;
    }
    
 .list-point {
 width: 110%;
  padding-top: 140px !important;
 margin-left: 30px;
}

.visual .uk-slideshow {
    height: 300px !important;
}

.visual .uk-slideshow img {
    height: 300px !important;
}
}

/* 2025/02/06 */
.e-wrap{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.e-wrap a{
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
}

.e-wrap .epark{
  width: 220px;
  background-color: #fff;
}

.e-wrap .ekiten{
  width: 220px;
  background-color: #fff;
}

@media(max-width:599px) {
.e-wrap{
  justify-content: space-between;
}

.e-wrap .epark{
  width: 170px;
}

.e-wrap .ekiten{
  width: 170px;
}   
}

.slider00 .slick-list{
  padding-bottom: 20px !important;
}

.slider00 .slick-slide{
  padding-left: 10px;
  padding-right: 10px;
}

.slider00 .slick-prev,
.slider00 .slick-next{
  top: auto;
  bottom: -45px;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 1
}

.slider00 .slick-next{
  left: auto;
  right: 39.5%;
  transform: translate(0, -50%);
}

.slider00 .slick-prev:before{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1; 
  color: #333;
}

.slider00 .slick-next:before{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1; 
  color: #333;
}

.slider00 .slick-dots li button:before {
  content: '●';
  font-size: 10px;
}

.slider00 .slick-prev,
.slider00 .slick-next{
  background-color: transparent;
}

@media(max-width:1024px){
.slider00 .slick-prev,
.slider00 .slick-next{
  left: 35%;
}

.slider00 .slick-next{
  right: 34%;
  left: auto;
} 
}

@media(max-width:599px){
.slider00 .slick-prev,
.slider00 .slick-next{
  left: 20%;
}

.slider00 .slick-next{
  right: 18.5%;
  left: auto;
} 
}

.traffic{
  width: 70%;
    margin: 4rem auto 30px;
    background: #f57d44;
    border-radius: 20px;
}

.traffic a{
  border-radius: 20px;
}

.traffic p{
  font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 30px 0px;
}

@media (max-width: 1024px) {
  .traffic {
    width: 80%;
  }
}


@media (max-width: 599px) {
  .traffic {
        width: 97%;
        margin: 0 auto 20px;
    }

.traffic p {
    font-size: 14px;
}
}

/* 2025/04/07 */
.Autonomic_container .lp-box{
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: flex-end;
}

.Autonomic_container .lp-box .img_wrap{
  width: 150px;
}

.Autonomic_container .lp-box .txt_wrap{
  width: fit-content;
  font-size: 30px;
}

.Autonomic_container .lp-box .txt_wrap .strong{
  width: fit-content;
  font-size: 1.5em;
  background: linear-gradient(transparent 70%, #eb9942 70%);
}

.Autonomic_container .lp-box02{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.Autonomic_container .lp-box02 .box-in{
  width: calc( ( 100% - 30px ) / 2 );
}

.Autonomic_container .lp-box02 .box-in .ttl{
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  margin: 0.5em 0;
}

.long_banner{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.long_banner .in{
  background-color: #eb9942;
  padding: 1em;
  border-radius: 10px;  
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 5px 5px 0px #b35c01;
}

.long_banner.price .in{
  background-color: #68b37a;
  box-shadow: 5px 5px 0px #005715;  
}

.long_banner .in i.fa-calendar-check{
  font-size: 1.5em;
}

.onayami-box.ver02 {
  border: 1px solid #eb9942;
}

.onayami-box.ver02 p {
  background: #eb9942;
}

.onayami-box.ver02 .onayami-05 span {
  color: #eb9942;
}

@media(max-width:599px) {
.Autonomic_container .lp-box .img_wrap{
  width: 100px;
}

.Autonomic_container .lp-box .txt_wrap{
  font-size: 18px;
}

.Autonomic_container .lp-box02 .box-in{
  width: 100%;
}

.long_banner{
  width: 350px;
}

.long_banner .in{
  font-size: 16px;
}
}


.traffic-flex{
  display: flex;
  justify-content: space-between;
  width: 93%;
    margin: auto;
}

.traffic .p-01{
  font-size: 26px;
}

.tra-img{
  width: 45%;
}

.tra-img img{
  width: 100%;
}

.traffic .p-02{
  width: 53%;
    font-size: 20px;
    text-align: left;
    padding-left: 2rem;
    display: flex;
    align-items: center;
}

.traffic .p-03{
  margin-top: 1.5rem;
}

.traffic-more{
text-align: right;
    padding: 0 2rem 2rem 0;
    color: #fff;
    font-weight: bold;
}

.pc-none{
  display: none;
}

@media (max-width: 1024px) {
  .traffic {
        width: 96%;
    }
    
    .onayami-05 {
    width: 75%;
}
}


@media(max-width:599px) {
.onayami-05 {
        width: 90%;
    }

.traffic .p-01 {
        padding: 1rem 1rem;
        font-size: 20px;
        text-align: center;
        margin: auto;
}

.traffic-flex {
    display: block;
    margin-bottom: -2rem;
}

.tra-img {
    width: 100%;
}

.traffic .p-02 {
    width: 100%;
    font-size: 15px;
    text-align: left;
    padding-left: 0rem;
}

.traffic .p-03 {
    text-align: left;
    width: 92%;
    margin: auto;
}

.traffic-more {
    text-align: right;
    padding: 0 1rem 1rem 0;
}

.pc-none{
  display: block;
}
}
