@charset "utf-8";
p,
li,
a,
tr,
td,
label,
button,
h2,
h3 {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
}


/* l-header */

.p-nav-container {
    padding: 10px 20px;
    background-color: #FFFFFF;
    z-index: 5;
    justify-content: space-between;
    box-sizing: border-box;
}

.p-nav-item {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 130px;
    transition: all 0.3s;
    font-weight: bold;
}

.p-nav-item:hover {
    opacity: 0.8;
    transition: all 0.3s;
}


/* レスポンシブ時に表示用 */

.p-nav-site-name a {
    color: #555555;
    line-height: 50px;
}

.p-nav-insta-icon {
    font-size: 2.8rem;
    margin-top: 3px;
    color: #E87C7C;
}

.p-nav-container-side {
    width: 70px;
}


/* menu-btn */

.p-menu-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.p-menu-btn span {
    position: absolute;
    width: 40%;
    height: 2px;
    left: calc(50% - 40% / 2);
    background: #E87C7C;
    transition: 0.4s;
}

.p-menu-top-bar {
    top: calc(35% - 2px / 2);
}

.p-menu-middle-bar {
    top: calc(50% - 2px / 2);
}

.p-menu-bottom-bar {
    top: calc(65% - 2px / 2);
}

#menu:checked~.p-menu-btn>.p-menu-top-bar {
    top: calc(50% - 2px / 2);
    transform: rotate(45deg);
}

#menu:checked~.p-menu-btn>.p-menu-middle-bar {
    opacity: 0;
}

#menu:checked~.p-menu-btn>.p-menu-bottom-bar {
    top: calc(50% - 2px / 2);
    transform: rotate(-45deg);
}

#menu {
    display: none;
}


/* TopPage */

.p-top-image-bg {
    background-image: url("../image/landing-top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 30px 0px;
}

.p-top-container {
    justify-content: space-around;
}

.p-top-site-name {
    width: 450px;
    margin-top: 45vh;
    max-height: 180px;
    padding: 40px 20px;
    margin-left: 20%;
}

.p-top-catchcopy {
    font-size: 2.5rem;
    color: #555555;
    background-color: #EEEEEE;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 6px;
    padding: 8px 0px;
    margin-top: 20px;
    margin-left: auto;
}

.p-top-reserve-button-circle {
    background-image: url("../image/top_reserve_button.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 180px;
    height: 190px;
    line-height: 170px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all 1.5s;
}

.p-top-reserve-button-circle::after {
    content: "CLICK HERE";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 180px;
    height: 190px;
    line-height: 170px;
    color: #FFF;
    clip: rect(0, 0, 100px, 0);
}

.p-top-reserve-button-circle:hover {
    color: #BB5333;
}

.p-top-reserve-button-circle:hover::after {
    clip: rect(0, 300px, 100px, 0);
    transition: clip 1.5s linear;
}

.p-top-reserve-button-desc {
    position: absolute;
    top: 120px;
    line-height: normal;
    left: calc(50% - 42px);
    font-size: 1.3rem;
    color: #FFF;
}

.p-top-reserve-button-icon_bottom::before {
    display: none;
}

.p-top-tell {
    color: #FFF;
    font-size: 2.6rem;
}


/* About me? */

.l-about {
    overflow: hidden;
}

.p-about-container {
    margin: 60px 0;
}

.p-about-text-box {
    width: 50%;
    margin: 0 30px;
}

.p-about-image-box {
    position: relative;
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.p-about-image-box img {
    width: 100%;
}

.p-about-amount_container {
    background-color: #C33F3D;
    padding: 20px 0;
    margin-left: 30px;
    margin-right: 0;
    border-radius: 20px;
    position: relative;
    padding-right: 30px;
}

.p-about-amount_container:before {
    content: "";
    position: absolute;
    left: 0%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 30px solid #C33F3D;
}

.p-about-text {
    line-height: 2.0;
    display: block;
    width: 70%;
    margin: auto;
}

.p-about-sub-title {
    display: block;
    width: 70%;
    color: #C33F3D;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
}

.p-about-sub-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: -22px;
    left: 0%;
    background-color: #C33F3D;
}

.p-about-sub-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0%;
    background-color: #C33F3D;
}


/* strawberry-brand  */

.p-brand-back-color {
    padding: 30px 0px 10px 0;
    background-color: #BB5333;
}

.p-brand-circle {
    display: block;
    width: 400px;
    margin: auto;
    background-color: #BB5333;
    height: 400px;
    border-radius: 400px;
    margin-bottom: -270px;
}

.p-brand-circle p {
    text-align: center;
    color: #FFFFFF;
}

.p-brand-circle p:nth-child(1) {
    letter-spacing: 4px;
    padding-top: 50px;
    font-size: 3.0rem;
    text-align: center;
    color: #FFFFFF;
}

.p-brand-title {
    letter-spacing: 8px;
    color: #FFFFFF;
    font-size: 5.0rem;
}

.p-brand-strawberry-erea {
    display: flex;
}

.p-brand-strawberry-box {
    position: relative;
    width: 100%;
}

.p-brand-strawberry-box::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #FFF;
    top: 0px;
    right: -20px;
    height: 100%;
}

.p-brand-strawberry-box:nth-child(3):after {
    display: none;
}

.p-brand-strawberry-ruby {
    color: #EEEEEE;
    font-size: 1.4rem;
    height: 10px;
}

.p-brand-strawberry-name {
    color: #EEEEEE;
    text-align: center;
}

.p-brand-strawberry-comment {
    color: #EEEEEE;
    font-size: 2.0rem;
    margin: 15px auto;
    text-align: left;
    height: 150px;
}

.p-brand-strawberry-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 200px;
}

.p-brand-strawberry-img-responsive {
    display: none;
}

.p-brand-strawberry-img_no {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 20px;
}


/* 料金 */

.p-price {
    padding-top: 30px;
    background-color: #F2F2E8;
}

.p-price-table {
    width: 80%;
    margin: 20px auto;
    padding: 20px 5%;
    border-collapse: separate;
    background-color: #FFF;
}

.p-price-table-desc {
    width: 60%;
    margin: auto;
}

.p-price-table-cell_large {
    font-size: 2.4rem;
}

.p-price-table-cell_border {
    border-top: 2.5px solid #522B0F;
}

table th {
    background-color: #FFFFFF;
}

table td {
    background-color: #FFFFFF;
    color: #555555;
    font-weight: bold;
}

table td span {
    font-weight: lighter;
}

table th,
table td {
    padding: 20px 5px;
    text-align: center;
}


/* いちご狩り予約ボタン（料金表下） */

.p-price-reserve-link-img {
    width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
    position: relative;
    margin-top: 60px;
}

.p-price-reserve-link {
    position: relative;
    display: block;
}

.p-price-reserve-link::after {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}

.p-price-reserve-link:hover::after {
    opacity: 0.3;
    transition: all 0.3s;
}

.p-price-reserve-link-box {
    position: absolute;
    top: 20%;
    left: 10%;
    color: #FFF;
    z-index: 2;
}

.p-price-reserve-link-box p {
    color: #FFF;
}

.p-price-reserve-link-text {
    position: absolute;
    color: #FFF;
    bottom: 10%;
    right: 5%;
    z-index: 3;
}

.p-price-reserve-link-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -270px;
    width: 250px;
    height: 2px;
    background-color: #FFF;
}


/* スライドショー */

.p-slide {
    padding: 100px 0;
    background-color: #fff;
    background-image: radial-gradient(#7E7267 20%, transparent 20%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

.p-slide-container {
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.p-slide-wrapper {
    display: flex;
    animation: p-slide-flow 35s infinite linear 1s both;
}

.p-slide-h {
    width: 350px!important;
    max-width: unset!important;
    height: 350px;
    object-fit: cover;
    padding: 0 5px;
    border-radius: 20px;
}

@keyframes p-slide-flow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* 農園情報 */

.p-store {
    padding-top: 110px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.p-map-logo {
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -1;
    transform: scaleX(-1);
}

.p-info-logo {
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: -1;
}

.p-store-left {
    display: block;
    width: 60%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.p-info .p-store-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.p-store-right p {
    color: #FFF;
}

.p-store-right {
    background-color: #497A4B;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 30%;
}

.p-info .p-store-right {
    background-color: #BB5333;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 30%;
}

.p-store-right-title {
    position: relative;
}

.p-store-right-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 60px);
    width: 120px;
    height: 2px;
    background-color: #FFF;
}


/* 挨拶 */

.p-greeting {
    padding-bottom: 5%;
}

.p-greeting-img-erea {
    /* padding-top: 1%; */
    position: relative;
    padding-bottom: 30px;
}

.p-greeting-img {
    width: 100%;
}

.p-greeting-text-box {
    position: absolute;
    top: 10%;
    margin: 0 45% 0% 2%;
    background-color: #ffffff;
    opacity: 0.8;
}

.p-greeting-momiji {
    margin: 0 auto;
}

.p-greeting-text-catchcopy {
    margin: 0 1% 0 0;
    top: 10%;
    right: 10%;
    font-size: 3.4rem;
    text-shadow: #EEEEEE 1px 0 5px;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.p-greeting-text-daihyou-name {
    text-align: right;
    padding-bottom: 3%;
}

.p-greeting-text {
    font-size: 2.0rem;
    line-height: 4.0rem;
    margin: 0% 0 0 0;
    width: 80%;
    margin: auto;
}

.p-greeting-text-responsive {
    margin-top: 2%;
    padding-bottom: 3%;
    line-height: 2.7rem;
}

.p-greeting-parent-text-responsive {
    margin: 0 25%;
    padding-bottom: 2%;
    display: none;
}

.p-greeting-text-catchcopy-responsive {
    padding-top: 3%;
}


/* footer */

.l-footer {
    padding: 30px 0px;
    position: relative;
}

.p-footer_img {
    display: block;
    width: 200px;
    margin: 30px 0px;
}

.p-footer-list li {
    width: 200px;
    text-align: center;
    height: 30px;
    margin: auto 0px;
}

.p-footer-list li a {
    color: #EEEEEE;
}


/* Utility JavaScript用クラス */

.fadeIn {
    /* フェードインアニメーション */
    /* animation-name: fadeIn;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0; */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.js-scroll-hidden {
    /* スクロールフェードインアニメーション */
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: opacity 2s, visibility 2s, transform 2s;
}

.js-scroll-visible {
    /* スクロールフェードインアニメーション */
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.js-scroll-hidden.js-scroll_revert {
    /* スクロールフェードインアニメーション */
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: opacity 2s, visibility 2s, transform 2s;
}

.js-scroll-visible.js-scroll_revert {
    /* スクロールフェードインアニメーション */
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.c-title-label {
    background-image: url("../image/general_title_label.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 10px 0;
    text-align: center;
    margin: 30px auto;
    width: 400px;
    height: 94px;
    color: #FFF;
    line-height: 88px;
}

.c-title-circle span {
    background-color: #7E7267;
    display: inline-block;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 50px;
}


/* icon */

.c-icon_small {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.c-icon_large {
    width: 200px;
    height: 200px;
    border-radius: 200px;
}


/* お問い合わせページ */

.l-question {
    width: 80%;
    margin: 0px auto;
}

.p-question-container {
    width: 50%;
}

.p-question-container_title {
    border-left: 5px solid #C33F3D;
    padding: 5px 8px;
}

.p-question-box_question {
    line-height: 1.5;
    padding-right: 40px !important;
}

.p-question-box_question i {
    color: #C33F3D;
    font-size: 25px;
}

.p-question-box_answer {
    position: relative;
    margin-left: 60px;
    line-height: 1.5;
}

.p-question-box_answer a {
    color: #C33F3D;
    text-decoration: underline;
    transition: all 0.3s;
}

.p-question-box_answer a:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.p-question-box_answer::before {
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    background-color: #93C05A;
    position: absolute;
    left: -30px;
    top: 10px;
    transform-origin: top left;
}

.p-question-box_answer::after {
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    background-color: #93C05A;
    position: absolute;
    left: -30px;
    top: 10px;
    transform-origin: top left;
    transform: rotate(-90deg);
}

.p-question-page {
    background-color: #ffefc2e6;
    padding-bottom: 50px;
}

.p-question-background-color {
    background-color: #ffffff;
    background-size: cover;
    border-radius: 10px;
}


/* よくある質問 */


/* アコーディオン */

.l-accordion {
    width: 100%;
    margin: auto;
}

.l-accordion input {
    display: none;
}

.l-accordion .l-accordion-inside {
    height: 0;
    opacity: 0;
    transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-inside {
    height: auto;
    opacity: 1;
    padding-bottom: 5px;
}

.l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 8px;
    cursor: pointer;
}

.l-accordion .l-accordion-switch::before,
.l-accordion .l-accordion-switch::after {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 3px;
    background: #555;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.l-accordion .l-accordion-switch::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-switch::after {
    transform: rotate(0);
    transition: 0.5s;
}

.p-page-tile {
    line-height: 100px;
    text-align: center;
    font-weight: bold;
}


/* いちご狩り予約ページ */

.p-reserve-in-wave {
    overflow: hidden;
    padding-bottom: 30px;
}

.p-reserve-back-color {
    background-color: #C33F3D;
    margin-top: -50px;
    position: relative;
}

.p-reserve-top-text {
    width: 70%;
    padding: 0px;
    margin: auto;
    padding-top: 100px;
}

.p-reserve-top-text:nth-child(2) {
    padding: 0px;
}

.p-wave-container {
    position: relative;
    background: #C33F3D;
    height: 100px;
}

.p-wave {
    position: absolute;
    height: 80px;
    width: 100%;
    background: #C33F3D;
    bottom: 0;
}

.p-wave::before,
.p-wave::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
}

.p-wave::before {
    width: 55%;
    height: 109%;
    background-color: #FFF4E3;
    right: -1.5%;
    top: 60%;
}

.p-wave::after {
    width: 55%;
    height: 100%;
    background-color: #C33F3D;
    left: -1.5%;
    top: 40%;
}

.p-reserve .p-wave-container.end {
    background: #FFF4E3;
}

.p-wave.end {
    background: #FFF4E3;
}

.p-wave.end::before {
    background-color: #C33F3D;
}

.p-wave.end:after {
    background-color: #FFF4E3;
}

.p-reserve-button {
    background-color: #ffffff;
    width: 300px;
    height: 40px;
    margin: 20px auto;
    padding: 10px 0;
    border-radius: 15px;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 6px 0 #7a0c19;
    transition: all 0.3s;
}

.p-reserve-button:hover {
    transition: all 0.3s;
    transform: translate(0, 4px);
    box-shadow: 0 3px 0 #C33F3D;
}

.p-reserve-text-box {
    width: 60%;
    display: block;
    margin: auto;
    font-size: 2.2rem;
}

.p-reserve-text-box li {
    color: #555555;
    padding: 3px;
}

.p-reserve-text-box a {
    color: #EEEEEE;
    text-decoration: underline;
    transition: all 0.3s;
}

.p-reserve-text-box a:hover {
    color: #93C05A;
    transition: all 0.3s;
}

.p-reserve-title {
    border-bottom: 3px solid #C33F3D;
    padding: 30px;
    width: 35%;
    margin: 30px auto;
}

.p-reserve-cancel .p-reserve-text-box {
    padding-bottom: 100px;
}

.p-reserve-cancel .p-reserve-text-box li {
    color: #EEEEEE;
}

.p-reserve-cancel {
    margin-top: -90px;
    padding-top: 60px;
    background-color: #C33F3D;
}

@media screen and (max-width: 1270px) {
    .p-question-box_answer::before {
        left: -33px;
    }
    .p-question-box_answer::after {
        left: -33px;
    }
}

@media screen and (max-width: 1200px) {
    .p-greeting-text {
        font-size: 1.8rem;
        line-height: 3.0rem;
    }
    /* Web予約ページ */
    .p-reserve-text-box {
        width: 55%;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 990px) {
    .p-about-title:before {
        height: 60px;
    }
    .p-greeting-text {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    .p-greeting-text-catchcopy {
        font-size: 2.6rem;
    }
    .p-brand-strawberry-box::after {
        right: -5px;
    }
    .p-reserve-text-box {
        width: 60%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 900px) {
    .p-top-image-bg {
        height: 95vh;
        padding: 0px;
    }
    .p-top-site-name {
        width: 300px;
        max-height: 130px;
        margin-left: 10%;
    }
    .p-top-catchcopy {
        margin-top: 90px;
        margin-right: 20px;
    }
    .p-top-reserve-button-circle {
        width: 160px;
        height: 170px;
        line-height: 160px;
        font-size: 1.3rem;
    }
    .p-top-reserve-button-desc {
        top: 100px;
        font-size: 1.1rem;
        left: calc(50% - 38px);
    }
    .p-brand-title {
        font-size: 3.0rem;
    }
    .p-brand-circle {
        width: 200px;
        height: 200px;
        border-radius: 200px;
        margin-bottom: -120px;
    }
    .p-brand-circle p:nth-child(1) {
        padding-top: 20px;
        font-size: 2.0rem;
    }
    .p-brand-strawberry-img {
        width: 100px;
        height: 100px;
    }
    .p-brand-strawberry-comment {
        font-size: 1.6rem;
    }
    .p-brand-strawberry-ruby {
        font-size: 1.0rem;
    }
    .p-store-left {
        width: 100%;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0px;
    }
    .p-store-right {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        width: inherit;
    }
    .p-store-right p {
        width: 90%;
        margin: 10px auto;
    }
    .p-info .p-store-left {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0px;
    }
    .p-info .p-store-right {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 15px;
        width: inherit;
    }
    .p-map-logo {
        right: -100px;
    }
    .p-info-logo {
        left: -100px;
    }
    /* よくある質問 ページ */
    .l-question {
        width: 100%;
    }
    .p-question-container {
        width: 90%;
    }
    .l-accordion {
        margin: 8px 0px;
    }
    .p-question-box_question {
        padding-right: 25px !important;
    }
    .p-question-box_answer::before {
        left: -36px;
    }
    .p-question-box_answer::after {
        left: -36px;
    }
    .p-page-tile {
        line-height: 60px;
        padding-top: 50px;
    }
    /* よくある質問 ページ */
    /* Web予約ページ */
    .p-reserve-top-text {
        padding-top: 130px;
    }
    .p-nav-container {
        width: 100%;
        display: flex;
        position: fixed;
        padding: 6px 10px;
    }
    .c-icon_small {
        width: 50px;
        height: 50px;
    }
    .c-icon_large {
        width: 80px;
        height: 80px;
    }
    .p-nav-item a p {
        color: #EEEEEE;
    }
    .l-asidebar {
        background-color: #C33F3DEE;
        width: 170px;
        height: 100vh;
        position: fixed;
        top: 62px;
        right: -170px;
        z-index: 4;
    }
    .l-asidebar .p-nav-item {
        width: 170px;
        height: 50px;
        margin: 5px 0px;
    }
    .p-asidebar-reserve-button {
        margin: 5px;
        width: 160px;
        height: 71px;
        background-color: #93C05A;
        border-radius: 10px;
        box-shadow: 0 7px 0 #522B0F;
        cursor: pointer;
        transition: all 0.3s;
        font-weight: bold;
        display: block;
    }
    .p-asidebar-reserve-button:hover {
        transform: translate(0, 4px);
        box-shadow: 0 3px 0 #e53b4e;
        transition: all 0.3s;
    }
    .p-asidebar-reserve-button p {
        padding-top: 13px;
        text-align: center;
        line-height: 1.4;
        color: #FFFFFF;
    }
    .p-about-container {
        margin: 30px 0;
    }
    .p-about-image-box {
        width: 100%;
    }
    .js-scroll_revert .p-about-image-box {
        margin-right: initial;
        margin-left: auto;
    }
    .p-about-text-box {
        width: 80%;
        margin: 20px auto;
    }
    .p-sales-text {
        right: 20%;
    }
    .p-footer_img {
        position: absolute;
        left: calc(50% - 40px);
        top: -90px;
    }
    .p-footer-list li {
        width: 100%;
    }
    .p-question-container {
        margin-top: 0px;
        padding-top: 10px;
    }
    .p-question-container_title {
        margin-top: 0px;
    }
    .p-greeting-text {
        font-size: 1.3rem;
        line-height: 2.3rem;
    }
}

@media screen and (max-width: 768px) {
    /* いちご狩り予約 */
    .p-wave {
        height: 40px;
    }
    .p-top-site-name {
        margin-top: 55vh;
        width: 200px;
        margin-left: 0%;
    }
    /* 予約ボタン */
    .p-top-reserve-button-circle {
        position: fixed;
        bottom: 10%;
        right: 5px;
        background-image: initial;
        border-radius: 10px;
        background: #C33F3D;
        box-shadow: 0 7px 0 #7a0c19;
        line-height: 60px;
        width: 165px;
        height: 75px;
        font-size: 1.4rem;
        z-index: 4;
        transition: all 0.3s;
    }
    .p-top-reserve-button-circle::after {
        content: "";
        display: none;
    }
    .p-top-reserve-button-circle:hover {
        color: #FFF;
    }
    .p-top-tell {
        display: none;
    }
    .p-top-reserve-button-desc {
        top: 50px;
    }
    .p-top-reserve-button-icon_bottom::before {
        display: initial;
        position: absolute;
        right: 6px;
        top: 30px;
        transform: rotate(-90deg);
    }
    .p-top-reserve-button.hide {
        visibility: hidden;
    }
    .c-title-label {
        width: 250px;
        height: 51px;
        line-height: 49px;
    }
    .p-about-sub-title {
        width: 90%;
    }
    .p-about-text {
        width: 100%;
    }
    .p-brand-title {
        font-size: 2.0rem;
    }
    .p-brand-strawberry-erea {
        display: block;
    }
    .p-brand-strawberry-box {
        display: flex;
        width: auto;
    }
    .p-brand-strawberry-box::after {
        content: "";
        position: absolute;
        width: 90%;
        background-color: #FFF;
        top: 130px;
        right: 30px;
        height: 1px
    }
    .p-brand-strawberry-img {
        width: 70px;
        height: 70px;
        display: none;
    }
    .p-brand-strawberry-img-responsive {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 200px;
        display: block;
    }
    .p-brand-strawberry-img_no {
        width: 80px;
        height: 100px;
        margin: 15px 0 10px 0px;
    }
    .p-brand-strawberry-name {
        font-size: 1.5rem;
    }
    .p-brand-strawberry-name-3 {
        content: "A";
        white-space: pre;
    }
    .p-brand-strawberry-comment {
        font-size: 1.4rem;
        padding: 5% 5% 5% 3%;
        line-height: 2.0;
        height: 70px;
    }
    .p-price-table {
        width: 100%;
    }
    .p-price-table-cell_large {
        font-size: 2.0rem;
    }
    .p-price-table-desc {
        width: 90%;
        margin: 20px auto;
    }
    table th,
    table td {
        padding: 10px 5px;
        font-size: 1.2rem;
    }
    .p-slide {
        padding: 60px 0;
    }
    .p-slide-wrapper {
        animation: p-slide-flow 15s infinite linear 1s both;
    }
    .p-slide-h {
        width: 200px!important;
        height: 200px;
    }
    .p-map {
        width: 90%;
        height: 350px;
    }
    .p-reserve-button:hover {
        transform: initial;
        box-shadow: 0 6px 0 #7a0c19;
    }
    .p-reserve-text-box {
        width: 60%;
    }
    .p-reserve-title {
        width: 60%;
    }
    .p-reserve-img {
        width: 90px;
        height: 90px;
    }
    .p-greeting-parent-text-responsive {
        margin: 0 5%;
        display: block;
    }
    .p-greeting-text-box {
        display: none;
    }
    .p-greeting-text-catchcopy {
        font-size: 1.6rem;
    }
    .p-greeting-text-responsive {
        line-height: 2.7rem;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 500px) {
    .p-about-text {
        line-height: 1.4;
    }
    .p-price-table-cell_large {
        font-size: 1.6rem;
    }
    table th,
    table td {
        padding: 8px 3px;
        font-size: 1.0rem;
    }
    table td span {
        font-size: 1.2rem !important;
    }
    .p-brand-title {
        font-size: 1.8rem;
    }
    .p-brand-strawberry-comment {
        font-size: 1.2rem;
    }
    .p-brand-strawberry-name {
        font-size: 1.5rem;
    }
    .c-title-circle span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .p-slide-h {
        width: 150px!important;
        height: 150px;
    }
    .p-greeting-text-responsive {
        line-height: 2.3rem;
        font-size: 1.3rem;
    }
    .p-greeting-text-catchcopy {
        top: 5%;
        font-size: 1.3rem;
    }
    .p-reserve-text-box {
        width: 90%;
    }
    .p-map-logo {
        right: -150px;
    }
    .p-info-logo {
        left: -150px;
    }
    .p-price-reserve-link-text::after {
        width: 150px;
        left: -180px;
    }
}