@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	width: 1400px;
	margin: 0 auto;
	font-size: 1.6rem;
	color: #413128;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}
p{
	line-height: 1.7;
}
.sp-img{
	display:none;
}
.sp-text{
	display: none;
}
.inner-pc{
	max-width: 1144px;
	margin: 0 auto;
}
.fade-in {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.under{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.under::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #bfada0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.under:hover::after {
  transform: scale(1, 1);
}
/*-----------------------
*
* header
*
------------------------*/
.header{
	background-color: #fff;
	position: fixed;
	top:0;
	left:0;
	z-index:50;
	width: 100%;
}
.page-header{
	display:block;
	display: flex;
	justify-content: space-between;
	max-width: 1262px;
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;

}
.main-nav{
	display: flex;
	text-transform: uppercase;
}
.main-nav a{
	color: #383838;
}
.main-nav li{
	margin-left: 60px;
}
.main-nav a:hover{
	color: #bfada0;
}
.en{
	font-size: 1.4rem;
	font-family: 'Playfair Display', serif;
	padding-top: 15px;
	display: block;
	text-align: center;
}

/*-----------------------
*
* footer
*
------------------------*/
.footer{
	background-color: #eee8e4;
	margin-top: 195px;
	margin-bottom: 35px;
	text-align: center;
}
.footer-logo{
	padding-top: 26px;
}
.logo{
	margin: 0 auto;
}
.address{
	font-size:1.2rem;
	color: #000000;
	padding-top: 11px;
}
.footer-telephone{
	display:flex;
	max-width: 200px;
	margin: 0 auto;
	padding-top: 15px;
}
.telephone{
	font-size: 2.4rem;
	padding-left: 5px;
	color: #000000;
}

.lunch-information{
	font-size: 1.4rem;
	color: #000000;
	padding-top: 11px;
	padding-bottom: 24px;
}
.copyright{
	font-size: 1.2rem;
	color: #000000;
	text-align: center;
	margin-bottom: 35px;
	font-family: 'Playfair Display', serif;
}


/*-----------------------
*
* page-lead
*
------------------------*/
/*page-common*/
.page-main_img{
	width: 100%;
	height: auto;
	padding-top: 82px;
}
.page-title{
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	writing-mode: vertical-rl;
	color: #383838;
}
.page-title-en{
	font-size:7.2rem;
	color: #a62901;
	opacity: 0.3;
	text-transform: uppercase;
	font-family: 'Noto Serif JP', serif;
}
/*menuとaccess*/
.page-content{
	padding: 90px 0;
	width: 100%;
	background-color: #eee8e4;	
}
/*menu*/
.page-menu-lead{
	display: flex;
	max-width: 760px;
	margin: 0 auto;
}
.page-menu-text{
	padding-left: 58px;
	line-height: 1.7;
	padding-top: 15px;
}
.page-menu-tax{
	font-size: 1.2rem;
}
.page-menu-en{
	padding-top: 82px;
	margin-bottom: 0;
	padding-left: 33px;
}



/*space*/
.page-space{
	background-color: #eee8e4;
}
.page-space-lead{
	position: relative;
	max-width: 760px;
	height: 315px;
	margin: 0 auto;
}
.page-space-title{
	position: absolute;
	top: 53px;
	left: 0px;
}
.page-space-text{
	position: absolute;
	top: 90px;
	left: 78px;
	font-size: 1.8rem;
	line-height: 1.7;
}
.page-space-en{
	position: absolute;
	bottom: 45px;
	right: 0;
}
/*access*/
.page-access-lead{
	display: flex;
	max-width: 896px;
	margin: 0 auto;
}
.page-access-logo{
	padding-left: 61px;
	margin-top: 20px;
}
.page-access-infomation{
	padding-left: 34px;
}
.page-access-detail{
	padding-left: 30px;
}
.page-access-en{
	padding-top: 40px;
}
/*about*/
.page-about{
	background-color: #eee8e4;
}
.page-about-lead{
	position: relative;
	max-width: 907px;
	height: 315px;
	margin: 0 auto;
}
.page-about-text{
	position: absolute;
	top: 73px;
	left: 78px;
	font-size: 1.8rem;
	line-height: 1.7;
}
.page-about-en{
	position: absolute;
	bottom: 45px;
	right: 0;
}
/*-----------------------
*
* menu-common
*
------------------------*/
/*ランチ・デザート・ドリンクのタイトル*/
.menu-title_en{
	display: block;
	padding-bottom: 14px;
	text-align: center;
	color: #a62901;
	font-size: 2.4rem;
	font-family: 'Playfair Display', serif;
}
.menu-title_ja{
	display: block;
	text-align: center;
	font-size: 2.6rem;
	color: #383838;
	margin-bottom: 24px;
}
.title-bottom{
	width: 68px;
	text-align: center;
	background-color: #000000;
}
/*各メニューのタイトルと仕切り線*/
.menu-head-title{
	font-size: 1.6rem;
}
.head-title-bottom{
	max-width: 555px;
	background-color:#000;
	margin: 0;
	margin-top: 36px;
}
/*各メニューの仕切り線pc版*/
.menu-title-bottom{
	width:515px;
	background-color:#000;
	margin: 0;
	margin-bottom: 31px;
}
/*※コメント */
.caution{
	font-size:1.2rem;
	display: inline-block;
	padding-left: 14px;
}
/*メニューセットPC版*/
.setmenu{
	font-size: 1.2rem;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*デザートとドリンクの共通*/
.dessert-drink-menu{
	padding-top: 110px;
}
/*メニューリスト*/
.menu_container{
	display:flex;
	justify-content: space-between;
	max-width:515px;
	margin: 0 auto;	
}
.price{
	font-size: 1.4rem;
}
.list{
	font-size: 1.4rem;
}
/**/
.img-title{
	font-size: 1.2rem;
	text-align: right;
}

/*-----------------------
*
* bian-lunch
*
------------------------*/
.lunch-menu{
	padding-top: 120px;
	
}
.lunch-menu_container{
	display:flex;
	justify-content: space-between;
	padding-top: 30px;
}
.lunch-menuset_container{
	display: flex;
	padding-top: 52px;
}
.lunchset{
	padding-top:65px;
	padding-left: 20px;
}
.lunch-menu-toplist{
	display: flex;
	padding-top: 93px;
}
.lunch-menu-toplist_container{
	max-width: 568px;
	margin: 0 auto;
	padding-left: 30px;
	padding-top: 50px;
}
/*-----------------------
*
* pasta-curry
*
------------------------*/
.pasta-curry-box{
	display: flex;
	padding-top: 83px;
}
.curry-menu{
	padding-left: 115px;
}
.curry-topping{
	font-size: 1.2rem;
	padding-top: 10px;
}
/*-----------------------
*
* dessert-menu
*
------------------------*/
.dessert-top-menu{
	display: flex;
	padding-top: 68px;
}
.dessert-top_container{
	padding-right: 117px;
	padding-top: 54px;
}

.cake-paffe-box{
	display: flex;
	padding-top: 68px;
}

.paffe-menu{
	padding-left: 115px;
}

/*-----------------------
*
* drink-menu
*
------------------------*/
.drink-bottom{
	width: 100%;
	background-color: #000;
	margin-bottom:  31px;
	margin-top: 0;
}
.drink-title{
	padding-bottom: 28px;
}
.drink-box{
	display: flex;
}
.drink_container{
	display: flex;
	width: 515px;
	margin: 0;
	justify-content: space-between;
}
.drink-second{
	padding-left: 115px;
}
.china-alchol{
	padding-top: 68px;
	display: flex;
}

.alchol-title{

	padding-left: 115px;
}
.china-alchol-box{
	display: flex;
	padding-top: 68px;
	padding-bottom: 105px;
}

.alchol-menu{
	padding-left: 115px;
}

/*space page*/
/*-----------------------
*
* space-img
*
------------------------*/
.space-img{
	padding-top: 160px;
}

.space-img-goods{
	margin-top: 125px;
	position: relative;
	height: 547px;
	max-width: 800px;
	margin: 0 auto;
}
.space-img-watch{
	display:block;
	position: absolute;
	top:0;
	left:0;
}
.space-img-item{
	display: block;
	position: absolute;
	top: 193px;
	left:340px;
}
.space-img-seat-box{
	display: flex;
	flex-direction: row-reverse;
	max-width: 1067px;
	margin: 0 auto;
	padding-bottom: 105px;
}

.space-img_big{
	display: block;
	margin: 0 auto;
	padding-bottom: 125px;
}
.space-img-title{
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	color: 383838;
	line-height: 1.7;
}
.space-img-text{
	width: 380px;
	font-size: 1.8rem;
	color: #413128;
	padding-top: 33px;
	letter-spacing: -0.1em;
}
.space-img-box{
	display: flex;
	flex-direction: row-reverse;
	max-width: 1067px;
	margin: 0 auto;
	padding-bottom: 125px;
}
.box-bottom{
	flex-direction: row;
	padding-top: 125px;
}
.lead-bottom{
	padding-left: 65px;
	padding-right: 0;
	padding-top: 80px;
}

.space-img-lead{
	padding-right: 65px;
	padding-top: 53px;
}
/*access-page*/
/*-----------------------
*
* access-map
*
------------------------*/
.bian-map{
	display: block;
	margin: 0 auto;
	padding: 60px 0;
}
/*-----------------------
*
* access
*
------------------------*/
.access{
	padding-top: 105px;
}
.access-en{
	text-align: center;
}
.access-title{
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	color: #383838;
	text-align: center;
	padding-top: 30px;
}
.access-address{
	display: flex;
	max-width: 640px;
	margin: 0 auto;
	padding-top: 50px;
	margin-bottom: 50px;
}
.access-logo{
	padding-left: 44px;
	padding-top: 5px;
}
.access-information{
	padding-left: 44px;
	line-height: 1.7;
}
.access-detail{
	padding-left: 35px;
	line-height: 1.7;
}
.access-btn{
	text-align: center;
	width: 243px;
	padding: 20px 0;
	margin: 0 auto;
	margin-bottom: 70px;
	
}
.access-on{
	display: flex;
	justify-content: space-between;
	text-align: center;
	max-width: 1042px;
	margin: 0 auto;
}
.access-icon{
	padding-bottom: 20px;
	margin: 0 auto;
}
.vihicle{
	padding-bottom: 27px;
}
.access-text{
	line-height: 1.7;
	margin-bottom: 48px;
}
.map{
	position: relative;
	width: 100% ;
	padding-top: 45%;
}
.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----------------------
*
* access-img
*
------------------------*/
.access-img{
	display: flex;
	max-width: 1045px;
	margin: 0 auto;
}
.access-img-title{
	font-size: 3.2rem;
	text-align: center;
	padding-top: 130px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 80px;
}
.access-img-sub{
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 38px;
	line-height: 1.7;
}
.access-img-text1{
	padding-left: 66px;
	padding-top: 74px;
}
.access-img.img-temple{
	flex-direction: row-reverse;
}
.access-img-text2{
	padding-right: 115px;
	padding-top: 74px;
}
.img-temple{
	padding-top: 100px;
}
.img-river{
	display: block;
	padding-top: 84px;
	margin: 0 auto;
}
.access-img-text3{
	padding-top: 70px;
	max-width: 1045px;
	margin: 0 auto;
}
/*about-page*/
/*-----------------------
*
* about-imfoemation
*
------------------------*/
.shop-information-img{
	padding-top: 130px;
	display: block;
	margin: 0 auto;
}
.shop-detail-box{
	display: flex;
	max-width: 726px;
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 14px;
}
.shop-detail-title{
	font-size: 1.8rem;
}
.shop-information{
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	padding-top: 111px;
	text-align: center;
	
}
.shop-detail{
	padding-top: 60px;
}
.shop-item-name{
	padding-left: 263px;
	font-size: 1.8rem;
}
.shop-item-tel{
	padding-left: 263px;
	font-size: 1.8rem;
}
.shop-item-address{
	padding-left: 247px;
	font-size: 1.8rem;
}
.shop-item-day{
	padding-left: 247px;
	font-size: 1.8rem;
}
.shop-item-parking{
	padding-left: 247px;
	font-size: 1.8rem;
}
.shop-item-time{
	padding-left: 230px;
	font-size: 1.8rem;
}
.shop-bottom{
	width: 746px;
	margin: 0 auto;
}
/*-----------------------
*
* about-seat-imfoemation
*
------------------------*/
.seat-bottom{
	width: 395px;
	margin: 7px 0;
}
.seat-detail-box{
	display: flex;
}
.seat-detail{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1150px;
	margin: 0 auto;
	padding-top: 110px;
}
.seat-img{
	width: 317px;
	height: 269px;	
	padding-top: 30px;
	padding-left: 30px;

}
.seat-information{
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	padding-top: 0;
	padding-bottom: 46px;
	
}
.seat-detail-text{
	font-size: 1.8rem;
	padding-bottom: 26px;
}
.seat-item-table{
	padding-left: 274px;
}
.seat-item-seat{
	padding-left: 313px;
}
.seat-item-terrace{
	padding-left: 297px;
}
.seat-item-text{
	padding-top: 10px;
	font-size: 1.4rem;
}
/*-----------------------
*
* about-greeting
*
------------------------*/
.greeting-box{
	position: relative;
	width: 100%;
	height: 740px;
	margin-top: 150px;

}

.greeting-img{
	position: absolute;
	top: 200px;
	z-index: 20;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.greeting-detail{
	position: absolute;
	top: 0;
	z-index:30;
	writing-mode: vertical-rl;
}
.greeting-detail-inner{
	max-width: 822px;
	margin: 0 auto;
}
.greeting-information{
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	padding-left: 70px;
}
.greeting-text{
	font-size: 1.8rem;
	line-height: 3;
}
.owner{
	font-size: 1.8rem;
	text-align: end;
	padding-right: 90px;
}

@media screen and (max-width: 768px){
	
	body{
	width: 100%;
	margin: 0 auto;
	
	}
	video{
	padding-top: 0;
	}
	.sp-img{
	display:block;
	}
	.pc-img{
		display: none;
	}
	.btn:hover{
		background-color: #fff;
		color: #383838;
		
	}

	/*-----------------------
	*
	* common
	*
	------------------------*/
	.inner-pc{
		width: 100%;
		margin: 0 auto;
	}
	.en-title{
		font-size:4rem;
	}
	/*-----------------------
	*
	* header
	*
	------------------------*/
	.header{
		position: fixed;
		top:0;
		left:0;
		z-index:50;
		width: 100%;
		background-color: #fff;
		padding: 20px 0;
	}
	
	.header-logo{
		width: 53px;
		height: auto;
	}
	.page-header{
		display: block;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
		padding: 0;
		width: 100%;

	}
	
	.main-nav{
		display: block;
		text-align: center;
		font-size:1.8rem;
	}
	.main-nav a{
		color: #383838;
	}
	.main-nav li{
		margin-left: 0px;
		margin-bottom: 50px;
	}
	.main-nav a:hover{
		color: #383838;
	}
	
	/*-----------------------
	*
	* navigation
	*
	------------------------*/
	.sp-header{
		display:flex;
		justify-content: space-between;
		padding: 0;
		width: 100%;
	}
	.btn-trigger{
		-webkit-appearance:none;
		appearance:none;
		position:fixed;
		top: 30px;
		right: 20px;
		z-index: 110;
		width: 40px;
		height: 22px;
		border: none;
		background-color: #fff;
		
	}
	.btn-trigger.active{
		background-color: #eee8e4;
	}
	.btn-trigger span{
		position: absolute;
		display: block;
		width: 28px;
		height: 1px;
		background-color: #383838;
		transition: all 0.5s;
	}
	
	.btn-trigger span:first-of-type{
		top:0px;
	}
	.btn-trigger span:nth-of-type(2){
		top: 10px;
	}
	.btn-trigger span:last-of-type{
		bottom: 0px;
	}
	.btn-trigger.active span:first-of-type{
		transform: rotate(45deg);
		top:10px;
	}
	.btn-trigger.active span:nth-of-type(2){
		opacity:0;
	}
	.btn-trigger.active span:last-of-type{
		transform: rotate(-45deg);
		bottom: 10px;
	}
	
	nav{
		display: none;
		position: fixed;
		top:0;
		left:0;
		z-index: 100;
		width: 100%;
		height: 120%;
		padding-top: 144px;
		background-color: #eee8e4;
	}
	/*-----------------------
	*
	* footer-btn
	*
	------------------------*/
	.footer-btn{
		display: flex;
		justify-content: center;
		max-width: 100%;
	}
	.telmap-btn{
		width: 100%;
		height: auto;
	}
	#fix-phone-under-menu{
	  position: fixed;
	  width: 100%;
	  bottom: 0px;
	  font-size: 0;
	  opacity: 0.9;
	  z-index: 2;
	}
		
	/*-----------------------
	*
	* modal-window
	*
	------------------------*/
	.modalArea {
	  display: none;
	  position: fixed;
	  z-index: 10; /*サイトによってここの数値は調整 */
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}

	.modalBg {
	  width: 100%;
	  height: 100%;
	  background-color: rgba(30,30,30,0.9);
	}

	.modalWrapper {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform:translate(-50%,-50%);
	  width: 70%;
	  max-width: 500px;
	  padding: 10px 10px 30px;
	  background-color: #fff;
	}
	.closeModal{
	  position: absolute;
	  top: 0.5rem;
	  right: 1rem;
	  cursor: pointer;
	  font-size: 2rem;
	}
	.modal-list{
		max-width: 100px;
		margin: 0 auto;
		text-align: center;
	}
	.tel-btn{
		text-decoration: none;
		color: #fff;
	}
	.modal-btn{
		display: inline-block;
		margin-top: 30px;
		cursor: pointer;
		font-size:1.4rem;
		background-color: #413128;
		border-radius: 3px;
		padding: 10px 20px;
	}
	.modal-title{
		font-size: 1.8rem;
		text-align: center;
		padding-top: 30px;
	}
	.modal{
		max-width:200px;
		margin: 0 auto;
		padding-top: 30px;
		text-align: center;
	}

	.modal-text{
		font-size: 1rem;
		padding-bottom: 8px;
		padding-top: 10px;
	}
	.modal-detail{
		font-size: 1.2rem;
		line-height: 1.6;
		padding-bottom: 5px;
		
	}

	/*-----------------------
	*
	* footer
	*
	------------------------*/
	.footer{
		margin-top: 62px;
		margin-bottom: 28px;
	}
	.footer-wrapp{
		background-color: #eee8e2;
	}
	.footer-logo{
		width: 52px;
		height: auto;
		margin: 0 auto;
		padding-top: 27px;
	}
	.address{
		padding-top: 20px;
	}

	.footer-telephone{
		padding-top: 17px;
		max-width: 150px;
		margin: 0 auto;
		
	}
	.telephone-sp{
		width: 14px;
		height: auto;
		padding-top: 5px;
	}
	.telephone{
		font-size: 1.8rem;
		padding-left: 6px;
		padding-top: 0px;
		padding-bottom: 0;
	}
	.lunch-information{
		font-size: 1.0rem;
		padding-top: 10px;
		padding-bottom: 31px;
	}
	.copyright{
		margin-bottom: 100px;
	}


	/*-----------------------
	*
	* page-lead
	*
	------------------------*/
	/*page-common*/
	.page-main_img{
		padding-top: 62px;
		width: 100%;
		height: auto;
	}
	.page-title{
		font-size: 2rem;
		writing-mode: horizontal-tb;
	}
	.page-title-en{
		font-size: 4rem;
	}
	/*menuとaccess*/
	.page-content{
		margin-top: 0;
		padding: 38px 0;
	}
	/*menu*/
	.page-menu-lead{
		position:relative;
		display: block;
		max-width: 335px;
		margin: 0 auto;
		font-feature-settings:"palt";
	}
	.page-menu-text{
		padding-left: 0;
		line-height: 1.7;
		padding-top: 39px;
	}
	.page-menu-tax{
		display: block;
		padding-top: 29px;
	}
	.page-menu-en{
		position: absolute;
		bottom: -40px;
		right: 0;
		padding-top: 0;
		padding-left: 0;
	}
	/*space*/
	.page-space{
		padding: 38px 0 62px;
	}
	.page-space-lead{
		position:relative;
		display: block;
		max-width: 335px;
		height: auto;
		margin: 0 auto;
		font-feature-settings:"palt";
	}
	.page-space-title{
		position: static;
	}
	.page-space-text{
		position: static;
		font-size: 1.6rem;
		padding-top: 37px;
	}
	.page-space-en{
		position: absolute;
		bottom: -25px;
		right: 0;
	}
	/*access*/
	.page-access-lead{
		display: block;
		max-width: 335px;
		margin: 0 auto;
	}
	.page-access-logo{
		padding-left: 0;
		padding-bottom: 12px;
		width: 45px;
		height: auto;
	}
	.page-access_sp{
		display: flex;
		justify-content: space-between;
	}
	.page-access-infomation{
		font-size: 1.4rem;
		padding-left: 0;
	}
	.page-access-detail{
		font-size: 1.4rem;
		padding-left: 0;
	}
	.page-access-en{
		padding-top: 0;
		text-align: right;
	}
	/*about*/
	.page-about{
		padding: 37px 0 81px;
	}
	.page-about-lead{
		position:relative;
		display: block;
		max-width: 335px;
		height: auto;
		margin: 0 auto;
		font-feature-settings:"palt";
	}
	.page-about-text{
		position: static;
		font-size: 1.6rem;
		padding-top: 37px;
	}
	.page-about-en{
		position: absolute;
		bottom: -50px;
		right: 0;
	}
	/*menu-page*/
	/*-----------------------
	*
	* menu-common
	*
	------------------------*/
	/*ランチ・デザート・ドリンクのタイトル*/
	.menu-title_en{
		padding-bottom: 8px;
		font-size: 1.6rem;
	}
	.menu-title_ja{
		font-size: 1.9rem;
		margin-bottom: 14px;
	}
	.title-bottom{
		width: 68px;
		text-align: center;
		background-color: #000000;
	}
	/*各メニューのタイトルと仕切り線*/
	.menu-head-title{
		font-size: 1.4rem;
	}
	.head-title-bottom{
		margin-top: 13px;
	}
	
	/*※コメント */
	.caution{
		padding-left: 13px;
	}
	/*デザートとドリンクの共通*/
	.dessert-drink-menu{
		padding-top: 61px;
	}
	.dessert-drink-menu:last-of-type{
		max-width:335px;
		margin: 0 auto;
	}
	/*メニューリスト*/
	.menu_container{
		max-width: 100%;
		margin: 0 auto;	
		padding-top: 23px;
	}
	.price{
		font-size: 1.4rem;
	}
	.list{
		font-size: 1.4rem;
	}
	/**/
	.img-title{
		max-width: 80%;
		margin: 0 auto;
	}
	/*メニューセットSP版*/

	/*-----------------------
	*
	* slider
	*
	------------------------*/
	.bx-wrapper {
		background-color: transparent;
		margin: 0px auto;
		border: none;
		box-shadow: none;
	}
	.bx-wrapper img {
		display: block;
		margin: 0px auto;
	}
	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next {
		background: none;
	}
	.bx-wrapper .bx-prev:after,
	.bx-wrapper .bx-next:after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: #ddd;
		font-size: 30px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		text-indent: 0px;
	}
	.bx-wrapper .bx-prev:after {
		left: -10px;
		content: "\f137";
	}
	.bx-wrapper .bx-next:after {
		right: -10px;
		content: "\f138";
	}
	.bx-wrapper .bx-prev:hover:after,
	.bx-wrapper .bx-next:hover:after {
		color: #bbb;
	}
	.bx-wrapper .bx-controls-direction a {
		z-index: 9998;
	}
	/*-----------------------
	*
	* bian-lunch
	*
	------------------------*/
	.lunch-menu{
		padding-top: 62px;
	}
	.lunch-menu_container{
		padding-top: 19px;
		font-size: 1.4rem;
	}
	.lunch-menuset_container{
		display: flex;
	}
	.lunch-menu-toplist{
		display: block;
		padding-top: 0;
	}
	.lunch-menu-toplist_container{
		max-width: 335px;
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		padding-top: 40px;
	}
	/*スマホ版*/

	.menu-set{
		font-size: 1.2rem;
		font-feature-settings: "palt";
		margin-top: 23px;
		padding-left: 10px;
		border : solid 1px #a3a3a3;
	}
	.lunch-menu_container-bottom{
		margin-bottom: 21px;
	}
	.lunchset-title{
		font-size: 1.2rem;
		padding-top: 11px;
		margin-bottom: 0;
		padding-left: 10%;
	}
	/*-----------------------
	*
	* pasta-curry
	*
	------------------------*/
	.curry-item{
		font-size: 1.1rem;
		font-feature-settings: "palt";
	}
	.pasta-curry-container{
		padding-top: 40px;
	}
	/*-----------------------
	*
	* dessert-menu
	*
	------------------------*/
	.dessert-top-menu{
		display: block;
		padding-top: 0;
	}
	.dessert-top_container{
		max-width: 335px;
		margin: 0 auto;
		padding-right: 0px;
		padding-top: 40px;
	}
	.cake-paffe-box{
		max-width: 335px;
		margin: 0 auto;
		display: block;
		padding-top: 40px;
	}

	.paffe-menu{
		padding-top: 40px;
		padding-left: 0;
	}
	.menu-img{
		padding-top: 22px;
		margin: 0 auto;
	}
	/*-----------------------
	*
	* drink-menu
	*
	------------------------*/
	
	.drink-title{
		padding-top: 40px;
		padding-bottom: 0;
	}
	.drink-box{
		display: block;
	}
	.drink_container{
		display: flex;
		width: 515px;
		margin: 0;
		justify-content: space-between;
	}
	.drink-second{
		padding-left: 115px;
	}
	
	.china-alchol-box{
		display: block;
		padding-top: 0;
		padding-bottom: 60px;
	}

	.alchol-menu{
		padding-left:0;
	}
	/*space page*/
	/*-----------------------
	*
	* space-img
	*
	------------------------*/
	.space-img{
		padding-top: 61px;
	}
	.space-img_big{
		max-width: 80%;
		padding-bottom: 40px;
	}
	.space-img-box{
		display: block;
		padding-bottom: 50px;
	}
	.space-img-img{
		padding-left: 25%;
	}

	.space-img-lead{
		padding-right: 0;
		padding-top: 30px;
		padding-left: 25%;
	}
	.space-img-title{
		font-size: 1.8rem;
	}
	.space-img-text{
		width: auto;
		font-size: 1.3rem;
		padding-top: 25px;
	}
	.space-img_big:last-of-type{
		padding-bottom: 60px;
	}
	.space-img-watch_sp{
		display: block;
		width: 50%;
		margin: 0 auto;
		height: auto;
		padding-right: 30%;
	}
	.space-img-item_sp{
		display:block;
		width: 50%;
		margin: 0 auto;
		height: auto;
		padding-left: 30%;
		padding-top: 15px;
	
	}
	.box-bottom{
		padding-top: 60px;
	}
	.lead-bottom{
		padding-left: 10%;
		padding-top: 30px;
	}
	.space-img-sp{
		padding-left: 10%;
		padding-right: 20%;
	}
	.space-img-seat-box{
		display: block;
		max-width: 80%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
		/*access-page*/
	/*-----------------------
	*
	* access-map
	*
	------------------------*/
	.bian-map{
		width: 322px;
		height: auto;
		padding: 40px 0;
	}
	/*-----------------------
		*
		* access
		*
	------------------------*/
	.access{
		padding-top: 73px;
		}
	.access-inner{
		max-width: 335px;
		margin: 0 auto;
	}
	.access-title-inner{
		position: relative;
		height: 30px;
	}
	.access-en{
		position: absolute;
		top: 0;
		right: 9px;
		}
	.access-title{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.8rem;
		padding-top: 0;
		}
	.access-address{
		display: block;
		padding-top: 48px;
		margin-bottom: 0;
		
		}
	.access-logo{
		padding-left: 0px;
		padding-top: 0px;
		width: 47px;
		height: auto;
		margin-bottom: 15px;
		}
	.access-address_sp{
		position: relative;
		height: 95px;
		margin-bottom: 65px;
	}
	.access-information{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.4rem;
		padding-left: 0px;
		font-feature-settings: "palt";
		}
	.access-detail{
		position: absolute;
		top: 0;
		left: 78px;
		font-size: 1.4rem;
		padding-left: 0;
		font-feature-settings: "palt";
		
		}
	.access-btn{
		text-align: center;
		width: 249px;
		padding: 20px 0;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 72px;

		}
	.access-on{
		display: block;
		}
	.access-icon{
		padding-bottom: 6px;
		margin: 0 auto;
		}
	.icon-train{
		width: 28px;
		height: auto;
	}
	.icon-car{
		width: 36px;
		height: auto;
	}
	.icon-bike{
		width: 47px;
		height: auto;
	}
	.vihicle{
		font-size: 1.8rem;
		padding-bottom: 23px;
		}
	.access-text{
		font-size: 1.4rem;
		margin-bottom: 0px;
		padding-bottom: 52px;
		}
	.text-bike{
		padding-bottom: 75px;
	}
	.map{
		position: relative;
		width: 100% ;
		padding-top: 80%;
	}
	.map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/*-----------------------
	*
	* access-img
	*
	------------------------*/
	.access-img{
		display: block;
		max-width: 335px;
	}
	.access-img-title{
		font-size: 2rem;
		padding-top: 60px;
		margin-bottom: 42px;
	}
	.access-img-sub{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.access-text_sp{
		font-size: 1.4rem;
	}
	.access-img-text1{
		padding-left: 0px;
		padding-top: 0px;
	}
	.access-img-text2{
		padding-right: 0px;
		padding-top: 0px;
	}
	.img-temple{
		padding-top: 40px;
	}
	.img-river{
		padding-top: 40px;
	}
	.access-img-text3{
		font-size: 1.2rem;
		padding-top: 18px;
		max-width: 335px;
		letter-spacing: "palt";
	}
	/*about-page*/
	/*-----------------------
	*
	* about-imfoemation
	*
	------------------------*/
	.shop-information-img{
		padding-top: 61px;
		display: block;
		margin: 0 auto;
	}
	.shop-detail-box{
		display: block;
		max-width: 335px;
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.shop-detail-title{
		font-size: 1.4rem;
		padding-bottom: 8px;
	}
	.shop-information{
		font-size: 2rem;
		padding-top: 50px;
		text-align: left;
		max-width: 335px;
		margin:  0 auto;
	}
	.shop-detail{
		padding-top: 25px;
	}
	.shop-item-name{
		padding-left: 0;
		font-size: 1.4rem;
	}
	.shop-item-tel{
		padding-left: 0;
		font-size: 1.4rem;
	}
	.shop-item-address{
		padding-left: 0px;
		font-size: 1.4rem;
	}
	.shop-item-day{
		padding-left: 0;
		font-size: 1.4rem;
	}
	.shop-item-parking{
		padding-left: 0;
		font-size: 1.4rem;
	}
	.shop-item-time{
		padding-left: 0;
		font-size: 1.4rem;
	}
	.shop-bottom{
		width: 335px;
		margin: 0 auto;
	}
	/*-----------------------
	*
	* about-seat-imfoemation
	*
	------------------------*/
	.seat-bottom{
		width: 300px;
		margin: 0 auto;
	}
	.seat-detail-box{
		display: flex;
		max-width: 300px;
		margin: 0 auto;
		padding: 7px 0;
	}
	.seat-detail{
		display: block;
		max-width: 335px;
		margin: 0 auto;
		padding-top: 70px;
	}
	.seat-detail-img{
		display: flex;
		max-width:335px;
		margin:  0 auto;
	}
	.seat-img{
		width: 163px;
		height: 148px;
		padding-left: 0;
	}
	.seat-img:last-of-type{
		padding-left: 9px;
	}
	.seat-information{
		font-size: 2rem;
		padding-bottom: 40px;

	}
	.seat-detail-text{
		font-size: 1.4rem;
		padding-bottom: 25px;
	}
	.seat-item-table{
		padding-left: 180px;
	}
	.seat-item-seat{
		padding-left: 219px;
	}
	.seat-item-terrace{
		padding-left: 203px;
	}
	.seat-item-text{
		padding-top: 30px;
		max-width: 310px;
		margin: 0 auto;
	}
	/*-----------------------
	*
	* about-greeting
	*
	------------------------*/
	.greeting-box{
		position: static;
		width: 100%;
		height: auto;
		margin-top: 70px;

	}
	.greeting-img{
		position: static;
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.greeting-detail{
		position: static;
		writing-mode: horizontal-tb;
	}
	.greeting-detail-inner{
		max-width: 335px;
		margin: 0 auto;
	}
	.greeting-information{
		font-size: 2rem;
		padding-left: 0;
		padding-bottom: 40px;
	}
	.greeting-text{
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.owner{
		font-size: 1.4rem;
		padding-right: 0;
		padding-top: 30px;
	}


}
@media screen and (max-width: 560px){
	/*space-page　SP用*/
	.space-img_big{
		width: 100%;
		max-width: 335px;
		margin: 0 auto;
	}
	.space-img-seat-box{
		width: 100%;
		max-width: 335px;
		margin: 0 auto;
	}
	.space-img-img{
		padding-left: 0;
		padding-right: 84px;
	}
	.space-img-sp{
		padding-left: 0;
		padding-right: 84px;
	}

	.space-inner{
		max-width:335px;
		margin: 0 auto;
	}
	.lead-bottom{
		padding-left: 0;
		padding-top: 30px;
	}
	.space-img-lead{
		padding-top: 20px;
		padding-left: 0;
	}
	.space-img-text{
		padding-top: 15px;
	}
	
}
@media screen and (max-width: 340px){
	
	.shop-information{
		max-width: 300px;
	}
	.page-title{
		max-width: 300px;
		margin: 0 auto;
	}
	.page-about-text{
		max-width: 300px;
		margin: 0 auto;
		font-size: 1.4rem;
	}
	.shop-bottom{
		width: 300px;
	}
	.shop-detail-box{
		max-width: 300px;
		margin: 0 auto;
	}
	.seat-detail-text{
		font-size: 1.2rem;
	}
	.seat-detail{
		max-width: 300px;
		margin:0 auto;
	}
	.seat-detail-img{
		max-width:300px;
		margin: 0 auto;
	}
	.seat-img{
		width: 145px;
		height: 140px;
	}
	.seat-img:last-of-type{
		padding-left: 10px;
	}
	.greeting-box{
		max-width: 300px;
		margin: 0 auto;
		margin-top: 70px;
	}
}
