@charset "utf-8";

/*共通*/
html {
    font-size: 100%;
}
body {
    line-height: 1.7;
    color: #F4F1ED;
    font-family: "Charm", cursive;
    background-color: #F4F1ED;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/*レイアウト*/
.align-center {
    text-align: center;
}
.wrapper {
    max-width: 1120px;
    margin: auto;
    padding: 0 1.5rem;

}

/*ヘッダー*/
.box{
    background-color: #7A1F2B;
}
.page-header {
    padding-top: 0.5rem;
}
.logo {
    width: 210px;
}
.main-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.55rem;
    list-style: none;
}
.main-nav a {
    color: #C7A15A;
}
.main-nav a:hover {
    color: #0bd;
}

/*見出し*/
.font-english {
    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;
}
.cover {
    background-size: cover;
    background-position: center bottom;
    height: 800px;
}
.sub-cover {
    background-size: cover;
    background-position: center bottom;
    height: 500px;
    margin-bottom: 4rem;
}
.cover-home {
    background-image: url(../images/cover-home-s.png);
}
.cover-news{
    background-image: url(../images/cover-news-s.png);
}
.cover-contact{
    background-image: url(../images/cover-menu-s.png);
}

/*コンテンツ*/
.about {
    max-width: 736px;
    padding: 0 1.5rem;
    margin: 3rem auto 4rem;
    color: #1C1C1C;
}
.about p {
    margin-bottom: 3rem;
}
.news-contents,
.menu-content{
    color: #1C1C1C;
}
/*ボタン*/
.btn {
    display: inline-block;
    font-size: 1.5rem;
    background-color: #C7A15A;
    color: #F4F1ED;
    border-bottom: 5px solid #1C1C1C;
    border-radius: 32px;/*ボタンの角を丸めるプロパティ*/
    padding: .75rem 1.5rem;
}
.btn:hover {
   margin-top: 3px;
  color: #F4F1ED;
  background: #C7A15A;
  border-bottom: 2px solid #1C1C1C;
}

/*ニュースコンテンツ*/
.post{
    margin-bottom: 3rem;
}
.post-title{
    font-weight: normal;
    margin-bottom: 1.25rem;
}
.post-info{
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.post-cate{
    display: flex;
    gap: 0.5rem;
    list-style: none;
}
.post-cate a {
    color: #452;
    background-color: #faf7f8;
    border-radius: 8px;
    font-size: .875rem;
    padding: .5rem .75rem;
}
.post-cate a:hover {
    background-color: #c9c2bc;
}
.post-date {
    font-size: .875rem;
}
.post-photo {
    border-radius: 16px;
    margin-bottom: 1.5rem;
}
.photo 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: #f2a;
}


/*フッター*/
.page-footer {
    background-image: url(../images/footer-s.png);
    background-size: cover;
    background-position: center;
    padding-top: 12rem;
}
.info {
    width: 100%;
    max-width: 544px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
}
.info th,
.info td {
    border-bottom: 1px solid #F4F1ED;
}
.info th {
    text-align: left;
    font-weight: normal;
    padding: 1rem;
}
.info td {
    padding: 1rem 0;
}
.copyright {
    background-color: #1C1C1C;
    text-align: center;
    padding: 2rem 0;
    margin-top: 6rem;
    
}

/*menu*/
.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.975rem;
    font-weight: 800;
}

/*お問い合わせ*/
#text,#mail,textarea{
    background-color: #F4F1ED;
    border: 1.5px solid #1C1C1C;
}
textarea{
    width: 500px;
}
#submit{
    border: #C7A15A;
    background-color: #7A1F2B;
    border-radius: 8px;
    color: #F4F1ED;
    padding: 0.2rem 0.5rem;
}

.content{
    margin-top: 2rem;
    color: #1C1C1C;
    gap: 2.5rem;
}
.content ul {
    margin-bottom: 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: 1rem;
    }
    .main-nav {
        font-size: 2rem;
    }
    /*ヘッダー画像*/
    .sub-cover{
        height: 400px;
        margin-bottom: 6rem;
    }
    /*HOME*/
    .cover-home {
        background-image: url(../images/cover-home-l.png);
    }
    .about {
        margin: 4rem auto 0;
    }
    /*news*/
    .cover-news{
        background-image: url(../images/cover-news-l.png);
    }
    .news-contents {
        display: flex;
        justify-content: space-between;
    }
    .post{
        width: 70%;
    }
    .sidbar {
        width: 22%;
    }
    .sidbar .heading-medium {
        line-height: 1;
        margin-bottom: 1rem;
    }
    /*Menu*/
    .grid {
        gap: 3rem 2rem;
        grid-template-columns: repeat(3, 1fr);
    }
    .item img {
        margin-bottom: 1rem;
    }
    .item p {
        font-size: 1rem;
    }
    /*フッター*/
    .page-footer{
        background-image: url(../images/footer-l.png);
        padding-top: 12rem;
    }
    .info th {
        padding-left: 2.5rem;
    }
    .post-title{
        font-size: 2rem;
    }
    /*コンタクト*/
    .cover-contact{
        background-image: url(../images/cover-menu-l.png);
    }
}
