@charset "utf-8";
/* CSS Document */
*,*::before,*::after{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
}
/*
 初期状態 
.hamburger { display: none; }
.close-icon { display: none; }
.mobile-menu { display: none; }
*/

body{
	max-width: 2500px;
    background-image:url("image/imagefx9.jpg")
}

.header{
	background-image:url("image/imagefx9.jpg");
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 120;
}

@media (max-width: 768px){
    .header{
        height: 10%;
    } 
}

.inst{
	height: 2rem;
	width: 2rem;
	margin-left: 5rem;
	margin-top: 25px;
}

.navbtn{
	display: flex;
/*	align-items: flex-end;*/
	justify-content: center;
	padding-bottom: 5px;
    margin-left: auto;

}
.c-btn{
	display: flex;
	list-style-type: none;
	text-align: center;
	justify-content: center;
	align-items: flex-end;
	
	
}

.c-btn li{
	border-right: solid 2px;

}

.c-btn li:last-of-type{
	border: none;
}

.btn{
	padding:0 15px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.btn:hover{
	border-style:none none solid none;
	border-width: 1px;
	border-color: #E6D8B3;
	
}

li img{
	width: 25px;
	height: 25px;
}



li{
	color: #fff;
	flex-direction: column;

}

li span{
	font-size: 1.25rem;
	margin-top: 100px;
	padding-right: 45px;
}

h1{
background: linear-gradient(45deg, #D0A900 0%, #FFF9E6 50%, #D0A900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: "Zen Old Mincho",serif;
	font-weight: bold;
	font-size: 2rem;
}

@media screen and (max-width: 768px){
    h1{
        font-size: 0.95rem
    }
}

.nav{
	display: flex;
	margin-left: 1.25rem;
	margin-right: 2rem;
	justify-content: space-between;
}

.fxl{
	margin-left: auto;
	list-style: none;
	margin-top: 10px;
}
.nmibtn{
	list-style: none;
	align-items: center;
	margin-top: 30px;
}

.y-btn{
	background-color: #E6D8B3;
	color: #000;
	border-radius: 15px;
	font-size: 16px;
	padding: 11px 50px;

}

.swiper {
  width: 100%;
  height: 100%;
 
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-slide img {
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
   .swiper{
        background-image: url("image/3lu3_w1200h490.png");
       width: 100%;
    }
    
    .swiper-slide{
        display: none;
    }
}

.hero {
	height: 90vh;
  	overflow: hidden;
	background-color: #000;
}

.instagram{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.kikan{
	display: flex;
	justify-content: center;
	background-image: url("image/ft-bg.jpg");
    padding: 20px;
}

@media screen and (max-width: 768px){
    .kikan{
        display: block;
        padding: 5px;
        height: 90%;
    }
    .kikan img{
        height: 40%;
        justify-content: center;
        align-items: center;
        margin-right: 20%;
        margin-left: 30%;
    }
    
    .setmei{
        text-align: center;
    }
    
    .genntei dt{
        font-size: 1.5rem;
        padding-top: 4%;
        padding-bottom: 3%;
    }
    
}



.genntei dt{
    font-size: 36px;
    font-weight: bold;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
}

.kikan img{
	height: 510px;
    margin-right: 100px;
    
}



.nav-menu{
}

.menu{
	flex-direction: column;
}

.b-btn{
	background-color: #000;
	display: inline-block;
	padding: 15px 45px;
	border-radius: 15px;
	font-size: 16px;
margin-left: 20px;
	margin-top: 40px;
    
}

.gntibtn{
    list-style: none;
    margin: 0 auto;
}

.b-btn span {
	background: linear-gradient(45deg, #D0A900 0%, #FFF9E6 50%, #D0A900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	padding: 15px 0px;
}

.d-btn:hover{
	background-color: #B32828;
}
.y-btn:hover{
	background-color: #C39000;
}
a{
	text-decoration: none;
}

.hunniki{
    background-image: url("image/imagefx9.jpg");
    width: 100%;
    padding-bottom: 20px;
}

.naiyou{
    background-image: url("image/ft-bg.jpg");
    width: 80%;
    display: flex;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
    padding: 30px;
}

.naiyou2 img{
	order: 2;
}

.taitl2{
	order: 1;
	padding-left: 50px;
}

.naiyou img{
    height: 350px;
    width: 350px;
    margin-right: 150px;
    margin-left: 50px;
}

.taitl1,.taitl2,.taitl3{
    padding-top: 50px;
}

.naiyou dt{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 18px;
	
}

.naiyou dt{
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    
    .naiyou{
        display: block;
    } 
}


.khjhu h2{
	text-align: center;
	padding-top: 20px;
}

.khjhu{
	flex-direction: column;
	color: #000;
}

.kihonn{
	background-image: url("image/ft-bg.jpg");
	display: flex;
    justify-content: center;
	align-items: center;
}

.k-khjhu{
	background-image: url("image/ft-bg.jpg");
	width: 80%;
	justify-content: center;
	display: block;
	padding: 0 50px;
	
}

.c-kihonn{
    background-image: url("image/imagefx9.jpg");
    padding-top: 20px;
    padding-bottom: 10px;
}

.c-khjhu{
    color: #fff;
}

@media screen and (max-width: 768px) {
    .kihonn{
        display: block;
    }
}

.jyouhou{
	display: grid;
	grid-template-columns: 200px auto;
	gap:10px;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
    margin-right: 5%;
}

.jyouhoutaitl{
	display: flex;
	font-weight: bold;
	font-size: 16px;
}

.k-jyouhou{
	margin-right: 40px;
}

.j-jyouhou{
	margin-left: 120px;
}

.o-jyouhou{
	margin-right:200px;
}

.k-s-jyouhou{
	margin-right: 100px;
}

.j-s-jyouhou dt{
	margin-right: 70px;
}

.t-jyouhou{
	margin-right: 250px;
}

.o-jyouhou{
	margin-right: 200px;
}

.s-jyouhou{
	margin-left: 150px;
}


.h-jyouhou{
	margin-right:20px;
}

.s-jyouhou{
	margin-right:10px;
}
.inst-b{
	width: 35px;
	height: 35px;
	margin-top: 23px;
}

.d-btn{
	background-color: #000;
	display: inline-block;
	padding: 15px 45px;
	border-radius: 15px;
	font-size: 16px;
	margin-left: 20px;
}

.oshirase{
	background-image: url("image/imagefx9.jpg");
	width: 100%;
}

.oshirase h2{
	text-align: center;
}

.oshirase-box{
	background-image: url("image/ft-bg.jpg");
	width: 80%;
	justify-content: center;
	margin-left: 10%;
}

.oshirase-box img{
	display: grid;
	align-items: center;
	justify-content: center;
	width: 200px;
}

.d-btn span {
	background: linear-gradient(45deg, #D0A900 0%, #FFF9E6 50%, #D0A900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	padding: 15px 0px;
}

.d-btn:hover{
	background-color: #B32828;
}

.t-n{
	display: grid;
	gap:10px;
	justify-content: center;
	align-items: center;
}

.footer-nav{
	justify-content: center;
	align-items: center;
}

.map{
	padding-top: 15px;
	padding-bottom: 20px;
}

.akusesu{
	background-image: url("image/ft-bg.jpg");
	text-align: center;
	padding: 50px auto;
	font-size: 28px;
}

.kannsenn{
	display: block;
}

.kannsenn dt{
	font-weight: 600;
	padding-left: 380px;

}

.kannsenn dd{
	padding-left: 380px;
	padding-bottom: 10px;
}

.kannsenn p{
	padding-left: 100px;
	font-weight: 600;
}

.eisei{
	display: flex;
}

.jyudoukituenn{
	padding-left: 200px;
	font-size: 12px;
	margin-top: 15px;
}

.c-wapper{
	background-image: url("image/imagefx9.jpg");
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact-wrapper {
  padding: 30px;
  background-image: url("image/ft-bg.jpg");
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  width: 80%;
  margin: 0 auto;
}

.otiawase{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.nt {
  text-align: center;
  font-size: 48px;
  margin-bottom: 25px;
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
  color: #1B1B1B;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.intro {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #121212;
}

.form{
	max-width: 720px;
	margin: 0 auto;
}

label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #070607;
}

input,
textarea,
select {
  width: 60%;
  padding: 12px;
  margin-top: 8px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  background: #fff;
  color: #000;
}

textarea {
  height: 120px;
}

.submit-btn {
  margin-top: 30px;
  background: linear-gradient(to right, #d18b00, #ffbb33);
  color: #1a1a1a;
  font-weight: bold;
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.85;
background: linear-gradient(45deg, #D0A900 0%, #FFF9E6 50%, #D0A900 100%);
}

.note {
  font-size: 15px;
  color: #121212;
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
}

.contact-info {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  color: #121212;
}

.contact-info a {
  color: #BB8D24;
  text-decoration: none;
}

#other-field {
  margin-top: 20px;
}
.required {
  color: #e63946; /* 赤（必須） */
  font-weight: bold;
}

.optional {
  color: #888888; /* 灰色（任意） */
}

@media  screen and (max-width: 600px) {
  .contact-wrapper {
    margin: 20px;
    padding: 20px;
  }
}


.form-container {
  background: url("image/ft-bg.jpg");
  margin: 0 auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  width: 80%;
}

label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.required {
  color: red;
  font-weight: normal;
}

.optional {
  color: gray;
  font-weight: normal;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

button {
  background-color: #8b0000;
  color: white;
  font-weight: bold;
  margin-top: 24px;
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 16px;
}

.otoiawase-botton{
	display: flex;
	justify-content: center;
	
}

.yoyaku-button{
	display: flex;
	justify-content: center;
}

button:hover {
  background-color: #530606;
}

.radio-group {
  margin-top: 6px;
  display: flex;
  gap: 20px;
}

.radio-group label {
  font-weight: normal;
}

.w900 {
    margin: 0 10%;
}


#reservearea {
    padding-top: 100px;
    margin-bottom: 60px;
}


.menu-list-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4列固定 */
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: 16px;
}

.menu-list-01 article {
    margin-right: 5%;
    color: #000;
    padding: 0 5%;
}

.menu-list-01 * {
    box-sizing: border-box;
}

.menu-list-01 article 
.title {
    margin-bottom: 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #898989;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    
}

.menu-list-01 article .table .table-in {
    display: flex
;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;

}

.menu-list-01 article .name {
    font-weight: bold;
    text-align: left;
}

.menu-list-01 article {
    width: 95%;
    margin-bottom: 20px;
    background-image: url("image/ft-bg.jpg");
}

.black{
    color: #000;
}

/* ===== ドリンクページ全体 ===== */
.drink-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-image: url("image/ft-bg.jpg");
  border-radius: 8px;
}

.page-title{
    justify-content:center;
    margin: auto;
}

/* ===== 各カテゴリ ===== */
.drink-category {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.category-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #111;
  border-left: 5px solid #c33; /* 赤系のアクセント */
  padding-left: 10px;
}

/* ===== サブカテゴリ（ハイボールの中分類） ===== */
.sub-category {
  margin-bottom: 20px;
}

.sub-title {
  font-size: 1.2rem;
  margin: 10px 0;
  color: #000000;
  border-left: 3px solid #999;
  padding-left: 8px;
}

/* ===== メニューリスト ===== */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #eee;

}

.menu-item {
  display: block;
  justify-content: space-between; /* 左右に配置 */
  align-items: center;
  padding: 6px 0;
  font-size: 1.2rem;
  color: #000;
}

.menu-item:last-child {
  border-bottom: none;
}

.price {
  margin-left: 10px;  /* 少しスペース */
  min-width: 70px;    /* 値段部分の幅を確保 */
  text-align: right;  /* 値段を右寄せ */
  font-weight: bold;
  color: #444;
  font-size: 1rem
}


/* ===== スマホ対応 ===== */
@media screen and (max-width: 768px) {
  .drink-page {
    padding: 15px;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .category-title {
    font-size: 1.3rem;
  }

  .sub-title {
    font-size: 1.1rem;
  }

  .menu-item {
    font-size: 0.95rem;
  }
  .price {
    min-width: 60px;
  }
}

.footer{
	background-image: url("image/imagefx9.jpg");
}
.smil{
	color: #fff;
	text-align: center;
	align-items: flex-end;
	margin: 0 auto;
	display: flex;
    padding: 10 auto;
    
}