@charset "utf-8";
/* 設定処理 */
*,
::before,
::after {
  box-sizing: border-box;
}
body {
  background-color: rgb(235,227,227,100%);
  font-family: "MS P明朝" ,serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
    border-radius: 8px;
  }


/* ヘッダーここから */
.header {
  background: linear-gradient(to right,rgb(172,173,174,100%),rgb(71,72,72,100%));
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  height:100px;
  padding: 0 30px; 
  width: 100%;
  /* max-width: 1200px;  */
}
.header-logo {
  display: block;
}
.header-logo img {
  height: 94px;
  align-self: flex-end;
}
.header .btn-gNav { 
  position: fixed;
  top: 14px;
  right: 30px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.header .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.header .btn-gNav span:nth-child(1) {
  top: 0;
}

.header .btn-gNav span:nth-child(2) {
  top: 10px;
}

.header .btn-gNav span:nth-child(3) {
  top: 20px;
}

.header .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .btn-gNav.open span:nth-child(2),
.header .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-gNav {
  display: none;
}
.header-nav {
  color: #ffffff;
}

.header-nav a:hover {
  filter: opacity(0.6); 
}

.header-nav .header-nav-list {
  display: flex;
  justify-content: space-between;
}

.header-nav .header-nav-list li {
  margin: 0 auto;
  padding: 0 5px;
}

.header-nav .header-nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav .header-nav-list li {
  flex: 1; /* 各項目が均等に幅を取るようにする */
  text-align: center;
  padding: 15px;
  border-bottom: #525252 1px solid;
  white-space: nowrap; /* 改行を防止する */
} 

.mainVisual {
  width: 100%;
  overflow: hidden;
  margin-bottom:30px;
  /* margin-top: 100px; */
}
.mainVisual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0%;
}

/* messageここから */
.message {
  width: 95%;
  max-width:840px;
  margin: 0 auto 60px;
  background-color:rgb(133,134,135,100%) ;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.message h2 { 
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #f5f5f5;
}
.message .open {
  font-size: 20px;
  line-height: 2.0;
  text-align:left;
  word-break: break-word;
  margin-bottom: 20px;
  color:#f5f5f5;
}
.message .open .shop-name {
  font-size: 22px;
  font-weight: bold;
}
.message .open .shop-name::after {
  content: "\00a0";
}
.message .cheers {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
  color:#f5f5f5;
}
.message .owner {
  font-size: 16px;
  text-align:end;
  color:#f5f5f5;;
}
.message .owner .title::after,
.message .owner .name:not(:last-child)::after {
  content: "\00a0"; 
}

/* イメージ共通スタイル */
.image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu,.shopImage{
  width: 100%;
  max-width: 840px;
  padding: 20px;
  margin:0 auto 60px;
}
.menu-img,.shop-img {
  width: 240px;
  margin-bottom: 20px;
}
.menu p,.shopImage p {
  font-size: 22px;
  text-align: center
}
.shopImage{
  width: 100%;
  max-width: 840px;
  padding: 20px 96px 20px 96px;
  margin:0 auto 60px;
}

  

/* メニューここから */
.menu .aLaCarte,.setMenu{
  padding-bottom: 120px;
  border-bottom:3px solid #AEABA6;
  margin-bottom: 60px;
}
.menu h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.image-list li:last-child{
  position: relative;
}
.image-list .recommend{
  writing-mode: vertical-rl;
  position: absolute;
  top: 120px;
  right: -30px;
  background: #95e9be;
  width: 20px;
  height: 60px;
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  border-radius: 10%;
  font-size: 12px;
  line-height: 20px;
}

.setMenu .image-list{
  margin-bottom: 15px;
}
.setMenu .eel-link{
  width: 100px;
  
}
.eel-link {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translatex(-50%);
}

.eel-link a:hover{
  filter: opacity(0.6);
  background-color: #999;
}
.eel-link .eel-logo{
  width: 100px;
}

/* .eel-link .recommend{
  writing-mode: vertical-rl;
  position: absolute;
  top: 35px;
  right: -30px;
  background: #95e9be;
  width: 20px;
  height: 60px;
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  border-radius: 10%;
  font-size: 12px;
  line-height: 20px;
} */
/* その他メニューここから */
.others {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.drinks h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.drinks .drink {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 36px;
}
.drinks .forDriver {
  font-size: 18px;
  line-height: 1.5;
}
.link .menu-more {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 100px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  padding: 14px;
  border-radius: 50%; 
  color: #f5f5f5;
  background-color: rgb(133,134,135,100%);
  box-shadow: 0 0 0 2px rgba(0,0,0,0.16);
  margin-bottom: 28px;
}



.link a:hover {
  filter: opacity(0.6);
  background-color: #999;
}

/* 営業案内ここから */
.information {
  width: 95%;
  max-width: 840px;
  margin: 0 auto 60px;
  background-color:rgb(133,134,135,100%);
  padding: 30px;
  color: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.information h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.34em;
  margin-bottom: 40px;
}
.information dl {
  font-size: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.information dl .information_item {
  display: flex;
  width: 100%;
  max-width: 600px; 
  justify-content: space-between;
  margin-bottom: 24px;
}
.information dt {
  display: inline-block; 
  width: 100px; 
  text-align: left;
}
.information dd{
  width: calc(100% - 120px);/* dtの幅とスペースを引いた残りの幅を設定 */
  margin-left: 20px;
  border-bottom: 1px dotted;
}
.information ul,li {
  list-style: none;
  padding: 0;
}
.information ul {
  line-height: 28px;
}

/* アクセスここから */
.access {
  width: 95%;
  max-width: 840px;
  padding: 20px;
  margin:0 auto 30px;
  color: #f5f5f5;
  background-color: rgb(133,134,135,100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.access h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.34em;
    margin-bottom: 40px;
}
.access h3 {
  font-size: 20px;
  margin-bottom: 18px;
}
.access .address {
  margin: 0 0 42px 0;
}
.access .map {
  margin: 0 0 42px 0;
}
.access .map iframe {
  display: block;
  width: 100%;
  height: 320px;
}
.access .transportation {
  margin: 0 0 42px 0;
}
.access .transportation li {
  margin-bottom: 10px;
}
.access .contact {
  margin: 0 0 42px 0;
}
.access .contact .tel {
 margin-bottom: 10px;
}
/* フッターここから */
.footer {
  background-size: cover;
  height: 90px; 
  background: linear-gradient(to right,rgb(172,173,174,100%),rgb(71,72,72,100%));
  color: #f5f5f5;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copyright {
  text-align: center;
}

/* レスポンシブここから */
@media screen and (max-width: 768px) {
  
  body {
    font-size: 14px;
  }

  .message h2,.aLaCarte h2,.setMenu h2,.drinks h2,.information h2,.access h2 {
    font-size: 22px;
  }

  .message .open,.message .cheers,.drink,.forDriver,.information dl,.access h3 {
    font-size: 16px;
  }

  .message .open .shop-name {
    font-size: 18px;
  }

  .message .owner {
    font-size: 14px; 
  }
  .aLaCarte-list p, .setMenu-list p, .shopImage p {
    font-size: 16px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 10;
  }
  
  .header-inner {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    position: relative;
  }
  
  .header-logo img {
    height: 48px;
  }

  .btn-gNav {
    display: block;
  }
  
  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 50px;
    transition: .3s;
  } 
  .header-nav.open {
   right: 0;
  }
   
  .header-nav .header-nav-list {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
  }

  .header-nav .header-nav-list li {
    width: 86%;
    padding: 15px;
    border-bottom: #525252 1px solid;
  }
    
  .mainVisual {
    margin-bottom: 15px;
  }
  .mainVisual img {
    width: 100%;
    height: auto;
  }
  .message {
    padding: 20px;
    margin-bottom: 30px;
  }
  /* イメージ共通スタイル */
  .menu,.shopImage {
    padding: 20px;
    margin-bottom: 30px;
  }
  .image-list {
    flex-direction: column;
    align-items: center;
  }

  .menu li,.shopImage li {
    margin-bottom: 36px;
  } 
      
  .menu-img,.shop-img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 6px; 
  } 
  .menu p,.shopImage p {
    font-size: 18px;
  }
  .menu h2 {
    margin-bottom: 44px;
  }
  .menu .others {
    flex-direction: column;
  }

 .menu .drinks {
    margin-bottom: 44px;
  }
  .information {
    padding:10px 20px;
    margin-bottom: 30px;
  }
  .information dl {
    font-size: 18px;
  }
  .information dl .information_item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .information dt, .information dd {
    width: 100%;
    margin: 8px;
  }
  .information dd {
    margin-bottom: 16px;
    border-bottom: none;
  }
  
  .access {
    margin-bottom: 10px;
  }
  
  .access .map iframe {
    height: 200px;
  }

  .footer {
    height: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-items: center;
  }
 
  .footer .copyright {
    font-size: 14px;
  }
}