
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  bottom: 7vh;
  right: 0;
  left: 0;
  writing-mode: vertical-rl;
  z-idex: 100;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 3s infinite;
  background-color: #FFF;
  content: "";
  height: 14vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 100;
}
/* 線の背景色 */
.scroll::after {
  background-color: #888;
  content: "";
  height: 14vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 90;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.contents1{
	height:100vh;
	width:100%;
	background-image: url("../img/dishes-main-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.concept{
	height:100vh;
	z-index:30;
	color:white;
	position: relative;
}

.concept-inner{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.concept h1{
	margin:0 auto 20% auto;
	display:flex;
	justify-content: center;
}

.concept h1 img{
	width:50%;
}
.concept p{
	font-size:15pt;
	writing-mode: vertical-rl;
	margin:0 auto;
	text-shadow:1px 1px 3px #000;
	line-height:25pt;
	text-align: left;
}

.contents2{
	width:100%;
	position: relative;
	background-image: url("../img/dishes-ttl-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	color:white;
	padding:10% 0;
}
.concept2{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap:0 50px;
	}

.concept2 h2{
	font-size:1.5em;
	line-height:1.5em;
	letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}
.concept2 p {
	font-size:1em;
	line-height:1.5em;
	letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}
.kaiseki-line {
	height:160px;
	margin:0 25px;
	border-right:1px solid #7f6000;
}

.concept-inner2r{
	display: flex;
	flex-direction: row-reverse;
}
.concept-inner-2l{
	width: 70%;
}
.concept-inner2l img{
	width:10%;
}
.slider8{
	width:100%;
	}
.slider8 img{
	width:90%;
}


@media screen and (max-width: 1024px) {
.contents2{
	padding:30% 0;
}
.concept2{
	flex-direction: column;
	gap:50px 0;
	}
.concept-inner2r{
	width:100%;
	justify-content: center;
}
.concept-inner-2l{
	width:100%;
}
.slider8 img{
	width:100%;
}
}
	
	






.contents3{
	position: relative;
	color:white;
	text-align: center;
	padding-bottom:5%;
}

.concept3{
	margin:0 auto;
}

.concept3 h2{
	font-size:1.8em;
	padding:0 20px;
	writing-mode: vertical-rl;
	border-right:1px solid #382d12;
	border-left:1px solid #382d12;
	letter-spacing:0.2em;display: block;margin:0 auto;margin-bottom:2.5%;
}
.concept3 p {
	letter-spacing: 0.2em;
	line-height: 2em;
}
	
	










.dinner-all-cnt{
	padding:10% 0;
}	
.dinner-area {
  position: relative;
}
.navi02 {
  position: absolute;
  width: 50%;
  right: 0;
  top: 25px;
}
.navi02 ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.navi02 li {
  font-size: 1.1em;
  color: #767171;
  border-bottom: 1px solid #afabaa;
}
.tab-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.tab-list-item {
  text-align: center;
  background-color: #000;
  padding: 10px 0;
}
.tab-list-item.active {
  color: #fff;
  text-decoration: none;
  position: relative;
  width: fit-content;
  padding: 10px 0;
  border-bottom: 1px solid #382d12;
  background-color: #000;
}
.tab-list-item.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #000; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.tab-list-item.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #382d12 #382d12 transparent transparent;
  background-color: #382d12;
  rotate: 135deg;
  translate: -50%;
}
.tab-contents-item {
  display: none;
}
.tab-contents-item.show {
  display: block;
}
.contents4 {
  width: 90%;
  max-height:100vh;
  color: white;
  margin: 0 auto;
  display: flex;
	gap:7.5%;
}
.subttl {
  font-size: 1em;
  opacity: 0.5;
  padding-left: 50px;
}
.contents4 p {
  font-size: 1.1em;
  letter-spacing: 0.12em;
}
.tab-slider {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:auto 0;
}
.tab-slider img {
	width:100%;
}
.cntsub01 {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 50px 0;
  margin:10% 0 0 0;
}
.cntsub01 h3 {
  font-size: 2.5em;
  line-height: 0.5;
  letter-spacing: 0.3em;
	color: #8a6600;
}
.cntsub01 h4 {
  font-size: 1em;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
.cntsub01 p {
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
.oshina-list {
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
.oshina-list td {
  padding-right: 20px;
  padding-bottom: 0.5em;
	vertical-align: middle;
}
.contents5 {
  color: white;
  margin: 0 auto;
  padding: 5% 5% 0 5%;
}
.cntbox02 {
  display: flex;
  gap: 5%;
}
.cntmain02 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contents5 h3 {
  font-size: 1.2em;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
}
.contents5 h4 {
  width: 300px;
  font-size: 1.5em;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
}
.contents5 h5 {
  font-size: 1em;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
}
.contents5 p {
  font-size: 0.8em;
	line-height: 1.5;
  letter-spacing: 0.12em;
}
p.time {
  font-size: 10pt;
}
.contents5 a {
  color: #fff;
  text-decoration: none;
}
.contents5 a:hover {
  color: #afabaa;
  text-decoration: none;
}
.flower-box {
  display: flex;
  flex-direction: column;
  margin: auto 0 auto auto;
}
.flower {
  font-size: 1em;
}
.flower::before {
  content: url("../img/dishes-flower.png");
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}
.stickarrow {
  width: 310px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}
.cntsub02 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.allergy-btn {
  background: #333;
  padding: 30px;
  text-align: center;
}
.allergy-btn a {
  background: #333;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.5em;
}
.allergy-btn a:hover {
  background: #333;
  color: #afabaa;
}
@media screen and (max-width: 1024px) {
.navi02 {
  position:relative;
  width: 100%;
  right: 0;
  top:0;
	padding:10% 0;
}
.subttl {
  font-size: 0.8em;
}
.contents4 {
  max-height:100%;
  width: 100%;
  display: flex;
	flex-direction: column;
	gap:20vw;
}
.tab-slider {
  width: 100%;
}
.tab-slider img {
  width: 100%;
}
.cntsub01 {
  width:90%;
  align-items: flex-start;
  gap: 50px 0;
  padding-left:0;
	margin:0 auto;
}
.contents5 {
  padding: 20% 5% 0 5%;
}
.cntbox02 {
  display: flex;
	flex-direction: column;
  gap: 50px;
}
.cntmain02 {
  width: 100%;
}
.cntsub02 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
}






.bf-all-cnt{
	padding:10% 0;
}
.bf-ttl {
  position: relative;
  color: white;
  text-align: center;
  padding-bottom: 5%;
}
.bf-box {
  margin: 0 auto;
}
.bf-box h2 {
  font-size: 1.8em;
  padding: 0 20px;
  writing-mode: vertical-rl;
  border-right: 1px solid #382d12;
  border-left: 1px solid #382d12;
  letter-spacing: 0.2em;
  display: block;
  margin: 0 auto;
  margin-bottom: 2.5%;
}
.bf-box p {
  letter-spacing: 0.2em;
  line-height: 2em;
}
.bf-pic-cnt {
  width: 100%;
  margin-top: 5%;
  position: relative;
  color: white;
}
.bf-pic-box {
  display: flex;
  gap: 2.5%;
  justify-content: center;
}
.bf-pic-box img {
  width: 100%;
}
.bf-pic-item01 {
  width: 40%;
}
.bf-pic-item02 {
  width: 20%;
  padding-top: 5%;
}
.bf-pic-item03 {
  width: 30%;
  padding-top: 2.5%;
}
.bf-pic-box figcaption {
  font-size: 0.8em;
  padding-top: 5px;
}
.bf-anai-cnt {
  color: white;
  margin: 0 auto;
  padding: 5% 5% 0 5%;
}
.bf-anai-box {
  display: flex;
  gap: 5%;
}
.bf-anai-main {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bf-anai-box h3 {
  font-size: 1.2em;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
}
.bf-anai-box h4 {
  width: 300px;
  font-size: 1.5em;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
}
.bf-anai-box h5 {
  font-size: 1em;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
}
.bf-anai-box p {
  font-size: 0.8em;
	line-height: 1.5;
  letter-spacing: 0.12em;
}
.bf-anai-box a {
  color: #fff;
  text-decoration: none;
}
.bf-anai-box a:hover {
  color: #afabaa;
  text-decoration: none;
}
.flower-box02 {
  display: flex;
  flex-direction: column;
}
.bf-anai-sub {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
.bf-all-cnt{
	padding:20% 0;
}
.bf-pic-box {
  gap: 50px;flex-direction: column;
}
.bf-pic-item01 {
  width: 100%;
}
.bf-pic-item02 {
  width: 100%;
  padding-top: 0;
}
.bf-pic-item03 {
  width: 100%;
  padding-top: 0;
}
.bf-anai-box {
flex-direction: column;
  gap: 50px 0;
}
.bf-anai-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
}









section.so-cnt{
	color:white;
	padding:10% 0;
}
.so-box{
	display: flex;
	width:100%;
	margin:0 auto;
}
.so-ttl{
	width:50%;
	background-image: url("../img/dishes-washi-bg.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
}
.so-slider{
	width:50%;
	top:50px;
	left:-100px;
}
.so-slider img{
	width:100%;
}
.so-link a{
	font-size: 1.5em;
	letter-spacing: 0.12em;
	line-height: 2.3em;
	padding-left:25px;
}
.so-link:hover{
	opacity:0.6;
	color:gray;
}
.so-ttl h2{
	text-align:center;
	font-size:1.8em;
	padding:0 20px;
	writing-mode: vertical-rl;
	border-right:1px solid #382d12;
	border-left:1px solid #382d12;
	letter-spacing: 0.3em;
}
.so-ttl p {
text-align: left;
	font-size: 0.9em;
	letter-spacing: 0.12em;
	line-height: 2.3em;
}
@media screen and (max-width: 1024px) {
section.so-cnt{
color:white;
padding:30% 0;
}
.so-box{
	flex-direction: column;
}
.so-ttl{
	width:100%;
	padding:5%;
}
.so-slider{
	width:100%;
	top:0;
	left:0;
}
}




section.rs-cnt{
	color:white;
	padding:10% 0;
}
.rs-box{
	display: flex;flex-direction: row-reverse;
	width:100%;
	margin:0 auto;
}
.rs-ttl{
	width:50%;
	background-image: url("../img/dishes-washi-bg.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
}
.rs-slider{
	width:50%;
	top:50px;
	left:100px;
}
.rs-slider img{
	width:100%;
}
.rs-link a{
	font-size: 1.5em;
	letter-spacing: 0.12em;
	line-height: 2.3em;
	padding-left:25px;
}
.rs-link:hover{
	opacity:0.6;
	color:gray;
}
.rs-ttl h2{
	text-align:center;
	font-size:1.8em;
	padding:0 20px;
	writing-mode: vertical-rl;
	border-right:1px solid #382d12;
	border-left:1px solid #382d12;
	letter-spacing: 0.3em;
}
.rs-ttl p {
text-align: left;
	font-size: 0.9em;
	letter-spacing: 0.12em;
	line-height: 2.3em;
}
@media screen and (max-width: 1024px) {
section.rs-cnt{
color:white;
padding:30% 0;
}
.rs-box{
	flex-direction: column;
}
.rs-ttl{
	width:100%;
	padding:5%;
}
.rs-slider{
	width:100%;
	top:0;
	left:0;
}
}


section.syokuji{
	padding:10% 0;
}
.syokuji-ttl{
	position: relative;
	color:white;
	text-align: center;
	padding-bottom:5%;
}
.syokuji-box{
	margin:0 auto;
}
.syokuji-ttl h2{
	font-size:1.8em;
	padding:0 20px;
	writing-mode: vertical-rl;
	border-right:1px solid #382d12;
	border-left:1px solid #382d12;
	letter-spacing:0.2em;display: block;margin:0 auto;margin-bottom:2.5%;
}
.zakura{
	color:white;
	background-image: url("../img/dishes-zakura-bg.png");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	padding:10% 0 0 0;
}
.oheya{
	color:white;
	background-image: url("../img/dishes-oheya-bg.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	padding:10% 0 0 0;
}
.zakura-box{
	width:80%;
	display: flex;
	margin:0 auto;
	gap:5%;
}
.zakura-slider{
	width:50%;
}
.zakura-slider img{
	width:100%;
}
.zakura-moji{
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:50px;
}
.zakura-moji h3{
  font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.zakura-moji h3::before {
  content: url("../img/dishes-sankaku.png");
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}
.zakura-moji h4{
  font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.zakura-moji p {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.moji-box{
	padding:2.5%;
	border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
.zakura-box{
	width:100%;
	flex-direction: column;
	gap:25px;
}
.zakura-slider{
	width:100%;
}
.zakura-slider img{
}
.zakura-moji{
	width:90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:25px;
	margin:0 auto;
}
}
