@charset "utf-8";
/* CSS Document */
html{
    font-size: 62.5%;/*16px × 62.5%=10px*/
}
body{
    color: #000;
	font-family: "游明朝","HG明朝E", "メイリオ", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
/* 	font-feature-settings: "palt"; */
	letter-spacing: 0.05em;
	background-image: url("../img/meta/news.jpg");
/*	background-color: #000;*/
 overflow-x: hidden;
}

footer{
	max-width: 1920px;
}
img{
    width: 100%;
    height: auto;
}
.text-center{
    text-align: center;
}
.pc__only{
    display: block;
    margin: 0 auto;
}
.sp__only{
    display: none;
}
	
/*-----------------------------
 *
 * header
 *
 *----------------------------*/



.header_img{
	width: 100%;
	position: relative;
}
.link_mouseover:hover{
	opacity: 0.5;
}
.nav{
background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	font-size: 1.8rem;
	z-index: 100;
	width: 100%;
    height: 120px;
	display: flex;
	align-items: center;
	position: absolute;
	position: fixed;
	justify-content: space-between;
	
}
.nav_logo{
	margin-left: 60px;
	width: 80px;
}
.nav_logo .logo{
	display: block;
}
.nav_logo .logo img{
    width: 80px;
    height: auto;
    vertical-align: bottom;
}
.nav_list_header{
	display: flex;
	align-items: center;
	gap: 40px;
	margin-right: 60px;
}
/* .nav_list_header > li + li{
	margin-left: 20px;
} */
.nav_list_header .btn_reserve{
	display: flex;
	height: 36px;
	padding: 0 30px;
	align-items: center;
	background: #9a8532;
}
.nav_list_header a{
	color: white;
}

.header_window{
	position: absolute;
	top: 0;
	width: 24.9%;
	height: auto;
}
.tel{
	font-size: 3vw;
	white-space: nowrap;
	position: absolute;
	text-align: center;
	padding: 3%;
	bottom: 8%;
}
.btn_tel{
/*	display: block;*/
	margin: 0 10px;
/*	height: 36px;*/
	padding: 0 10px;
	color: #fff;
	align-items: center;
	background: #9a8532;
}
.btn_tel_box{
	color: #fff;
}






#main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

/* ロゴアニメーション */
.logo {
width: 180px;
  opacity: 0;
  filter: blur(20px);
  animation: fadeInLogo 1.5s ease-out forwards;
  animation-delay: 0.5s;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
}

/* ロゴの中央配置 */
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 2;
}

/* 背景画像アニメーション */
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/header/bg-image.jpg') center/cover no-repeat;
  opacity: 0;
  animation: fadeInBg 3s ease-out 2s forwards;
  z-index: 1;
}

/* キーフレーム */
@keyframes fadeInLogo {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fadeInBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#header {
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-20px);
  opacity: 0;
  transition: opacity 4s ease, transform 1s ease;
  z-index: 1000;
}
#header.visible  {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/*-----------------------------
 *
 * section
 *
 *----------------------------*/
.section-title{
	font-size: 3.6rem;
	padding-top: 60px;
}
.eng{
	padding: 12px 0 40px  0;
}
/*-----------------------------
 *
 * news
 *
 *----------------------------*/
.section-news_title{
	font-size: 3.6rem;
	padding: 0;
}
.news{
	display: block;
	background-size: cover;
	padding: 120px 0;
	    max-width: 1100px;
    margin: auto;
}
.news_list{
	list-style: none outside;
	font-size: 1.6rem;
    color: #000;
}
.news_list .news_item{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding: 40px 40px;
}
.news_list .news_item:first-child{
	border-top: 1px solid #000;
}
.news_list .news_item .nwes_date{
	margin: 0;
	min-width: 120px;
	font-size: 1.8rem;
	padding: 0 20px 0 0;
}
.news_list .news_item .news_title{
	padding-top: 10px;
	margin: 0;
	width: 100%;
	line-height: 1.6;
}
/*-----------------------------
 *
 * concept
 *
 *----------------------------*/

section{
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 180px 40px;
  margin: auto;
}

p{
  font-size: 18px;
  line-height: 1.8;
}

img{
  width: 100%;
  height: auto;
}

.reverse{
  flex-direction: row-reverse;
}

.column{
  width: 48%;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
}
.concept__text{
	writing-mode: vertical-rl;
    line-height: 2.8;
    font-size: 2.8rem;
}


.concept_top{
	position: relative;
}
.concept_top p{
	position: absolute;
	color: #fff;
	font-size: 3rem;
	top: 10%;
	bottom: 10%;
	right: 80px;
	line-height: 8rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.section{
	background-image: url("../img/meta/お品書き・ご予約背景.jpg");
	background-size: cover;
}
.section-box{
	display: flex;
    padding: 180px 60px;
}
.section-text{
	line-height: 3.2rem;
	margin-bottom: 40px;
}
.section-text_box{
	padding:40px;
	position: relative;
	box-sizing: border-box;
	left: 0;
	margin: auto;
	right: 0;
	width: 400px;
  height: 400px;
}
.section-text_box::after{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  content: "";
  border:solid 2px #ffffff;
  -ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section-text_box_inner{
	bottom: 0;
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.1rem;
	margin: auto;
}
.main＿text{
	animation-name: fade;
  	animation-duration: 6s;
  	animation-iteration-count: 1;
}


@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.section-link_title {
	font-size: 3.6rem;
	justify-content: center;
}
.section-box:nth-child(odd){
	flex-direction: row-reverse;
}
.section-box:nth-child(odd) .img{
	margin: 0 0 0 20px;
}
.section-text_box{
	color: #FFF;
}
.yellow__btn{
	background: #9a8532;
}
.black__btn{
	background: #000;
}
.more__btn{
	width: 180px;
	padding: 12px 0px;
	border-radius: 99px;
	margin: auto;
	text-align: center;
}
.more__btn a{
	color: #fff;
}
.access{
	background-image: url("../img/meta/ご案内背景.jpg");
	color: #fff;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
	width: 70%;
	line-height: 1.6;
}
table th,table td{
    padding: 24px 0;
	border-top: 1px solid  #7d7d7d;
}
table th{
	color: #fff;
	text-align: left;
	vertical-align: middle;
	width: 20%;
}

table td{
	color: #fff;
}
table tr:nth-child(even) td{
	color: #fff;
}
table tr:last-child th,table tr:last-child td{
	border-bottom: 1px solid #7d7d7d;
}
table th:not(:first-child),table td:not(:first-child){
	border-left:none;
}


.access__info-container{
	display: flex;
    align-items: baseline;
    justify-content: space-between;
	max-width: 1100px;
	margin: auto;
    gap: 120px;
	padding: 180px 0 180px;
}
.access__title{
	width: 30%;
}
/*-----------------------------
 *
 * contact section
 *
 *----------------------------*/
.section__title--reserve{
	font-size: 3.6rem;
	padding-top: 0;
}
.section_bakkugurannd＿img{
	background-image: url("../htdocs/img/meta/ご予約背景.jpg");
	background-size: cover;
}
.section-container{
	display: flex;
	flex-direction: column;
	padding: 180px 0;
}
.reserve_text{
	margin: auto;
	text-align: center;
}
.text_top{
	line-height: 3.2rem;
}
.reserve__info{
	padding-top: 20px;
}
.reserve__info li{
	padding: 8px 0;
}
.reserve__info li:first-child{
	padding-top: 0;
}
.reserve__info li:last-child{
	padding-bottom: 0;
}
/* .text{
	display: inline-block;
	line-height: 6rem;
	padding-bottom: 60px
} */
.link＿title{
	height: auto;
	padding: 60px;
	max-width: 100%;
	border-bottom: 1px solid #000;
}
.link_img{
	padding: 10px;
	border: 2px solid #000;
	width: 240px;
}
.tell{
	font-size: 4rem;
	padding-top: 60px;
}
.tell_collar{
	color: #000;	
}
/*-----------------------------
 *
 * footer
 *
 *----------------------------*/
.footer{
	
	background-color: #000;
	width: 100%;
	height: auto;	
}
.footer_box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto;
	padding-top: 160px;
}
.footer_text{
	flex: auto;
	color: #fff;
	line-height: 3.5rem;
	text-align: center;
	padding-top: 140px;
}
.page＿top{
	color: #fff;
	padding-right: 0;
}
.copyright{
	left: 0;
	font-size: 1.2rem;
	color: #fff;
	padding: 40px 0;
  	text-align: center;
}
/* ページTOPに戻る */
.pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
.pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
}
.pagetop a:hover {
    opacity: .3;
}
.pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:1118px) {
	.nav_list_header a{
		margin-right: 20px;
		font-size: 1.8rem;
	}
	.concept_top p{
	line-height: 6rem;
}

@media screen and (max-width:767px) {
	body{
		font-size: 1.4rem
	}

	/*-----------------------------
	 *
	 * header
	 *
	 *----------------------------*/
	.pc__only{
		display: none;
	}
	.sp__only{
		display: inline;
	}
	.nav{
		display: none;	
	}
	.sp__logo{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 120px;
		height: auto;
		transform: translate(-50%,-50%);
	}
	.header_img{
		position: relative;
        height: 88vh;
		background-image: url("../img/sp/header/sp_ヘッダーイメージ1.jpg");
		background-size: cover;
	}
	p {
    font-size: 16px;
	}
	/*　ハンバーガーボタン　*/
	.hamburger {
	  display : block;
	  position: fixed;
	  z-index : 3;
	  right : 13px;
	  top   : 12px;
	  width : 42px;
	  height: 42px;
	  cursor: pointer;
	  text-align: center;
		background-color: #000;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 30px;
	  height  : 2px ;
	  left    : 6px;
	  background : #fff;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition   : 0.5s ease-in-out;
	  transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 10px;
	}
	.hamburger span:nth-child(2) {
	  top: 20px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}

	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
	  top : 16px;
	  left: 6px;
	  background : #fff;
	  -webkit-transform: rotate(315deg);
	  -moz-transform   : rotate(315deg);
	  transform        : rotate(315deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 16px;
	  background : #fff;
	  -webkit-transform: rotate(-315deg);
	  -moz-transform   : rotate(-315deg);
	  transform        : rotate(-315deg);
	}

	nav.globalMenuSp {
/*	  display: block;*/
	  position: fixed;
	  z-index : 2;
	  top  : 0;
	  left : 0;
	  color: #fff;
	  background: rgba(0,0,0,0.7);
	  text-align: center;
	  width: 100%;
	  opacity: 0;
	  transition: opacity .6s ease, visibility .6s ease;
	}

	nav.globalMenuSp ul {
/*	display: block;*/
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}

	nav.globalMenuSp ul li {
/*		display: block;*/
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	  transition: .4s all;
	}
	nav.globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	}
	nav.globalMenuSp ul li:hover{
	  background :#ddd;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 40px 0;
		text-decoration :none;
		font-size: 2rem;
	}
	nav.globalMenuSp ul{
		padding: 40px 0;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
	  opacity: 100;
	}
	.pagetop a {
		width: 45px;
		height: 45px;
	}
	.pagetop a::before {
		top: 5px;
		width: 10px;
		height: 10px;
	}
	.tel-reserve__box{
		position: relative;
		background: #000;
		height: 140px;
		color: #fff;
		font-size: 1.6rem;
	}
	.tel-reserve_inner{	
		position: absolute;
		padding: 10px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		line-height: 2rem;
	}
	.btn_reserve{
		
	}
	.btn_color_yellow{
		display: flex;
		justify-content: center;
		width: 180px;
        padding: 8px 0;
		background: #9a8532;
	}
	/*-----------------------------
	 *
	 * header_window
	 *
	 *----------------------------*/
	.bg-image {
    background: url(../img/header/sp_bg-image.jpg) center / cover no-repeat;
}
	/*-----------------------------
	 *
	 * section
	 *
	 *----------------------------*/
	.section-title{
		font-size: 2.8rem;
	}
	.section-news_title{
		font-size: 2.8rem;
	}
	.eng{
		font-size: 1.6rem;
	}
	.section{
		background-image:  url("../img/sp/meta/sp_お品書き・ご予約背景.jpg");
		background-size: cover;
	}
	.section-text_box{
		display: none;
	}
	
	/*==================================================
	ふわっ
	===================================*/
	/* fadeUp */

	.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}

	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }

	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
/*
.fadeUpTrigger{
    opacity: 0;
}
*/

	/*-----------------------------
	 *
	 * news
	 *
	 *----------------------------*/
	.news{
		display: block;
        width: 86%;
		padding: 80px 0;
	}
	.news_list .news_item a{
		flex-wrap: wrap;
	}

	.news_list .news_item{
        padding: 20px 0;
	}
	.news_list .news_item .nwes_date{
		 min-width: 100px;
	}
	/*-----------------------------
	 *
	 * concept
	 *
	 *----------------------------*/

.concept__text {
    font-size: 2rem;
}
/*右側へ要素を広げる（2カラム）*/
.reverse {
    flex-direction: column;
	width: 92%;
    padding: 120px 0;
}
.column {
	width: 100%;
}
.concept__text {
    margin: auto;
	padding-top: 60px;
}
.column-outside-right{
	width: 100%;
}
	.concept_top{
		background-image: url("../img/sp/meta/sp.中央画像.jpg");
		background-size: cover;
		height: 250px;
	}
	.concept_top p{
		position: relative;
		display: block;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		padding: 5% 20px 10px 35%;
		line-height: 3rem;
		font-size: 1.4rem;
		right: 0;
	}
	.section-box{
		padding: 40px 0;
		flex-direction: column;
	}
	.menu__img{
		margin-top: 20px;
	}
	.reserve__img{
		margin-bottom: 20px;
	}
	/*-----------------------------
	 *
	 * section
	 *
	 *----------------------------*/
.section-title {
    padding-top: 0px;
}
.section-text_box {
	display: block;
    width: 100%;
    padding: 20px 0 20px;
	width: 86%;
    height: auto;
  }
  .section-text_box::after {
    border: none;
	transform: none;
}

	/*-----------------------------
	 *
	 * access
	 *
	 *----------------------------*/
  .access__info-container{
	padding: 80px 0;
	flex-direction: column;
	align-items: center;
    width: 86%;
	gap: 20px;
  }
  .section-box:nth-child(2n+1){
		flex-direction: column;
  }
	table {
		width: 100%;
		font-size: 1.6rem;
	}
	.access__title {
		width: 100%;
}

	/*-----------------------------
	 *
	 * 予約
	 *
	 *----------------------------*/
.text_top {
    font-size: 1.6rem;
	text-align: left;
}
.reserve__info{
	font-size: 1.6rem;
}
.section-container {
    padding: 80px 0;
}
.reserve_text {
    width: 86%;
}
	/*-----------------------------
	 *
	 * footer
	 *
	 *----------------------------*/
	.footer_box{	
		flex-flow: column-reverse;
	}
	.footer_logo{
		max-width: 100px;
		margin: 0 auto;
		padding: 0;
	}
	.footer_text{
		display: block;
		margin: 0 auto;
		padding: 30px 40px;
		text-align: left;
		line-height: 2rem;
	}
	.footer_box {
    padding-top: 80px;
}
	.copyright{
		text-align: center;
	}
	




/*
h4.testtitle{
  justify-content: center;
  font-size:30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
align-items: center;
}
h4.testtitle::after{
  content:"";
  width:300px;
  height: 2px;
  background: red;
  display: block;
  margin-left: 10px;
}
*/