@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    /*outline: solid 1px #f00;*/   
}

body{ font-family: 'Arvo', serif }

em{ font-weight:bold; }

img{
    width:100%;
    height:auto;
    vertical-align: bottom;
}

span{ font-size:12px; }

.subtitle{ color: #949494;}

.mb15{ margin-bottom:15px; }

.pb100{ padding-bottom:100px; }


/*--------------------------
	共通の設定/=iPhone 320px(縦)からの設定 /
-------------------------- */

.header{
    background-image:url("../img/haikei_3.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:100vh;
    position:relative;
	margin-bottom:150px;
}

.logo{
    background-color:#fff;
    width:100%;
    padding:10px 0;
    text-align:center;
}

.logo img{
    width:51.46%;/*193/375*100*/
	max-width: 240px;
    padding: 10px;

}

/*ハンバーガーメニュー*/
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 3px;
	background-color:#83965C;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*ハンバーガーメニュー　開閉後の表示*/
.burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }

/*ハンバーガーメニュー　全表示*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-color:#180614;
	background-size:contain;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color:#83965C;
	text-decoration: none;
	padding:30px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
}

/*スクロールボタン*/
.scroll a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: -9%;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #83965C;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #83965C;
}

.scroll a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}/*スクロールダウン*/


.aos{
	position:absolute;
}

.midashish{
	position:relative;
	top:100%;
	left:600%;
    color:#83965C;
    writing-mode:vertical-rl;
    letter-spacing:0.05em;
    font-size:28px;

}

.midashipc img,#pc-nav{
	display:none;
}


h1{
    font-size:26px;
    margin-bottom:60px;
	padding-left: 10px;
	text-align:center;
	letter-spacing:5px;
}


.toki{
    position:relative;
    margin-bottom:100px;
}

h2{
    width:93%;/*350/375*100*/
    font-size:20px;
    text-align:right;
    border-bottom:2px solid #83965C;
    padding-bottom:15px;
    margin-bottom:60px; 
}

.pr{
    width:93%;/*350/375*100*/
    padding:0 10px;/*10/375*100*/
    margin:0 auto;
	text-align: justify;
}

.ashi{
	font-size:22px;
}

.koed{
    writing-mode: vertical-rl;
    position:absolute;
    top:-30px;
    left:15%;/*110/375*100*/
}

.sabpc,.none,.kusa,.on{
	display:none;
}

.consept{
    background-color:#180614;
    padding:80px 10px;
    color:#fff;
}

.shop{
    background-color:#180614;
    padding:50px 10px 150px;
    margin:0 auto;
    color:#fff;
}


/*トップへ*/
.page-top {
    position: fixed;
    right: 10px;
    bottom: 50px;
    height: 50px;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
    transform: rotate(90deg);
    font-size: 16px;
    line-height: 2;
    z-index:2;
    color:#83965C;
    padding: 0 0 0 50px;
    border-top: solid 1px;
    letter-spacing: .2em;
    opacity: 0;
    visibility: hidden;
}

.page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

/*↓menu*/

.menu{
    background-image:url("../img/haikei_2.jpg");
    background-position:center center;
    padding:50px 10px;
	color:#83965C;
}

.eat{
    margin:0 2.6%;/*10/375*100*/
    margin-bottom:70px;
}

.img{
    margin-bottom:30px;
}

/*↓続きを読む*/

.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0px 0px 75px;
}

.readmore-content {
  position: relative;
  height: 800px;
  transition: all .4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  /*background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );*/
}

.readmore-content.is_open:before{
  display: none;
}

.readmore button{
  position: absolute;
  display: table;
  left: 50%;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #313131;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  /*transition: all .4s;*/
	filter: drop-shadow(0px 2px 4px #ccc);
	transition: 0.3s ease-in-out;
	border:none;
	font-family: 'Arvo', serif;
}

.readmore button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


/*↓shop info*/

.row_table{
    margin:0 auto;
    margin-bottom:100px;
}

th{
    font-weight:normal;
}

.row_table,
.row_table td,
.row_table th {
    border: 1px solid #180614;
    border-collapse: collapse;
    text-align: center;
}

.row_table th {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 0.125em;
    border-bottom: 2px solid #83965C;
	padding: 4px 0;
}

.row_table td {
    background: #180614;
    padding: 4px 0;
    display: block;
    margin-bottom:30px;
	color:#83965C;
}

.pc,.kyoto{
    display:none;
}

#map_canvas{
	/*width:370px;*/
	margin:0 auto;
	position: relative;
	padding: 0 0 75%;
	height: 0;
	overflow: hidden;
}

#map_canvas img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}

/*↓footer*/

footer{
    background-image:url("../img/haikei_2.jpg");
    background-position:center;
    color:#83965C;
    padding-left:20px;/*20/375*100*/
}

.adress a{
    font-size:20px;
    text-decoration:none;
    line-height:4;
    color:#83965C;
}

.footer-logo{
    margin-bottom:40px;
}

.footer-nav{
    overflow:hidden;
}

.footer-list a{
    width:24%;/*90/375*100*/
    text-align:center;
    text-decoration:none;
    justify-content:space-between;
    float:left;
    display:none;
}

small{
    margin:0 auto;
}


/*
--------------------------
	タブレット / iPad 768px(縦)から1023pxまでの設定 /
-------------------------- */

@media screen and (min-width:768px){

.menu-contact{
    width:18.57%;/*190/1023*100*/
}
    
.menu-content ul li a{
    font-size:26px;
    letter-spacing:0.2em;
    
}
    
.header{
    width:100%;/*1023/1023*100*/
}

.logo img{
    width:34.2%;/*350/1023*100*/
	max-width: 300px;
    padding: 10px;
}

.page-top{
    font-size:20px;
}
    
.scroll a{
    font-size:26px;
    right:10%;
    bottom:0.5%;
}
    

.midashish{
    letter-spacing:0.1em;
    font-size:40px;
    position:relative;
    top:160%;
    left:900%;
}   

    
.koed{
    font-size:28px;
    top:7%;
    left:10%;
}
    
h1{
    font-size:32px;
}

.kusa{
    display:block;
    width:29.32%; /*300/1023*100*/
    position:relative;
    top:-140px;
    left:45%;
}
    
.kane{
    width:700px;
    margin:0 auto;
}
    
h2{
    width:87.9%;/*900/1023*100*/
    font-size:32px;
    text-align:right;
    border-bottom:4px solid #83965C;
    padding-bottom:20px;
}  
    
.pr{
    width:100%;/*1023/1023*100*/
    font-size:18px;
    padding:0px 100px;
    line-height:2;
	letter-spacing: 0.05em;
}
    
.ashi{
    /*background-image:url("../img/ashirai.png");*/
    background-repeat:no-repeat;
    background-size:100% 100%;
	white-space:nowrap;
}
    
.on{
	display:block;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
	
.none{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    padding-bottom:100px;
}

.eat{
    width:36%;/*300/1023*100*/
    margin-bottom:80px;
}
    
.readmore{
    display:none;    
}

.shop{
    overflow:hidden;
    padding:100px 0;
}
    
.ms{
    font-size:14px;
	white-space:nowrap;
	color:#515151;
}

.shop h1{
    letter-spacing: 0.125em;        
}
    
.ma{
    display:flex;   
    justify-content:space-around;
    padding:0px 80px;/*80/1023*100*/
}    
    
.row_table{
    width:39.1%;/*400/1023*100*/
    margin:0;
    padding-right:100px;/*100/1023*100*/
}

.tr th{
    width:250px;/*250/1023*100*/
}
    
    
th,td{   margin-bottom:20px; }
    
.ma{	margin-bottom:100px; }
 
.googleMap{
    position:relative;        
}

#map_canvas{
	width:375px;/*375/1023*100*/		
}

    
.container{
	width: 100%;/*405/1023*100*/
	max-width: 100%;
	height: 400px;
    position:absolute;
    top:20px;
    left:50px;
}    
   
    
.kyoto {
    display:block;
	position: absolute;
    bottom:10px;
    top:310px;
	left:-50px;
	/*width: 80%;*/
	opacity: 0;
	animation: change-img-anim 25s infinite;  
}

.kyoto:nth-of-type(1) {
	animation-delay: 0s;
}
.kyoto:nth-of-type(2) {
	animation-delay: 7s;
}
.kyoto:nth-of-type(3) {
	animation-delay: 14s;
}
.kyoto:nth-of-type(4) {
	animation-delay: 21s;
}   
    
@keyframes change-img-anim {
	0%{ opacity: 0;}
	20%{ opacity: 1;}
	30%{ opacity: 1;}
	35%{ opacity: 0;}
	100%{ opacity: 0;}
}   
    
footer p{
    letter-spacing: 0.125em
}
    
}

/*--------------------------
	PC /1024px以上の設定/
-------------------------- */
@media screen and (min-width:1024px) {

    
.hamburger-menu,.midashish,.ed {
    display: none;
}
	
.menu-content-pc{
	display:flex;
	align-items: center;
	background-color:#fff;
	padding: 8px 150px;
}
	
#pc-nav{
	display:block;
	margin-left:auto;
}
	
#pc-nav ul{
	display:flex;
	}
	
#pc-nav li{
	width: 140px;
  	text-align: center;
  	display: inline-block;
}
	
#pc-nav li a{
	text-decoration: none;
  	color: #83965C;
  	font-weight: bold;
	font-size:20px;
	letter-spacing: 0.1em;
}

.inner{
    width:80%;/*1024/1280*100*/
    margin:0 auto;
}
    
.logo{
    width:100%;/*300/1024*100*/
	text-align: left;
}
	
.logo img{
    width:22%;/*193/1024*100*/
	min-width:250px;
}
	
.header{
    background-image:url("../img/haikei_4.jpg");
	background-size:cover;
	background-position:left bottom;
	height:115vh;
}    

.midashipc img{
	display:block;
	letter-spacing:0.1em;
	font-size:40px;
	position:relative;
	top:160%;
	left:900%;
}
	
.aos{
	position:relative;/*midashipcの基準にするためにrelativeにしています*/
	height: 70vh;
}
	
.midashipc{
	display:block;
	width:8%;
	position:absolute;/*aosが基準になるのでabsoluteです*/
	top:50px;
}

.scroll a{
    font-size:20px;
	right:10%;
    bottom:5%;
}
	
.koed{
    top:7%;
    left:19%;
}
 
.sabpc{
	display:block;
	width:80px;
}
	
h1{	font-size:45px;  }
   
    
h2{
    font-size:40px;
    letter-spacing: 0.02em
}
    
.pr{
	width:95%;
    font-size:24px;    
}
 	
.on::after{
	content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;	
}

.eat{
	width:25%;
}	

.ma{
    font-size:20px;
	padding: 0;
	justify-content: space-between;
	
}/*店舗情報テーブル*/

.shop{
   /* background-image:url("../img/haikei_4.png");*/
    background-position:right top;
    background-repeat:repeat-y;
    mix-blend-mode: soft-light;   
}
 
.row_table{
    display:none;     
}      
    
th,td{
    letter-spacing: 0.25em;
}
  
.tr th{
    width:390px;
    margin:0 auto;
    }
	
.googleMap{
	width: 30%;
	padding: 0;
    position: relative;
	left:-50px;
}    

#map_canvas{
	width:100%;
}

.tress{
	width:370px;		
}
	
.container{
	left: 0;
}

.pc{	
    display:block;
    width:65%;
    margin-bottom:70px;
}/*店舗情報・PCサイズ*/
 
.pc dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
}
    
.pc dt{
	padding:10px 2%;
	width: 80%;
    letter-spacing: 0.125em;
    font-size:22px;
    border-bottom:2px solid #83965C;
    margin-bottom:10px;
    

}
.pc dd{
	padding: 5px;
	width:100%;
    color:#83965C;
    padding-left:50px;
    letter-spacing: 0.125em;
    font-size:22px;
    margin-bottom:30px;
    
}

.pc dd small{
    letter-spacing:none;    
}

.kyoto{
	left:0px;
}
       
.map::before {
    width: 100%;
  }

.map::after {
    width:100%;
}
    
footer{
    font-size:20px;    
}    
    
.adress a{
    font-size:26px;        
}
    
    
}
