
body {
    font-family: Zen Maru Gothic;
    width: 100%;
    
}

main {
    padding: 2rem 1rem 2rem 2.4rem;
    overflow-x: hidden;
}

p {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
}


.leaves-position {
    position: relative;
}

.containr {
    background: #FCF7E7;
    padding: 4.8rem 8rem 5rem 6.5rem;
    border-radius: 1rem;
    width: 100%;
}

.leaves {
    width: 58rem;
    height: 45rem;
    object-fit: cover;
    position: absolute;
    transform: rotate(45deg) scale(0.8);
    object-position: 33% 50%;
    right: -18rem;
    top: -15rem;
}

.heddding-area {
    margin: 0 4.6rem 3.5rem;
}

.heddding-area p{
    color: #83468B;
    margin-left: 0.2rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.heddding-area h2 {
    font-size: 4rem;
    margin-top: -1.2rem;
    font-weight: 500;;
}


section {
    margin-bottom: 10rem;
}

.hero-image {
    position: relative;
    background-image: url("../img/33403127_m.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 45rem;
    width: 85rem;
    border-radius: 1rem;
}

.hero-message  p {
    background:  #fff;
    padding: 1rem 2rem;
    width: fit-content;
    position: absolute;
    bottom: 1.5rem;
    left: -4rem;
    font-size: 2.6rem;
    font-weight: 700;
}

.hero-message span {
    color: #4E8B46;
}

.tag li {
    display:  inline-block;
    margin-right: 1.1rem;
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
    background-color: #4E8B46;
    color: #fff;
    font-size: 1.3rem;
    font-weight: lighter;
    
}

.list-style li::before {
    content: "・";
}

.tag  {
    font-size: 1.3rem;
    margin: 1rem 0 2.7rem;
}

.business {
    background:  #fff;
    border-radius: 1rem;
    padding: 3.2rem 2.5rem 3rem;
    width: 100%;
    overflow: auto;
    position: relative;
    z-index: 1;
    font-weight: 500;;
}

.business h3 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}

.business p{
    font-size: 1.6rem;
    line-height: 1.5;
}

.business .img {
    float: right;
    margin-left: 1rem;
    width: 36.5rem;
    height: 33.7rem;
    border-radius: 1rem;
}

.main-business {
    position: relative;
}

.main-business h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    background: white;
    width: fit-content;
    padding: 0.8rem 3.9rem;
    border: 0.1rem solid #000;
    border-radius: 3.6rem;
    margin-left: 2.6rem;
    font-weight: 500;
}
.main-business .tag {
    position: relative;
    margin-bottom: 0.4rem;
    z-index: 1;
    margin-right: -5rem;
    margin-left: 2.6rem;
}
.main-business .tag li {
    font-weight: 700;
    padding: 1rem 4rem;
    border-radius: 2.3rem;
    margin-right: 2rem;
    margin-bottom: 2.5rem;
}

.main-business .tag-16 {
    font-size: 1.6rem;
}

.main-business .tag-18 {
    font-size: 1.8rem;
}

.leaves2 {
    position: absolute;
    top: -17rem;
    right: -12rem;
    width: 47.7em;
    height: auto;
    transform: rotate(45deg) scale(0.8);
}

.grape {
    position: absolute;
    width: 13.3rem;
    height: 19.4rem;
    right: -3.2rem;
    bottom: 12.5rem;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
    0% {
    transform:translate(0, 0) rotate(-7deg);
    }
    50% {
    transform:translate(0, -7px) rotate(0deg);
    }
    100% {
    transform:translate(0, 0) rotate(7deg);
    }
}


.conditions {
    background: #fff;
    border: 1px solid #D55167;
    width: 67.3rem;
    padding: 1.4rem;
    font-size: 1.6rem;
    margin: 0 auto;
}

.conditions h4 {
    border-left: 0.5rem solid #D55167;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.conditions li {
    font-weight: 500;
}
.about {
    margin-bottom: 0;
}

.about .heddding-area  {
    text-align: center;
    margin-bottom: 2.5rem;
}

.map {
    width: 70rem;
    margin: 0 auto;
}

.map iframe {
    height: 33rem;
}

.about table {
    font-size: 1.6rem;
    margin-top: 3rem;
    width: 100%;
    border: 0.1rem solid #3A3333;
    font-size: 1.6rem;
    font-weight: 500;
}

.about td {
    padding: 1.6rem 1.8rem;
    border: 0.1rem solid #3A3333;
    background-color: #fff;
    line-height: 1.4;
}

.about td:first-child {
    background-color: #D3D9D2;
    padding: 1.5rem 1.5rem;
    width: 23rem;
}

.about .tr1 td {
    padding-top: 1.9rem;
    padding-bottom: 1.7rem;
}

.about .tr2 td,
.about .tr3 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.about .tr4 td {
    padding-top: 1.4rem;
    padding-bottom: 1.5rem;
}

.about .tr5 td {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    line-height: 1.5;
}

.about .tr5 td:first-child {
    padding-top: 0;
    padding-bottom: 2.2rem;
}

.about .tr6 td {
    line-height: 1.5;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.contact {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
}

.sp,
br.sp-only {
    display: none;
}

.pc {
    display: block;
}
@media (max-width: 699.98px) {
    header,
    footer {
        display: none;
    }
    body {
        padding-left: 0;
    }
    main {
        padding: 2rem;
    }
    .containr {
        padding: 3.5rem 1rem;
    }

    .leaves {
        width: 41.2rem;
        height: 33.4rem;
        object-fit: cover;
        position: absolute;
        transform: rotate(45deg) scale(0.8);
        object-position: 33% 50%;
        right: -13rem;
        top: -10.5rem;
}

    section {
        width: 100%;
    }

    p {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .heddding-area {
        margin: 10.6rem 1rem 0;
    }

    .heddding-area p{
        margin-left: 0;
        color: #83468B;
        font-size: 1.6rem;
        font-weight: 700;
    }

    .heddding-area h2 {
        font-size: 3rem;
        margin-top: -0.9rem;
    }

    .sp,
    br.sp-only {
        display: block;
    }

    span.sp {
        display: inline;
    }


    .pc,
    .pc .heddding-area c {
        display: none;
    }

    .hero-image {
        width: 31.5rem;
        height: 45rem;
    }
    .hero-message  p {
        bottom: 1.9rem;
        left: -1rem;
        font-size: 1.6rem;
        padding: 1rem 0.5rem;
        white-space: nowrap;
    }

    .hero-message span {
        font-size: 2rem;
    }

    .business {
        background: none;
    }

    .business .text {
        background-color: #fff;
        border-radius: 1rem;
        padding: 2rem 1.5rem;
    }

    .tag  {
    margin: 1rem 0 2.5rem;
}

    .business {
        padding: 0;
    }
    .business .img {
        float: none;
        width: 31.5rem;
        height: 21rem;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    .business  h3 {
        font-size: 2rem;
        text-align: left;
        font-weight: 500;;
    }
    .main-business {
    margin-left: 0;
    }

    .main-business h3 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
        padding: 0.9rem 1.9rem;
        margin-left: 0;
    }

    .main-business .tag {
    margin-right: 0;
    margin: 0 0 1.6rem;
    z-index: 1;
    }


    .main-business .tag li {
        font-size: 1.4rem;
        padding: 1rem 2rem;
        border-radius: 2.3rem;
        margin:0 0 1.4rem;
    }

    .main-business .tag li.long-text {
        font-size: 1.2rem;
        padding: 1.1rem 2rem;
        margin-top: 0.1rem;
    }


    .conditions {
        width: 100%;
        padding: 1.9rem 1rem 1.8rem;
    }

    .conditions h4 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .conditions li {
        margin: 0;
        font-size: 1.4rem;
        text-indent: -1.4rem;
        padding-left: 1.4rem;
    }
    .about .heddding-area {
        margin: 0;
        margin-bottom: 1.5rem;
    }

    .about .heddding-area p{
        font-size: 1.2rem;
    }
    
    .about .heddding-area h2{
        font-size: 2.4rem;
    }

    .map {
        width: 100%;
        margin: 0 auto 6rem;
    }

    .map iframe {
        height: 20rem;
    }
    
    .about td{
        font-size: 1.4rem;
        display: flex;
        flex-direction: column;
        padding: 1.8rem;
        width: 100%;
        line-height: 1.5;
    }

    .about td:first-child {
        padding: 1.4rem 1.8rem;
        font-size: 1.6rem;
        width: 100%
    }


    .about .tr1 td:nth-child(2) {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .about .tr2 td:nth-child(2) {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }

    .about .tr3 td:nth-child(2) {
        padding-top: 1.6rem;
    }

    .about .tr5 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        
    }

    .about .tr5 td:first-child {
        padding-top: 1.3rem;
        padding-bottom: 1.4rem;
    }

    .about .tr6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.2rem;
    }

    .about .tr6 td:nth-child(2){
        padding: 1.6rem 1rem 1.4rem 1.8rem;
    }
    .about .contact {
        margin-left: 0rem;
        font-size: 1.4rem;
    }

    .leaves2 {
    top: -14.8rem;
    right: -11.5rem;
    width: 33rem;
    height: auto;
    transform: rotate(45deg) scale(0.8);
    }

    .grape {
        width: auto;
        height: 7.9rem;
        right: -3.7rem;
        top: -1rem;
    }

}
