/*
 Theme Name: bian
Auther: cafe-cian
Description: This is our oriinal theme.
Version:1.0
*/



@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;
	position: relative;
}
img{
	max-width: 100%;
	height: auto;
}

iframe{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
}
.sp-img{
	display:none;
}
.pc-img{
	display: block;
}
.fade-in {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/*-----------------------
*
* common
*
------------------------*/
section{
	width: 100%;
}
.inner{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
/*-----------------------
*
* btn
*
------------------------*/
.en-title{
	font-size:7.2rem;
	color: #a62901;
	opacity: 0.3;
	text-transform: uppercase;
	font-family: 'Noto Serif JP', serif;
}
.btn{
	display:block;
	position:relative;
	background-color: #fff;
	padding: 19px 98px;
	border-style: solid;
	border-width: 1px;
	color: #383838;
	font-size: 1.2rem;
	
}
.btn:hover{
	background-color:#bfada0;
	color: #fff;
}
.btn:before,.btn:after{
	content:"";
	display: block;
	position: absolute;
	top:50%;
	right: 0;
	height: 1px;
	background: #383838;
}
.btn{
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:before{
	width: 60px;
	transform: translate(30px, 0px);
	
}
.btn:after{
	width: 15px;
	transform-origin: right center;
	transform: translate(30px, 0px) rotate(25deg);

}
.btn:hover:after{
	background: #bfada0;
}
.btn:hover:before{
	background: #bfada0;
}
.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;
}
/*-----------------------
*
* movie
*
------------------------*/
.video{
	  position: relative;

}
.bg-video{
	max-width: 100%;
	height: auto;
	
}

.video-title{
	position: absolute;
	top: 40%;
	right: 15%;
}
/*-----------------------
*
* news
*
------------------------*/
.news{
	display: flex;
	padding: 28px 0;
	width: 1264px;
	max-width: 100%;
	margin: 0 auto;
}
.news-title{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	color: #ffffff;
	background-color: #a62901;
	padding: 9px;
	width: 100px;
	border-radius: 5px;
}
.news-content{
	font-size: 1.4rem;
	padding-top: 7px;
	margin-left: 20px;
}

/*-----------------------
*
* space
*
------------------------*/
.space{
	padding-top: 90px;
	margin-bottom: 120px;
}
.space-content{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1042px;
	margin: 0 auto;
}
.space-decolation{
	padding-top: 155px;
}
.space-text{
	display: flex;
	flex-direction: row-reverse;
}
.space-title{
	writing-mode: vertical-rl;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	line-height: 1.7;
	color: #383838;
}
.space-second{
	display: block;
	padding-top: 124px;
}
.space-lead{
	writing-mode: vertical-rl;
	line-height: 3.5;
	padding-right: 113px;
	padding-top: 18px;
}

.space-en{
	margin-bottom: 22px;
}
.space-main_img{
	width: 100%;
	height: auto;
	padding-top: 75px;
}
/*-----------------------
*
* menu
*
------------------------*/
.menu{
	padding-top: 90px;
	margin-bottom: 50px;
}
.menu-container{
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	height: 530px;
}
.menu-main_img{
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
}
.menu-text{
	box-sizing: border-box;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 70px;  
	background-color: #eee8e2;
	padding-left: 21%;
	padding-bottom: 75px;
}


.menu-title{
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	line-height: 1.7;
	color: #383838;
	padding-top: 15px;
}
.menu-lead{
	font-size: 1.4rem;
	padding-top: 35px;
	line-height: 2.57;
    font-feature-settings: "palt";
}
.menu-en{
	writing-mode: vertical-rl;
}
.menu-text_container{
	display: flex;
	padding-top: 33px;
	padding-right: 29px;
}
.menu-btn{
	text-align: center;
	width: 243px;
	padding: 20px 0;
	margin-left: 43px;
	margin-top: 35px;
}
/*-----------------------
*
* about
*
------------------------*/
.about{
	padding-top: 90px;
	margin-bottom: 50px;
}
.about-container{
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	height: 530px;
}
.about-main_img{
	position: absolute;
	z-index: 20;
	right: 0;
	top: 70px;
	
}
.about-title_lead{
	padding-left: 30px;
}
.about-text{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;  
	background-color: #eee8e2;
	padding-right: 21%;
	padding-bottom: 75px;
	}
.about-title{
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	line-height: 1.7;
	color: #383838;
	padding-top: 15px;
}
.about-lead{
	font-size: 1.4rem;
	padding-top: 35px;
	line-height: 2.57;
    font-feature-settings: "palt";
}
.about-en{
	writing-mode: vertical-rl;
	
}
.about-text_container{
	display: flex;
	flex-direction: row-reverse;
	padding-top: 62px;
	padding-left: 29px;
}
.about-btn{
	text-align: center;
	width: 243px;
	padding: 20px 0;
	margin-left: 130px;
	margin-top: 35px;
}	
/*-----------------------
*
* 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%;
}


/*-----------------------
*
* 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;
	padding-top: 4px;
	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;
}


@media screen and (max-width: 768px){
	
	body{
	width: 100%;
	margin: 0 auto;
	}
	video{
	padding-top: 82px;
	}
	.inner{
		max-width: 335px;
		width: 100%;
		margin: 0 auto;
	}
	.sp-img{
	display:block;
	}
	.pc-img{
		display: none;
	}
	.wrapper{
		position: relative;
	}
	.btn:hover{
		background-color: #fff;
		color: #383838;
		
	}
	/*-----------------------
	*
	* common
	*
	------------------------*/
	
	.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;
	}
	/*-----------------------
	*
	* movie
	*
	------------------------*/
	.video{
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-bottom:160%;
	  overflow: hidden;
	}
	iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: none;
	}
	.video-title{
		width: 85px;
		height: 148px;
		position: absolute;
		top: 50%;
		right: 15%;
		z-index:20;
	}

	/*-----------------------
	*
	* news
	*
	------------------------*/
	.news{
		padding-top: 54px;
		padding-bottom: 54px;
		width: 100%;
		height: auto;
		max-width: 335px;
		margin: 0 auto;
	}
	.news-title{
		padding: 5px 12px;
		border-radius: 3px;
	}
	.news-content{
		padding-top: 4px;
		margin-left: 15px;
	}

	/*-----------------------
	*
	* space
	*
	------------------------*/
	.space{
		padding-top: 0px;
		margin-bottom: 0;
	}
	.main_imgsp{
		width: 100%;
		height: auto;
	}
	.wrapp{
		width: 100%;
		padding-bottom: 25px;
		background-color: #eee8e4;
	}
	.space-inner{
		position: relative;
		max-width: 335px;
		margin: 0 auto;
	}
	.space-text{
		display: block;
	}
	.space-title{
		writing-mode: horizontal-tb;
		font-size: 1.8rem;
		padding-top: 23px;
	}
	.space-second{
		padding-top: 0;
	}
	.space-lead{
		writing-mode: horizontal-tb;
		line-height: 1.7;
		padding-right: 0;
		padding-top: 35px;
		font-size: 1.4rem;
	}

	.space-en{
		margin-bottom: 0px;
	}
	.space-img{
		height: 250px;
	}	
	.space-en.en-title{
		position: absolute;
		top:46px;
		right: 6px;
	}
	.space-btn{
		margin-top: 36px;
	}
	/*-----------------------
	*
	* btn
	*
	------------------------*/
	.btn{
		text-align: center;
		padding: 20px 0px;
		width: 249px;	
	}
	/*-----------------------
	*
	* 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;
		
	}

	
	/*-----------------------
	*
	* menu
	*
	------------------------*/
	.menu{
		margin-top: 59px;
		margin-bottom: 22px;
		padding-top: 0;
		background-color: #eee8e2;
	}
	.menu-container{
		position: static;
		max-width: 335;
		margin: 0 auto;
		height: auto;
	}
	.menu-inner{
		max-width: 335px;
		margin: 0 auto;
	}
	.menu-main_img{
		position: static;
	}
	.menu-text{
		box-sizing: border-box;
		position: static;
		background-color: #eee8e2;
		padding-left: 0;
		padding-bottom: 25px;
	}
	.menu-title{
		font-size: 1.8rem;
		padding-top: 22px;
	}
	.menu-lead{
		padding-top: 34px;
		line-height: 1.7;
	}
	.menu-en{
		position: absolute;
		top: 42px;
		right: 6px;
		writing-mode: horizontal-tb;
	}
	.menu-text_container{
		display: block;
		position: relative;
		padding-top: 0;
		padding-right: 0;
	}
	.menu-btn{
		text-align: center;
		width: 249px;
		padding: 20px 0;
		margin-left: 0;
		margin-top: 36px;
	}
	/*-----------------------
	*
	* about
	*
	------------------------*/
	.about{
		padding-top: 59px;
		margin-bottom: 59px;
	}
	.about-container{
		position: static;
		max-width: 335px;
		margin: 0 auto;
		height: auto;
	}
	.about-inner{
		max-width: 335px;
		margin: 0 auto;
	}
	.about-main_img{
		position: static;

	}
	.about-title_lead{
		padding-left: 0;
	}
	.about-text{
		box-sizing: border-box;
		position: static;
		background-color: #eee8e2;
		padding-right: 0;
		padding-bottom: 25px;
		}
	.about-title{
		font-size: 1.8rem;
		padding-top: 22px;
	}
	.about-lead{
		padding-top: 34px;
		line-height: 1.7;
	}
	.about-en{
		position: absolute;
		top: 42px;
		right: 6px;
		writing-mode:  horizontal-tb;

	}
	.about-text_container{
		display: block;
		position: relative;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.about-btn{
		text-align: center;
		width: 249px;
		padding: 20px 0;
		margin-left: 0;
		margin-top: 36px;
	}	

	/*-----------------------
		*
		* 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%;
	}
	/*-----------------------
	*
	* 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;
	}
	.telephone{
		font-size: 1.8rem;
		padding-left: 6px;
		padding-top: 0px;
	}
	.lunch-information{
		font-size: 1.0rem;
		padding-top: 10px;
		padding-bottom: 31px;
	}
	.copyright{
		margin-bottom: 100px;
	}



	
}

/*blog*/
.blog{
	
	max-width:780px;
	margin:0 auto;
	margin-top:100px;
}
.blog-title{
	font-size:32px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: double 5px #a62901;
  
}
.date-blog{
	font-size:12px;
	color:#9fa8ad;
}
.blog-txt{
	margin-top:20px;
	
}
.blog txt p{
	line-height:1.7;
}
.blog txt p p{
	line-height:1.7;
}
@media screen and (max-width: 768px){
	.blog{
	
	max-width:90%;
	margin:0 auto;
	margin-top:100px;
}
	.blog-title{
		font-size:20px;
	}
}
