@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: rgb(106, 4, 82);
    font-size: large;
}
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;
    }
   
    /* ヘッダー
    ----------------------------*/
    .page-header {
        padding-top: .5rem;
    }
    .logo {
        width: 200px;
    }
    .main-nav {
        display: flex;
        justify-content: center;
        gap: 2.5rem;
        font-size: 1.5rem;
        list-style: none;
    }
    .main-nav a {
        color: rgb(251, 203, 72);
    }
    .main-nav a:hover {
        color: rgb(24, 161, 211);
    
    }
    .cover {
        background-size: cover;
        background-position: center bottom;
        height: 700px;
        margin-bottom: 4rem;
    }
    .sub-cover {
        background-size: cover;
        background-position: center bottom;
        height: 528px;
        margin-bottom: 4rem;
    }
    .cover-home {
        background-image: url(../images/main.jpg);
    }
    .about {
        max-width: 100%;
        padding: 1.5;
        margin: 3rem auto 4rem;
    }
    .about p {
        margin-bottom: 3rem;
    }
    .page-title ,
    .heading-large {
        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;
        border-radius: 15px;
        background-color: rgb(190, 157, 188);
        color: #fff;
        padding: .75rem 1.5rem;
        transition: 1s;
    }
    .btn:hover {
        background-color: #d639df;
    }
    /*ヘッダー
    ------------------------*/
    .page-header {
        padding-top: .5rem;
    }
    a {
        text-decoration: none;
    }
    img {
        max-width: 100%;
    }
    /*　フッター
    -------------------------*/
    .info {
        width: 100%;
        max-width: 544px;
        margin: auto;
        padding: 0 1.5rem;
        border-spacing: 1;
    }
    .page-footer {
        background-image: url(../images/bg.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 1rem;
    }
    .info th,
.info td {
    border-bottom: 1px solid #c9c2bc;

}
.info th {
    text-align: left;
    font-weight: normal;
    padding: 1rem;

}
.info td {
    padding: 1rem;
}
.copyright {
    background-color: #432;
    text-align: center;
    padding: 2rem 0;
    margin-top: 6rem;
    color: #fff;
}
/*　RCM */
.cover-rcm {
    background-image: url(../images/rcmm.jpg);
    color: rgb(171, 219, 232);   
}

.grid {
    display: grid;
    gap: 2rem 3rem;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.container {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  
}
.item img {
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: .5rem;
    border-radius: 16px;
}
.item p {
    font-size: .875rem;
}    /* NEWS */
.cover-news {
    background-image: url(../images/newsr.jpg);
    color: #16c3f3;
}
.news-contents {
    display: flex;
    justify-content: space-between;
}
.post {
    margin-bottom: 10rem;
}
.sidebar {
width: 22%;
}
.sidebar .heading-medium {
    line-height: 1;
    margin-bottom: 1rem;
}
.post-title {
    font-weight: normal;
    margin-bottom: 1.25rem;
}
.post-info {
    display: flex;
    gap:25rem;
    margin-bottom: 3rem;
}
.post-cat {
    display: flex;
    gap: rem;
    list-style: none;
}
.post-cat a {
    color: rgb(158, 91, 24);
    background-color: #eebe4f;
    border-radius: 8px;
    font-size: .875rem;
    padding: .5rem .75rem;
}
.post-cat a:hover {
    background-color: #ffbc81;
}
.post-date {
    font-size: .875rem;
}
.post-thumbnail {
    border-radius: 16px;
    margin-bottom: 1.5rem;
}
.post p {
    margin-bottom: 1.5rem;
    line-height: 2;
}
/* サイドバー */

.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: #0bd;
}

/* CONTACT
------------------------------- */
.cover-contact {
    background-image: url(../images/coverct.jpg);
}

/* 店舗情報 */
.location {
    margin-bottom: 3.5rem;
}
.location-info {
    margin-bottom: 2rem;
}
.location-info .info {
    padding: 0;
}