@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
/*settings
---------------------*/
html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
    font-size:2.4rem;
    font-feature-settings: 'palt';
	font-optical-sizing: auto;
    letter-spacing: 1px;
    text-align: justify;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1.8;
    color: #111;
    box-sizing: border-box;
	overflow: hidden;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.sp,
.tab{
    display: none;
}
.w1200{
    width: 120rem;
	max-width: 90%;
    margin: auto;
}
.w700{
    width: 40%;
	min-width: 70rem;
    margin: auto;
}
.inner{
    padding: 8rem 0 0;
}
@media screen and (max-width: 1600px) {
.w1200{
    width: 120rem;
	max-width: 90%;
}
.w700{
    width: 70rem;
	min-width: inherit;
	max-width: 90%;
}
}
@media screen and (max-width: 1200px) {
body {
    font-size:2.2rem;
}
.inner{
    padding: 6rem 0 0;
}
}
@media screen and (max-width: 960px) {
.w1200{
	max-width: 90%;
}
.inner{
    padding: 5rem 0 0;
}
}
@media screen and (max-width: 767px) {
body {
    font-size:1.8rem;
    line-height: 1.6;
}
.pc{
    display: none;
}
.sp{
    display: block;
}
.inner{
	width: 50rem;
	max-width: 90%;
    padding: 4rem 0 0;
}
}
/*others
---------------------*/
.flex_style{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.half_cont{
	width: 49%;
}
@media screen and (max-width: 767px) {
.half_cont{
	width: 100%;
}
}

/*btn
---------------------*/
/*ttl
---------------------*/
.h2_style,.h3_style{
	text-align: center;
	padding: 0 0 6rem;
}
.h2_style img,.h3_style img{
	display: block;
	height: 4.5rem;
	margin: auto;
}
.h4_style{
	border-bottom: 2px solid #000;
	padding-bottom: 2rem;
	font-weight: normal;
}
@media screen and (max-width: 1200px) {
.h2_style,.h3_style{
	padding: 0 0 4rem;
}
.h2_style img,.h3_style img{
	height: 4rem;
}
}
@media screen and (max-width: 960px) {
.h2_style img,.h3_style img{
	height: 3rem;
}
}
@media screen and (max-width: 767px) {
.h2_style,.h3_style{
	padding: 0 0 3rem;
}
.h2_style img{
	height: 6.2rem;
}
.h3_style img{
	height: 3rem;
}
.h4_style{
	padding-bottom: 1rem;
}

}
/*header
---------------------*/
.header_wrap{
	padding: 2rem 0 1.5rem;
	align-items: center;
}
.g_nav{
	font-size: 2.2rem;
	max-width: 50rem;
	display: flex;
}
.g_nav li{
	margin-right: 3rem;
}
.g_nav li:last-child{
	margin-right: 0;
}
.header-tel{
	width: 36rem;
	max-width: 35%;
}
.main-img{
	background: #e60013;
	border-top: 12px #000 solid;
	border-bottom: 12px #000 solid;
}
.main-img img{
	width: 100%;
}
@media screen and (max-width: 960px) {
.w1200.header_wrap{
	max-width: 95%;
}
.g_nav li{
	margin-right: 2rem;
}
}
@media screen and (max-width: 767px) {
.header_wrap{
	padding: 0;
}
.header-tel{
	position: fixed;
	left: 0;
	bottom: 0;
	background: #e60013;
	border-top: 6px #000 solid;
	width: 100%;
	max-width: 100%;
	padding: 1rem;
	text-align: center;
	z-index: 1000;
}
.header-tel img{
	width: 23rem;
	max-width: 90%;
	margin: auto;
}
.g_nav{
	display: block;
	width: 25rem;
	max-width: 50rem;
	height: 100%;
	position: fixed;
	top: 0;
	left: -25rem;
	background: #e60013;
	border-right: 6px solid #000;
	padding-top: 5rem;
	transition: .5s;
	z-index: 1000;
}
.g_nav li:first-child{
	border-top: 2px solid #000;
}
.g_nav li{
	width: 100%;
	padding: 1rem;
	border-bottom: 2px solid #000;
	margin-right: 0;
	display: flex;
	align-items: center;
}
.g_nav li:before{
	content: ">";
	line-height: 35px;
	margin-right: 10px;
	margin-bottom: 2px;
}
.g_nav.active{
	left: 0;

}
.main-img{
	border-top: 20px #000 solid;
	border-bottom: 6px #000 solid;
}
.main-img .w1200{
	max-width: 95%;
}
}
/*great
---------------------*/
.great-list {
	display: flex;
	justify-content: space-between;
}
.great-list li{
	width: 35.9%;
}
.great-list li:last-child{
	width: 62.2%;
}
.recomended-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}
.mt-2{
	margin-top: -4.2%;
}
.lsn{
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
.great-list {
	flex-wrap: wrap;
}
.great-list li{
	width: 100%;
	margin-bottom: 1rem;
}
.great-list li img{
	margin: auto;
}
.great-list li:last-child{
	width: 100%;
}
.mt-1,
.mt-2{
	margin-top: .5rem;
}

}
/*menu
---------------------*/
.menu-list{
	padding-top: 1rem;
}
.menu-list dl{
	width: 49%;
	padding-top: 4rem;
}
.menu-list dt span{
	font-size: 1.8rem;
}
.menu-list dd{
	text-align: right;
	border-bottom: 2px solid #000;
	padding-bottom: 2rem;
}
.tax{
	font-size: 1.8rem;
}
.meru_list02 dt,
.meru_list02 dd,
.meru_list03 dt,
.meru_list03 dd{
	border-bottom: 2px solid #000;
	padding: 2rem 0;
}
.meru_list02 dt,
.meru_list03 dt{
	width: calc(100% - 27rem);
}
.meru_list02 dd,
.meru_list03 dd{
	width: 27rem;
	text-align: right;
}
.meru_list03 dt:first-of-type{
	width: 100%;
	border-bottom: none;
	padding-bottom: 0;
}
.meru_list03 dd:first-of-type{
	width: 100%;
	padding-top: 0;
}
.comment01,
.comment02,
.comment03,
.comment04{
	position: relative;
	margin-top: 3rem;
	z-index: -1;
}
.comment01:before{
	content: "";
	width: 70px;
	height: 22px;
	background: url("../img/comment01.png") center center / cover;
	position: absolute;
	top: -30px;
	left: 0;	
}
.comment02:before{
	content: "";
	width: 94px;
	height: 24px;
	background: url("../img/comment02.png") center center / cover;
	position: absolute;
	top: -30px;
	left: 0;	
}
.comment03:before{
	content: "";
	width: 118px;
	height: 30px;
	background: url("../img/comment03.png") center center / cover;
	position: absolute;
	top: -30px;
	left: 0;	
}
@media screen and (max-width: 1200px) {
.menu-list dt span,
.tax{
	font-size: 1.6rem;
}
.meru_list02 dt,
.meru_list03 dt{
	width: calc(100% - 22rem);
}
.meru_list02 dd,
.meru_list03 dd{
	width: 22rem;
	letter-spacing: normal;
}
.meru_list03 dt{
	width: 100%;
	border-bottom: none;
	padding-bottom: 0;
}
.meru_list03 dd{
	width: 100%;
	padding-top: 0;
}
}
@media screen and (max-width: 1100px) {
.menu-list dt span{
	display: block;
	line-height: 1;
}
}
@media screen and (max-width: 960px) {
.meru_list02 dt,
.meru_list03 dt{
	width: 100%;
	border-bottom: none;
	padding-bottom: 0;
}
.meru_list02 dd,
.meru_list03 dd{
	width: 100%;
	padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.menu-list dl{
	width: 100%;
	padding-top: 1.5rem;
}
.menu-list dt span{
	font-size: 1.8rem;
}
.menu-list dd{
	text-align: right;
	border-bottom: 2px solid #000;
	padding-bottom: 1rem;
}
.meru_list02 dt,
.meru_list03 dt{
	padding: 1.5rem 0 0;
}
.meru_list02 dd,
.meru_list03 dd{
	padding: 0 0 1rem;
}

/*.menu-list dl{
	width: 100%;
	padding-top: 4rem;
	display: flex;
}
.menu-list dt{
	width: calc(100% - 26rem);
	border-bottom: 2px solid #000;
}
.menu-list dd{
	width: 26rem;
}*/
.meru_list03 dt:first-of-type{
	width: 100%;
	border-bottom: none;
	padding-bottom: 0;
}
.meru_list03 dd:first-of-type{
	width: 100%;
	padding-top: 0;
}
.alc_menu{
	margin-top: 2rem;
}
.comment04{
	margin-top: 0;
}
}

/*take out
---------------------*/
.bg{
	background: url("../img/bg.png") center center / cover ;
	background-repeat: no-repeat;
	padding: 12rem 0;
	margin-top: 8rem;
}
.takeout{
	position: relative;
}
.takeout:after{
	content: "";
	width: 25%;
	height: 50%;
	display: inline-block;
	background: url("../img/cow.png") center center / contain ;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -16%;
	right: -6%;
}
@media screen and (max-width: 1200px) {
.bg{
	padding: 9rem 0;
	margin-top: 6rem;
}
}
@media screen and (max-width: 960px) {
.bg{
	padding: 7.5rem 0;
	margin-top: 5rem;
}
}

@media screen and (max-width: 767px) {
.bg{
	padding: 6rem 0;
	margin-top: 4rem;
}
.takeout:after{
	content: "";
	width: 25%;
	height: 50%;
	display: inline-block;
	background: url("../img/cow.png") center center / contain ;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -26%;
	right: -2%;
}
}
/*shop info
---------------------*/
.info_list dt,
.info_list dd{
	border-bottom: 2px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 2rem;
}
.info_list dt{
	width: 20%;
}
.info_list dd{
	width: 80%;
}
.info_tel_dt{
	margin-top: 10px;
/*	align-content: center;*/
}
.info_list dd a.info_tel{
	font-size: 3rem;
	align-items: center;
}
.info_time{
	font-size: 2.4rem;
}
.info_list dd .info_time_comment{
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.2;
}
.info_list dd .red_text{
	display: block;
	font-size: 2.2rem;
	color: #e50012;
	line-height:  1.2;
	margin: .5rem 0 1rem;
}
.info_list dd img{
	display: block;
	width: 60%;
}
@media screen and (max-width: 1200px) {
.info_wrap{
	justify-content: center;
}
.info_wrap .half_cont{
	width: 100%;
	max-width: 70rem;
}
.info_wrap .half_cont .shop_img{
	display: block;
	margin: 0 auto 3rem;
}
.info_list dd .red_text{
	margin: .5rem 0 0;
}
.info_wrap .half_cont .shop_open{
	display: block;
	margin: 0 auto 1rem;
}

}
@media screen and (max-width: 767px) {
.info_list dt,
.info_list dd{
	width: 100%;
}
.info_list dt{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.info_time_comment{
	display: block;
}
.info_list dd .red_text{
	font-size: 2rem;
	margin: .5rem 0;
}

.info_list dd img{
	width: 80%;
	margin: 1rem auto 0;
}
}
/*instagram
---------------------*/
.instalist li{
	width: 24.5%;
}
@media screen and (max-width: 767px) {
.instalist li{
	width: 49%;
	margin-bottom: 1.5rem;
}
}

/*recruit
---------------------*/
.recruit_wrap{
	padding: 8rem 0;
	margin-top: 8rem;
	background:#fff100;
	border-top: 9px solid #000;
}
.recruit_h3 img{
	display: block;
	width: 100%;
	margin-bottom: 4rem;
}
.recruit_point{
	padding-bottom: 2.5rem;
}
.recruit_point li{
	width: 29.5%;
}
.recruit_point li:last-child{
	width: 31.5%;
}
.recruit_list{
	font-size: 3.3rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
.recruit_wrap{
	padding: 6rem 0;
	margin-top: 6rem;
}
.recruit_h3 img{
	width: 60rem;
	margin: 0 auto 4rem;
}
.recruit_point{
	width: 60rem;
	max-width: 100%;
	margin: auto;
}
.recruit_list{
	width: 60rem;
	max-width: 100%;
	font-size: 2.6rem;
	margin: 0 auto 2.5rem;
}
}
@media screen and (max-width: 960px) {
.recruit_wrap{
	padding: 5rem 0;
	margin-top: 5rem;
}
}

@media screen and (max-width: 767px) {
.recruit_wrap{
	padding: 4rem 0;
	margin-top: 4rem;
}
.recruit_h3 img{
	margin-bottom: 3rem;
}
.recruit_point{
	padding-bottom: 2rem;
}
.recruit_list{
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
}
/*footer
---------------------*/
.footer_wrap{
	background: #000;
	padding: 2rem 0 1.5rem;
}
.footer_logo{
	max-width: 26rem;
}
.footer_add{
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
	align-content: center;
}
.footer_tel{
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.6;
}
.copy{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	border-top: 2px solid #fff;
	padding-top: 1rem;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
.footer_wrap{
	padding: 2rem 0 6rem;
}
.footer_wrap .flex_style{
	justify-content: center;
}
.footer_logo{
	margin-bottom: 1rem;
}
.footer_add{
	font-size: 1.4rem;
}
.footer_tel{
	font-size: 2rem;
}
}
/*=============================
.btn-trigger
=============================*/
.hum{
	position: fixed;
	top: 10px;
	right: 10px;
	background: red;
	padding: 6px 5px 0;
	border: 4px solid #000;
	z-index: 100;
}
.btn-trigger {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*=============================
#btn17
=============================*/
#btn17.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
#btn17.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-btn17-bar02 .8s forwards;
}
@-webkit-keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
#btn17.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
/*=============================
loader
=============================*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	z-index: 100000;
}
#loading img{
	width:37rem;
	max-width: 60%;
	height: auto;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}.loader {
  display: inline-block;
  text-align: center}

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
            animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
            animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
            animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid DarkOrange;
    border-left: 25px solid DarkOrange;
    border-bottom: 25px solid DarkOrange;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid DarkOrange;
    border-left: 25px solid DarkOrange;
    border-bottom: 25px solid DarkOrange;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    background-color: DarkOrange;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }