/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/*
============================================
サイト全体
============================================
*/


:root{
    --beige: #EDE6D7;
    --brown: #40220f;
    --red: #cc351b;
    --yellow: #ff9700;
}

.site-header{
    background-color: var(--beige);
    box-shadow: none;
}

#content{
    background-color: var(--beige);
}

.body__inner, .footer__inner{
    padding: 0 5px;
    max-width: 1200px;
    margin: auto;
}

p, a, h1, h2, h3, h4, h5, h6{
    color: var(--brown);
    font-family: "Zen Kaku Gothic New", serif;
}

p{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 781px){
    p{
        font-size: 16px;
        letter-spacing: 0.08em;
    }
}

h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    font-style: normal;
}

#nav-toggle{
    display: none;
}

/*
============================================
hero
============================================
*/

.hero{
    height: calc(70vh - 75px + 100px);
    padding: 20px;
}

.hero__inner{
    background-color: var(--red);
    background-image: url(/wp-content/uploads/2025/02/orange-bg.webp);
    background-size: 100%;
    border-radius: 15px;
}

@media (max-width: 781px){
    .hero__inner{
        min-height: 300px;
    }
}

.hero__content{
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.hero__main-img{
    padding: 50px;
    text-align: right;
    }

@media (max-width: 781px){
    .hero__main-img{
        padding: 20px;
        text-align: center;
    }
}

.hero .hero__main-img img{
    width: min(70vw, 960px);
    height: calc(70vh - 75px) !important; /*ヘッダーの高さ75pxを引く*/
    object-fit: cover;
    border-radius: 20px;
}

.hero__phrase{
    position: absolute;
    padding: 55px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 781px){
    .hero__phrase img{
         width: 70vw;
    }
    .hero__phrase{
        align-content: center;
        
        height: calc(70vh - 75px + 100px);
    }
}

.hero__pg{
    color: white;
}

/*
============================================
intro
============================================
*/

.intro{
    margin-top: 70px;
    padding-top: 70px;
}

@media (max-width: 781px){
    .intro{
    margin-top: 25px;
    padding-top: 25px;
    }   
}

.intro__img-dinner img{
    border-radius: 15px;
}

.intro__pg{
    padding: 60px 10px 0 10px;
    align-content: center;
    line-height: 2.3em;
}
/*
============================================
features
============================================
*/

.features{
    margin-top: 70px;
    padding-top: 70px;
}
@media (max-width: 781px){
    .features{
    margin-top: 25px;
    padding-top: 25px;
    }   
}

.features h2{
    text-align: center;
    color: var(--brown);
}

.features h2 .em{
    font-size: 1.8em;
    color: var(--red);
}

.feature--1, .feature--2, .feature--3{
    position: relative;
}

.img-number-one, .img-number-three{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.img-number-two{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

@media (max-width: 781px){
    .img-number-one, .img-number-two, .img-number-three{
        width: 60px;
    }
}

:where(.feature--1, .feature--2, .feature--3) h3{
    color: white;
    text-shadow: var(--brown) 2px 0px,  var(--brown) -2px 0px,
    var(--brown) 0px -2px, var(--brown) 0px 2px,
    var(--brown) 2px 2px , var(--brown) -2px 2px,
    var(--brown) 2px -2px, var(--brown) -2px -2px,
    var(--brown) 1px 2px,  var(--brown) -1px 2px,
    var(--brown) 1px -2px, var(--brown) -1px -2px,
    var(--brown) 2px 1px,  var(--brown) -2px 1px,
    var(--brown) 2px -1px, var(--brown) -2px -1px;
    font-size: 3.4em;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: #f5bc1a;
    padding: 10px;
    width: fit-content;
}

@media (max-width: 781px){
    :where(.feature--1, .feature--2, .feature--3) h3{
        font-size: 2.4em;
    }
}

.feature--1, .feature--2, .feature--3{
    width: 70%;
    margin: 40px auto;
    background-color: var(--red);
    background-image: url(/wp-content/uploads/2025/02/orange-bg.webp);
    background-size: 100%;
    border-radius: 10px;
}

.feature--1, .feature--3{
    padding: 35px 35px 35px 65px;
}

.feature--2{
    padding: 35px 65px 35px 35px;
}

:where(.feature--1, .feature--2, .feature--3) p{
    color: white;
}

.feature--1-wrapper, .feature--2-wrapper{
    position: relative;
}

.img-pork-slices{
    text-align: right;
    margin-top: -50px;
}
.img-pork-slices img{
    width: 30%;
    border-radius: 15px;
}

.img-korokke{
    text-align: right;
    position: absolute;
    bottom: -30px;
    right: 30%;
    z-index: 10;
}

.img-korokke img{
    width: clamp(50px, 10vw, 90%);
}

.img-eating{
    text-align: left;
    margin-top: -50px;
}

.img-eating img{
    width: 25%;
    border-radius: 15px;
}

.img-cow{
    text-align: left;
    position: absolute;
    bottom: -30px;
    left: 25%;
    z-index: 10;
}

.img-cow img{
    width: clamp(50px, 10vw, 90%);
}
/*
============================================
contact
============================================
*/

.contact{
    margin-top: 70px;
    padding-top: 70px;
}

@media (max-width: 781px){
    .contact{
    margin-top: 25px;
    padding-top: 25px;
    }   
}

.contact__content{
    background: white;
    border-radius: 15px;
    padding: 60px 20px 40px 20px;
    justify-items: center;
}

.contact h2 .em{
    color: var(--red);
}

.contact .tel{
    text-align: center;
    font-size: 3em;
}
/*
============================================
footer
============================================
*/

.footer{
    margin-top: 70px;
    padding-top: 70px;
}

@media (max-width: 781px){
    .footer{
    margin-top: 25px;
    padding-top: 25px;
    }   
}

.footer__inner{
    justify-items: center;
    text-align: center;
    