@charset "UTF-8";
/* --------------------------
     全端末共通のCSS
-------------------------- */

html {
  scroll-behavior: smooth;
}

body{
font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color: #000;
margin: 0;
height: auto;
position: relative;
letter-spacing: 3px;
font-size: .8rem;
background-color: #fffcf7;
}

.br::before {
content: "\A" ;
white-space: pre ;
line-height: 1.3;
}

h1{}

h2{
font-size: 12px;
argin-bottom: 30px;
}
	
h3{
font-size: 12px;
font-weight: bold;
}

.sub_head{
width: ;
height: fit-content;
position: relative;
left: -10px;
padding-left: 10px;
border-left: 3px solid #000;
margin: 0 auto 50px;
}
	
p{
font-size: ;
text-align: justify;
line-height: 30px;
}

figure{
width: 100%;
overflow: hidden;
}


a{
text-decoration: none;
color: #000; 
font-weight: inherit;
letter-spacing: 5px;
position: relative;
display: block;
text-decoration: none;
}


li{
list-style-type: none;
}

.nav_inner, .home-news, .insta{
font-weight: bold;
}
	

.button span {
    display: block;
    width: 100%;
    background: url(../images/common/icon_arrow.svg) right center no-repeat;
}


/* --------- wrapper --------- */
.wrapper{	
width: 100%;
margin: 0 auto;
}




/* --------- ヘッダー --------- */
header a{
color: #000;
padding: 0;
}

.header-content{
width: 100%;
height: 100vh;
margin: 0 auto;
padding-top: 30px;
position: relative;
}

.header-content_inner{
width: 90%;
margin: 0 auto;
}

.head_logo img{
width: 150px;
display: block;
}

nav.g_nav{
width: 40%;
position: fixed;
bottom: 30%;
z-index: 999;
}
						
.nav_inner{
width: 150px;
height: auto;
display: inline-block;
}

.toggle{
width: fit-content;
margin-bottom: 1rem;
padding-bottom: 10px;
border-bottom: 1px solid;
}

.childmenu {
width: 185px;
height: 200px;
display: none;
position: fixed;
background: #fffcf7db;
padding: 0 16px 0 0;
}
							
nav li{
width: 100%;
display: block;
margin-top: 1rem;
padding-bottom: 15px;
}

.button {
display: flex;
align-items: center;
justify-content: space-between;
}

.button--instagram {
-moz-column-gap: 6px;
column-gap: 6px;
justify-content: flex-start;
border-bottom: 1px solid var(--color-inverted);
width: -moz-fit-content;
width: fit-content;
}
							
.button--instagram::before {
content: "";
display: block;
position: static;
width: 15px;
height: 15px;
background: url(../images/common/icon_instagram.svg) center center / contain no-repeat;
}



	
/* --------- メインコンテント --------- */
main{
width: 100%;
margin: 0 auto;
}


	
	

/* --------- ファーストビュー --------- */
.fv {
width: 100%;
}

.fv-content-inner{
width: 100%;
height: 100vh;
position: absolute;
top: 0;
}

.fv .fv-title{
font-family: serif;
width: fit-content;
position: relative;
display: block;
left: 2.5%;
top: 43%;
transform: translate(0%, -50%);
z-index: 1;
animation: fadein 1.2s linear forwards;
}

@keyframes fadein{
  0%{
    filter:blur(50px);
  }
  100%{
    filter:blur(0);
  }
}

.fv h1{
font-size: 4rem;
overflow: hidden;
}

.tag{
margin-top: 1rem;
width: fit-content;
position: relative;
left: 2%;
}


.home-news{
font-size: .7rem;
position: fixed;
margin: 0 auto;
width: 200px;
left: 5%;
bottom: 5.5rem;
z-index: 3;
border-bottom: 1px solid;
padding-bottom: 5px;
}

.home-news_list{
white-space: nowrap;
}

.home-news_list li{
border-bottom: none;
}

.home-news .marquee {
  margin-bottom: 0;
  width: calc(200x);
  idth: calc(100% + 112px);
  overflow: hidden;
  display: flex;
}
.home-news .marquee div {
  display: flex;
  animation: marquee 12s linear infinite both;
}
.home-news .marquee span {
  display: block;
  font-size: .7rem;
  padding: 0 8px;
  white-space: nowrap;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.insta{
font-size: .7rem;
position: fixed;
margin: 0 auto;
width: fit-content;
left: 5%;
bottom: 2rem;
z-index: 3;
border-bottom: 1px solid;
padding-bottom: 5px;
}


.sec{
width: 100%;
}
		
.sec_inner{
width:90%;
margin: 0 auto 100px;
}

	
/* --------- トップページ --------- */

.home-foodmenu-list a {
    font-size: 2rem;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    display: flex;
    ustify-content: start;
    adding: 2rem .5rem 2rem .5rem;
}

.data-list-blk:first-child {
    border-top: 1px dotted;
}

.data-list-blk {
    justify-content: unset;
    flex-direction: row;
    padding-block: 2rem;
    border-bottom: 1px dotted;
}



/* --------- お食事 --------- */

.menu-content_inner{
width:100%;
margin: 0 auto 100px;
}

.menu-content_inner_inner{
display: block;
}

.menu_data:first-child {
border-top: 1px dotted #000;
}

.menu_data{
display: flex;
border-bottom: 1px dotted #000;
width: 100%;
}

.menu dd a{
letter-spacing: 2px;
}

.menu{
margin-top: 15px;
}

.menu dt, .menu dd {
padding: 10px 0;
line-height: 2em;
white-space: nowrap;
}
					
.menu dt {
width: 68%;
margin-right:;
font-weight: ;
}
					
.menu dd {
width: auto%;
margin-left: auto;
}


/* --------- チャーについて --------- */

.catch{
font-size: 2rem;
line-height: normal;
}

.concept p{
margin-top: 1rem;
}			
						
.menu-content_innerond{
line-height: 2;
border-top: 1px solid #efefef;
}


.shop-detail-content{
margin-top: 3rem;
}

.shop_data:first-child {
border-top: 1px dotted #000;
}

.shop_data{
display: flex;
border-bottom: 1px dotted #000;
width: 100%;
}

.shop-detail-content dd a{
letter-spacing: 2px;
}

.shop-detail-content dt, .shop-detail-content dd {
padding: 10px 0;
line-height: 2em;
}
					
.shop-detail-content dt {
width: 25%;
margin-right:;
font-weight: bold;
}
					
.shop-detail-content dd {
width: auto;
margin-left: ;
}

.image-box{
margin: 0 auto;
width: 60%;
margin-top: 3rem;
display: grid;
}

.image-box img{
width: 100%;
}

.image-box .button{
margin-top: .5rem;
padding-bottom: .5rem;
border-bottom: 1px solid;
}

					
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
position : ;
top : 0;
left : 0;
width : 100%;
filter: grayscale(1);
-webkit-filter: grayscale(1);
}

.gmap-wrap{
display: flex;
margin-top: 3rem;
position : relative;
width: 100%;
height: 250px;
overflow : hidden;
}

.gmap p{
text-align: inherit;
margin: 10px 0;
}


.gallery-image-box{
margin: 0 auto;
width: 100%;
margin-top: 3rem;
display: grid;
}
				
.gallery-image-box img{
width: 100%;
}


/* --------- お知らせ --------- */
.news_list{
width: 100%
}

.news_list li{
border-bottom: 1px solid;
}

.news_list li a{
padding-top: 20px;
padding-bottom: 20px;
}

.news__content{
display: block;
}

#news-detail .header-content {
width: 100%;
height: 0;
}

.news-detail-content{
position: relative;
width: 100%;
eight: 100vh;	
}

.news-detail-content-inner{
osition: absolute;
display: block;
width: 100%;
height: fit-content;
padding-top: 250px;
op: 50%;
ransform: translate(0%, -50%);
}

.news-title{
margin-bottom: 1rem;
}

.button--back{
	margin-top:3rem;
}

div #news-detail .header-content {
    width: 100%;
    height: auto;
}

.non-display-element{
	display: none;
}

#news-detail nav.g_nav {
display: none;
}

div #news-detail .home-news{
display: none;
}

div #news-detail .insta{
display: none;
}



/* --------- お問い合わせ --------- */
.reservation-content{
width: 100%;
}

.schedule{
width: 96%;
line-height: 2.2;
background: #edd7be;
padding: 3rem 1rem;
}


.schedule{
text-align: center;
width: 100%;
line-height: 2.2;
background: #edd7be;
box-sizing: border-box;
padding-block: .3rem;
}

.reservation-comment{
border: 1px solid;
text-align: justify;
padding: 14px;
}

.annotation {
line-height: normal;
}

.red {
color: red;
}

.link {
margin-top: 3rem;
}

.link a {
display: inline-block;
border-bottom: 1px solid #000;
color: #000;
}

.line a{
font-size: .9rem;
}

.tel{
font-size: .9rem;
}
	

.foot_logo{
margin-bottom: 3rem;
}


.foot_logo img {
width: 150px;
display: block;
}

.footer_nav li{
border-bottom: 1px solid;
}
			
					
						
/* --------- フッター --------- */
.footer-content{
width: 100%;
margin: 0 auto;
padding-top: 30px;
position: relative;
}

.footer-content_inner{
width: 90%;
margin: 0 auto;
}

				
.copylight{
color: #000;
bottom: 0;
padding: 30px 0;
}
						
.pagetop{				
position: absolute;
bottom: 0;
right: 5%;
padding: 30px 0;
}
					
.pagetop p{
line-height: 1;
}
					 
.pagetop a {
display: block;
text-align: right;
padding: 0;
text-decoration: none;
}
					
					
				








@media only screen and (min-width: 581px)
{
	
/**----- 改行 -----**/
.br::before {
content: "\A";
white-space: normal;
}

.menu-content_inner{
margin: 0 auto 200px;
}

#header-content{
width: %;
margin: 40px auto 200px;
}
	

.title{
display: inline-table;
}

.title h2{
font-size: 26px;
font-weight: bold;
line-height: 2;
} 
 

}



@media only screen and (min-width: 1121px)
{
	
.br::before {
content: "\A" ;
white-space: pre ;
line-height: 1.3;
}

/* wrapper -------------------------------- */
.wrapper{	
display: grid;
grid-template-columns: 1fr 3fr;
margin: 0 auto;
}


/* Header -------------------------------- */
.header-content {
width: ;
height: 100vh;
margin: 0;
padding-top: 0;
position: relative;
}

.header-content_inner {
position: fixed;
width: 20%;
height: 100vh;
margin: 0 auto;
display: block;
left: 5%;
}

.header-content nav li a::after {
position: absolute;
bottom: -4px;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #000;
transform: scale(0, 1);
transform-origin: right top;
transition: transform .3s;
}

.header-content nav li:last-child {
margin-right: 0;
}

.header-content nav li a:hover::after {
transform-origin: left top;
transform: scale(1, 1);
background: #000;
}

 
.site-header.hide{
transform: translateY(-100%);
}

nav.g_nav{
width: 11%;
position: fixed;
bottom: 53%;
}

.nav_inner {
width: 150px;
height: auto;
display: inline-block;
position: relative;
}

nav ul{
position: relative;
display: block;
right: 0;
}


nav li {
display: block;
border-bottom: none;
}

.toggle{
display: none
}

.childmenu {
width: 150px;
height: auto;
position: absolute;
background: #fffcf7db;
padding: 0;
display: inherit;
}

.head_logo {
width: fit-content;
position: absolute;
top: 36%;
}



main {
width: 80%;
}

.fv-content-inner {
position: unset;
}

.fv h1{
font-size: 9.5vmax;
}


.fv{
width: 100%;
height: 100vh;
position: relative;
}

.fv .fv-title{
width: 100%;
position: absolute;
display: block;
left: 0%;
top: 50%;
transform: translate(0%, -50%);
z-index: 1;
white-space: nowrap;
}


.home-news {
bottom: 8.5rem;
}

.insta {
font-size: .6rem;
position: fixed;
margin: 0 auto;
width: fit-content;
left: 5%;
bottom: 4.5rem;
z-index: 3;
border-bottom: 1px solid;
}

.sub_head {
margin: 0 0 35px 0;
}

.sec_inner {
display: block;
width: 100%;
margin: 0 0 200px 0;
}

	
/* お食事 -------------------------------- */
.grid{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
margin: 0;
}

.menu-content_inner{
width: 100%;
margin: 0 0 150px 0;
}

.menu-content:nth-of-type(odd){
box-sizing: border-box;
padding-right: 15px;
}

.menu-content:nth-of-type(even){
box-sizing: border-box;
padding-left: 15px;
}

.menu{
width:;
margin-top: ;
}

.menu dt, .menu dd {
padding: 10px 0;
line-height: 2em;
}
					
.menu dt {
width: 300px;
font-weight: ;
}
					
.menu dd {
width: auto;
}


/* shop -------------------------------- */
.shop-content{
width: 100%
}

.catch{
font-size: 2rem;
}

.concept p{
margin-top: 1rem;
}

.gmap-wrap{
display: flex;
position : relative;
width: 100%;
height : 450px;
adding-bottom : 56.25%; /* 縦横比の指定 */
overflow : hidden;
}

.shop_data a {
pointer-events: none;
font-weight:normal;
}

.image-box {
margin: 3rem auto 0 0;
width: 60%;
}

.reservation-content{
width: 100%;
margin-top: ;
}

.reservation-content .link{
margin-top: 3rem;

}

.line a{
font-size: 2rem;
}

.tel{
font-size: 2rem;
}



/* footer -------------------------------- */


.footer-content{
width: 100%;
margin: 0 auto;
position: relative;
}

.footer-content_inner{
position: absolute;
width: 90%;
margin: 0 auto;
}

.footer_nav li{
border-bottom: 1px solid;
padding-bottom: 10px;
}
				
.copylight{
position: fixed;
color: #000;
bottom: 0;
padding: 30px 0;
left: 5%;
}
						
.pagetop{				
position: fixed;
bottom: 0;
right: 5%;
padding: 30px 0;
}
					
.pagetop p{
line-height: 1;
}
					 
.pagetop a {
display: block;
text-align: right;
padding: 0;
text-decoration: none;
}






}