@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #474447;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif, 'Libre Baskerville', serif, 'Alex Brush', cursive;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #474447;
	text-decoration: none;
}

/*---------------------
*utility
---------------------*/
.img-pc{
	display: none;
}
.text-center{
	text-align: center;
}
.main{
	max-width: 640px;
	margin: auto;
	overflow: hidden;
}
.wrap{
	padding: 0 20px;
}
.parallax-window {
    min-height: 220px;
    background: transparent;
}

/*---------------------
*header
---------------------*/
.logo-black{
	width: 45%;
	height: auto;
	margin: auto;
}
.navigation{
	background-color: rgba(255,255,255,0.90);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding:80px 0 40px;
	transition: all 0.5s;
	transform: translateX(-1000px);
	text-align: center;
	z-index: 100;
}
.navigation.open{
	transition: all 0.5s;
	transform: translateX(0);
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.nav-item{
	margin-top: 30px;
}

/*---------------------
*button
---------------------*/
.underlayer{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	transition:  0.5s;
	z-index: 150;
}
.underlayer>.logo-black{
	width: 40%;
	height: auto;
	margin: 15px;
	transition: 0.5s;
	opacity: 0;
}
/*スクロールでspロゴを表示*/
.underlayer.on{
	background-color: rgba(255,255,255,1);
}
.underlayer>.logo-black.on{
	opacity: 1;
}
/*//スクロールでspロゴを表示*/
.btn{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 76%;
	z-index: 150;
	background: none;
	border: none;
}
.btn-trigger,
.btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn-trigger {
	position: relative;
	top: 0;
	left: 34px;
	width: 36px;
	height: 34px;
}
.btn-trigger span.chgcolor{
	background-color: #474447;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.btn-trigger span:nth-of-type(1) {
	top: 3px;
}
.btn-trigger span:nth-of-type(2) {
	top: 15px;
}
.btn-trigger span:nth-of-type(3) {
	bottom: 3px;
}
/*button-close*/
.btn-trigger.active span:nth-of-type(1) {
  	transform: translateY(10px) rotate(-45deg);
	background-color: #474447;
}
.btn-trigger.active span:nth-of-type(2) {
  	opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  	transform: translateY(-15px) rotate(45deg);
	background-color: #474447;
}
/*---------------------
*hero-imade
---------------------*/
.header-area{
	position: relative;
}
.menu-title-set{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.menu-title{
	font-family: 'Alex Brush';
	font-size: 5rem;
}
.menu-title-set>.menu-title::after{
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.menu-subtitle{
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.hero-image-sp{
	background-image: url("../../menu/menu-images/menu_header_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	z-index: -1;
}
/*---------------------
*common
---------------------*/
.contents{
	padding-top: 80px;
}
.contents-title{
	font-family: 'Libre Baskerville', serif;
	font-size: 3rem;
	letter-spacing: 0.2em;
}
.contents-title span{
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin-left: 20px;
}
.contents-title span:last-of-type{
	margin-left: 12px;
}
.contents-sub{
	padding-top: 40px;
	padding-bottom: 40px;
}
.sub-item{
	padding: 30px 14px;
	background-color: #f3f3f3;
}
.sub-item-title{
	font-size: 2rem;
	line-height: 28px;
	letter-spacing: 0.12em;
}
.tax{
	font-size: 0.8rem;
}
.sub-item-txt{
	font-size: 1.2rem;
	line-height: 22px;
	letter-spacing: 0.06em;
	margin-top: 20px;
}
.etc{
	clear: right;
    padding: 20px 0 0 276px;
    text-align: right;
}
.etc::after{
	content: ' ';
	background-color: #879a86;
	display: block;
	font-size: 1.2rem;
	width: 50px;
	height: 3px;
	margin: 20px 0 20px -276px;
}

/*menu-list-common*/
/*menu-list-common*/
.menu-list{
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	row-gap: 2.5rem;
}
.menu-item{
	width: 48.5%;
	border-bottom: solid 1px #879a86;
	padding-left: 18px;
	position: relative;
}
.menu-item::before{
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	background-image: url("../../menu/menu-images/icon_green.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
}
.menu-item .small{
	display: block;
	font-size: 1.2rem;
}

/*menu-list-common*/
.menu-list{
	font-size: 1.5rem;
	line-height: 1.6;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
	row-gap: 1.5rem;
}
.menu-item{
	width: 100%;
	border-bottom: solid 1px #879a86;
	padding-left: 18px;
	list-style: none;
	position: relative;
}
.menu-item::before{
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	background-image: url("../../menu/menu-images/icon_green.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
}
.menu-item .small{
	display: block;
	font-size: 1.2rem;
}

/*---------------------
*lunch
---------------------*/
.menu-abokado-pic img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*---------------------
*cafe
---------------------*/
.menu-datch-pic img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.menu-list.cafe{
	align-items: stretch;
}

.menu-list .menu-item.dutch .menu_txt,
.menu-list .menu-item.dutch .small{
	display: inline-block;
}

.menu_dutch{
	display: flex;
    flex-direction: column;
    row-gap: 1rem;
	font-size: 1.45rem;
	padding-left: 1em;
	margin-top: 1.5rem;
}

.menu_dutch .dutch_item{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.menu_dutch .dutch_item::before{
	content: "";
	position: absolute;
	top: 0.6em;
	left: -1em;
	width: 0.5em;
	height: 0.5em;
	background: #879a86;
	border-radius: 50px;
}

.menu_dutch .dutch_item .size{
	margin-left: 8px;
	min-width: 3em;
}

/*---------------------
*dinner
---------------------*/
.menu-risotto-pic img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.dinner-subtitle{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.5rem;
	color: #879a86;
	width: 100%;
	margin: 40px auto 1rem;
}

/*---------------------
*footer
---------------------*/
.footer{
	margin-top: 80px;
	padding: 40px 16px 30px;
	background-color: #f3f3f3;
}
.footer-logo-black{
	width: 70%;
	margin: auto;
}
.summary{
	max-width: 320px;
	margin: auto;
}
.summary-list{
	font-size: 1.4rem;
	line-height: 24px;
	padding-top: 40px;
	width: 304px;
	margin: auto;
}
.summary-title{
	float: left;
	clear:left;
	width: 78px;	
}
.summary-txt{
	float: left;
	width: 180px;
	margin-left: 20px;
}
.footer-follow{
	clear: left;
	padding-top: 40px;
}
.footer-icon{
	font-size: 2.4rem;
}
.footer-icon-txt{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 10px;
	line-height: 25px;
}
.footer-nav{
	padding: 40px 0 10px;
}
.footer-nav-item{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.8rem;
	margin-top: 16px;
}
.footer-nav-item:nth-of-type(1){
	margin-top: 0;
}
.request-txt{
	color: #9B9795;
	font-size: 0.8rem;
	line-height: 1.2rem;
	width: 320px;
	margin: 20px auto 0;
}
.copy{
	font-size: 1rem;
	margin: auto;
	padding-top: 20px;
}
.pagetop-btn{
	font-size: 2rem;
	position: fixed;
	bottom: 10px;
	right: 0%;
}
.pagetop-btn a {
    display: block;
    text-decoration: none;
    color: #474447;
    background:rgba(170,169,169,0.30);
	padding: 10px;
    text-align: center;
    outline: none;
}
.pagetop-btn a :hover {
    text-decoration: none; 
    animation: arrow .4s;	
}
@media screen and (min-width:481px){
	
/*---------------------
*lording
---------------------*/
.loading {
	top: 50%;
	left: 98%;
}	
/*---------------------
*utility
---------------------*/
.main{
	max-width: 481px
}
.parallax-window {
    min-height: 290px;
    background: transparent;
}
/*---------------------
*button
---------------------*/
.underlayer{
	width: 960px;
}
.underlayer>.logo-black{
	width: 18%;
	height: auto;
	margin: 15px;
	transition: 0.5s;
	opacity: 0;
}
/*---------------------
*common
---------------------*/	
.etc{	
	padding: 20px 0 0 324px;
}
.etc::after{
	margin: 20px 0 20px -324px;
}
}

@media screen and (min-width:961px){

a[href^="tel:"]{
    pointer-events: none;
}
/*---------------------
*lording
---------------------*/
.loading {
    position: absolute;
    top: 50%;
    left: 74%;
	width: 50%;
}
/*---------------------
*utility
---------------------*/
.img-sp{
	display: none;
}
.img-pc{
	display: block;
}
.main{
	max-width: 961px;
}
.wrap{
	padding: 0;
}
.sp{
	display: none;
}
.parallax-window {
    min-height: 270px;
    background: transparent;
}
/*---------------------
*header
---------------------*/
.logo-black{
	width: 60%;
	display: inline-block;
	text-align: left;
	margin: 0;
}
.navigation{
	background-color: #fff;
	width: 100%;
	height: auto;
	padding:16px 30px 6px;
	transform:none;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 100;
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 1.6rem;
	line-height: 16px;
	letter-spacing: 0.2em;
	display: flex;
}
.nav-item{
	margin-top: 0;
	margin-left: 30px;
	line-height: 46px;
	position: relative;
}
.nav-item:nth-of-type(1){
		margin-left: 0;
}
.nav-item:last-of-type{
		font-size: 2.8rem
}
.nav-item.on-page{
	color: #A9A6A9;
}
.nav-item.on-page a{
	color: #A9A6A9;
}
/*under-line*/
.nav-item::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background: #474447;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav-item:hover::after {
  transform: scale(1, 1);
}
/*/under-line*/
.hero-image{
	width: 100%;
}
.img-pc-box{
	width: 100vw;
	height: 100vh;
	margin-top: 68px;
	overflow: hidden;
	position: relative;

}
.logo-white{
	width: 40%;
	z-index: 10;
}	

/*---------------------
*button
---------------------*/	
.btn{
	display: none;
}
.tab{
	max-width: 961px;
	margin: auto;
}
/*---------------------
*hero-imade
---------------------*/
.menu-title{
	font-size: 8.6rem;
}
.menu-title-set>.menu-title::after{
	width: 300px;
	height: 3px;
	margin-bottom: 20px;
}
.menu-subtitle{
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.hero-image-sp{
	display: none;
}
.hero-image-pc{
	background-image:url("../../menu/menu-images/menu_header_pc.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	margin-top: 82.09px;
}
/*---------------------
*common
---------------------*/
.contents{
	padding: 120px 80px 0;
}
.contents-title{
	font-size: 4rem;
}
.contents-title span{
	font-size: 2.4rem;
	margin-left: 40px;
}
.contents-sub{
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
}
.sub-item{
	padding: 20px 40px;
	width: 100%;
}
.sub-item-title{
	font-size: 2.26rem;
	line-height: 40px;
	letter-spacing: 0.12em;
}
.tax{
	font-size: 1rem;
}
.sub-item-txt{
	font-size: 1.6rem;
	line-height: 26px;
	margin-top: 20px;
}
.icon{
	width: 16px;
	height: 16px;
	margin: 0 8px -3px 4px;
}
.etc{
	font-size: 1.6rem;
	padding: 26px 0 0 0;
	text-align: right;
}
.etc::after{
	width: 100px;
	height: 6px;
	margin: 30px 0 30px 0;
}

/*menu-list-common*/
.menu-list{
	font-size: 1.6rem;
	justify-content: space-between;
	align-items: stretch;
	row-gap: 2.5rem;
}
.menu-item{
	width: 48.5%;
}

/*---------------------
*lunch
---------------------*/
.menu-abokado-pic{
    width: 960px;
}

/*---------------------
*cafe
---------------------*/
.menu-datch-pic{
	width: 960px;
}

.menu-list.cafe{
	align-items: stretch;
}

/*---------------------
*dinner
---------------------*/	
.sub-item-title.risotto{
	text-align: left;
}
.risotto-pic{
	width: 960px;
}
.dinner-subtitle{
	font-size: 2rem;
	width: 801px;
	margin: 60px auto 10px;
}

/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 80px;
	padding: 50px 80px 30px;
}
.summary{
	display: flex;
	justify-content: space-around;
	max-width: 860px;
	margin: auto;
}
.summary-list{
	width: 400px;
	font-size: 1.8rem;
	line-height: 40px;
	padding-top: 52px;
	margin: 0;
}
.summary-list>dd:nth-of-type(1){
	display: block;
	margin-bottom: 46px;
	margin-left: 0;
	width: 400px;
	line-height: 20px;
}
.summary-title{
	width: 100px;
}
.summary-txt{
	width: 270px;
}
.summary-item{
	margin-top: 16px;
}
.summary-item:nth-of-type(2){
	margin-top: 50px;
}
.footer-follow{
	padding-top: 50px;
}
.footer-icon{
	font-size: 3rem;
}
.footer-icon-txt{
	font-size: 1.8rem;
	margin-left: 20px;
	line-height: 30px;
}
.footer-nav{
	padding: 76px 0 68px;
}
.footer-nav-item{
	margin-top: 16px;
	transition: transform .3s;
}
.footer-nav-item a:hover{
	color: #969096;
}
.request-txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: 754px;
    margin: 0px auto 20px;
}
.copy{
	font-size: 1.4rem;
	text-align: center;
}
.pagetop-btn{
	font-size: 3rem;
	bottom: 30px;
}
.pagetop-btn a {
	padding: 30px;
}


}
@media screen and (min-width:1366px){

/*---------------------
*lording
---------------------*/
.loading {
    position: absolute;
    top: 50%;
    left: 65%;
	width: 50%;
}
/*---------------------
*utility
---------------------*/
.main{
	max-width: 1366px;
}
.parallax-window {
    min-height: 360px;
    background: transparent;
}
/*---------------------
*button
---------------------*/	
.tab{
	max-width: 1366px;
}
/*---------------------
*common
---------------------*/
.contents{
	padding: 120px 120px 0;
}
.contents-title{
	font-size: 4.8rem;
}
.contents-title span{
	font-size: 2.4rem;
}
.sub-item{
	padding: 40px;
}
.sub-item-title{
	font-size: 2.8rem;
	line-height: 48px;
}
.sub-item-txt{
	font-size: 1.8rem;
	line-height: 30px;
	margin-top: 40px;
}
.icon{
	width: 20px;
	height: 20px;
}
.etc{
	font-size: 2rem;
}
	
/*menu-list-common*/
.menu-list{
	font-size: 2rem;
	line-height: 26px;
	width: 1122px;
}
/*---------------------
*lunch
---------------------*/
.menu-abokado-pic{
    width: 1790px;
}

/*---------------------
*cafe
---------------------*/
.menu-datch-pic{
	width: 1790px;
}

/*---------------------
*dinner
---------------------*/	
.risotto-pic{
	width: 1790px;
}
.dinner-subtitle{
	font-size: 2.4rem;
	width: 1122px;
	margin: 80px auto 10px;
}

/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 120px;
	padding: 50px 240px 30px;
}
.request-txt {
    width: 764px;
}
}

/*---------------------
/*---------------------
/*---------------------
*lording
---------------------*/	
@-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill: #fff;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#fff;
}
}