/*.....................................

トップ
......................................*/

.mv {
    text-align: center;
    background-image: url(img/mv-background.jpg);
    background-size: cover; /* coverにしたら大きかった。vhで調整 写真が繰り返されるのは何故？ */
    padding-top: 190px;
    padding-bottom: 249px;
}

.mv-title {
    font-size: 100px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0 20px;
}

.mv-text{
    margin-top: 45px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.btn {
    display: inline-block;
    margin-top: 54px;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 17px 70px;
    color: #000;
    text-decoration: none;
}

/*.....................................

私たちについて
......................................*/

.inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.heading {
    margin-top: 160px;
    font-size: 34px;
    font-weight: 700;
    color: #7E5D48;
    text-align: center;
}


.about {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 50px 20px;
    padding-bottom: 0px;
    justify-content: space-between;
}


.about img {
    width: 50%;
}

.about  p.about-text {
    width: 50%;
    align-items: left;
    justify-content: center;
    font-size: 20px;
    line-height: 1.8;
    margin: 20px 20px 20px 60px;
    box-sizing: border-box;
}


/* グリットレイアウト
.about {
    margin-top: 60px;
    display: grid; 
    gap: 68px;
    grid-template-columns: repeat(2, 1fr);
}

.about-text {
    font-size: 18px;
    line-height: 1.8;
}
    */

/* フレックスボックスに挑戦→エラー*/
.gallery{
    display: flex; /*oyayouso*/
    flex-wrap: wrap;
    justify-content: center; 
    padding: 50px 20px;
    margin: 5px;
}

.gallery img {
    margin: 5px;
    padding: 5px;
}
    


/* グリットレイアウトなら
.gallery {
    margin-top: 60px;
    display: grid;
    gap: 40px 45px;
    grid-template-columns: repeat(4, 1fr);
}
*/

/*フッター*/


.footer {
    position: relative;
    justify-content:left;
    display: flex;
    flex-direction: row;
    align-items: top;   
    margin-top: 160px;
    background: #000;
    padding: 45px;
}

.footer-logo {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-right: 130px;
    margin-left: 40px;
}

.footer-text {
    text-align: left;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    padding-right: 260px;
}

iframe {
    width: 100%;
    height: 140px;
    margin-right: 20px;
    margin-left: 40px
}

a {
    color:inherit;
}

a:hover {
    color: #ebd1c0;
}

@media screen and (max-width: 767px) {
.about {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about img {
    width: 100%;
}

.about p.about-text {
    width: 100%;
    margin: 40px 20px 40px 20px
}

.gallery img {
    width: 100%;
}
 
.footer {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 20px;
    padding: 0px;
}

.footer-text {
    text-align: center;
    margin: 0px 0px 40px;
    padding: 0px;
}


iframe {
    width: 100%;
    height: 140px;
    margin: 0px;
}

}


/*カフェメニューページはここから　*/
.inner__menu {
 background-color: #ebd1c0;
 display: flex;
 flex-wrap: wrap;
 margin: 0 auto;
}

.menu__column {
    display: flex;
    flex-direction: column;
    margin-left: 130px;
    margin-top: 60px;
}

.menu__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 1.7;
}



.picture-left {
    width: 50%;
    height: 70%;
    margin-left: 0px;
    
}

.manu__title {
    margin: 40px 0px 20px;
}

.menu__data {
    margin-left: 100px;
}

/* メニューページフッター */
.footer-menupage {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 10px 20px;
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 767px) {
.inner__menu {
    flex-direction: column;
}

.picture-left {
    width: 100%;
    height: 200px;
    margin-left: 0px;   
    object-fit: cover;
} 

.menu__column {
    display: flex;
    flex-direction: column;
    margin: 60px 60px 60px;
}

.menu__data {
    margin-left: 20px;
}

a {
    color:inherit;
}

a:hover {
    color: #ebd1c0;
}
}

