@charset "UTF-8";

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%
}

* {
  list-style: none;
  font-family: YuMincho;
  font-weight: lighter;
}

.fa-bars{
  color:rgb(219, 117, 0);
  font-size: 40px;
  width: 100%;
  z-index: 9999;
  height: 100px;
}

nav {
  height: 150px;
  background-color: rgb(0, 0, 0,.5);
  font-size: 25px;
  font-weight: inherit;
  width: 300px;
  height: 100%;
}

nav {
  position:fixed;
  top:0;
  bottom:0;
  line-height: -250px;
  margin-left: -300px;
  z-index: 9999;
}

nav a {
  margin-bottom: 40px;
  color: rgb(230, 180, 15);
  position: relative;
  position: absolute;
}
nav ul{
  display: flex;
  justify-content: space-around;
  writing-mode: horizontal-tb;
  margin-top: 25px;
  flex-direction: column;
}

.hover9:hover {
  margin-bottom: 40px;
  text-decoration: none;
  color: rgb(189, 195, 201);
}

.hover9 {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.hover9::after {
  position: absolute;
  content: '';
  left:0;
  bottom: 0;
  width:  0%;
  height: 3px;
  background: rgb(139, 92, 4);
  transition: all 0.3s ease 0s;
}

.hover9:hover {
  cursor: pointer;
}
.hover9:hover::after {
  width: 100%;
}

body {
  background-color: black;
}



.carousel-item {
  min-height: 100vh;
  height: 100vh;
}

.carousel-image-1 {
  background-image:url("./image/IMG_0463.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.carousel-image-2 {
  background-image:url("./image/IMG_0169.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.carousel-image-3 {
  background-image:url("./image/IMG_0584.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.carousel-image-4 {
  background-image:url("./image/IMG_0195.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.carousel-image-5 {
  background-image:url("./image/IMG_0598.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.top-display img{
  width: auto;
  height: 90vh;
}

/*こだわり*/
/*やきとり*/

main {
  margin-top: 10%;
  height: 1000px;
}

.kodawari-top{
  grid-area: top;
  background-image: url("./image/IMG_0404.jpg");
  background-position: center;
  background-size: cover;
  width: 57%;
  height:100%;
}

.kodawari-top p {
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 25px;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom:30px;
  width: 50%;
  position: relative;
  left: 105%;
}

.kodawari-top .title {
  font-size: 40px;
  position: relative;
  position: absolute;
  left: 105%;
}

.kodawari-top .title span {
  font-size: 28px;
  position: relative;
  left: 0%;
  top: 3%;
}

.kodawari-top .title-2 {
  font-size: 32px;
}

/*やきとり*/

.kodawari-bg {
  color: white;
  background-image: url("./image/publicdomainq-0029561doy.jpg");
  height: 50%;
}

.bg-mask {
  position: absolute;
  position: relative;
  left: 0;
  height: 100%;
  min-height: auto;
  background: repeating-linear-gradient( -45deg,  rgba(204, 204, 204, 0.7),1%,rgba(0, 0, 0, 0.8))
}

/*空間*/
.kodawari-bottom{
  grid-area: bottom2;
  background-image: url("./image/IMG_0878.jpg");
  background-position: center;
  background-size: cover;
  width: 57%;
  height:100%;
  position: relative;
  left: 43%;
}

.kodawari-bottom p {
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 25px;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom:30px;
  min-width: 50%;
  position: relative;
  right: 70%;
}

.kodawari-bottom .title {
  font-size: 40px;
  position: relative;
  position: absolute;
  left: 105%;
}

.kodawari-bottom .oseki {
  font-size: 16px;
}

.kodawari-bottom .title-2 {
  font-size: 32px;
}

.kodawari-bottom p a {
  color: black;
  background-color: blanchedalmond;
  padding: 1%;
  position: relative;
  top: 3%;
  font-size: 20px;
}

.kodawari-bottom a:hover {
  text-decoration: none;
}

/*空間*/

/*お品書き*/

.main-2 {
  width: 100%;
  padding: 20px;
  color: aliceblue;
  background: repeating-linear-gradient( -45deg,  rgba(204, 204, 204, 0.7),1%,rgba(0, 0, 0, 0.8))
}

.osinagaki-title {
  text-align: center;
}

.title {
  font-size: 50px; /* タイトルのフォントサイズ */
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  color: aliceblue;
  display: inline-block; /* 下線の長さをテキストに合わせるために追加 */
  border-bottom: 1px solid white;
}

.course-content {
  font-size: 22px; /* コース内容のフォントサイズ */
  margin-bottom: 10px;
  line-height: 2;
}

.course-light {
  font-size: 12px; /* 注意書きのフォントサイズ */
  color: red;
  margin-bottom: 20px;
}

.price {
  font-size: 22px; /* 価格のフォントサイズ */
  margin-bottom: 20px;
  margin-top: 30px;
}

.description-container {
  display: flex;
  justify-content: center;
}

.description {
  font-size: 20px; /* 説明文のフォントサイズ */
  margin-bottom: 20px;
  line-height: 2.5;
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* テキストの向きを直立にする */
  width: auto; /* 幅を自動に設定 */
  height: 60%;
  margin-top: 20px;
  padding: 10px; /* テキストの周りに余白を追加 */
}



/*お酒*/

.main-3 {
  width: 100%;
}

.drink-title  {
  text-align: center;
}

.drink-title p{
  display: inline-block;
  font-size: 50px;
  margin-top: 10%;
  margin-bottom: 5%;
  color: aliceblue;
  border-bottom: white 1px solid;
}

.drink-top p{
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 25px;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom:30px;
  width: 50%;
  position: relative;
  position: absolute;
  right: 10%;
  top: 0;
}

.drink-top .title {
  font-size: 30px;
}

.drink-bg {
  color: white;
  background-image: url("./image/publicdomainq-0029561doy.jpg");
  height: 500px;
}

.drink-mask {
  position: absolute;
  position: relative;
  left: 0;
  height: 100%;
  min-height: auto;
  background: repeating-linear-gradient( -45deg,  rgba(204, 204, 204, 0.7),1%,rgba(0, 0, 0, 0.8))
}

.drink-bottom p{
  font-size: 25px;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom:30px;
  width: 50%;
  bottom: 80%;
  left: 20%;
  z-index: 9990;
  position: relative;
}

.drink-bottom span {
  color: rgb(0, 0, 0);
  position: relative;
  top: 70%;
  right: 3%;
  padding: 1%;
}

.drink-bottom p a {
  padding: 1%;
  position: relative;
  font-size: 40px;
  color: rgb(219, 117, 0);
}


.drink-bottom a:hover {
  text-decoration: none;
}

.drink-img-1 {
  background-image: url("image/IMG_0378.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 57%;
  background-color: aliceblue;
  filter:brightness(70%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.drink-img-2 {
  background-image: url("image/IMG_0387.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  max-height: 100%;
  height: 100%;
  width: 57%;
  left: 43%;
  z-index: 9999;
  filter:brightness(70%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

/*こだわりの食材*/
.main-6 {
  height: auto;
}

.foodstuff-title {
  height :300px;
  text-align: center;
  margin-bottom: 10%;
}

.foodstuff-title p{
  display: inline-block;
  font-size: 50px;
  margin-top: 7%;
  color: aliceblue;
  border-bottom: white 1px solid;
}

.wa-bg-2 {
  background-image: url("./image/ULOCO.png");
  background-position: center;
  background-size: cover;
}

/*お米*/
.foodstuff {
  background-image: url("./image/IMG_0131.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  position: absolute;
  width: 50%;
  height: 75%;
  z-index: 2;
  bottom: 70%;
}

.foodstuff-sub {
  background: repeating-linear-gradient( -45deg,  rgba(0, 0, 0, 0.9),30%,rgba(255, 255, 255, 0.9));
  margin-bottom: 20%;
}

.kome-bg{
  background-image:url("./image/photo-1592997571659-0b21ff64313b.webp");
  width:100%;
  min-height: 25%;
  height: 25%;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, .5);
  }

.kome-bg p{
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-size: 20px;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 2%;
  padding-bottom: 1%;
  min-width: 50%;
  width: 50%;
  position: relative;
  left: 40%;
  height :50%;
  z-index: 3;
}

.kome-bg span {
  font-size: 40px;
  position: relative;
  left: 40px;
}
/*お米*/

.content-mask {
  position: absolute;
  position: relative;
  left: 0;
  height: 100%;
  min-height: auto;
  background: repeating-linear-gradient( -45deg,  rgba(204, 204, 204, 0.7),10%,rgba(0, 0, 0, 0.9));
}

/*野菜*/

.foodstuff-2 {
  background-image: url("./image/IMG_0272.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  position: absolute;
  width: 50%;
  height: 75%;
  z-index: 2;
  bottom: 70%;
}

.foodstuff-2-sub {
  grid-area: right2;
  background: repeating-linear-gradient( -45deg,  rgba(0, 0, 0, 0.9),30%,rgba(255, 255, 255, 0.9));
  margin-bottom: 20%;
}

.yasai-bg{
  background-image:url("./image/photo-1518843875459-f738682238a6.jpg");
  width:100%;
  min-height: 25%;
  height: 25%;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, .5);
  }

.yasai-bg p{
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-size: 20px;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 2%;
  padding-bottom: 1%;
  min-width: 50%;
  width: 50%;
  position: relative;
  left: 40%;
  height :50%;
  z-index: 3;
}

.yasai-bg span {
  font-size: 35px;
  position: relative;
  left: 40px;
}

/*野菜*/

/*鶏*/
.foodstuff-3 {
  background-image: url("./image/IMG_0619.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  position: absolute;
  width: 50%;
  height: 75%;
  z-index: 2;
  bottom: 70%;
}

.foodstuff-3-sub {
  grid-area: right3;
  background: repeating-linear-gradient( -45deg,  rgba(0, 0, 0, 0.9),30%,rgba(255, 255, 255, 0.9));
  margin-bottom: 20%;
}

.tori-bg{
  background-image:url("./image/n-i-f-t-y-a-r-t-qYiAxsaflCQ-unsplash.jpg");
  width:100%;
  min-height: 25%;
  height: 25%;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, .5);
  }

.tori-bg p{
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-size: 20px;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 2%;
  padding-bottom: 1%;
  min-width: 50%;
  width: 50%;
  position: relative;
  left: 40%;
  height :50%;
  z-index: 3;
}

.tori-bg span {
  font-size: 40px;
  position: relative;
  left: 40px;
}
/*鶏*/

/*炭*/
.foodstuff-4 {
  background-image: url("./image/IMG_0052.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  position: absolute;
  width: 50%;
  height: 75%;
  z-index: 2;
  bottom: 70%;
}

.foodstuff-4-sub {
  grid-area: right4;
  background: repeating-linear-gradient( -45deg,  rgba(0, 0, 0, 0.9),30%,rgba(255, 255, 255, 0.9));
  margin-bottom: 20%;
}

.sumi-bg {
  background-image:url("./image/sung-jin-cho-_GoZT6kZOsk-unsplash.jpg");
  width:100%;
  min-height: 25%;
  height: 25%;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, .5);
}

.sumi-bg p{
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-size: 20px;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 2%;
  padding-bottom: 1%;
  min-width: 50%;
  width: 50%;
  position: relative;
  left: 40%;
  height :50%;
  z-index: 3;
}

.sumi-bg span {
  font-size: 40px;
  position: relative;
  left: 40px;
}
/*炭*/

/*器*/

.main-4 {
  width: 100%;
}

.touch {
  height: auto;
  width: auto;
  font-size: 30px;
  color: aliceblue;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0;
}

.main-4 ul {
  padding: 0;
  margin-top: 40px;
}

.main-4 .utuwa {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
}
.utuwa li{
  box-sizing: border-box;
  height: 350px;
  width:30%;
  margin-bottom: 2%;
}

.utuwa-title {
  text-align: center;
}

.utuwa-title p{
  display: inline-block;
  font-size: 50px;
  margin: auto;
  height: auto;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  color: aliceblue;
  border-bottom: white 1px solid;
}

.main-4 span{
  position: relative;
  top: 20px;
}

.main-4 .price{
  width: 30%;
  transform: scale(1.0);
  cursor: pointer;
  filter: grayscale(100%);
  transition-duration: 0.5s;
  position: relative;
}
.main-4 .price:hover{
  filter: grayscale(0);
  transition-duration: .0s;
}

.utuwa-img{
  grid-area: utuwa;
  background-image: url("image/IMG_0228.jpg");
  background-position: center;
  background-size: cover;
  color:black;
}

.utuwa-img2{
  grid-area: utuwa2;
  background-image: url("image/IMG_0229.jpg");
  background-position: center;
  background-size: cover;
  color:black;
}

.utuwa-img3{
  grid-area: utuwa3;
  background-image: url("image/IMG_0236.jpg");
  background-position: center;
  background-size: cover;
  color:black;
}

.utuwa-img4{
  grid-area: utuwa4;
  background-image: url("image/IMG_0239.jpg");
  background-position: center;
  background-size: cover;
  color:black;
}

.utuwa-img5{
  grid-area: utuwa5;
  background-image: url("image/IMG_0279.jpg");
  background-position: center;
  background-size: cover;
  color:black;
}

.utuwa-img6{
  grid-area: utuwa6;
  background-image: url("image/IMG_0258.jpg");
  background-position: center;
  background-size: cover;
  color:rgb(0, 0, 0);
}
/*footer*/
.main-5 {
  box-shadow: 0 10px 25px 0 rgb(189, 195, 201, 0.9);
  background-image: url("./image/IMG_0838.png");
  background-position: center;
  background-size: cover;
  display: flex;
  width: auto;
  box-sizing: border-box;
  padding-bottom: 5%;
  justify-content:center;
  height: auto;
}

.address {
  width: 50%;
  margin-top: 130px;
  margin-left: 50%;
}


.footer-address p{
  border-bottom: rgb(255, 255, 255) 1px solid;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 5%;
}

.main-5 {
  border: rgb(0, 0, 0) 1px solid;
  margin: 20px;
  color: rgb(255, 255, 255);
}

.footer-img {
  background-image: url("./image/焼鳥-淵.png");
  background-position: center;
  background-size: 30%;
}

#form  {
  width: 40%;
  margin-top: 40px;
}

.Form {
  margin-top: 80px;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 200px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 300px;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }

  btn-2 {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    left: 12%;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 80px;
      font-size: 16px;
      margin-bottom: 40px;

    }

  }

}

.sns-all {
  font-size: 30px;
  height: auto;
  width: auto;
  color: aliceblue;
  margin-left: 20px;
}

.footer-sns {
  display: flex;
  align-items:center ;
  justify-content: center;
}

.sns-2 {
  margin-left: 10px;
}

.sns-2 , .sns-1{
  color: aliceblue;
}

.sns-1:hover{
  text-decoration: none;
  color:aliceblue;
}

.sns-2:hover{
  text-decoration: none;
  color:aliceblue;
}

.menu-title {
  text-align: center;
  margin: 5%;
  height: 100px;
}

.menu-title p {
  color: rgb(255, 255, 255);
  font-size: 50px;
  margin: 0 auto;
  border-bottom: aliceblue 1px solid;
  display: inline-block;
}

.menu-kusi ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
  padding: 0;
}

/*写真*/

.kusi-1 {
  background-image: url("./image/IMG_0515.jpg");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 30%;
  margin: 1.6%;
  filter:brightness(70%);
}

.kusi-2 {
  background-image: url("./image/IMG_0112.jpg");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 30%;
  margin: 1.6%;
  filter:brightness(70%);
}

.kusi-3 {
  background-image: url("./image/IMG_0610.jpg");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 30%;
  margin: 1.6%;
  filter:brightness(70%);
}

.kusi-4 {
  background-image: url("./image/IMG_0792.jpg");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 30%;
  margin: 1.6%;
  filter:brightness(70%);
}

.kusi-5 {
  background-image: url("./image/IMG_0677.jpg");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 30%;
  margin: 1.6%;
  filter:brightness(70%);
}

.kusi-6 {
  background-image: url("./image/IMG_0868.jpg");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 30%;
  margin: 1.6%;
  filter:brightness(70%);
}

/*写真*/

.mini-title-1 {
  text-align: center;
  margin: 2%;
  height: 100px;
  filter:brightness(70%);
}

.mini-title-1 p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0 auto;
  display: inline-block;
}

.menu-1 {
  color: aliceblue;
  font-size: 20px;
}

.menu-1 li {
  margin: 0 auto;
  margin-bottom: 1%;
}

.box-1 {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
  margin-top: 5%;
  padding: 1%;
  display: flex;
  width: 80%;
}

.menu-border {
  display: flex;
}

.menu-1 ul p {
  margin: 0 auto;
  position: relative;
  
}

.menu-1 ul li span {
  margin: 0 auto;
}

.menu-1 ul {
  padding-left: 0;
  width: 100%;
  min-width: 100%;
}

.enn {
  padding-left: 90px;
}

.enn-2 {
  padding-left: 100px;
}

.re {
  text-align: center;
}

.re-2 {
 display: inline-block; 
}

.end {
  text-align: center;
  position: relative;
  left: 65%;
}

.end  {
  color: aliceblue;
  font-size: 30px;
  display: inline-block;
}


#over  {
  overflow-x: hidden;
    width: 100%;
    max-width: 100%;

}







/*-----------------------------------------------*/


@media screen and (min-width:481px) and (max-width:812px) {


  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }


  .carousel-image-1,
.carousel-image-2,
.carousel-image-3,
.carousel-image-4,
.carousel-image-5 {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
}

/*こだわり*/

nav {
  font-size: 16px;
 }

 .hover9:hover {
   margin-bottom: 20px;
 }

 nav a{
  margin-bottom: 20px;
}

main {
  height: 500px;
}

.top-display img{
  width: auto;
  height: 100vh;
}

.kodawari-top p {
  font-size: 14px;
  line-height: 35px;
  padding-top: 5%;
  padding-bottom: 1%;
}

.kodawari-top .title {
  font-size: 20px;
}

.kodawari-top .title span {
  font-size: 14px;

}

.kodawari-top .title-2 {
  font-size: 18px;
}

.kodawari-bottom p {
  font-size: 14px;
  line-height: 35px;
  right: 70%;
  padding-top: 5%;
  padding-bottom: 1%;
}

.kodawari-bottom .title {
  font-size: 20px;
}

.kodawari-bottom .title span {
  font-size: 14px;

}

.kodawari-bottom .title-2 {
  font-size: 18px;
}


.kodawari-bottom p a {
  font-size: 10px;
  position: relative;
}

.kodawari-bottom .oseki {
  font-size: 10px;
}

 

/*ドリンク*/

.drink-title p {
  font-size: 30px;
  margin-top: 0;
}

.drink-bg {
  height: 350px;
}

.drink-title p {
  font-size: 30px;
}

.drink-bg {
  height: 250px;
}

.drink-top p {
  font-size: 14px;
  line-height: 30px;
  right: 2.5%;
}

.drink-top .title {
  font-size: 18px;
  position: absolute;
  top: 5%;
  right: -3%;
  height: 100%;
}

.drink-title {
  padding-bottom: 5%;
}

.drink-bottom p {
  font-size: 14px;
  line-height: 30px;
}

.drink-bottom span {
  top: 60%;
}

.drink-bottom p a{
  font-size: 30px;
  right: 15%;
}

.foodstuff-title {
  height: 130px;
}

.foodstuff-title p {
  font-size: 30px;
}

.mini-img {
  height: 150px;
  width: 40%;

}

.all-bg p{
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 1%;
  height: auto;
}
.main-4 span{
  position: relative;
  top: 20px;
}

.all-bg span {
  font-size: 18px;
  left: 20px;
}

  /*器*/
  .utuwa-title p {
    font-size: 30px;
  }

  .utuwa-title {
    margin-bottom: 2%;
  }

  .touch {
    font-size: 23px;
    left: 0;
  }

  .utuwa li {
    height: 250px;
  }

    /*address*/

  .main-5 {
    width: 95%;
    background-size: 130%;
    background-repeat: no-repeat;
  }

  .address {
    width: 40%;
    margin-top: 50px;
    margin-left: -100px;
  }

  .footer-address p {
    font-size: 16px;

  }

  #form {
    width: 50%;
    margin-top: -10px;
  } 

  .btn-2 {
    display: flex;
  }

  .uber a {
    display:inline-block;
    margin-top: 0;
    margin-bottom: 5%;
  }


main {
  margin-top: 10%;
  height: 1000px;
}

.kodawari-top{
  grid-area: top;
  background-image: url("./image/IMG_0404.jpg");
  background-position: center;
  background-size: cover;
  width: 57%;
  height:100%;
}

.kodawari-top p {
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 25px;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom:30px;
  width: 50%;
  position: relative;
  left: 105%;
}

.kodawari-top .title {
  font-size: 40px;
  position: relative;
  position: absolute;
  left: 105%;
}

.kodawari-top .title span {
  font-size: 28px;
  position: relative;
  left: 0%;
  top: 3%;
}

.kodawari-top .title-2 {
  font-size: 32px;
}

/*やきとり*/

.kodawari-bg {
  color: white;
  background-image: url("./image/publicdomainq-0029561doy.jpg");
  height: 50%;
}

.bg-mask {
  position: absolute;
  position: relative;
  left: 0;
  height: 100%;
  min-height: auto;
  background: repeating-linear-gradient( -45deg,  rgba(204, 204, 204, 0.7),1%,rgba(0, 0, 0, 0.8))
}



/*お品書き*/

.main-2 {
  width: 100%;
  padding: 20px;
  color: aliceblue;
  background: repeating-linear-gradient( -45deg,  rgba(204, 204, 204, 0.7),1%,rgba(0, 0, 0, 0.8))
}

.osinagaki-title {
  text-align: center;
}

.title {
  font-size: 50px; /* タイトルのフォントサイズ */
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  color: aliceblue;
  display: inline-block; /* 下線の長さをテキストに合わせるために追加 */
  border-bottom: 1px solid white;
}

.course-content {
  font-size: 18px; /* コース内容のフォントサイズ */
  margin-bottom: 10px;
  line-height: 2;
}

.course-light {
  font-size: 12px; /* 注意書きのフォントサイズ */
  color: red;
  margin-bottom: 20px;
}

.price {
  font-size: 16px; /* 価格のフォントサイズ */
  margin-bottom: 10px;
  margin-top: 30px;
}

.description-container {
  display: flex;
  justify-content: center;
}

.description {
  font-size: 16px; /* 説明文のフォントサイズ */
  margin-bottom: 20px;
  line-height: 1.8;
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* テキストの向きを直立にする */
  width: auto; /* 幅を自動に設定 */
  height: 60%;
  margin-top: 20px;
  padding: 10px; /* テキストの周りに余白を追加 */
  padding-right: 10%;
  padding-left: 10%;
}







}
