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

body{
	font-family:'Noto Sans JP', sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN";
	font-weight: normal;
	font-size: 18px;
	color: #372d26;
}

h1, h2, .eng_txt, .top_link_bt, .skill_title, .lunch_link_bt li a, .link_bt, .about th, .about_history th, .nav_bt li, .works_detail, works_client{
	font-family: 'Marcellus', serif;
}

a:hover{
	opacity: 0.6;
}

.top_bk .mv h1{
	font-size: 68px;
    margin-top: 160px;
}

.bk .wrapper h1{
	font-size: 68px;
	background-color: #eeeeee;
    width: 1.4%;
    border-radius: 2px;
    padding: 15px 0;
}

.top_bk .wrapper #lunch h2, .top_bk .wrapper #access h2{
	font-size: 60px;
    border-radius: 2px;
    padding: 15px 0;
    text-align: center;
    line-height: 50px;
    padding-top: 80px;
}



.top_bk .wrapper #access h2{
	font-size: 60px;
    border-radius: 2px;
    padding: 15px 0;
    text-align: center;
    line-height: 50px;
}

.top_bk .wrapper #lunch h2 span, .top_bk .wrapper #access h2 span{
	font-size: 33px;
}

.top_bk .wrapper #lunch .time{
	text-align: center;
    padding-top: 10px;
}

.wrapper{
	margin-left: 10%;
	margin-right: 10%;
    margin-bottom: 100px;
	width: 80%;
}

.mt0{
	margin-top: 0 !important;
}

.mt14{
	margin-top: 14px;
}

.mt30{
	margin-top: 30px;
}

.mt-30{
	margin-top: -30px !important;
}

.mb100{
	margin-bottom: 100px;
}

.mr10p{
	margin-right: 10%;
}

.mr1p{
	margin-right: 1%;
}

.pb20{
    padding-bottom: 20px;
}

.pb50{
    padding-bottom: 50px;
}

.pt80{
    padding-top: 80px;
}

.common_bk{
	animation-name: anim_l;
	width: 100%;
}

@keyframes anim_l {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 40px);
  }
}

.common_content_wrapper{
	top: 200px;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

body{
  animation: fadeIn 4s forwards;
}


/* nav bt */
.nav_bt{
	position: fixed;
    top: 24vh;
    left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    /*opacity: 0;
    visibility: hidden;*/
}

.nav_bt_on{
	opacity: 1;
	visibility: visible;
}

.nav_bt ul li{
	font-size: 22px;
    margin: 80px 0;
}


/* pagetop */
html {
    scroll-behavior: smooth;
}

.pagetop{
	height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 60px;
    background: #fff;
    border: solid 1px #372d26;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop div{
	height: 10px;
    width: 10px;
    border-top: 2px solid #372d26;
    border-right: 2px solid #372d26;
    transform: translateY(20%) rotate(-45deg);
}


/* header */
.link_bt{
	display: block;
	position: absolute;
    top: 0;
    left: 50%;
    width: 170px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.link_bt ul{
	float: right;
	margin-right: 10%;
}

.link_bt ul li{
	float: left;
	margin: 50px;
	font-size: 22px;
}

.link_bt ul li:last-child{
	margin-right:0;
}


/* header - top*/

.top_link_bt{
	display: block;
}

.top_link_bt ul{
	float: right;
}

.top_link_bt ul li{
	float: left;
	margin: 50px;
	font-size: 22px;
    position: absolute;
    top: 0;
}

.top_link_bt ul li:first-child{
	left: 64%;
}

.top_link_bt ul li:nth-of-type(2){
	left: 75%;
}

.top_link_bt ul li:last-child{
	left: 86%;
}

.link_bt p{
	float: left;
	margin: 50px 0 50px 10%;
	font-size: 26px;
}


/* MV */
.mv{
	text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mv p {
	font-family: 'Klee One', cursive;
    font-size: 26px;
    color: #9b756c;
    line-height: 1.5;
    margin-top: 20px;
}


/* top bk */
.top_bk{
	position: relative;
	width: 100%;
	height: 800px;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.2s;
}

.YL_b{
	animation-name: anim_v;
	width: 100%;
    max-width: inherit;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}

.GL_b{
	opacity: 0.8;
	animation-name: anim_s;
	width: 100%;
    max-width: inherit;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@keyframes anim_s {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 100px);
  }
}

.content_wrapper, .common_content_wrapper{
	position: absolute;
	width: 100%;
}


/* concept - top */
#concept{
	margin-top: 350px;
}

.concept_wrapper{
	display: flex;
	justify-content: space-around;
}

.concept_txt{
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}


/* lunch - top */
#lunch{
	margin-top: 140px;
}

.lunch_link_bt{
	display: block;
    padding: 40px 0 0 230px;
    font-size: 24px;
}

.lunch_link_bt li{
	float: left;
    padding: 0 30px;
    color: #888888;
}

.select a{
	color: #372d26;
    border-bottom: 1px solid #372d26;
}

.lunch_list{
	display: block;
	margin-top: 30px;
}

.lunch_single li{
	width: 46%;
	float: left;
}

.lunch_single li:nth-child(odd){
	margin-right: 4%;
    margin-left: 4%;
}

.lunch_single li img{
	width: 100%;
	box-shadow: 4px 1px 11.83px 1.17px rgba(31, 31, 31, 0.2);
}

.lunch_title{
	font-size: 24px;
    margin-top: 40px;
    text-align: center;
    line-height: 34px;
}

.lunch_price{
    color: #888888;
    text-align: center;
    margin: 20px 0 100px;
    font-size: 18px;
    line-height: 32px;
}

.lunch_title span{
	font-size: 18px;
}

 /* access - top */
.access_map{
	display: block;
	margin-top: 100px;
}

.access_map table th{
	font-weight: 500;
}

.access_txt{
	width: 46%;
	float: left;
}

.access_txt{
    line-height: 70px;
}

.map{
    margin-left: 4%;
    margin-right: 2%;
	width: 48%;
	float: left;
}

.access_line{
    line-height: 24px;
    vertical-align: middle;
}

.access_line2{
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    line-height: 28px;
}

.access_txt th{
    padding-left: 20px;
}

/* pager */
.pager{
	position: fixed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 26px;
    right: 40px;
}

.pager_l{
	float: left;
    margin-left: 14%;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}

.pager_l::before{
	content: '';
    position: absolute;
    bottom: -14px;
    right: 17%;
    width: 73%;
    height: 1px;
    background: #a09b98;
    transition: all .3s;	
}

.pager_l::after{
	content: '';
    position: absolute;
    bottom: -11px;
    left: 4px;
    width: 10px;
    height: 1px;
    background: #a09b98;
    transform: rotate(-35deg);
    transition: all .3s;
}

.pager_l:hover::before{
	right:30%;
}

.pager_l:hover::after{
	left:-8%;
}

.pager_r{
	float: right;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}

.pager_r::before{
	content: '';
    position: absolute;
    bottom: -14px;
    left: 17%;
    width: 73%;
    height: 1px;
    background: #a09b98;
    transition: all .3s;
}

.pager_r::after{
	content: '';
    position: absolute;
    bottom: -11px;
    right: 4px;
    width: 10px;
    height: 1px;
    background: #a09b98;
    transform: rotate(35deg);
    transition: all .3s;
}

.pager_r:hover::before{
	left:30%;
}

.pager_r:hover::after{
	right:-5%;
}


/* footer */
footer{
	bottom: 0;
    position: absolute;
    width: 100%;
}

footer p{
	background-color: #faf6f3;
	text-align: center;
	padding: 14px 0;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width:1000px) {
    .sp{
        display: none !important;
    }
}
