@charset "utf-8";
/* CSS Document */
body {
  background-color: #1F160A;
  color: #FFFFFF;
  text-align: center;
}
.header{
  width: 100%;
  height: 805px;
  padding: 0 40px;
  box-sizing: border-box;
  background-image: url("../images/coffee-shop-1209863_1280.jpg");
  background-size: cover; 
  background-position: center;
  position: relative;
}
.header::before{
  background-color:  rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
}
.header__content{
  max-width: 1152px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 999;
}
.top-image__link{
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.top-image__link a{
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  margin-left: 20px;
}
.header__content h1{
  font-size: 11rem;
  font-weight: 400;
  line-height: 16rem;
  padding-top: 150px;
  margin-bottom: 20px;
}
.header__content p{
  line-height: 3.2rem;
  font-size: 2.2rem;
}
@media(max-width:960px){
  .header__content h1{
    font-size: 9rem;
  }
}
@media(max-width:520px){
  .header{
    height: 540px;
  }
  .top-image__link{
    font-size: 1.6rem;
  }
  .header__content h1{
    font-size: 6.0rem;
    line-height: 9.0rem;
  }
  .header__content p{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.section-navigation{
  background-color: #4D4D4D;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.section-navigation ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 30px;
}
.section-navigation li{
  margin: 20px 25px;
  font-size: 3.8rem;
  text-align: left;
}
.section-navigation li a{
  text-decoration: none;
  color: #FFFFFF;
}
.section-navigation li span{
  font-size: 1.6rem;
}
@media(max-width:520px){
  .section-navigation ul{
    padding-top: 10px;
  }
  .section-navigation li{
    margin: 10px 25px;
    font-size: 1.8rem;
    line-height: 1.6rem;
  }  
  .section-navigation li span{
    font-size: 1.2rem;
  }
}
.section-news{
  max-width: 1152px;
  margin: 0 auto;
  padding:190px 40px 50px;
  position: relative;
}
.section-news__title{
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 50px;
}
.section-news h2{
  font-size: 5.8rem;
  line-height: 5.8rem;
  font-weight: 400;
}
.section-news h2 span{
  font-size: 2.4rem;
  line-height: 3.2rem;
  display: block;
}
.section-news ol{
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-news li a{
  display: flex;
  margin: 0 auto 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.section-news li time{
  width: 22%;
  text-align: left;
  margin-right: 60px;
}
.section-news__more{
  position: absolute;
  right: 40px;
  bottom: 0;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
@media(max-width:520px){
  .section-news{
    padding: 120px 20px 0;
  }
  .section-news__title{
    margin-bottom: 40px;
  }
  .section-news h2{
    font-size: 3.8rem;
  }
  .section-news h2 span{
    font-size: 2.0rem;
  }
  .section-news li a{
    font-size: 1.6rem;
  }
  .section-news li time{
    margin-right: 40px;
  }
  .section-news__more{
    font-size: 1.6rem;
    right: 20px;
  }
}
.section-menu__banner{
  padding-top: 190px;
}
.section-menu__banner ul{
  display: flex;
  list-style: none;
}
.section-menu__banner li{
  width: calc(100%/3);
  height: 300px;
}
.section-menu__banner li a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
}
.banner_bread{
  background-image: url("../images/croissant-3836578_640.jpg");  
  background-size: cover;
  background-position: center;
}
.banner_coffee{
  background-image: url("../images/coffee-2374466_1280.jpg");
  background-size: cover;
  background-position: center;
}
.banner_cake{
  background-image: url("../images/cake-1850011_640.jpg");
  background-size: cover;
  background-position: center;
}
.banner__title{
  text-align: left;
}
.banner__title p{
  font-size: 5.8rem;
  line-height: 5.8rem;
  padding: 40px;
}
.banner__title p span{
  display: block;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media(max-width:520px){
  .section-menu__banner{
    padding-top: 120px;
  }
  .section-menu__banner li{
    height: 140px;
  }
  .banner__title p{
    font-size: 2.8rem;
    line-height: 3.8rem;
    padding: 20px;
  }
  .banner__title p span{
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.section-menu__link{
  position: relative;
  width: 100%;
  padding-top: 170px;
  box-sizing: border-box;
  background-image: url("../images/coffee-3392168_1280.jpg");
  background-size: cover;
  background-position: center;
}
.section-menu__link::before{
  background-color:  rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
}
.section-menu__link-title{
  text-align: left;
  width: fit-content;
  margin: 0 auto 60px;
  position: relative;
  z-index: 999;
}
.section-menu__link-title h2{
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 5.8rem;
}
.section-menu__link-title h2 span{
  display: block;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.section-menu__link-container{
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.section-menu__link-container ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px;
}
.section-menu__link-container li{
  width: 320px;
  border: solid 1px #FFFFFF;
  margin-bottom: 80px;
  padding: 30px;
  box-sizing: border-box
}
.section-menu__link-container li a{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
.section-menu__link-container li span{
  font-size: 1.6rem;
}
.menu-link__time-m,.menu-link__time-l{
  text-align: right;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media(max-width:520px){
  .section-menu__link{
    padding: 60px 0 40px;
  }
  .section-menu__link-title{
    margin-bottom: 40px;
  }
  .section-menu__link-title h2{
    font-size: 3.8rem;
  }
  .section-menu__link-title h2 span{
    font-size: 2.0rem;
  }
  .section-menu__link-container ul{
    padding: 0 40px;
  }
  .section-menu__link-container li{
    width: 85%;
    margin: 0 auto 30px;
    padding: 15px;
    font-size: 1.6rem;
  }
  .section-menu__link-container li a{
    width: fit-content;
    margin: 0 auto;
  }
  .section-menu__link-container li span{
    font-size: 1.2rem;
  }
}
.section-blog{
  width: 100%;
  height: 600px;
  padding-top: 195px;
}
.section-blog__background{
  width: 85%;
  height: 100%;
  background-image: url("../images/coffee-984328_1280.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.section-blog__background::before{
  background-color:  rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
}
.section-blog a{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 6.0rem;
  font-weight: 400;
  position: absolute;
  right: 85px;
  bottom: 85px;
  border-bottom: solid 2px #fff;
  padding: 5px 50px 5px 20px;
}
.section-blog a span{
  font-size: 2.4rem;
  margin-left: 20px;
}
@media(max-width:520px){
  .section-blog{
    height: 240px;
    padding-top: 120px;
  }
  .section-blog a{
    font-size: 3.8rem;
    right: 25px;
    bottom: 30px;
  }
  .section-blog a span{
    font-size: 2.0rem;
  }
}
.section-info{
  padding-top: 195px;
  margin-bottom: 160px;
}
.section-info__title{
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 50px;
}
.section-info__title h2{
  font-size: 5.8rem;
  line-height: 5.8rem;
  font-weight: 400;
}
.section-info__title h2 span{
  font-size: 2.4rem;
  line-height: 3.2rem;
  display: block;
}
.section-info__map{
  width: 100%;
  height: 560px;
  margin-bottom: 150px;
}
.section-info__map iframe{
  width: 100%;
  height: 100%;
}
.section-info h3{
  font-size: 4.0rem;
  font-weight: 400;
  margin-bottom: 60px;
}
.section-info p{
  line-height: 4.0rem;
}
@media(max-width:520px){
  .section-info{
    padding-top: 120px;
    margin-bottom: 80px;
  }
  .section-info__title{
    margin-bottom: 40px;
  }
  .section-info__title h2{
    font-size: 3.8rem;
  }
  .section-info__title h2 span{
    font-size: 2.0rem;
  }
  .section-info__map{
    height: 300px;
    margin-bottom: 80px;
  }
  .section-info h3{
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  .section-info p{
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
}
.footer{
  height: 95px;
  background-color: #4D4D4D;
  padding-top: 40px;
  box-sizing: border-box;
}
@media(max-width:520px){
  .footer{
    height: 65px;
    padding-top: 20px;
  }
  .footer small{
    font-size: 1.2rem;
  }
}