@charset "UTF-8";

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--duotone--grayscale: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--duotone--purple-yellow: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--duotone--blue-red: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--duotone--midnight: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--duotone--magenta-yellow: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--duotone--purple-green: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--duotone--blue-orange: url('/import/tenant_1/162.43.27.101/A-BiSU/A-BiSU_style.css');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}























































/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#main {
    width: 700px;
}


@media screen and (max-width: 600px) {
    #main {
        width: auto;
    }
}



.e-logo {
    display: block;
}

.e-logo>a {
    display: block;
    text-decoration: none;
}

.e-logo-row1 {
    font-family: "Noto Serif JP", serif;
    color: #322111;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -.08em;
    line-height: 1.3em;
}

.e-logo-row1 .ft01 {
    font-size: 1.2em;
}

.e-logo-row2 {
    font-family: "Noto Serif JP",
        serif;
    color: #322111;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -.08em;
    line-height: 1.3em;
}

.e-logo-row2 .ft02 {
    font-size: 1.35em;
    display: inline-block;
    padding: 0 .1em;
    color: red;
    background: linear-gradient(transparent 60%, #fff991 60%);
}

.logo-flex {
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: 90%;
}

.logo-ball {
    width: 110px;
}

.logo-txt {
    width: calc(100% - 110px);
    margin-left: 10px;
}

.logo-txt-01 {
    font-family: "Noto Serif JP",
        serif;
    color: #009944;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    border-bottom: dotted 2px #ccc;
    padding-bottom: 5px;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.logo-flex2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo-txt-02 {
    font-family: "Noto Serif JP",
        serif;
    color: #322111;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -.08em;
    line-height: 1em;
    display: flex;
    align-items: center;
    padding-top: 5px;
    white-space: nowrap;
}

.logo-txt-02>img {
    width: 36px;
    margin-right: 5px;
}






.e-logo-sp {
    display: block
}

.e-logo-sp>a {
    display: block;
    text-decoration: none;
}

.sp-logo-txt-01 {
    font-family: "Noto Serif JP",
        serif;
    color: #009944;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 5px;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.sp-logo-txt-02 {
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1em;
    font-family: "Noto Serif JP",
        serif;
    letter-spacing: -.08em;
    white-space: nowrap;
}

.sp-logo-txt-02 .ft01 {
    color: #bc2222;
    font-size: 20px;
}

.sp-logo-txt-02 .ft02 {
    width: 30px;
    margin: 0 5px;
}

.sp-logo-txt-02 .ft03 {
    color: #322111;
    font-size: 18px;
}

.sp-logo-txt-02 .ft03>span {
    color: #bc2222;
    font-size: 18px;
    font-size: 1.6em;
    display: inline-block;
    transform: translateY(.1em);
}









.e-tel {
    display: flex;
    flex-direction: column;
}

.e-tel-txt-01 {
    width: 100%;
    line-height: 1em;
    font-family: "Noto Serif JP",
        serif;
    font-weight: bold;
    white-space: nowrap;
    color: #322111;
    font-size: 14px;
    margin-bottom: 3px;
    text-align: center;
}

.e-tel-num {
    width: 100%;
    display:block!important;
    position:relative;
    z-index:1;
}

.e-tel-num>a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    color: red;
    font-size: 36px;
    line-height: 1em;
    white-space: nowrap;
    letter-spacing: -.03em;
}

[data-element-id].tel[data-ab-test-conversion-button=""] {
  pointer-events: auto;
}

[data-element-id].tel .up-d-none{
  display:block;
}
.e-tel-num>a img {
    width: 45px;
    margin-right: 5px;
    margin-top: -3px;
}

.e-tel-txt-02-box {
    display: block;
    position: relative;
    padding-bottom: 3px;
}

.e-tel-txt-02-box>img {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 75px;
}

.e-tel-txt-02 {
    font-size: 12px;
    text-align: left;
    color: #322111;
    font-weight: 600;
    margin-bottom: 5px;
}



.e-tel-btn {
    display: block;
    width: 100%;
}

.e-tel-btn a {
    display: block;
    width: 100%;
    background-color: #f64629;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none !important;
    text-align: center;
    padding: 13px 0;
    color: #fff !important;
    font-weight: bold;
    filter: drop-shadow(3px 3px 0px #d1381f);
}

.e-btn.big {
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.e-btn.big a {
    display: block;
    background-color: #f64629;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: .3em 0;
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    filter: drop-shadow(3px 3px 0px #d1381f);
    padding-left: 1.2em;
    position: relative;
}

.e-btn.big a::before {
    content: "";
    display: block;
    background-color: #fff;
    width: .5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80%;
}

.e-cont01 {
    display: block;
    position: relative;
    padding: 30px 0;
}

.e-cont01>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.e-cont01 .row1 {
    position: relative;
    z-index: 1;
    font-family: "Noto Serif JP", serif;
    color: #322111;
    font-size: 28px;
    font-weight: 500;
}

.e-cont01 .row2 {
    position: relative;
    z-index: 1;
    font-family: "Noto Serif JP", serif;
    color: #bb3013;
    font-size: 34px;
    font-weight: 500;
}

@media(max-width:600px) {
    .e-cont01 .row1 {
        font-size: clamp(16px, 4vw, 22px);
    }

    .e-cont01 .row2 {
        font-size: clamp(20px, 4.5vw, 26px);
    }

    .e-btn.big a {
        width: 100%;
        font-size: clamp(10px, 4.5vw, 24px);
    }

    .e-btn.big a::before {
        right: 75%;
    }
}


.e-cont-02 {
    display: block;
}

.e-cont-02-flex {
    display: flex;
    align-items: center;
}

.e-cont-02-left {
    display: block;
    width: 20%;
    position: relative;
}

.e-cont-02-left>span {
    position: relative;
    width: 100%;
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 36px;
    z-index: 1;
    font-family: "Noto Serif JP",
        serif;
    color: #fff;
}

.e-cont-02-left>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.e-cont-02-right {
    width: 80%;
    padding-left: 3%;
    text-align: left;
}

.e-cont-02-right .row1 {
    position: relative;
    z-index: 1;
    font-family: "Noto Serif JP", serif;
    color: #322111;
    font-size: 34px;
    font-weight: 500;
}

.e-cont-02-right .row1 .red {
    color: #bb3013;
}

.e-cont-02-right .row1 .radial {
    background-image: radial-gradient(circle at center, #eed84f 15%, transparent 15%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em .3em;
    padding-top: .1em;
}

.surround-block {
    background-color: #fafaf1;
}

@media(max-width:600px) {
    .e-cont-02-right .row1 {
        font-size: clamp(19px, 4.3vw, 26px);
    }

    .e-cont-02-left>span {
        font-size: clamp(20px, 4.5vw, 30px);
    }

    .text-img-block.float-7-3 .right>img {
        width: 100%;
    }
}

.e-cont-03 {
    display: block;
    position: relative;
    padding: .4em 0;
}

.e-cont-03-txt {
    position: relative;
    z-index: 1;
    font-family: "Noto Serif JP",
        serif;
    color: #322111;
    font-size: 34px;
    font-weight: bold;
}

.e-cont-03-txt .ft01 {
    color: #964b21;
}

.e-cont-03>img {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 3%;
}

@media(max-width:600px) {
    .e-cont-03-txt {
        font-size: clamp(18px, 4.5vw, 28px);
    }
}






.e-cont-04 {
    display: block;
    position: relative;
}

.e-cont-04-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.e-cont-04 .row1 {
    font-family: "Noto Serif JP",
        serif;
    color: #322111;
    font-size: 28px;
    font-weight: 500;
    border-bottom: 2px dotted #322111;
    padding: 15px 0 0px 0;
    letter-spacing: -.05em
}

.e-cont-04.v2 .row1 {
    border-bottom: none;
    padding: 5px 0 0px 0;
}

.e-cont-04 .row1 .lg {
    color: #98c433;
    font-weight: bold;
    font-size: 1.2em;
}

.e-cont-04 .row1 .radial {
    background-image: radial-gradient(circle at center, #eed84f 15%, transparent 15%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em .3em;
    padding-top: .1em;
}

@media(max-width:600px) {
    .e-cont-04 .row1 {
        font-size: clamp(16px, 4.0vw, 28px);
    }
}





.e-cont-05 {
    position: relative;
    display: block;
    padding: 5% 2%;
}

.e-cont-05>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}



.e-cont-05-flex {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.e-cont-05-left {
    display: block;
    width: 20%;
    position: relative;
}

.e-cont-05-left>span {
    position: relative;
    width: 100%;
    display: block;
    padding: .1em 0 .9em 0;
    line-height: 1em;
    text-align: center;
    font-size: 36px;
    z-index: 1;
    font-family: "Noto Serif JP",
        serif;
    color: #a88200;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF,
        -1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px -1px 0 #FFF,
        0px 1px 0 #FFF,
        0 -1px 0 #FFF,
        -1px 0 0 #FFF,
        1px 0 0 #FFF;
}

.e-cont-05-left>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.e-cont-05-right {
    width: 80%;
    padding-left: 3%;
    text-align: left;
}

.e-cont-05-right .row1 {
    font-family: "Noto Serif JP",
        serif;
    color: #643400;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}

.e-cont-05-right .row1>span {
    font-size: 1.2em;
}

.e-cont-05-right .row1>span.red {
    color: #dc4e1b;
}

.e-cont-05-right .row2 {
    font-family: "Noto Serif JP",
        serif;
    color: #643400;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 2%;
}

.e-cont-05-right .row2 .under-liner {
    font-family: "Noto Serif JP",
        serif;
    color: #643400;
    font-weight: 600;
    line-height: 1.3em;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fedc72 60%);
}

.e-cont-05-right .row2 .under-liner span {
    font-size: 1.5em;
}

@media(max-width:600px) {
    .e-cont-05-left>span {
        font-size: clamp(20px, 4.5vw, 30px);
    }

    .e-cont-05-right .row1 {
        font-size: clamp(10px, 3vw, 24px);
    }

    .e-cont-05-right .row2 {
        font-size: clamp(12px, 3.5vw, 26px);
    }

    .entry-content .list-block ul.check {
        padding: 25px 15px;
    }
}


.greenback {
    background-color: #02a44e;
    padding: 3% 0;
    position: relative;
    border-radius: 1vw;
}

.greenback-txt {
    font-size: 30px;
    color: #fff;
    font-family: "Noto Serif JP",
        serif;
    font-weight: 500;
    line-height: 1.3em;
}

.greentitle.left .greenback {
    padding: 3%;
    background-image: url('/import/tenant_1/162.43.27.101/A-BiSU/images/que.webp');
    background-size: auto 80%;
    background-position: 95%;
    background-repeat: no-repeat;
}

.greentitle.left .greenback-txt {
    text-align: left;
}

.greenback-txt.v2 {
    font-size: 26px;
    letter-spacing: -.05em;
}

.greenback-txt .yl {
    color: #e6ffa6;
    font-size: 1.1em;
}

.green-tri {
    display: block;
    margin: -1px auto 0;
    background-color: #02a44e;
    width: 30px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}



@media(max-width:600px) {
    .greenback-txt {
        font-size: clamp(18px, 4.1vw, 30px);
    }

    .greenback-txt.v2 {
        font-size: clamp(12px, 3.6vw, 26px);
    }

    .green-tri {
        width: 5vw;
        height: 5vw;
    }

}



.breadcrumb>.inner {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.books-title {
    text-align: right;
    margin-bottom: -1em;
}

.books-title>span {
    display: inline-block;
    color: #a7cb43;
    font-weight: 500;
    font-family: "Noto Sans JP",
        serif;
    font-size: 24px;
    position: relative;
    padding: 0 1em;
}

.books-title>span::before {
    content: "";
    display: inline-block;
    background-color: #a7cb43;
    height: 82%;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    transform: rotate(-45deg);
}

.books-title>span::after {
    content: "";
    display: inline-block;
    background-color: #a7cb43;
    height: 82%;
    width: 1px;
    position: absolute;
    bottom: 0;
    right: 2.5%;
    transform: rotate(45deg);
}

.book-list {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: flex-end;
}

.book-list img {
    box-shadow: 0vw 0vw 1.5vw -1vw #777777;
}

.book01 {
    width: 21%;
}

.book02 {
    width: 16%;
}

.book03 {
    width: 14%;
}

.book04 {
    width: 38%;
}

@media(max-width:600px) {
    .books-title>span {
        font-size: clamp(10px, 3.4vw, 24px);
    }
}



.e-cont-06-box {
    position: relative;
    display: block;
    text-align: center;
}

.e-cont-06-txt {
    color: #000;
    font-size: 26px;
    font-family: "Noto Serif JP",
        serif;
    line-height: 1.3em;
    letter-spacing: -.08em;
}

.e-cont-06-txt>.ft01 {
    color: #ec461e;
    display: inline-block;
    font-size: 1.4em;
    padding: 0 .05em;
    background: linear-gradient(transparent 60%, #fff991 60%);
}

.e-cont-06-txt::before {
    content: "";
    display: inline-block;
    background-color: #ec461e;
    height: 120%;
    width: 2px;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    transform: rotate(-25deg);
}

.e-cont-06-txt::after {
    content: "";
    display: inline-block;
    background-color: #ec461e;
    height: 120%;
    width: 2px;
    position: absolute;
    bottom: 0;
    right: 2.5%;
    transform: rotate(25deg);
}

@media(max-width:600px) {
    .e-cont-06-txt {
        font-size: clamp(10px, 3.7vw, 26px);
    }

    .e-cont-06-txt::before {
        width: 1px;
        left: 1%;
        height: 90%;
    }

    .e-cont-06-txt::after {
        width: 1px;
        right: 1%;
        height: 90%;
    }
}




.e-cont-07-inner {
    display: block;
    position: relative;
}

.e-cont-07-inner>img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.e-cont-07-inner>* {
    position: relative;
    z-index: 1;
}

.e-cont-07-title {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    transform: translateY(-1.5em);
    padding-top: 1.5em;
}

.e-cont-07-title:before,
.e-cont-07-title:after {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: "";
    border: 1em solid #5b422b;
}

.e-cont-07-title:before {
    left: -20px;
    border-left-width: 15px;
    border-left-color: transparent;
}

.e-cont-07-title:after {
    right: -20px;
    border-right-width: 15px;
    border-right-color: transparent;
}

.e-cont-07-title span {
    font-family: "Noto Serif JP",
        serif;
    position: relative;
    line-height: 1em;
    z-index: 1;
    display: block;
    padding: 8px 30px;
    color: #f8e3a4;
    background: #664b31;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

.e-cont-07-title span:before,
.e-cont-07-title span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-style: solid;
    border-color: #382513 transparent transparent transparent;
}

.e-cont-07-title span:before {
    left: 0;
    border-width: 10px 0 0 10px;
}

.e-cont-07-title span:after {
    right: 0;
    border-width: 10px 10px 0 0;
}

.e-cont-07-flex {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 1em 1.5em;
    margin-top: -1em;
}

.e-cont-07-left {
    width: 20%;
    background-color: #de4529;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.e-cont-07-left::after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
}

.e-cont-07-left .core {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    letter-spacing: -.05em;
    line-height: 1.5em;
}

.e-cont-07-left .row1 {
    color: #fff;
    font-family: "Noto Serif JP",
        serif;
    font-size: 18px;
    font-weight: bold;
}

.e-cont-07-left .row1>span {
    font-size: 1.3em;
}

.e-cont-07-left .row2 {
    color: #fff;
    font-family: "Noto Serif JP",
        serif;
    font-size: 18px;
    font-weight: bold;
}

.e-cont-07-left .row2>span {
    font-size: 1.3em;
    margin-left: .1em;
}

.e-cont-07-right {
    width: 80%;
    padding-left: 3%;
}

.e-cont-07-right .row1 {
    color: #664b31;
    font-family: "Noto Serif JP",
        serif;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #e0dac5;
}

.e-cont-07-right .row1>span {
    font-size: 1.3em;
    font-weight: bold;
}

.e-cont-07-right .row2 {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 1em;
}

.e-cont-07-right .row2 .percent {
    color: #fff;
    font-size: 36px;
    line-height: 1em;
    font-family: "Noto Serif JP",
        serif;
    background-image: url('/import/tenant_1/162.43.27.101/A-BiSU/images/r-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 2px #000;
    font-weight: bold;
    padding: .15em .5em .25em .15em;
    margin-right: .25em;
}

.e-cont-07-right .row2 .price {
    font-size: 45px;
    color: #de4529;
    line-height: 1em;
    font-family: "Noto Serif JP",
        serif;
    font-weight: bold;
    letter-spacing: -.05em;
    position: relative;
    text-shadow: 2px 2px 0 #FFF,
        -2px -2px 0 #FFF,
        -2px 2px 0 #FFF,
        2px -2px 0 #FFF,
        0px 2px 0 #FFF,
        0 -2px 0 #FFF,
        -2px 0 0 #FFF,
        2px 0 0 #FFF,
        2px 2px 4px #000,
        2px 2px 4px #000;
}

.e-cont-07-right .row2 .price>span {
    position: relative;
    font-size: 1.8em;
    display: inline-block;
}

.e-cont-07-right .row2 .price .tax {
    font-size: 20px;
    position: absolute;
    top: -.5em;
    right: -.2em;
    line-height: 1em;
}





@media(Max-width:600px) {
    .e-cont-07-title span {
        font-size: clamp(12px, 3vw, 22px);
        text-shadow: 1px 1px 1px #000;
    }

    .e-cont-07-flex {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0 .6em 1em;
    }

    .e-cont-07-left .core {
        line-height: 1em;
    }

    .e-cont-07-left .row1 {
        font-size: clamp(8px, 2.5vw, 18px);
    }

    .e-cont-07-left .row2 {
        font-size: clamp(8px, 2.5vw, 18px);
    }

    .e-cont-07-right .row1 {
        font-size: clamp(12px, 3vw, 22px);
        border-bottom: 1px solid #e0dac5;
    }

    .e-cont-07-right .row2 .percent {
        font-size: clamp(16px, 5vw, 36px);
    }

    .e-cont-07-right .row2 .price {
        font-size: clamp(20px, 6.5vw, 45px);
    }

    .e-cont-07-right .row2 .price .tax {
        font-size: clamp(8px, 2.5vw, 18px);
    }

}






.line-box>a {
    display: block;
    overflow: hidden;
    background: repeating-linear-gradient(135deg, #22a535, #22a535 5px, #32ab43 5px, #32ab43 10px);
    border-radius: 1em;
    padding: .8em;
    text-decoration: none;
    font-family: "Noto Sans JP",
        serif;
}

.line-box-title {
    text-align: left;
    color: #fff;
    font-size: 36px;
    line-height: .8em;
    font-weight: 500;
    padding-bottom: .3em;
}

.line-box-title>span {
    color: yellow;
}

.line-box-cont {
    background-color: #fff;
    display: block;
    padding: .8em;
}

.line-box-txt {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}

.line-box-flex {
    display: flex;
    align-items: center;
}

.line-box-left {
    width: 58%;
    margin-top: .5em;
}

.line-box-left .row1 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: -1em;
}

.line-box-left .row2 {
    display: flex;
    align-items: center;
}

.line-box-left .row2+.row2 {
    margin-top: .4em;
}

.line-box-left .row2 .mini-ball {
    width: 18%;
    background-color: #ff4a4a;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.line-box-left .row2 .mini-ball::after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
}

.line-box-left .row2 .mini-ball .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    letter-spacing: -.05em;
    line-height: 1.5em;
    line-height: 1em;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: .3em;
}

.line-box-left .row2 .mini-ball-txt {
    width: 82%;
    text-align: left;
    padding-left: 3%;
    color: #000;
}

.line-box-left .row2 .mini-ball-txt.v1 {
    font-size: 26px;
}

.line-box-left .row2 .mini-ball-txt.v1>span {
    font-size: 14px;
}

.line-box-left .row2 .mini-ball-txt.v2 {
    font-size: 20px;
    line-height: 1em;
}

.line-box-left .row2 .mini-ball-txt.v2 .pk {
    color: #ff4a4a;
    font-weight: bold;
}

.line-box-left .row2 .mini-ball-txt.v2 .ft01 {
    font-size: 1.4em;
    letter-spacing: -.05em;
}

.line-box-left .row2 .mini-ball-txt.v2>div {
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    margin-top: .1em;
}

.line-box-right {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1.5em;
    padding-left: .8em;
}

.line-box-right .qr {
    width: 32%;
}

.line-box-right .qr>img {
    display: block;
    width: 100%;
}

.line-box-right .qr+.LINE-btn {
    margin-top: .8em;
}

.LINE-btn {
    display: block;
    width: 100%;
    max-width: 250px;
}

.LINE-btn>* {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .7em;
    background: linear-gradient(#6dee1d, #32aa16);
    overflow: hidden;
    border-radius: .8em;
}

.LINE-btn .LINE_icon_min {
    width: 22%;
}

.LINE-btn .LINE_txt {
    width: 78%;
    padding-left: .2em;
    padding-bottom: .15em;
    text-align: left;
    color: #fff;
    line-height: 1em;
    font-size: 30px;
    font-weight: 500;
}


@media(max-width:600px) {
    .line-box>a {
        background: repeating-linear-gradient(135deg, #22a535, #22a535 2px, #32ab43 2px, #32ab43 4px);
        border-radius: .5em;
        padding: .3em;
    }

    .line-box-title {
        font-size: clamp(16px, 5vw, 36px);
        line-height: 1.2em;
        padding-left: .2em;
    }

    .line-box-cont {
        padding: .3em;
    }

    .line-box-txt {
        font-size: clamp(10px, 2.5vw, 18px);
    }

    .line-box-left {
        margin-top: .2em;
    }

    .line-box-left .row2+.row2 {
        margin-top: .15em;
    }

    .line-box-left .row1 {
        font-size: clamp(10px, 2.5vw, 18px);
    }

    .line-box-left .row2 .mini-ball .txt {
        font-size: clamp(10px, 3vw, 20px);
    }

    .line-box-left .row2 .mini-ball-txt.v1 {
        font-size: clamp(12px, 3.6vw, 26px);
    }

    .line-box-left .row2 .mini-ball-txt.v1>span {
        font-size: clamp(8px, 2.5vw, 16px);
    }

    .line-box-left .row2 .mini-ball-txt.v2 {
        font-size: clamp(10px, 2.8vw, 20px);
    }

    .line-box-left .row2 .mini-ball-txt.v2>div {
        font-size: clamp(8px, 2.5vw, 16px);
    }

    .line-box-right {
        margin-top: -1em;
        padding-left: .4em;
    }

    .LINE-btn>* {
        padding: .4em;
        border-radius: .4em;
    }

    .LINE-btn .LINE_txt {
        padding-left: .1em;
        font-size: clamp(16px, 4vw, 30px);
    }

    .line-box-right .qr+.LINE-btn {
        margin-top: .4em;
    }
}












.e-cont-08-box {
    display: block;
    position: relative;
}

.e-cont-08-img-01 {
    width: 32%;
    position: absolute;
    bottom: 0;
    left: 0;
}



.e-cont-08-list {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 25%;
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 1;
}

.e-cont-08-list .list-inner {
    background-color: #fdfdf5;
    border-radius: .5em;
    padding: 1.5em 2em;
    filter: drop-shadow(1px 1px 0px #7fbc32) drop-shadow(-1px -1px 0px #7fbc32) drop-shadow(-1px 1px 0px #7fbc32) drop-shadow(1px -1px 0px #7fbc32);
    position: relative;
}

.e-cont-08-list .list-inner::after {
    content: "";
    width: 5em;
    height: 2.5em;
    box-sizing: border-box;
    border-right: 2.5em solid transparent;
    border-bottom: 2.5em solid #fdfdf5;
    border-left: 2.5em solid transparent;
    position: absolute;
    right: 100%;
    transform: translateX(50%);
    bottom: 15%;
}

.e-cont-08-list .list-inner ul {
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 1;
}

.e-cont-08-list .list-inner ul li {
    color: #382513;
    font-family: "Noto Serif JP",
        serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-left: 0;
    padding-left: .6em;
    font-weight: bold;
    position: relative;
}

.e-cont-08-list .list-inner ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #382513;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .7em;
}

.e-cont-08-img-02 {
    width: 8%;
    position: absolute;
    bottom: 8em;
    left: 20%;
    z-index: 1;
}

@media(max-width:600px) {
    .e-cont-08-list .list-inner::after {
        width: 1.5em;
        height: 1em;
        border-right: 1em solid transparent;
        border-bottom: 1em solid #fdfdf5;
        border-left: 1em solid transparent;
    }

    .e-cont-08-list .list-inner ul li {
        font-size: clamp(12px, 3vw, 22px);
    }

    .e-cont-08-list .list-inner {
        border-radius: .2em;
        padding: .5em;
    }

    .e-cont-08-list .list-inner ul li::before {
        width: 2px;
        height: 2px;
    }

    .e-cont-08-img-02 {
        bottom: 5em;
        left: 18%;
    }
}







.e-cont-09-box {
    display: block;
    background-color: #fefffa;
    border: 2px solid #7fbc32;
}

.e-cont-09-cont01 {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 1em;
}

.e-cont-09-title {
    background: linear-gradient(to right, #7fbc32, #fefffa);
    text-align: left;
    width: 80%;
    color: #fff;
    font-family: "Noto Serif JP",
        serif;
    text-shadow: 1px 1px 2px #000;
    font-size: 26px;
    padding: 0 0 .2em .5em;
    margin-top: .5em;
    position: relative;
    z-index: 0;
}

.e-cont-09-tel {
    width: 80%;
    padding-left: 1em;
    margin-top: 1em;
    position: relative;
    z-index: 2;
}

.e-cont-09-tel>a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.fd-icons {
    width: 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fd-icons>span {
    color: #009944;
    font-size: 8.5px;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
    text-align: center;
}

.fd-icons img {
    width: 100%;
    display: block;
}

.e-cont-09-tel>a .tel-num {
    width: 91%;
    padding-left: 2%;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    color: red;
    font-size: 60px;
    line-height: 1em;
    white-space: nowrap;
    letter-spacing: -.05em;
    text-shadow: 2px 2px 0 #FFF,
        -2px -2px 0 #FFF,
        -2px 2px 0 #FFF,
        2px -2px 0 #FFF,
        0px 2px 0 #FFF,
        0 -2px 0 #FFF,
        -2px 0 0 #FFF,
        2px 0 0 #FFF,
        2px 2px 4px #000,
        2px 2px 4px #000;
}

.e-cont-09-time {
    width: 80%;
    padding-left: 1em;
    margin-top: .3em;
    position: relative;
    z-index: 2;
}

.e-cont-09-time .row1 {
    font-size: 14px;
    letter-spacing: -.05em;
    display: flex;
    align-items: center;
}

.e-cont-09-time .row1 span {
    width: calc(100% - 4.5em);
    text-align: left;
    padding-left: .5em;
    font-family: "Noto Serif JP",
        serif;
    text-shadow: 1px 1px 0 #FFF,
        -1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px -1px 0 #FFF,
        0px 1px 0 #FFF,
        0 -1px 0 #FFF,
        -1px 0 0 #FFF,
        1px 0 0 #FFF;
    font-weight: 600;

}

.e-cont-09-time .row1 .ft01 {
    color: #fff;
    background-color: #382513;
    line-height: 1em;
    font-family: "Noto Serif JP",
        serif;
    padding: .2em 0 .3em 0;
    width: 4.5em;
    text-align: center;
    border-radius: .3em;
    text-shadow: none;
    font-weight: 600;
}

.e-cont-09-time .row1+.row1 {
    margin-top: .5em;
}

.e-cont-09-cont02 {
    padding: 0 1em 1em;
}

.long-btn {
    display: block;
    width: 100%;
}

.long-btn>a {
    display: block;
    width: 100%;
    background-color: #f64629;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: .4em 0 .2em 0;
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    filter: drop-shadow(3px 3px 0px #d1381f);
    padding-left: 1.2em;
    position: relative;
}

.e-cont-09-img {
    width: 22%;
    position: absolute;
    right: 3%;
    bottom: 0;
}

.e-cont-09-img-inner {
    width: 100%;
    display: block;
    position: relative;
}

.or-v {
    position: absolute;
    top: -18%;
    left: -40%;
    background-image: url('/import/tenant_1/162.43.27.101/A-BiSU/images/o-bg.webp');
    background-size: 100% 100%;
    background-position: bottom;
    padding: 1em 1em .5em;
    transform: rotate(-5deg);
}

.or-v>span {
    font-size: 16px;
    line-height: 1em;
    font-family: "Noto Serif JP",
        serif;
    font-weight: bold;
    color: #fff;

}

.or-v>span>span {
    font-size: 1.2em;
    display: block;
}

@media(max-width:600px) {
    .e-cont-09-title {
        font-size: clamp(10px, 3.7vw, 26px);
    }

    .fd-icons>span {
        font-size: clamp(1px, 1.1vw, 8.5px);
    }

    .e-cont-09-cont01 {
        padding-bottom: .5em;
    }

    .e-cont-09-tel {
        padding-left: .5em;
        margin-top: .5em;
    }

    .e-cont-09-tel>a .tel-num {
        font-size: clamp(22px, 8.2vw, 60px);
    }

    .e-cont-09-time {
        padding-left: .5em;
        margin-top: .15em;
    }

    .e-cont-09-time .row1 {
        font-size: clamp(5px, 2vw, 14px);
    }

    .long-btn>a {
        font-size: clamp(10px, 4vw, 24px);
    }

    .or-v {
        top: -12%;
        line-height: .8em;
        padding: .5em .5em .25em;
        transform: rotate(-5deg);
    }

    .or-v>span {
        font-size: clamp(6px, 2.1vw, 16px);
    }

    .e-cont-09-cont02 {
        padding: 0 .5em .5em;
    }

}











.e-cont-10-flex {
    display: flex;
    align-items: flex-end;
}

.e-cont-10-left {
    width: 75%;
    display: flex;
    align-items: flex-end;
    position: relative;
    font-family: "Noto Serif JP",
        serif;
    font-weight: bold;
    white-space: nowrap;
}

.e-cont-10-right {
    width: 25%;
}

.e-cont-10-right>img {
    width: 100%;
    display: block;
}

.e-cont-10-left .row0 {
    color: #333;
    font-size: 22px;
    position: absolute;
    top: 1.5em;
    right: 0;
    line-height: 1em;
}

.e-cont-10-left .row1 {
    color: #ffd902;
    font-style: italic;
    font-size: 120px;
    line-height: 1em;
    margin-right: .1em;
}

.e-cont-10-left .row2 {
    color: #333;
    font-size: 55px;
    line-height: 1em;
}

.e-cont-10-left .row3 {
    color: #98c433;
    font-size: 55px;
    line-height: 1em;
}

@media(max-width:600px) {
    .e-cont-10-left .row0 {
        font-size: clamp(12px, 3vw, 22px);
        top: 1em;
    }

    .e-cont-10-left .row1 {
        font-size: clamp(30px, 15vw, 120px);
    }

    .e-cont-10-left .row2 {
        color: #333;
        font-size: clamp(20px, 8vw, 55px);
        line-height: 1em;
    }

    .e-cont-10-left .row3 {
        color: #98c433;
        font-size: clamp(20px, 8vw, 55px);
        line-height: 1em;
    }
}







.e-title01-inner {
    display: flex;
    background: linear-gradient(-80deg, #98c433 0%, #98c433 83%, #ffd902 83%, #ffd902 100%);
}

.e-title01-left {
    width: 17%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-top: .5em;
}

.e-title01-left>span {
    color: #333;
    font-size: 18px;
    font-style: italic;
    font-family: "Noto Serif JP",
        serif;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF,
        -1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px -1px 0 #FFF,
        0px 1px 0 #FFF,
        0 -1px 0 #FFF,
        -1px 0 0 #FFF,
        1px 0 0 #FFF;
}

.e-title01-left>span+span {
    font-size: 40px;
    line-height: 1em;
}

.e-title01-right {
    width: 83%;
    padding: .3em;
    font-size: 28px;
    color: #fff;
    font-family: "Noto Sans JP",
        serif;
    letter-spacing: -.03em;
    line-height: 1.5em;
}

.e-title01-right>span {
    font-size: 1.1em;
    font-weight: bold;
}

@media(max-width:600px) {
    .e-title01-left {
        padding-top: .2em;
    }

    .e-title01-left>span {
        font-size: clamp(8px, 2.5vw, 18px);
    }

    .e-title01-left>span+span {
        font-size: clamp(16px, 5vw, 40px);
    }

    .e-title01-right {
        font-size: clamp(14px, 3.8vw, 28px);
    }
}


.e-cont-11-inner {
    text-align: center;
    display: block;
}

.e-cont-11-core {
    text-align: center;
    display: inline-block;
    font-family: "Noto Serif JP",
        serif;
    font-weight: bold;
    color: #382513;
    font-size: 34px;
    padding: 0 .2em;
    background: linear-gradient(transparent 70%, #fff991 70%, transparent 95%);
}




#main .phone-ver a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 62px;
    line-height: 1.2;
    text-decoration: none;
    color: #333;
}

#main .phone-ver a img {
    width: 37px;
    margin-right: 5px;
}

#main .fd-ver a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 1.2;
    text-decoration: none;
    color: #333;
}



#main #content-footer .tel-sp {
    display: none;
    max-width: 600px;
}

#main #content-footer .tel-sp a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
    padding: 10px 3%;
    border-radius: 4px;
    background: #2eb10b;
    background: -webkit-linear-gradient(top, #2eb10b 0%, #2eb10b 50%, #1e9000 51%, #1e9000 100%);
    background: linear-gradient(to bottom, #2eb10b 0%, #2eb10b 50%, #1e9000 51%, #1e9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2eb10b', endColorstr='#1e9000', GradientType=0);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 3px 0px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #075A1D;
    text-align: center;
    font-size: 26px;
    color: #FFF;
}

#main #content-footer .tel-sp a img {
    width: 20px;
    margin-right: 5px;
}

#main #content-footer .info dl .flex-info {
    display: flex;
}

.flex-info>span {
    display: inline-block;
    width: 4.5em;
}










@media(max-width:600px) {
    .e-cont-11-core {
        font-size: clamp(14px, 5.2vw, 34px);
    }

    .text-img-block.float-6-4 .right img {
        width: 100%;
    }

    .e-logo-row1 {
        font-size: clamp(14px, 4vw, 28px);
    }

    .e-logo-row2 {
        font-size: clamp(12px, 3.65vw, 26px);
    }

    .logo-ball {
        width: 20%;
    }

    .logo-txt {
        width: 80%;
        margin-left: 2%;
    }

    .logo-txt-01 {
        font-size: clamp(18px, 4.8vw, 32px);
        border-bottom: dotted 1px #ccc;
        padding-bottom: .2em;
    }

    .logo-txt-02>img {
        width: 2em;
        margin-right: 2%;
    }

    .logo-txt-02 {
        font-size: clamp(10px, 2.5vw, 18px);
        padding-top: .5em;
    }

    #main #content-footer .tel-sp {
        display: block;
    }

    .logo-flex {
        width: 100%;
    }

    .logo-flex2 {
        justify-content: flex-start;
    }

    .logo-txt-02+.logo-txt-02 {
        margin-left: 1em;
    }


}




.new-ft-inner {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.new-ft-left {
    width: 61%;
}

.new-ft-right {
    width: 35%;
}

.new-ft-inner a {
    text-decoration: none;
}

.new-ft-logo .logo-flex {
    width: 100%;
}

.new-ft-logo .logo-ball {
    width: 120px;
}

.new-ft-logo .logo-txt {
    width: calc(100% - 120px);
    margin-left: 10px;
}

.new-ft-logo .logo-flex2 {
    justify-content: space-between;
}

.new-ft-logo .logo-txt-01 {
    font-size: 36px;
    text-shadow: 1px 1px 0 #FFF,
        -1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px -1px 0 #FFF,
        0px 1px 0 #FFF,
        0 -1px 0 #FFF,
        -1px 0 0 #FFF,
        1px 0 0 #FFF;
}

.new-ft-logo .logo-txt-02 {
    font-size: 22px;
    padding-top: 5px;
}

.new-ft-logo .logo-txt-02>img {
    width: 42px;
    margin-right: 5px;
}

#global-footer #global-footer-main-pc #global-footer-main-pc-right .mail {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0px 0px;
    min-width: inherit;
    vertical-align: middle;
    font-size: 16px;
}

.ft-l-txt {
    line-height: 1em;
    font-size: 26px;
    text-shadow: 1px 1px 0 #FFF,
        -1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px -1px 0 #FFF,
        0px 1px 0 #FFF,
        0 -1px 0 #FFF,
        -1px 0 0 #FFF,
        1px 0 0 #FFF;
    color: #333;
    font-family: "Noto Serif JP",
        serif;
    font-weight: 600;
    text-align: center;
}

.copy {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #f8f8eb;
}







.faq-new-box {
    list-style: none !important;
}

.faq-new-box li {
    margin: 0 !important;
}

.faq-new-box li+li {
    margin-top: 30px !important;
}


.faq-list .text {
    font-size: 16px;
    display: block;
}

.faq-list .question {
    display: block;
    padding: 10px 30px 10px 30px;
    border-bottom: 1px solid #999;
    position: relative;
}

.faq-list .question:hover {
    cursor: pointer;
}

.faq-list .question:after {
    content: "＋";
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    color: #7fbc32;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    top: 12px;
    right: 5px;
}

.faq-list .question .ttl {
    position: absolute;
    top: 6px;
    left: 0;
}

.faq-list .question.is-parent:after {
    content: "—";
}

.faq-list .answer {
    display: none;
    padding: 10px 40px 10px 30px;
    border-bottom: 1px solid #999;
    position: relative;
}

.faq-list .answer .ttl {
    position: absolute;
    top: 6px;
    left: 0;
}


.faq-list .ttl {
    line-height: 1;
    color: #7fbc32;
}

.voice-block h2 {
    padding: 0 !important;
}

@media(max-width:600px) {
    .entry-content .list-block ul {
        padding: 20px 10px;
    }

    .faq-list .text {
        font-size: 14px;
        display: block;
    }

    #main .voice-item .info {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #main .voice-item .new-tag {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .voice-block .addition {
        text-align: left;
    }
}

#main .voice-item>a {
    display: block;
    text-decoration: none;
    color: #000
}

.voice-item .info>div:first-child>span:first-child {
    display: none;
}

/*pagenav*/
.pagenav ul {
    list-style: none;
    line-height: 1em;
}

.pagenav li {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    min-width: 30px;
    text-align: center;
    margin: 0;
}

.pagenav li.now {
    color: #fff;
    background-color: #333;
    padding: .5em 0;
}

#main .pagenav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em 0;
    text-decoration: none;
    color: #333;
}

.pagenav li.prev a:before,
.pagenav li.next a:before {
    content: "";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
}

.pagenav li.prev a:before {
    content: "\f053";
}

.pagenav li.next a:before {
    content: "\f054";
}

.new-tag>span {
    font-size: 14px;
    background-color: #7fbc32;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}



.e-btn.big.back {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


.e-btn.big.back a {
    background-color: #02a44e;
    padding: .3em 0;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    filter: drop-shadow(3px 3px 0px #008d49);
    padding-left: 1.2em;
    position: relative;
}

.e-btn.big.back a::before {
    content: "";
    display: block;
    background-color: #fff;
    width: .5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 80%;
}

#page-contact input,
#page-contact textarea {
    padding: 8px 2%;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
}

.red-txt {
    color: red;
}


.e-btn {
    width: 150px;
    display: block;
}

.e-btn>button {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em 0;
    text-align: center;
    border: none;
    font-size: 18px;
    line-height: 1.3em;
    color: #fff;
    border-radius: .5em;
}

.e-btn.back>button {
    background-color: #02a44e;
    filter: drop-shadow(3px 3px 0px #008d49);
}

.e-btn.next>button {
    background-color: #f64629;
    filter: drop-shadow(3px 3px 0px #d1381f);
}


.bn-item>a {
    display: block;
    background: #FFFFF3;
    border: #D4C09D 1px dotted;
    margin: 0 0 25px;
    padding: 14px;
}

.bnc01 {
    width: 68%;
    float: right;
}


.bnc01 .dates {
    color: #999;
    white-space: nowrap;
}

.bnc01 .new-tag {
    width: calc(100% - 120px);
}

.bn-title {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.bnc02 {
    width: 30%;
    float: left;
}

.bnc03 {
    width: 68%;
    float: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #7fbc32;
}

.bnc03 .txt {
    color: #000;
    font-size: 14px;
}

.side-nav.long {
    margin-bottom: 20px;
    filter: drop-shadow(0 0 2px #999);
}

.side-nav.long .side-nav-title {
    background: #7fbc32;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 22px;
    padding: 10px 20px;
    margin: 0;
}

.side-nav.long ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.side-nav.long ul li {
    border-bottom: #dcdcdc 1px solid;
    border-right: #dcdcdc 1px solid;
    background-color: #FFF;
    width: 50%;
    margin: 0;
}

.side-nav.long ul li:nth-child(even) {
    border-right: none;
}

.side-nav.long ul li:last-child {
    border-bottom: none;
}

.side-nav.long ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}


#main .side-nav.long ul li a {
    background-image: url('/import/tenant_1/162.43.27.101/wp-content/themes/selfull/images/green/side-icon-arrow_1.webp');
    display: block;
    padding: 12px 25px 12px 30px;
    background-position: 15px center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #333333;
}

.drawer__symptoms-list.open {
    display: block;
}

[data-element-id].toggle_nav_box .toggle_nav_bg {
    display: block;
}

[data-element-id]#global-header #global-header-main-sp{
    display: block;
}

[data-element-id].toggle_nav_box {
  position:relative;
  width:48px;
  border:3px solid purple;
}

[data-element-id].toggle_nav_box::after {
  content:"SP時のみ表示";
  position:absolute;
  width:auto;
  background-color:purple;
  color:yellow;
  font-size:12px;
  padding:1px 3px;
  position:absolute;
  left:0;
  top:100%;
  white-space:nowrap;
}

[data-element-id].toggle_nav_box .toggle_nav{
  position:relative;
  top:0;
  left:0;
}

[data-element-id].drawer{
  display:block;
  position:relative;
  max-width:375px;
  padding-bottom:20px;
  overflow:hidden;
}

[data-element-id].drawer__inner{
  position:relative;
  border:3px solid purple;
  height:100%;
  margin-bottom: 0px;
  height:100%;
}

[data-element-id].drawer__inner::after {
  content:"SP時のみ表示";
  position:absolute;
  width:auto;
  background-color:purple;
  color:yellow;
  font-size:12px;
  padding:1px 3px;
  position:absolute;
  left:0;
  top:100%;
  white-space:nowrap;
}

[data-element-id]#global-header-main-sp-left{
  width:375px;
  position:relative;
  border:3px solid purple;
  margin:30px 0;
}

[data-element-id]#global-header-main-sp-left::after {
  content:"SP時のみ表示";
  position:absolute;
  width:auto;
  background-color:purple;
  color:yellow;
  font-size:12px;
  padding:1px 3px;
  position:absolute;
  left:0;
  top:100%;
  white-space:nowrap;
}

[data-element-id].drawer__symptoms-list {
    display: block;
}

#main + [data-common-area]{
  width: 25%;
}

#main + [data-common-area]>aside{
  width: 100%;
}

[data-element-id].footer-floating {
        display: block;
        position:relative;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        max-width:375px;
        padding: 10px 10px 15px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f4ece1;
    }
    

  .footer-floating {
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 10px 15px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f4ece1;
  }
  .footer-floating > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7px;
    color: #df322c;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
  }
  .footer-floating > p span {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 4px 5px 3px;
    margin-left: 7px;
    border-radius: 3px;
    background-color: #df322c;
    color: #fff;
  }
  .footer-floating > p span::after {
    content: "";
    height: 60%;
    width: 10px;
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: reflection 4s ease-in-out infinite;
            animation: reflection 4s ease-in-out infinite;
  }
  .footer-floating__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
  }
  .footer-floating__inner p {
    width: 50%;
  }
  .footer-floating__inner a {
    display: block;
    width: 100%;
    padding: 0.3em 0 0.2em 0;
    background-color: #df322c;
    -webkit-box-shadow: 0 4px 0 #9b2d26;
            box-shadow: 0 4px 0 #9b2d26;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
  }
  .footer-floating__inner a::before {
    font-family: fontAwesome;
    content: "\f879";
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
  }
  .footer-floating__inner p:nth-child(2) a {
    background-color: #009b40;
    -webkit-box-shadow: 0 4px 0 #056f33;
            box-shadow: 0 4px 0 #056f33;
  }
  .footer-floating__inner p:nth-child(2) a::before {
    content: "\f27a";
    margin-right: 7px;
  }

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

#global-footer #global-footer-nav li a{
  display:inline-block;
  position:relative;
  z-index:2;
}

.entry-content .list-block div.check{
    list-style: none;
    background: #fff;
    border: #808080 1px solid;
    padding: 25px;
    margin-bottom:20px;
}

.entry-content .list-block div.check span {
  display:list-item;
    background: url(/import/tenant_1/162.43.27.101/wp-content/themes/selfull/images/common/list-icon-01.webp) no-repeat left 4px;
    margin: 0 0 6px;
    padding: 0 0 0 30px;
    
}

@media (max-width: 600px) {
    .entry-content .list-block div.check {
        padding: 25px 15px;
    }
    
    .bnc01 .dates {
    width:100px;
}

.bnc01 .new-tag {
    width: calc(100% - 100px);
}

.new-tag>span {
    font-size: 12px;
    padding: 0 3px;
}

.bnc01 {
    width: 100%;
    float: none;
}

.bnc02 {
    width: 100%;
    float: none;
}

.bnc03 {
   width: 100%;
    float: none;
    margin-top: 5px;
    padding-top: 5px;
}

.copy {
    padding-bottom:40px;
}

}

[data-element-id].drawer__symptoms-list li{
padding:15px 0 30px 0;}

[data-element-id].drawer__symptoms-list li:nth-child(n+2){
  display:none;
}

[data-element-id] #side .side-nav+.side-nav ul li:nth-child(n+2) {
   display:none;
}

[data-element-id]#side .side-nav+.side-nav ul li{
padding:15px 0 30px 0;}

[data-element-id].side-nav.long ul li {
    width: 50%;
}

[data-element-id].side-nav.long ul>div {
    width: 100%;
    display:flex;
    flex-wrap:wrap;
}

.bn-item.top .bnc01 {
    width: 100%;
    float: none;
}

a{
  text-decoration: none!important
}
[data-element-id].main-img-sp{
  display:block;
  max-width:600px;
  position: relative;
    border: 3px solid purple;
}

[data-element-id].main-img-sp::after {
    content: "SP時のみ表示";
    position: absolute;
    width: auto;
    background-color: purple;
    color: yellow;
    font-size: 12px;
    padding: 1px 3px;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
}

.html-area iframe,
iframe[src*="youtube"]{
    max-width: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.s-b a{
  overflow:hidden;
  position:relative;
}

.s-b a::after {
    content: "";
    height: 60%;
    width: 10px;
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: reflection 4s ease-in-out infinite;
            animation: reflection 4s ease-in-out infinite;
  }
  
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

a,
button {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0s ease;
    transition: 0s ease;
}

a:hover,
button:hover {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    cursor: pointer
}

[data-element-id] .faq-list .answer{
  display:block;
}

.breadcrumb li{
  display:inline;
}
