@charset "utf-8";


/* -------------------------------------------------
layout
----------------------------------------------------*/
.inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.w-100 {
	width: 100%;
	height: auto;
}

/* ===== header ===== */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 148px;
	background: url("../images/header_bg.png") repeat 0 0;
}

.sns-line {
	position: absolute;
	top: 26px;
	right: 30px;
}

.sns-line ul {
	display: flex;
	align-items: center;
}

.sns-line a { display: block;}

.ico-maru { width: 38px;}
.ico-fb { width: 11px;}
.ico-insta { width: 24px;}

.sns-line ul li:not(:nth-last-of-type(1)) { margin-right: 33px;}

.header-inner { position: relative;}

.h-logo {
	position: absolute;
	top: 36px;
	left: 50%;
	z-index: 100;
	width: 196px;
	transform: translateX(-50%);
}


/* ===== main visual ===== */
.mv { display: none;}

.mov {
  position: relative;
  width: 100%;
  height: 55.5vw;
  overflow: hidden;

  height: calc(100vh - 148px);
  margin-top: 148px;
}

.mov iframe {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100% !important;
	height: 57vw !important;
	transform: translateY(-50%);
}

.mov video {
	width: 100% !important;
}




/* ===== global nav ===== */
#g-nav {
	position: absolute;
	top: 50px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	transform: translateX(-50%);
}

#g-nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#g-nav ul.g-nav-l { width: 316px;}
#g-nav ul.g-nav-r { width: 325px;}

#g-nav ul li:not(:nth-last-of-type(1)) { margin-right: 58px;}

.btn-burger,
.sp-nav-body { display: none;}


/* ===== footer ===== */
.btn-tel { display: none;}

footer {
	padding: 38px 0 35px;
	background: url("../images/footer_bg.png") no-repeat right top;
	background-size: contain;
}

.footer-inner { display: flex;}

.f-conts-l {
	width: 250px;
	margin-right: 65px;
	text-align: center;
}

.f-logo {
	width: 250px;
	margin-bottom: 34px;
}

.link-f-bnr{
	display: inline-block;
	width: 196px;
}

#f-nav {
	display: flex;
	margin-bottom: 44px;
}

#f-nav ul:nth-of-type(1) { margin-right: 48px;}

#f-nav ul li:not(:nth-last-of-type(1)) { margin-bottom: 20px;}

#f-nav ul li a {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	color: #fff;
}

#f-nav ul li a:before {
	content: ">";
	display: inline-block;
	margin-right: 16px;
	color: #fc4500;
}

.copy {
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	color: #fff;
}


/*pageTop*/
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 36px;
	cursor: pointer;
}


/* ====================================
index.html
====================================== */

/* .top-sec-1 */
.top-sec-1 {
	padding: 68px 0 95px;
	background: url("../images/mark_ironman.png") no-repeat center 50px, url("../images/top_conts_bg01.jpg") no-repeat 0 0;
	background-size: 100%, cover;
}

.top-intro {
	padding: 0 0 550px 110px;
	background: url("../images/top_conts_img01.png") no-repeat left bottom;
	background-size: 100%;
}

.top-intro-main {
	width: 665px;
	margin: 0 auto 45px;
}

.top-intro-txt {
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.7;
}

.top-intro-txt .sp-block { display: none;}


/* top-sec-2 */
.top-sec-2 {
	position: relative;
	background: url(../images/top_conts_bg02.png) no-repeat right center;
	background-size: cover;
	padding: 82px 0 52px;
}

.item-img {
	position: absolute;
	top: -36px;
	left: 50%;
	width: 717px;
	transform: translateX(-740px);
}

.top-about-conts { text-align: center;}

.txt-wrap { margin: 0 0 52px 410px;}

.top-about-main {
	width: 400px;
	margin: 0 auto 42px;
}

.top-about-txt {
	font-size: 2.1rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #fff;
}

.top-about-txt .sp-block { display: none;}

.links { position: relative;}

.links ul {
	display: flex;
	justify-content: flex-end;
}

.links ul li { width: 186px;}

.links ul li:not(:nth-last-of-type(1)) {
	margin-right: 45px;
}

.takeout {
	position: absolute;
	top: -80px;
	right: -90px;
	width: 116px;
}


.conts-wrap {
	background: url("../images/top_conts_bg03.jpg") repeat 0 0;
	background-size: 33.33%;
}

/* c-nav */
.c-nav {
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
}

.c-nav-box {
	width: 29%;
	text-align: center;
}

.c-nav-img { margin-bottom: 20px;}

.c-nav-ttl { margin-bottom: 17px;}

.c-nav-ttl-img01 { width: 95px;}
.c-nav-ttl-img02 { width: 114px;}
.c-nav-ttl-img03 { width: 131px;}

.c-nav-txt {
	margin-bottom: 19px;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.link-more {
	display: inline-block;
	padding: 10px 22px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	background-color: rgba(185, 21, 10, 0.7);
	transition: all .3s ease-in-out;
}

.link-more:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background: url("../images/btn_arrow.png") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -1px;
}

.link-more:hover { background-color: rgba(185, 21, 10, 1.0);}


/* top-sec-3 */
.top-sec-3 {
	position: relative;
	padding: 75px 0 70px;
	background: url("../images/top_conts_bg04.png") repeat 0 0;
	background-size: 33.333%;
}

.top-blog-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.top-blog-l { width: 440px;}

.top-blog-ttl {
	width: 298px;
	margin: 0 auto 50px;
}

.top-blog-ttl-sp { display: none;}

.top-blog-conts { margin-bottom: 38px;}

.list-date {
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.list-ttl {
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: 600;
}

.list-txt {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.link-blog { background-color: rgba(132, 104, 84, 0.8);}

.link-blog:hover { background-color: #3d0000;}

.top-blog-r { width: 450px;}

.top-blog-conts-img {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 377px;
	transform: translateX(-832px);
}


/* top-sec-4 */
.top-sec-4 { padding: 80px 0 90px;}

.top-news-inner { margin-bottom: 70px;}

.top-news-ttl {
	width: 189px;
	margin: 0 auto 60px;
}

.top-news-list { margin-bottom: 30px;}

.top-news-area {
	display: flex;
	justify-content: space-between;
	padding-bottom: 28px;
	border-bottom: 2px solid #fff;
}

.top-news-area:not(:nth-last-of-type(1)) { margin-bottom: 28px;}

.top-news-img { width: 280px;}

.top-news-r { width: 640px;}

.top-news-r .list-txt { margin-bottom: 12px;}

.btn-news { text-align: right;}

.link-news { background-color: #7bad90;}

.link-news:hover { background-color: #3e6e46;}

.link-archive { background-color: #3e6e46;}

.link-archive:hover { background-color: #243d3c;}

.link-archive:after {
    width: 15px;
    height: 15px;
}

.link-news-img { width: 152px;}


/* sns-bnr */
.sns-bnr-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}

.sns-bnr-top > div { width: 468px;}

.sns-bnr-bot a { pointer-events: none;}


/* top-sec-5 */
.top-sec-bot {
	padding: 80px 0 0;
	background: url("../images/top_conts_bg05.jpg") no-repeat center top;
	background-size: cover;
}

.top-sec-5 {
	padding-bottom: 70px;
	border-bottom: 1px solid #9f9f9f;
}

.top-acs-ttl {
	width: 170px;
	margin: 0 auto 38px;
}

.shop-list {
	display: flex;
	justify-content: space-between;
}

.shop-box {
	width: 446px;
	text-align: center;
}

.shop-box * { color: #fff;}

.shop-name {
	margin-bottom: 15px;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.3;
}

.shop-acs {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.shop-img { margin-bottom: 35px;}

.shop-img img { border: 3px solid #fff;}

.shop-add {
	margin-bottom: 36px;
	font-size: 1.9rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.link-shop {
	padding: 10px 15px 10px 40px;
	font-size: 2.0rem;
	font-weight: bold;
	background-color: #b9150a;
}

.link-shop:hover { background-color: #d5736c;}

.link-shop:after {
    width: 15px;
    height: 15px;
    margin-left: 34px;
}






/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
.page-ttl-wrap {
	position: relative;
	width: 100%;
	height: 543px;
	background: url("../images/page_ttl_bg.png") no-repeat center center;
	background-size: cover;
}

.page-ttl {
	position: absolute;
	top: 290px;
	left: 50%;	
	transform: translateX(-50%);
}

.page-intro { padding-top: 65px;}




/* ====================================
お店おこだわり
====================================== */
.pas-page-ttl { width: 301px;}

.pas-sec-1 {
	padding: 74px 0 70px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.45);
}

.pas-num-2 { background-color: rgba(36, 14, 5, 0.93);}


.pas-main-txt {
	width: 778px;
	margin: 0 auto 50px;
}

.pas-sub-txt {
	width: 577px;
	display: inline-block;
}

.pas-area {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 590px;
}

.pas-img {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.pas-num-1-img { background-image: url("../images/passion_num01_img.png");}
.pas-num-2-img { background-image: url("../images/passion_num02_img.png");}
.pas-num-3-img { background-image: url("../images/passion_num03_img.png");}

.pas-num-2 .pas-img { order: 2;}

.pas-des {
	display: flex;
	align-items: center;
	width: 50%;
}

.pas-num-2 .pas-des {
	justify-content: flex-end;
	order: 1;
}

.pas-des-inner {
	width: 480px;
	padding: 0 0 0 48px;
}
.pas-num-2 .pas-des-inner { padding: 0 48px 0 0;}

.pas-num {
	width: 248px;
	margin: 0 auto 36px;
}

.pas-ttl { margin: 0 auto 43px;}
.pas-num-1 .pas-ttl { width: 417px;}
.pas-num-2 .pas-ttl { width: 298px;}
.pas-num-3 .pas-ttl { width: 251px;}

.pas-txt {
	font-size: 2.7rem;
	line-height: 1.4;
}
.pas-num-2 .pas-txt { color: #fff;}

.pas-txt .sp-block { display: none;}


.pas-c-nav {
	position: relative;
	padding: 60px 0 50px;
	background-color: rgba(36, 14, 5, 0.93);
}

.pas-c-inner {
	display: flex;
	flex-wrap: wrap;
}

.pas-c-inner li:not(:nth-last-of-type(1)) { margin-right: 45px;}

.link-c-nav {
	display: block;
	width: 186px;
	transition: all .3s ease-in-out;
}

.link-c-nav:hover { opacity: 0.7;}

.pas-conts-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 627px;
}

.common-bnr-bot { padding: 65px 0;}




/* ====================================
お知らせ
====================================== */
.news-page-ttl { width: 191px;}

.news-conts {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.news-left { width: 654px;}

.news-right { width: 225px;}

.news-area { margin-bottom: 60px;}
.news-area:nth-last-of-type(1) { margin-bottom: 68px;}

.post-head { margin-bottom: 32px;}

.post-d-c {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.post-date,
.post-cat { font-size: 1.4rem;}

.post-date { margin-right: 28px;}

.post-cat {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	background-color: #7bad90;
}

.post-ttl {
	font-size: 2.4rem;
	font-weight: 600;
}

.post-content {
	padding-bottom: 24px;
	margin-bottom: 16px;
	border-bottom: 2px solid #fff;
}

.post-img { margin-bottom: 43px;}

.post-img img {
	width: 100%;
	height: auto;
}

.post-des {
	font-size: 1.8rem;
	line-height: 1.5;
}

.btn-detail {
	margin-top: 15px;
	text-align: right;
}

.link-detail { background-color: #7bad90;}

.link-detail:hover {
	background-color: #7bad90;
	opacity: 0.7;
}

.shere-area,
.shere-area ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.shere-ttl {
	margin-right: 16px;
	font-size: 1.5rem;
	font-weight: bold;
}

.shere-area li:nth-of-type(1) { margin-right: 18px;}

.link-fb,
.link-tw { display: block;}

.link-fb { width: 11.5px;}
.link-tw { width: 29px;}


.pager-wrap a {
	display: inline-block;
	width: 50px;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	color: rgba(185, 21, 10, 0.5);
	border: 1px solid rgba(185, 21, 10, 0.5);
	transition: all .3s ease-in-out;
}

.pager-wrap a:not(:nth-last-of-type(1)) { margin-right: 10px;}

.pager-wrap a.current,
.pager-wrap a:hover {
	color: #fff;
	background-color: rgba(185, 21, 10, 0.5);
}

.cat-block {
	padding: 0 0 40px 16px;
	margin-bottom: 50px;
	border-left: 1px solid #b9150a;
}

.cat-blk-head {
	margin-bottom: 30px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #b9150a;
}

.cat-lists li:not(:nth-last-of-type(1)) { margin-bottom: 16px;}

.cat-lists li a {
	font-size: 1.8rem;
	transition: all .3s ease-in-out;
}

.cat-lists li a:hover { color: #b9150a;}

.sns-block { margin-bottom: 20px;}




/* ====================================
メニュー
====================================== */
.menu-page-ttl { width: 157px;}

.menu-intro {
	padding-bottom: 95px;
	background: url("../images/menu_mark_ironman.png") no-repeat center 100px, url("../images/top_conts_bg01.jpg") no-repeat 0 0;
	background-size: 1212px, cover;
}

.menu-intro-inner {
	padding: 60px 0 445px;
	background: url("../images/menu_conts_img01.png") no-repeat center bottom;
	background-size: 960px;
}

.menu-main-txt {
	width: 584px;
	margin: 0 auto 60px;
}

.how-wrap {
	display: flex;
	flex-direction: row-reverse;
	padding-right: 32px;
}

.how-img:not(:nth-of-type(1)) { margin-right: 64px;}

.how-img01 { width: 178px;}
.how-img02 { width: 250px;}
.how-img03 { width: 157px;}

.how-wrap-sp { display: none;}


.menu-up {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 64px;
	margin-bottom: 90px;
}

.menu-up-l,
.menu-up-r { width: calc(50% - 32px);}

.menu-up-l {
	background: url("../images/menu_conts_img02.png") no-repeat right top;
	background-size: cover;
}

.menu-col { width: 450px;}
.menu-up-r-inner { padding: 40px 0 16px;}

.menu-up-ttl {
	width: 362px;
	margin-bottom: 45px;
}

.menu-conts-wrap { padding-bottom: 96px;}

.menu-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.menu-line {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(132, 104, 84, 0.5);
}
.menu-line:nth-last-of-type(1) { margin-bottom: 0;}

.menu-line dt,
.menu-line dd { font-size: 2.4rem;}

.menu-line dd {
	font-weight: 600;
	color: #846854;
}

.menu-line .f-s-small {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1.8rem;
	font-weight: 600;
	color: #846854;
}

.menu-line .f-s-small-2 { font-size: 1.8rem;}

.menu-conts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 86px;
}

.menu-col-ttl {
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 84px;
}
.menu-col-ttl01 {
	padding: 5px 0 5px 104px;
	background-image: url("../images/menu_ttl_icon01.png");
}
.menu-col-ttl02 {
	padding: 22px 0 23px 104px;
	background-image: url("../images/menu_ttl_icon02.png");
}

.menu-col-ttl-img01 { width: 297px;}
.menu-col-ttl-img02 { width: 241px;}
.menu-col-ttl-img03 { width: 203px;}

.menu-col-ttl * { color: #846854;}

.menu-col-ttl .assist {
	display: block;
	margin-top: 16px;
	font-size: 2.0rem;
}

.menu-col-ttl .assist .lunch-time { font-size: 1.6rem;}

.menu-down-ttl { margin-bottom: 40px;}

.menu-star {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #b9150a;
	letter-spacing: 0.05em;
}

.menu-star .sp-block { display: none;}




/* ====================================
店舗情報
====================================== */
.shop-page-ttl { width: 223px;}

.shop-intro { padding: 100px 0 94px;}

.shop-ttl {
	margin-bottom: 96px;
	font-size: 5.5rem;
	font-weight: bold;
	text-align: center;
}

.shop-sub-ttl {
	display: block;
	margin-top: 16px;
	font-size: 2.1rem;
}

.shop-area {
	padding-bottom: 52px;
	margin-bottom: 42px;
	border-bottom: 1px solid #bfbfbf;
}

.shop-area-ttl { margin-bottom: 20px;}
.shop-area-ttl01 { width: 694px;}
.shop-area-ttl02 { width: 734px;}

.shop-area-txt {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.75;
}

.shop-area-txt .sp-block { display: none;}

.shop-acc-name {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: right;
}


.shop-sec-2 {
	padding: 86px 0 90px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.45);
}

.shop-sec-ttl { margin-bottom: 50px;}

.shop-sec-ttl-img {
	width: 403px;
	height: auto;
}

.shop-hos-txt {
	margin-bottom: 50px;
	font-size: 2.1rem;
	line-height: 1.7;
}

.shop-hos-txt .f-s-large {
	font-size: 2.7rem;
}


.shop-sec-3 {
	padding: 80px 0 0;
	background: url("../images/shop_conts_bg.png") no-repeat center top;
	background-size: cover;
}

.shop-sec-3 .top-acs-ttl { margin: 0 auto 38px;}


.shop-acc-area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 60px;
	border-bottom: 3px solid #fff;
}
.acc-area02{
	padding-top: 60px;
	border-bottom: none;
}

.shop-des {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
}

.shop-des * {
	font-weight: 600;
	color: #fff;
}

.shop-acc-img-sp { display: none;}

.shop-des-l,
.shop-acc-img { width: 50%}

.shop-acc-img img {
	width: 446px;
	border: 3px solid #fff;
}


.shop-acc-ttl {
	margin-bottom: 8px;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.4;
}

.shop-moyori {
	margin-bottom: 36px;
	font-size: 2.1rem;
	font-weight: 600;
}

.shop-des-l dl {
	width: 420px;
	display: flex;
	flex-wrap: wrap;
}

.shop-des-l dl:not(:nth-last-of-type(1)) { margin-bottom: 32px;}

.shop-des-l dt,
.shop-des-l dd {
	line-height: 1.3;
	font-size: 2.1rem;
}

.shop-des-l dt { width: 124px;}

.shop-map {
	width: 100%;
	height: 443px;
}

.shop-footer {
	background: url("../images/shop_footer_bg.png") no-repeat 0 0;
	background-size: cover;
}




/* ====================================
スタッフ募集
====================================== */
.stf-page-ttl { width: 264px;}

.stf-intro {
	padding: 70px 0 92px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.45);
}

.stf-mv { margin-bottom: 48px;}

.stf-main-txt {
	width: 330px;
	margin: 0 auto 36px;
}

.stf-sub-txt {
	width: 475px;
	margin: 0 auto 50px;
}

.stf-intro-txt {
	font-size: 2.4rem;
	line-height: 1.75;
}

.stf-intro-txt .sp-block { display: none;}

.stf-sec-1 { padding: 94px 0 90px;}

.stf-sec-ttl01 {
	width: 237px;
	margin: 0 auto 36px;
}

.stf-cap {
	display: inline-block;
	width: 160px;
	padding: 13px 0;
	font-size: 1.8rem;
	text-align: center;
	color: rgba(185, 21, 10, 0.5);
	border: 1px solid rgba(185, 21, 10, 0.5);
	border-bottom: none;
}

.stf-table:nth-of-type(1) { margin-bottom: 90px;}

.stf-table dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 28px 0;
	border-bottom: 1px solid #bfbfbf;
}

.stf-table dl:nth-of-type(1) {
	border-top: 1px solid rgba(185, 21, 10, 0.5);
}

.stf-table dt,
.stf-table dd { font-size: 1.8rem;}

.stf-table dt { width: 158px;}
.stf-table dd { width: calc(100% - 158px);}


.stf-sec-2 {
	padding: 50px 0 75px;
	text-align: center;
	background-color: rgba(36, 14, 5, 0.93);
}

.stf-sec-2 * { color: #fff;}

.stf-sec-ttl02 {
	width: 301px;
	margin: 0 auto 56px;
}

.stf-tel-txt {
	margin-bottom: 36px;
	font-size: 2.1rem;
}

.stf-tel-txt .sp-block { display: none;}

.stf-tel-num {
	width: 489px;
	margin: 0 auto 40px;
}

.stf-time { font-size: 2.1rem;}










































