@charset "UTF-8";

/*共通部分
----------------------------------------*/
html{
    font-size:100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans ","BIZ UDPGothic", sans-serif;
    line-height: 1.7;
    color: #432;
}
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: #00739c;
    color:#fff;
    border-radius: 8px;
    padding: .75rem 1.5rem;
    transition: .5s;
}
.btn:hover{
    background-color: #FFDC00;
    scale: 1.5 1.2;
    rotate: -3deg
}
.about .btn{
    margin-top: 2rem;
}
/*ヘッダー
------------------------------------------*/
.page-header {
    padding-top: .5rem;
}
.logo {
    width: 300px;
}

.main-nav{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
}
.main-nav a {
    color:#fff;
}
.main-nav a:hover{
    color: #FFDC00;
}

/*ヘッダーカバー画像
---------------------------------------*/
.cover{
    background-size: cover;
    background-position: center bottom;
    height: 800px;
}
.sub-cover{
    background-image: url(../images/footer-s.jpg);
}

/*HOME
---------------------------------------*/
.cover-home{
    background-image: url(../images/footer-s.jpg);

}
.cover-home .site-description{
    color: #FFF;
    text-align: center;
    margin-top: 1rem;
}
.about{
    max-width: 736px;
    padding: 0 1.5rem 6rem;
    margin: 3rem auto 0;
    padding-bottom: 8rem;
}
.about p{
    margin-bottom:  4rem;
}
.cover .page-title{
     color: #FFF;
}
.about p{
    margin-bottom: 3rem;
}

/*NEWS
------------------------------------------------*/
.cover-news{
    background-image: url(../images/footer-s.jpg);
}
.cover-news .page-title{
    color: #FFF;
}
/*フッター
-------------------------------------------------*/
.page-footer{
    background-image: url(../images/footer-s.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 16rem;
}
.info {
    width: 100%;
    max-width: 544px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
    color: #FFF;
}
.info th,
.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: #00739c;
    text-align: center;
    padding: 2rem 0;
    margin-top: 4rem;
    color: #FFF;
}

/*フッター*/
.page-footer{
    background-image: url(../images/footer-s.jpg);
    padding-top: 8rem;
    }
.page-footer .heading-large{
    color: #FFF;
}
.info th{
    padding-left: 4rem ;
}

/*NEWS
-----------------------------------------------------*/
.cover-news{
    background-image: url(../images/footer-s.jpg);
}

/*記事部分*/
.post{
    margin-bottom: 3rem;
}
.post-title{
    font-weight: normal;
    margin-bottom: 1.25rem;
}
.post-info{
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.post p{
    margin-bottom: 2rem;
    line-height: 2;
}
.post-cat{
    display: flex;
    gap: .5rem;
    list-style: none;
}
.post-cat a {
    color: #432;
    background-color: #FFDC00;
    border-radius: 8px;
    font-size: .875rem;
    padding: .5rem .75rem;
}
.post-cat a:hover{
    background-color: #c9c2bc;
}
.post-date{
    font-size: .875rem;
}
.post-thumbnail{
    border-radius: 16px;
    margin-bottom: 1.5rem;
}
/*見出し*/
.font-english{
    font-family: 'Philosopher', sans-serif;
    font-weight: normal;
}
.page-title,
.heading-large,
.heading-medium{
    font-size: 3rem;
    text-align: center;
}
/*サイドバー*/
.side-menu{
    list-style: none;
    text-align: center;
    margin-bottom: 4rem;
}
.side-menu li{
    border-bottom: 1px solid #c9c2bc;
}
.side-menu a {
    color: #432;
    display: block;
    padding: 1rem;
}
.side-menu a:hover{
    color: #FFDC00;
}
/*Works
--------------------------------------------------*/
.cover-works{
    background-image: url(../images/footer-s.jpg)
}
.cover-works .page-title{
    color: #FFF;
}
.grid{
    display: grid;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
}
.grid{
    margin-bottom: 6rem;
}
.item img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 16px;
}
.item p{
    font-size: .875rem;
}

/*Contact
-----------------------------------------------------*/
.cover-contact{
    background-image: url(../images/footer-s.jpg);
}
.cover-contact .page-title{
    color: #FFF;
}
main .info{
    color: #432;
}
.location{
    text-align: center;
}
.location .info th,
.location .info td{
    text-align:center;
}
.contact-text{
    text-align: center;
}
.contact-btn{
    display: block;
    width: fit-content;
    margin: 2rem auto 0;
}

/*店舗情報*/
.location{
    margin-bottom: 3.5rem;
}
.location-info{
    margin-bottom: 2rem;
}
.location-info .info{
    padding: 0;
}
/*お問い合わせ*/
.email{
    max-width: 916px;
    background-color: #c9c2bc;
    border-radius: 48px;
    padding: 1.5rem 2.5rem 2.5rem;
    margin: 0 auto 2rem;
}
.email p {
    margin: 1rem 0 2rem;
}
/*デスクトップ版
-------------------------------------------*/
@media (min-width: 800px){
    /*見出し*/
    .page-title{
        font-size: 5rem;
    }
    .heading-large{
        font-size: 4rem;
    }
    
    /*ヘッダー*/
    .page-header{
        display: flex;
        justify-content: space-between;
        padding-top: 1.5rem;
    }
    .main-nav{
        font-size: 2rem;
    }
    /*ヘッダーカバー画像*/
    .sub-cover{
        height: 400px;
        margin-bottom: 6rem;
    }
    .page-title{
        font-size: 5rem;
    }

/*HOME*/
.cover-home{
    background-image: url(../images/cover-home.jpg);
}
.about{
    margin: 4rem auto 0;

}
/*News*/
.cover-news{
    background-image: url(../images/footer-s.jpg);
}
.news-contents{
    display: flex;
    justify-content: space-between;
}
.news-contents .post{
        width: 70%;
}
.news-contents .sidebar{
        width: 22%;
    }
    .sidebar .heading-medium {
        line-height: 1;
        margin-bottom: 1rem;
    }
/*Works*/
.cover-works{
    background-image: url(../images/footer-s.jpg);
}
.grid{
    gap: 3rem 2rem;
    grid-template-columns: repeat(3,1fr);
}
}
.item img{
    margin-bottom: .5rem;
}
.item p{
    font-size: 1rem;
}
.item-big{
    grid-column: 1/3;
    grid-row: 1/3;
}
.item-big img{
    height: 94.5%;
    width:100%;
}