@charset "utf-8";
p,
li,
a,
tr,
td,
label,
button,
h2,
h3 {
    text-align: center;
    font-family: 'Zen Maru Gothic', serif;
    /* デバイスの自動文字サイズ調整を無効にする */
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.c-font-hiragino-kaku {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-font-zen-kaku {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}


/* Components */

.c-hp-logo {
    width: 200px;
}

.c-hp-logo_large {
    width: 400px;
    display: block;
    margin: auto;
}

.c-insta-logo_large {
    width: 100px;
}

.c-youtube-logo_large {
    width: 150px;
    margin: 32.5px 0px;
}

.u-section-space {
    padding: 30px 0px 120px 0px;
}


/* p-header */

.p-header-container {
    width: 80%;
    margin: auto;
    justify-content: space-between;
    padding: 15px 0px;
}

.p-header-logo-link {
    transition: all 0.3s;
}

.p-header-logo-link:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.p-header-insta-logo i {
    font-size: 40px;
    margin-left: 10px;
}

.p-header-insta-logo a {
    transition: all 0.3s;
}

.p-header-insta-logo a:hover {
    color: #2A8333;
    transition: all 0.3s;
}

.p-header .p-header-tell-box {
    margin-right: 30px;
}

.p-header-contact {
    position: relative;
}

.p-header-contact-button {
    position: relative;
    display: block;
    width: 300px;
    height: 55px;
    line-height: 55px;
    background: #D80404;
    z-index: 1;
    font-weight: bold;
    border-radius: 15px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.p-header-contact-button:hover {
    top: 3px;
    left: 3px;
    transition: all 0.3s;
}

.p-header-contact-button_shadow {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 300px;
    display: inline;
    height: 55px;
    background: #524040;
    border-radius: 15px;
    z-index: 0;
}


/* p-header-navigation */

.p-header-navigation li {
    position: relative;
    width: 160px;
    padding: 20px 0px;
}

.p-header-navigation li a {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    width: 140px;
    padding: 20px;
    transition: all 0.3s;
}

.p-header-navigation li a:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.p-header-navigation li:nth-child(1)::after {
    position: absolute;
    content: "";
    top: 20%;
    left: 0%;
    width: 1px;
    height: 60%;
    opacity: 0.3;
    background-color: #FFFFFF;
}

.p-header-navigation li::before {
    position: absolute;
    content: "";
    top: 20%;
    right: 0%;
    width: 1px;
    height: 60%;
    opacity: 0.5;
    background-color: #FFFFFF;
}

.p-header-navigation li a i {
    display: none;
}


/* モバイル用ナビゲーションメニュー */

.p-header-mobile-menu {
    display: none;
    margin: auto 0;
    padding: 10px;
}

.p-menu-btn-close {
    position: absolute;
    right: 285px;
    top: 20px;
    display: none;
}

.p-menu-btn-close i {
    font-size: 3.0rem;
}

.p-mobile-menu-black-back {
    position: fixed;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000AA;
    z-index: -1;
}


/* トップに戻るボタン */

.c-float-button {
    /* スクロールの挙動はreset.css */
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 100;
    cursor: pointer;
}

.c-float-button a {
    display: block;
    font-size: 1.4rem;
    width: 200px;
    line-height: 70px;
    text-align: center;
    color: #FFF;
    transition: all 0.3s;
    border-radius: 15px;
    background-color: #D80404;
    box-shadow: 0 5px 0 #524040;
}

.c-float-button a:hover {
    transform: translate(0, 4px);
    box-shadow: 0 2px 0 #D80404;
}

.c-float-button.hide {
    visibility: hidden;
}


/* pーtop */

.p-top-image-bg {
    /*  TODO: キャッシュバスターの導入(末尾)
画像を差し替えしたらインクリメント */
    background-image: url("../image/top_garden.jpg?=v_1");
    background-size: cover;
    background-repeat: no-repeat;
    height: 45vw;
    position: relative;
    min-height: 650px;
}

.p-top-right {
    padding-top: 60px;
    width: 60%;
    margin-left: auto;
}

.p-top-area-container li {
    background: #2A8333;
    margin: 20px;
    border-radius: 15px;
    width: 130px;
}

.p-top-title {
    font-size: 6.0rem;
    color: #0E3E13;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}

.p-top-desc1 {
    font-size: 4.0rem;
    color: #000;
    font-weight: bold;
    text-align: left;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
    margin-left: 60px;
}

.p-top-desc2 {
    font-size: 4.0rem;
    color: #FFF;
    font-weight: bold;
    text-shadow: 3px 3px 2px red, -3px -3px 2px red, -3px 3px 2px red, 3px -3px 2px red, 3px 0px 2px red, -3px -0px 2px red, 0px 3px 2px red, 0px -3px 2px red;
    margin: 0;
}

.p-top-owner-img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    outline: 5px solid #FFF;
}

.p-top-tell-box {
    background-color: #FFFFFFaa;
    width: 300px;
    margin: 15px auto;
    display: none;
}


/* p-greeting */

.p-greeting {
    position: relative;
}

.p-greeting-line_left {
    /* 左の線 */
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0px;
    background-color: #0E3E13;
}

.p-greeting-line_left::before {
    /* 左の線 */
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    left: 17.5px;
    background-color: #FFF;
}

.p-greeting-line_right {
    /* 右の線 */
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0%;
    top: 0px;
    background-color: #0E3E13;
}

.p-greeting-line_right::before {
    /* 右の線 */
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    right: 17.5px;
    background-color: #FFF;
}

.p-greeting-head-img {
    height: 100px;
}

.p-greeting-head-title {
    line-height: 100px;
}

.p-greeting-head-img:nth-of-type(2) {
    transform: scale(-1, 1);
}

.p-greeting-owner-img {
    width: 400px;
    border-radius: 20px;
}

.p-greeting-right-box {
    width: 50%;
}

.p-greeting-owner-title {
    text-align: left;
    width: 80%;
    margin: auto;
    text-shadow: 2px 2px 3px #33333355;
}

.p-greeting-owner-text {
    text-align: left;
    width: 80%;
    margin: auto;
}

.p-greeting-owner-text span {
    background-color: #FFE600aa;
}


/* p-greeting-work-are */

.p-greeting-work-area {
    margin: 50px 0px;
    padding: 20px;
}

.p-greeting-work-area-title {
    width: 70%;
    text-align: left;
    margin: auto;
}

.p-greeting-work-area-desc {
    text-align: left;
    line-height: 2;
}

.p-greeting-movie iframe {
    display: block;
    margin: auto;
    padding-bottom: 30px;
    width: 515px;
    height: 315px;
}


/* 見出し装飾サークル&アンダーライン */

.c-headline-circle {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    margin-bottom: -80px;
}

.c-headline-circle-line {
    position: relative;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}

.c-headline-circle-line span {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 3px;
    height: 50px;
    background-color: #FFF;
    transform-origin: center bottom;
}

.c-headline-circle-line span:nth-child(1) {
    transform: rotate(-90deg);
}

.c-headline-circle-line span:nth-child(2) {
    transform: rotate(-70deg);
}

.c-headline-circle-line span:nth-child(3) {
    transform: rotate(-50deg);
}

.c-headline-circle-line span:nth-child(4) {
    transform: rotate(-30deg);
}

.c-headline-circle-line span:nth-child(5) {
    transform: rotate(-10deg);
}

.c-headline-circle-line span:nth-child(6) {
    transform: rotate(10deg);
}

.c-headline-circle-line span:nth-child(7) {
    transform: rotate(30deg);
}

.c-headline-circle-line span:nth-child(8) {
    transform: rotate(50deg);
}

.c-headline-circle-line span:nth-child(9) {
    transform: rotate(70deg);
}

.c-headline-circle-line span:nth-child(10) {
    transform: rotate(90deg);
}

.c-headline-circle-line::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #6B826D;
    top: 35px;
    left: 60px;
}

.c-headline-under-line {
    display: block;
    position: relative;
    width: 100px;
    height: 2px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #FFF;
}

.c-headline-under-line::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: -5px;
    margin: auto;
    background-color: #FFF;
}


/* p-features */

.p-features-img {
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.p-features-text-box {
    width: 600px;
    height: 400px;
    background-color: #FFF;
}

.p-features-title {
    color: #0E3E13;
    width: 75%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.p-features-desc {
    width: 75%;
    margin: auto;
    text-align: left;
}

.p-features-circle {
    width: 40px;
    height: 40px;
    line-height: 20px;
    border-radius: 40px;
    display: none;
    margin: 10px 3px 10px 10px;
}


/* p-request-flow */

.p-request-flow-head {
    width: 80%;
    margin: auto;
    text-align: left;
    border-left: 10px solid #0E3E13;
}

.p-request-flow-box {
    background-color: #FFF;
    width: 80%;
    height: 230px;
    border: #333 solid 2px;
    margin: 30px auto;
    padding: 10px;
    justify-content: space-evenly;
}

.p-request-flow-text-box {
    width: 60%;
    margin-top: 20px;
}

.p-request-flow-under-line {
    width: 100%;
    border: #333 dashed 1px;
}

.p-request-flow-number {
    width: 100px;
    height: 200px;
}

.p-request-flow-image {
    width: 250px;
    height: 200px;
    object-fit: cover;
}

.p-request-flow-desc {
    width: 90%;
    margin: 15px auto;
    text-align: left;
}

.p-request-flow-contact-mail-button {
    width: 215px;
    padding: 8px;
    line-height: 40px;
    border: #333 solid 2px;
    border-radius: 20px;
    margin-right: 20px;
    transition: all 0.3s;
}

.p-request-flow-contact-mail-button:hover {
    color: #FFFFFF;
    background-color: #0E3E13;
    transition: all 0.3s;
}


/* p-price */

.p-price-example {
    width: 50%;
    display: block;
    margin: auto;
}

.p-price-table th,
.p-price-table td {
    padding: 20px 15px;
    border: #333 solid 1px;
    text-align: center;
    width: 120px;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
}

.p-price-table th {
    background-color: #0E3E13;
    color: #FFF;
}

.p-price-table span {
    color: #9C0303;
    font-size: 1.6rem;
}

.p-price-table-row-head {
    background-color: #D9D9D9;
}


/* p-construction */

.p-construction-head {
    margin: 20px;
}

.p-construction-head-before {
    width: 300px;
    height: 10px;
    border-top: 2px solid #0E3E13;
    border-bottom: 2px solid #0E3E13;
    margin: auto;
}

.p-construction-head-after {
    width: 300px;
    height: 10px;
    border-top: 2px solid #0E3E13;
    border-bottom: 2px solid #0E3E13;
    margin: auto;
}

.p-construction-outer-container {
    background: #FFFEF98F;
    width: 80%;
    margin: 30px auto;
}

.p-construction-inner-container {
    border: #0E3E13 1px solid;
}

.p-construction-img {
    width: 400px;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
}

.p-construction-img_position_top {
    object-position: top;
}

.p-construction-img:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.p-construction-arrow {
    width: 1px;
    margin: auto 20px;
    border-top: 25px solid transparent;
    border-left: 35px solid #262626;
    border-bottom: 25px solid transparent;
    transform: translate(0px, -24.5px)
}

.p-construction-modal-wrapper.hide {
    display: none;
}

.p-construction-modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 50%);
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
    z-index: 100;
}

.p-construction-modal {
    display: grid;
    place-items: center;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}

.p-construction-modal img {
    display: block;
    max-width: 800px;
    max-height: 80%;
    object-fit: cover;
    margin: auto;
    z-index: 100;
}

.p-construction-modal i {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 5.0rem;
    color: #FFF;
    z-index: 100;
    right: 15%;
    top: 20%;
    cursor: pointer;
    transition: all 0.3s;
}

.p-construction-modal i:hover {
    color: #0E3E13;
    transition: all 0.3s;
}

.p-construction-modal-wrapper::before,
.p-construction-modal-wrapper::after {
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
    display: flex;
}

.p-construction-modal-wrapper::-webkit-scrollbar {
    display: none;
}


/* p-closed-topic */

.p-closed-topic {
    background-image: url("../image/top_garden.jpg?=v_1");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.p-closed-topic-title {
    width: 70%;
    margin: auto;
    text-align: left;
}

.p-closed-topic-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    background-color: #00000099;
}

.p-closed-topic-contact-box {
    background-color: #FFFFFFbb;
    width: 50%;
    padding: 20px;
    margin-left: auto;
    border-radius: 10px 0px 0px 10px;
    justify-content: space-evenly;
    margin-top: 70px;
}

.p-closed-topic-contact-mail-button {
    width: 250px;
    display: inline-block;
    padding: 8px;
    line-height: 40px;
    border: #333 solid 2px;
    border-radius: 20px;
    margin-right: 20px;
    transition: all 0.3s;
    background-color: #0E3E13;
    color: #FFF;
}

.p-closed-topic-contact-mail-button:hover {
    background-color: #FFF;
    color: #333;
    transition: all 0.3s;
}

.p-closed-topic-vertical-line {
    width: 1px;
    height: 100px;
    background-color: #333;
}


/* p-customer */

.p-customer-container {
    background-color: #CFC5A7;
    width: 80%;
    padding: 30px;
    margin: 30px auto;
    border-radius: 30px;
    margin-top: 60px;
}

.p-customer-container .c-headline-circle-line span,
.p-customer-container .c-headline-under-line,
.p-customer-container .c-headline-under-line::after {
    background-color: #333333;
}

.p-customer-container .c-headline-circle-line::after {
    background-color: #CFC5A7;
}

.p-customer-box {
    width: 40%;
    padding: 30px;
    height: 300px;
    background-color: #FFFFFF;
}

.p-customer-box i {
    font-size: 5rem;
    color: #e7e7e7;
}

.p-customer-box-outer {
    justify-content: space-around;
    margin: 30px;
}

.p-customer-box-outer:nth-child(2) {
    margin-top: 60px;
}

.p-customer-under-line {
    display: block;
    position: relative;
    width: 80%;
    height: 1px;
    margin: 10px auto;
    background-color: #333;
}

.p-customer-voice {
    width: 80%;
    margin: auto;
    text-align: left;
}

.p-customer-voice span {
    background-color: #FFE600aa;
}

.p-customer-circle-horizon {
    justify-content: space-around;
    margin-top: 20px;
}

.p-customer-circle-horizon i {
    color: #FFF;
    font-size: 1.5rem;
}

.p-customer-scroll-back-button,
.p-customer-scroll-forward-button {
    display: none;
}


/* p-question */

.p-question-box {
    width: 80%;
    margin: 30px auto;
    border: #0E3E13 1px solid;
    border-radius: 20px;
}

.p-question-question-icon {
    padding: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
    margin-left: 70px;
}

.p-question-select-button {
    width: 250px;
    padding: 8px;
    line-height: 40px;
    border-radius: 20px;
    margin: 20px;
    transition: all 0.3s;
    background-color: #e7e7e7;
    cursor: pointer;
    position: relative;
}

.p-question-select-button::after {
    position: absolute;
    content: "";
    width: 1px;
    bottom: -25px;
    left: calc(50% - 20px);
    border-left: 20px solid transparent;
    border-top: 25px solid #e7e7e7;
    border-right: 20px solid transparent;
    transition: all 0.3s;
}

input[type="radio"]:hover+.p-question-select-button::after,
input[type="radio"]:checked+.p-question-select-button::after {
    border-top: 25px solid #0E3E13;
    transition: all 0.3s;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:hover+.p-question-select-button,
input[type="radio"]:checked+.p-question-select-button {
    color: #e7e7e7;
    background-color: #0E3E13;
    transition: all 0.3s;
}

.p-question-select-button input {
    display: none;
}

.p-question-top-area {
    background-color: #C2D9C4;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    justify-content: flex-start;
}

.p-question-question {
    color: #0E3E13;
    font-weight: bold;
    line-height: 65px;
    margin: 0px 20px;
}

.p-question-answer {
    margin: 20px;
    text-align: left;
    margin-left: 170px;
}

.p-footer {
    background-color: #A2BEA5;
}

.p-footer .u-flex-box {
    justify-content: space-around;
}

.p-footer_left,
.p-footer_right {
    width: 40%;
}

.p-footer-store-info {
    width: 90%;
    text-align: left;
    margin: auto;
}

.p-footer-vertical-line {
    width: 1px;
    height: 300px;
    background-color: #333;
}

.p-footer-sns-title {
    width: 80%;
    display: block;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffffbb;
    border-radius: 20px;
}

.p-footer-navigation {
    width: 60%;
    margin: auto;
}

.p-footer-link,
.p-footer-navigation li {
    transition: all 0.3s;
}

.p-footer-link:hover,
.p-footer-navigation li:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.p-footer-link_youtube {
    background-color: #D12222;
    border-radius: 30px;
    color: #fff;
    height: 90px;
    line-height: 90px;
    width: 200px;
    margin: 5px 0px;
}


/* レスポンシブ対応 */

@media screen and (max-width: 1100px) {
    /* p-header */
    .p-header-container {
        width: 90%;
    }
    .p-header-contact-button,
    .p-header-contact-button_shadow {
        width: 200px;
        border-radius: 5px;
    }
    .p-header-navigation li a {
        padding: 20px 0px;
    }
    .p-top-desc1 {
        margin-left: 30px;
    }
    /* p-request */
    .p-request-flow-image {
        width: 180px;
        height: 160px;
    }
    .p-request-flow-number {
        width: 80px;
        height: 170px;
    }
    .p-request-flow-box {
        height: 200px;
    }
    .p-request-flow-text-box {
        width: 75%;
        margin-top: 5px;
    }
    .p-request-flow-desc {
        margin: 10px 5px;
        width: 97%;
        font-size: 1.6rem;
    }
    /* p-construction */
    .p-construction-img {
        width: 300px;
        height: 200px;
    }
    /* p-closed-topic */
    .p-closed-topic-contact-box {
        width: 100%;
        border-radius: 0px;
        padding: 20px 0px;
        margin-top: 20px;
    }
    /* .p-question */
    .p-question-answer {
        margin: 20px;
    }
    .p-question-box {
        width: 95%;
    }
    .p-question-question-icon {
        margin-left: 0px;
        padding: 10px;
        max-height: 20px;
        max-width: 20px;
        line-height: 20px;
        font-size: 2.0rem;
    }
    .p-question-question {
        line-height: initial;
        margin: auto 10px;
        text-align: left;
    }
}

@media screen and (max-width: 900px) {
    /* p-header */
    .p-header-container {
        display: flex;
        margin-left: auto;
        margin-right: 0;
    }
    .p-header-container>.u-flex-box {
        display: flex;
    }
    .p-header-tell-box {
        display: none;
    }
    .p-header-fixed {
        padding: 10px 0px;
    }
    /* サイドバーに変更
    表示/非表示のロジックはJavaScript */
    .p-header-navigation {
        background-color: #0E3E13;
        width: 275px;
        height: 100vh;
        position: fixed;
        top: 0px;
        /* ×ボタンもあるので320pxマイナス */
        right: -320px;
        z-index: 120;
        color: #FFF;
    }
    .p-header-navigation li {
        width: 275px;
        height: 40px;
        padding: 0px;
        padding-bottom: 20px;
    }
    .p-header-navigation li a {
        display: block;
        width: 275px;
    }
    .p-header-navigation li a i {
        display: initial;
        position: absolute;
        right: 15px;
        top: 25px;
    }
    .p-header-navigation li::before {
        top: initial;
        bottom: 0;
        right: 10px;
        width: 90%;
        height: 0px;
        opacity: 1;
        background-color: initial;
        border-bottom: dashed 1px #FFF;
    }
    .p-header-navigation li:nth-child(1)::after {
        display: none;
    }
    .p-header-contact-box>p {
        font-size: 1.0rem;
    }
    .p-menu-btn-close {
        display: initial;
    }
    .p-header-mobile-menu {
        display: block;
    }
    /* p-top */
    .p-top-right {
        padding-top: 10px;
        width: 100%;
    }
    .p-top-area-container {
        display: flex;
        justify-content: left;
    }
    .p-top-image-bg {
        min-height: 380px;
        height: 380px;
    }
    .p-top-title {
        font-size: 3.5rem;
        height: 85px;
        line-height: 85px;
        width: 80%;
    }
    .p-top-desc1 {
        font-size: 2.0rem;
        margin-left: 20px;
    }
    .p-top-desc2 {
        font-size: 2.0rem;
    }
    .p-top-owner-img {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 30%;
        bottom: 150px;
    }
    .p-top-tell-box {
        display: block;
    }
    /* p-greeting */
    .p-greeting-owner-img {
        display: block;
        margin: auto;
        width: 85%;
    }
    .p-greeting-right-box {
        width: 100%;
        margin: auto;
    }
    .p-greeting-owner-title {
        color: #0E3E13;
    }
    .p-greeting-head-img,
    .p-greeting-head-title {
        height: 50px;
        line-height: 50px;
    }
    /* p-greeting-work-area */
    .p-greeting-work-area {
        padding: 10px;
    }
    .p-greeting-work-area img {
        width: 95px;
        height: 95px;
    }
    .p-greeting-work-area-desc {
        font-size: 1.2rem;
    }
    .u-section-space {
        padding: 20px 0px 20px 0px;
    }
    .p-greeting-movie iframe {
        width: 85%;
    }
    /* 見出し装飾 */
    .c-headline-circle {
        padding-top: 10px;
    }
    .c-headline-circle-line span {
        height: 30px;
    }
    .c-headline-circle-line::after {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        top: 20px;
        left: 65px;
    }
    .c-headline-circle-line {
        height: 110px;
    }
    /* p-features */
    .p-features-title {
        margin: 5px auto;
        width: initial;
        display: inline-block;
        vertical-align: super;
        font-size: 1.8rem;
    }
    .p-features-desc {
        margin: 10px auto;
        width: 90%;
    }
    .p-features-img {
        display: none;
    }
    .p-features-text-box {
        width: 100%;
        height: 100%;
        background-color: #FFFFFFaa;
        padding: 10px 0px;
        margin: 20px 0;
    }
    .p-features-circle {
        display: inline-block;
    }
    /* p-request */
    .p-request-flow-number,
    .p-request-flow-under-line,
    .p-request-flow-contact-mail-button {
        display: none;
    }
    .p-request-flow-box {
        height: 170px;
        width: 90%;
        margin: 10px auto;
    }
    .p-request-flow-image {
        width: 100px;
        height: 80px;
        margin: auto;
    }
    .p-request-flow-title {
        font-size: 1.5rem;
        text-align: left;
    }
    .p-request-flow-desc {
        margin: 5px;
        font-size: 1.4rem;
    }
    /* p-price */
    .p-price-example {
        width: 90%;
    }
    .p-price-table {
        width: 96%;
        margin: 10px auto;
    }
    .p-price-text {
        text-align: left;
    }
    /* p-construction */
    .p-construction-head-before {
        width: 30%;
    }
    .p-construction-head-after {
        width: 30%;
    }
    .p-construction-arrow {
        display: none;
    }
    .p-construction-outer-container {
        background-color: initial;
        position: relative;
        width: 95%;
        padding: 15px 0px;
    }
    .p-construction-inner-container {
        border: initial;
    }
    .p-construction-title {
        width: 60%;
        margin-left: auto;
    }
    .p-construction-img {
        width: 100%;
        height: 300px;
    }
    .p-construction-img {
        display: none;
    }
    .p-construction-img.js-current {
        display: initial;
    }
    .p-construction-after p,
    .p-construction-before p {
        position: absolute;
        top: 14px;
        left: 3px;
        background-color: #FFF;
        color: #0E3E13;
        width: 50px;
        padding: 7px;
        transition: all 0.3s;
    }
    .p-construction-after p {
        left: 68px;
    }
    .p-construction-before p.js-current,
    .p-construction-after p.js-current {
        background-color: #0E3E13;
        color: #FFF;
    }
    .p-construction-modal-wrapper {
        display: none;
    }
    .p-construction-img:hover {
        opacity: 1;
    }
    /* p-closed-topic */
    .p-closed-topic-vertical-line {
        display: none;
    }
    .p-closed-topic .p-header-tell-box {
        display: block;
    }
    .p-closed-topic-contact-mail-button {
        margin: 10px auto;
        display: block;
    }
    /* .p-customer */
    .p-customer-container {
        background-color: initial;
        padding: 10px 5px;
        width: 95%;
        margin-top: 10px;
    }
    .p-customer-scroll-area {
        overflow-x: scroll;
        margin: auto;
    }
    .p-customer-scroll-outer-area {
        position: relative;
    }
    .p-customer-container .c-headline-circle-line::after {
        background-color: #AA9247;
    }
    .p-customer-container .c-headline-circle-line span,
    .p-customer-container .c-headline-under-line,
    .p-customer-container .c-headline-under-line::after {
        background-color: #FFFFFF;
    }
    .p-customer-box-container {
        display: flex;
        width: 1600px;
        justify-content: center;
    }
    .p-customer-box-outer:nth-child(2) {
        margin-top: 30px;
    }
    .p-customer-box-outer {
        margin: 30px 0px;
    }
    .p-customer-box {
        width: 340px;
        margin: 0px 20px;
        padding: 10px;
    }
    /* footer */
    .p-footer_left,
    .p-footer_right {
        width: 100%;
    }
    .p-footer-navigation,
    .p-footer-vertical-line {
        display: none;
    }
    .p-footer-sns-title {
        padding: 10px;
    }
    .p-footer-store-info {
        font-size: 1.3rem;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .c-hp-logo {
        width: 120px;
    }
    .c-hp-logo_large {
        width: 70%;
    }
    .p-header-insta-logo i {
        display: none;
    }
    .p-header-container {
        margin-left: 0;
        width: 100%;
    }
    .p-header-contact-box {
        padding-bottom: 5px;
    }
    .p-header-contact-button,
    .p-header-contact-button_shadow {
        width: 145px;
        height: 30px;
        line-height: 30px;
        font-size: 1.2rem;
    }
    .p-header-mobile-menu {
        margin: initial;
        margin-top: auto;
    }
    .c-float-button {
        right: 10px;
    }
    .c-float-button a {
        display: block;
        font-size: 1.2rem;
        width: 160px;
        line-height: 60px;
    }
    /* p-top */
    .p-top-owner-img {
        right: 20px;
        bottom: 170px;
        outline-width: 2px;
    }
    .p-top-area-container li {
        margin: 8px;
    }
    /* p-greeting */
    .p-greeting-line_left,
    .p-greeting-line_right {
        display: none;
    }
    .p-greeting-movie iframe {
        width: 85%;
        height: 230px;
    }
    /* p-request */
    .p-request-flow-title {
        font-size: 1.4rem;
    }
    .p-request-flow-desc {
        font-size: 1.0rem;
        font-weight: bold;
    }
    .p-request-flow-box {
        height: 140px;
    }
    .p-request-flow-head {
        width: 90%;
    }
    /* p-construction */
    .p-construction-head-before {
        width: 20%;
    }
    .p-construction-head-after {
        width: 20%;
    }
    /* p-price */
    .p-price-table th,
    .p-price-table td {
        padding: 10px 5px;
        font-size: 1.0rem;
    }
    .p-price-table span {
        font-size: 1.1rem;
    }
    /* p-customer */
    .p-customer-circle-horizon i {
        font-size: 0.8rem;
    }
    .p-customer-box {
        width: 280px;
        margin: 0px 10px;
    }
    .p-customer-box-container {
        width: 1450px;
    }
    .p-customer-scroll-back-button,
    .p-customer-scroll-forward-button {
        display: initial;
        position: absolute;
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
        background-color: #FFF;
        border-radius: 40px;
        border: 1px solid #332606;
    }
    .p-customer-scroll-forward-button {
        right: 5px;
    }
    .p-customer-scroll-back-button {
        left: 5px;
    }
    .p-customer-scroll-back-button i,
    .p-customer-scroll-forward-button i {
        font-size: 2.5rem;
        line-height: 40px;
        text-align: center;
        display: block;
    }
    /* .p-question */
    .p-question-select-button {
        margin: 10px 4px;
    }
    .p-question-select-button::after {
        bottom: -20px;
        left: calc(50% - 15px);
        border-left: 15px solid transparent;
        border-top: 20px solid #e7e7e7;
        border-right: 15px solid transparent;
    }
    .p-question-top-area {
        padding: 15px;
    }
    .p-question-answer {
        margin: 15px;
    }
    .p-footer-link_youtube {
        width: 170px;
    }
}

@media screen and (max-width: 375px) {
    .p-top-desc2 {
        font-size: 1.6rem;
    }
    .p-top-owner-img {
        width: 60px;
        height: 60px;
        bottom: 180px;
    }
    .p-features-title {
        font-size: 1.6rem;
    }
}
