@charset "UTF-8";
:root{
    --crl:#432;
    --crlblue:#0bd;
}


/*共通部分
----------------------*/
html{
    font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",
    sans-serif;
    line-height: 1.7;
    color: var(--crl);
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
/*レイアウト*/
.wrapper{
    max-width: 1120px;
    margin: auto;
    padding: 0 1.5rem;
}
.align-center{
    text-align: center;
}
/*見出し*/
.font-english{
    font-family: 'philosopher',sans-serif;
    font-weight: normal;
}
.page-title,
.heading-large,
.heading-medium{
    font-size: 3rem;
    text-align: center;
}
.page-title{
    margin-top: 2rem;
    line-height: 1.4;
}
.heading-large{
    margin-bottom: 1rem;
}

/*ボタン*/
.btn{
    display: inline-block;
    font-size: 1.5rem;
    background-color: var(--crlblue);
    color: #fff;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    transition: 0.5s;  
}
.btn:hover{
    background-color: #0090aa;
}

.btn{
    display: inline-block;
    font-size: 1rem;
    background-color: #ff4500;
    color: #000;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    transition: 0.5s;
}

/*iframe*/
iframe{
    width: 100%;
}
/*ヘッダー
----------------------*/
.page-header{
    padding-top: .5rem;
}
.logo{
    width: 210px;
}
.main-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
    flex-wrap: wrap;
}
.main-nav a{
    color: var(--crl);
}
.main-nav a:hover{
    color: var(--crlblue);
    filter: brightness(0) saturate(100%) invert(46%) sepia(75%) saturate(2581%) hue-rotate(174deg) brightness(106%) contrast(93%);;
}
.page-title{
    font-size: 3rem;
    text-align: center;
    margin-top: 2.5rem;
    line-height: 1.4;
}
.main-nav img{
    width: 2.5rem;
}
.main-nav li a{
    display: flex;
    align-items: center;   
}

/*ヘッダーカバー画像
-------------------*/
.cover{
    background-size: cover;
    background-position: center bottom;
    height: 800px;
}
.sub-cover{
    background-size: cover;
    background-position: center bottom;
    height: 528px;
    margin-bottom: 4rem;
}
/*HOME
-----------------------------*/
.cover-home{
    background-image: url(../images/cover-home-s.webp);
}

.about{
    max-width: 736px;
    padding: 0 1.5rem;
    margin: 3rem auto 0;
}
.about p{
    margin-bottom: 3rem;
}
/*NEWS
-----------------------------*/
.cover-news{
    background-image: url(../images/cover-news-s.webp);
}
/*記事部分*/
article{
    margin-bottom: 5rem;
}
.post{
    margin-bottom: 3rem;
}
.post-title{
    font-weight: normal;
    margin-bottom: 1.25rem;
}
.post-info{
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.post-cat{
    display: flex;
    gap: 0.5rem;
    list-style: none;
}
.post-cat a{
    color: var(--crl);
    background-color: #faf7f0;
    border-radius: 8px;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}
.post-cat a:hover{
    background-color: #c9c2bc;
}
.post-date{
    font-size: 0.875rem;
}
.post-thumbnail{
    border-radius: 16px;
    margin-bottom: 1.5rem;
    object-fit: cover;
    aspect-ratio: 16/9;
    object-position: center;
    display: block;
}
.post p{
    margin-bottom: 1.5rem;
    line-height: 2;
}
.paw{
    font-size: 1.5rem;
    position: relative;
    color: red;
    top: -2rem;
    font-weight: bold;
}
.paw::before{
    content: "＊";
    position: absolute;
    color: aquamarine;
    top: 1.5rem;
    left: -0.5rem;
    font-size: 1.25rem;
}
.paw::after{
    content: "＊";
    position: absolute;
    color: #0bd;
    top: 40px;
    left: 10px;
    font-size: 1rem;
}

/*サイドバー*/
.side-menu{
    list-style: none;
    text-align: center;
    margin-bottom: 4rem;
}
.side-menu li{
    border-bottom: 1px solid #c9c2bc;
}
.side-menu a{
    color: var(--crl);
    display: block;
    padding: 1rem;
}
.side-menu a:hover{
    color: var(--crlblue);
}

/*MENU
---------*/
.cover-menu{
    background-image: url(../images/cover-menu-s.webp);
}
.grid{
    display: grid;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}
.item img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 16px;
}
.item p{
    font-size: 0.875rem;
}
.cover-contact{
    background-image: url(../images/cover-contact-s.webp);
}
/*店舗情報*/
.location{
    margin-bottom: 3.5rem;
}
.location-info{
    margin-bottom: 2rem;
}
.location-info.info{
    padding: 0;
}
/*お問い合わせ*/
.email{
    max-width: 916px;
    background-color: #faf7f0;
    border-radius: 48px;
    padding: 1.5rem 2.5rem 2.5rem;
    margin: 0 auto 2rem;
}
.email p{
    margin: 1rem 0 2rem;
}
/*SNS*/
.sns-item{
    margin-bottom: 2rem;
}
.sns-item .heading-medium{
    margin-bottom: 0.5rem;
}
.sns-youtube{
    aspect-ratio: 16/9;
}
.sns-youtube iframe{
    height: 100%;
}
/*Hiring*/
.hiring_h2{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.cover-hiring{
    background-image: url(../images/cover-hiring-s.webp);
}
label{
    display: block;
}

input[type="text"]{
    border: #ff4500 solid 1px;
    border-radius: 10px;
    padding: 5px;
    /* width: 400px; */
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
input[type="email"]{
    border: #ff4500 solid 1px;
    border-radius: 10px;
    padding: 5px;
    width: 400px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
input[type="checkbox"]{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 1cap;
    margin-bottom: 1rem;
}
#message{
    border: #ff4500 solid 1px;
    border-radius: 15px;
    padding: 7px;
    width: 500px;
    margin-top: 1rem;
    margin-bottom: 10px;
}

input[type="submit"]{
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    background-color: #ff4500;
    color: #000;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.7s;
}

input[type="submit"]:hover{
    background-color: #90ee90;
}

/*フッター
-------------------------------------------*/
.page-footer{
    background-image: url(../images/footer-s.webp);
    background-size: cover;
    background-position-x: center;
    padding-top: 12rem;
}
.info{
    width: 100%;
    max-width: 544px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
}

.info td{
    border-bottom: 1px solid #c9c2bc;
}
.info th{
    text-align: left;
    font-weight: normal;
    padding: 1rem;
}
.info td{
    padding: 1rem 0;
}
.copyright{
    background-color: var(--crl);
    text-align: center;
    padding: 2rem;
    margin-top: 6rem;
    color: #fff;
}
/*タブレット版（仮）*/
/* @media(min-width:700px){
    body{
        background-color: aquamarine;
    }
} */
/*デスクトップ版（仮）*/
/* @media(min-width:800px){
    body{
        background-color: bisque;
    }
} */

/*デスクトップ版
--------------------------*/
@media(min-width:800px){
    /*見出し*/
    .page-title{
        font-size: 5rem;
    }
    .heading-large{
        font-size: 4rem;
    }
    .post-title{
        font-size: 2rem;
    }
    /*ヘッダー*/
    .page-header{
        display: flex;
        justify-content: space-between;
        padding-top: 1.5rem;
    }
    .main-nav{
        font-size: 2rem;
    }
    /*ヘッダーカバー画像*/
    .sub-cover{
        height: 400px;
        margin-bottom: 6rem;
    }
    /*HOME*/
    .cover-home{
        background-image: url(../images/cover-home-l.webp);
    }
    .about{
        margin: 4rem auto 0;
    }
    /*NEWS*/
    .cover-news{
        background-image: url(../images/cover-news-l.webp);
    }
    .news-contents{
        display: flex;
        justify-content: space-between;
        /* align-items: flex-start; */
    }
    .post{
        width: 70%;
    }
    .sidebar{
        width: 22%;
    }
    .sidebar .heading-medium{
        line-height: 1;
        margin-bottom: 1rem;
    }
    .sidebar{
    position: sticky;
    top: 0;
    align-self: flex-start;
    }

    /*MENU*/
    .cover-menu{
    background-image: url(../images/cover-menu-l.webp);
    }
    .page-footer{
        background-image: url(../images/footer-l.webp);
        padding-top: 12rem;
    }
    .grid{
        gap: 3rem 2rem;
        grid-template-columns: repeat(3,1fr);
    }
    .item img{
        margin-bottom: 1rem;
    }
    .item p{
        font-size: 1rem;
    }
    .item-big{
        grid-column: 2/4;
        grid-row: 1/3;
    }
    .item-big img{
        height: 94.5%;
        width: 100%;
    }
    /*CONTACT*/
    .cover-contact{
        background-image: url(../images/cover-contact-l.webp);
    }
    .location{
        display: flex;
        gap: 2rem;
    }
    .location-info{
        width: 32%;
    }
    .location-info.info th{
        padding-left: 2rem;
    }
    .location-map{
        width: 64%;
    }
    .email{
        margin-bottom: 4rem;
    }
    .sns{
        display: flex;
        align-items: flex-start;
        gap: 2rem;
        margin-bottom: 0;
    }
    .sns-item{
        flex: 1;
    }

    /*HIRING*/
    .cover-hiring{
        background-image: url(../images/cover-hiring-l.webp);
    }
    /*フッター*/
    .page-footer{
        background-image: url(../images/footer-l.webp);
        padding-top: 12rem;
    }
    .info th{
        padding-left: 2.5rem;
    }
}
