@charset "UTF-8";
/* CSS Document */
.header{
  background-image: url("../image/mainvisual.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.header-button{
  display: flex;
  column-gap: 30px;
  justify-content: flex-end;
  margin-right: 30px;
  margin-top: 30px;
  position: absolute;
  color: #fff;
  right:25px;
}
.header-button p{
  font-family:Arial, Helvetica, "sans-serif";
  font-size: 14.4px;
}
.header-button a{
  text-decoration: none;
  color: #fff;
}
.header h1{
  font-size: 115px;
  color: #fff;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family:Arial, Helvetica, "sans-serif";
}
@media(max-width:760px){
  .header-button{
    margin-top: 20px;
  }
  .header h1{
    font-size:87.5px;
  }
}
.header-image{
  height: 600px;
  width:auto;
  text-align: center;
}
.section-menu-image{
  background-image: url("../image/menu.jpg");
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  height: 300px;
  margin-top: 20px;
}
.section-menu h1{
  position: absolute;
  font-size: 72px;
  text-align: center;
  width:100%;
  top: 30%;
  font-family: Arial, Helvetica, "sans-serif";
  color:#fff;
}
@media(max-width:760px){
  .section-menu-image{
    height: 94px;
  }
  .section-menu h1{
    font-size: 32px;
  }
  .item-title{
    font-size:32px;
  }
}
.menu-detile{
  display: flex;
  text-align: center;
  padding: 90px 16px 170px 16px;
}
.menu-item{
   width:50%;
  padding: 0 45px;
}
.menu-item:first-child{
  border-right: solid 1px #000;
}

.item-title{
  color: #333;
  display: inline-block;
  font-size: 40px;
  text-align: center;
  max-width:150px;
  border-bottom: solid #FF0004 6px;
  margin-bottom: 70px;
}
.menu-item dl{
 display: flex;
  flex-wrap: wrap;
}
.menu-detile dt{
 border-bottom: dotted #333333;
  width:87%;
  text-align: left;
  margin-bottom: 28px;
}
.menu-detile dd{
  text-align: right;
  width:13%;
  padding-top:8px;
}
.item-food{
  margin-bottom: 55px;
}
@media(max-width:760px){
  .item-title{
    font-size: 32px;
  }
  .menu-item dl{
   margin-bottom:10px;
  }
  .menu-detile{
    flex-direction: column;
  }
  .menu-item{
    width:100%;
    padding:0;
  }
  .menu-item:first-child{
    border-right: none;
  }
  .menu-item dl{
    margin-bottom: 10px;
  }
  .item-food{
    margin-bottom:10px;
  }
}
.about-title{
  background-image: url("../image/about.jpg");
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  height: 300px;
}
.about-title h1{
   position: absolute;
  font-size: 72px;
  text-align: center;
  width:100%;
  top: 30%;
  font-family: Arial, Helvetica, "sans-serif";
  color:#fff;
}
@media(max-width:760px){
  .about-title{
    height: 94px;
  }
  .about-title h1{
    font-size: 32px;
  }
  .about-coffee{
    font-size: 32px;
  }
}
.about-contents{
  padding: 90px 16px 150px 16px;
}
.about-coffee{
  color: #333;
  display: inline-block;
  border-bottom: solid #FF0004 6px;
  margin-bottom: 70px;
  font-size: 40px;  
}
.about-contents ul{
  list-style: none;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.about-contents ul li{
  width: 50%;
  text-align: left;
  line-height: 2;
  font-size: 14.4px;
    
}
.about-contents a{
  text-decoration: none;
  position: relative;
  padding: 20px 43px;
  font-size:14.5px;
  text-align: center;
  color: #333;
}
.about-contents a::before,.about-contents a::after{
  position: absolute;
  width:30px;
  height: 30px;
  content: '';
}
.about-contents a::before{
  border-left: solid #FF0004 1px;
  border-top: solid #FF0004 1px;
  top: 0;
  left:0;
}
.about-contents a::after{
  border-right: solid #FF0004 1px;
  border-bottom: solid #FF0004 1px;
  bottom: 0;
  right: 0;
}
.location-title{
  background: url("../image/location.jpg");
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  height: 300px;
  margin-bottom: 90px;
}
.location-title h1{
  position: absolute;
  font-size: 72px;
  text-align: center;
  width:100%;
  top: 30%;
  font-family: Arial, Helvetica, "sans-serif";
  color:#fff;
}
@media(max-width:760px){
  .location-title{
    height: 94px;
  }
  .location-title h1{
    font-size: 32px;
  }
}
.section-location h3{
  margin-bottom:70px;
  color: #333;
  display: inline-block;
  border-bottom: solid #FF0004 6px;
  font-size: 40px; 
}
.location-contents{
  padding: 0 156px 190px;
}
.location-detaile {
  text-align: left;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 14.4px;
}
.map{
  max-height:50%;
  width:100%;
  position: relative;
  padding-top: 56.25%;
}
.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}