/*
Theme Name:furoku2024
Theme URL:https://hakata829.com/
Description:博多馬肉処ふろく
Author: 博多馬肉処ふろく
Version: 1.0

*/


/* base
--------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
	scroll-padding-top:150px;
}

@media screen and (min-width:641px) and ( max-width:1280px) {
	html {
	font-size: 50%;
	}
	
	.footer-container {
	padding-left:100px !important;
	}
	
	.page-wrap {
	margin-left: 80px;
	}
}

body{
	font-family:"Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-size:1.6rem;
	margin:0;
	padding: 0;
	line-height: 2;
	font-weight: 400;
	color:#333;
	position: relative;
	counter-reset: number 0;  
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	text-decoration: none;
	color:#494949;
}

a:hover {
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	opacity: 0.7;
	/*! color: #FF8C31; */
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p{
	padding:0;
	margin: 0;
	font-size: 1.6rem;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.breadcrumbs{
	font-size: 1.4rem;
	color:#595757;
	font-weight: 400;
	font-style: normal;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	line-height: 50px;
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}

.breadcrumbs a i{
	color: #494949;
	margin-right: 1rem;
}

.breadcrumbs i{
	font-size: 1.6rem;
}

.breadcrumbs a:hover{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	opacity: 0.7;
}

.breadcrumbs span{
	padding: 0 0.5rem;
}

.breadcrumbs .now-page{
	color: #666;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.6rem;
	margin-top: 6.5rem;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	color:#A5A5A5;
	text-decoration: none;
	display: inline-block;
	margin: 0 8px;
	background-color: #FFF;
	border-radius: 50%;
	border: 1px solid #A5A5A5;
}

.wp-pagenavi page larger{
	border: 1px solid #DFDFDF;
}

.wp-pagenavi span,
.wp-pagenavi a{
	width: 40px;
	height: 40px;
	line-height: 35px;
	font-weight: 500;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.wp-pagenavi .current{
	background-color: #C9161D;
	color: #FFF;
	border: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	position:relative;
	border: 1px solid #A5A5A5;
}

.wp-pagenavi .first,
.wp-pagenavi .last{
	border: 1px solid #494949;
	width: 60px;
	border-radius: 5px;
}

.wp-pagenavi i{
	font-size:1.4rem;
}

.wp-pagenavi .pages{
	background-color:#fff;
	color:#4C4B4C;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #DFDFDF;
	font-size: 1.6rem;
	width: 55px;
}

#page-top{
	display: block;
	position: fixed;
	bottom: 65px;
	right: 20px;
	z-index: 400;
	width: 60px;
	height: 60px;
}

#page-top img{
	width:100%;
	height:auto;
}

/* header
--------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
}

.follow{
	position: fixed;
	top: 0;
}

.header-container{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	padding-left: 35px;
	background-color: #fff;
	position: relative;
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

.header-container .header-disc{
	position: absolute;
	top: 5px;
	left: 35px;
	z-index: 200;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
}

.header-container > .logo{
	max-width:250px;
	height:auto;
	z-index: 300;
	margin-top: 25px;
	width: 30%;
}

.header-container > .logo img{
	width:195px;
	height:75px;
}

.c-header #nav-drawer{
	width: calc(100% - 360px);
}

.head-contact{
	width:320px;
	height:120px;
	background-color:#C9161D;
	text-align:center;
	display: block;
	line-height: 1;
	padding: 2.5rem 0;
}

.head-contact p{
	color:#fff;
	margin-bottom: 1rem;
	letter-spacing: .05em;
}

.head-contact .contact-title{
	font-size:1.5rem;
}

.head-contact .tel{
	font-size:2.8rem;
}

.head-contact .tel span{
	font-size:1.8rem;
	margin-right: 0.5rem;
}

.head-contact .business-hours{
	font-size:1.2rem;
}

/* navi
--------------------------------*/
.head-nav{
	width: 55%;
	margin-left: auto;
}

.head-nav > nav > ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 3rem;
}

.head-nav > nav > ul > li{
	display: inline-block;
	flex: 1 1 auto;
	height: 75px;
	text-align: center;
	line-height: 60px;
}

.head-nav > nav > ul > li > a{
	display:block;
	font-size:1.6rem;
	font-weight:500;
	letter-spacing: .1em;
}

#nav-drawer {
	position:fixed;
	width: 50px;
	height: 50px;
	top: 300px;
	left: 15px;
	z-index: 600;
}

.nav-btn{
	cursor: pointer;
	width: 50px;
	height:50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.nav-btn span{
	display: inline-block;
	transition: all .50s;
	position: absolute;
	height: 2px;
	border-radius: 5px;
	background: #333333;
	width: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.nav-btn span:nth-of-type(1) {
	top:15px;
}

.nav-btn span:nth-of-type(2) {
	top:25px;
}

.nav-btn.active span:nth-of-type(1) {
	top: -2px;
	left: 10px;
	transform: translateY(7px) rotate(-45deg);
	width: 30px;
}

.nav-btn.active span:nth-of-type(2){
	top: 10px;
	left: 10px;
	transform: translateY(-5px) rotate(45deg);
	width: 30px;
}

.nav-content {
	overflow: auto;
	position: fixed;
	top: 120px;
	left: 80px;
	width: 50%;
	transition: .60s ease-in-out;
	-webkit-transform: translateX(-125%);
	z-index: 500;
	background-color: rgba(255,255,255,0.95);
	max-width: 370px;
	height: calc(100vh - 150px);
}

.nav-btn.active ~ .nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.nav-content > .nav-container {
	padding:12rem 3rem;
}

.nav-content > .nav-container > .logo{
	width:255px;
	height:auto;
	display: block;
	margin: 0 auto;
}

.nav-content > .nav-container > .logo > img{
	width:100%;
	height:auto;
}

.nav-content > .nav-container > nav{
	position:relative;
	margin-bottom: 4rem;
	border-bottom: 1px solid #8E8E8E;
}

.nav-content > .nav-container > nav > ul{
	position:relative;
	margin: 5rem auto 4rem;
	width: 200px;
}

.nav-content > .nav-container > nav > ul > li{
	position:relative;
	margin-bottom: 4rem;
	line-height: 1;
}

.nav-content > .nav-container > nav > ul > li:last-child{
	margin-bottom:0;
}

.nav-content > .nav-container > nav > ul > li > a,
.nav-content > .nav-container > nav > ul > li > p{
	color: #333333;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.nav-content > .nav-container > nav > ul > li > ul{
	position:relative;
	margin-left: 1rem;
}

.nav-content > .nav-container > nav > ul > li > ul > li{
	position:relative;
	margin-top: 2rem;
	line-height: 1;
}

.nav-content > .nav-container > nav > ul > li > ul > li:before{
	content:"-";
	color: #9a9a9a;
	font-size: 1.6rem;
	font-weight: 500;
}

.nav-content > .nav-container > nav > ul > li > ul > li > a{
	position:relative;
	color: #8E8E8E;
	font-size: 1.2rem;
	font-weight: 500;
	padding-left: 5px;
}

.nav-content > .nav-container > nav > ul > li > .sub > li > a{
	color: #595757;
}

.nav-content > .nav-container > .nav-contact{
	text-align:center;
	display:block;
	line-height: 1;
}

.nav-content > .nav-container > .nav-contact > .tel{
	font-size:2.8rem;
	letter-spacing: .05em;
}

.nav-content > .nav-container > .nav-contact > .tel > span{
	font-size:1.8rem;
}

.nav-content > .nav-container > .nav-contact > .business-hours{
	font-size:1.2rem;
	margin: 1.5rem 0 3rem;
	letter-spacing: .05em;
}

.nav-content > .nav-container > .sns{
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.nav-content > .nav-container > .sns > a{
	display: block;
	line-height: 1;
}

.nav-content > .nav-container .sns > a > img{
	width: 100%;
	height: auto;
}

/* footer
--------------------------------*/
footer{
	position:relative;
	background-color:#333333;
	padding-left: 80px;
}

footer .copy{
	line-height: 1;
	margin-top: auto;
}

footer .copy p{
	font-size:1.5rem;
	letter-spacing: .1em;
	color: #fff;
}

.footer-container{
	padding:6.5rem 0 3rem;
	display: flex;
	justify-content: space-between;
}

.footer-container .footer-info{
	position:relative;
	width: 50%;
}

.footer-container .footer-info .logo{
	display:block;
	max-width:270px;
	margin-bottom: 2rem;
	line-height: 1;
	width: 40%;
}

.footer-container .footer-info .logo img{
	width:100%;
	height:auto;
}

.footer-container .footer-info .address{
	font-size:1.6rem;
	line-height: 1.5;
	margin-bottom: 2.5rem;
	color:#fff;
	letter-spacing: .1em;
}

.footer-container .footer-info .tel{
	display:block;
	font-size:2.8rem;
	color:#fff;
	line-height: 1;
	letter-spacing: .1em;
}

.footer-container .footer-info .tel span{
	font-size:1.8rem;
	margin-right:1rem;
}

.footer-container .footer-info .sns{
	display:block;
	line-height: 0;
	width: 30px;
	height:30px;
	margin: 3rem 0 7rem;
}

.footer-container .footer-info .sns a{
	width: 30px;
	height:auto;
}

.footer-container .footer-info .sns img{
	width:100%;
	height:auto;
}

.footer-container .footer-navi{
	width: 40%;
	margin-top: 2rem;
}

.footer-container .footer-navi a,
.footer-container .footer-navi .nav-name{
	display:block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.footer-container .footer-navi > ul{
	position:relative;
	display: flex;
}

.footer-container .footer-navi > ul > li{
	position:relative;
	flex: 1 1 auto;
}

.footer-container .footer-navi .nav-name{
	margin-bottom: 2rem;
}

.footer-container .footer-navi > ul > li > ul{
	position:relative;
}

.footer-container .footer-navi > ul > li > ul > li{
	margin-bottom:4rem;
}

.footer-container .footer-navi .sub{
	position:relative;
	line-height: 1.5;
}

.footer-container .footer-navi .sub > li{
	margin-bottom:10px;
}

.footer-container .footer-navi .sub > li > a{
	position:relative;
	font-size:1rem;
	color:#818181;
	padding-left:15px;
}

.footer-container .footer-navi .sub > li > a:before{
	content:"-";
	position:absolute;
	left:5px;
}

.footer-container .footer-navi .etc{
	position:relative;
}

.footer-container .footer-navi .etc > li{
	position:relative;
	line-height: 1.5;
	margin-bottom: 25px;
}

.footer-container .footer-navi .etc > li > a{
	font-size:1.6rem;
	font-weight:500;
}

.footer-container .footer-navi > ul > li > .etc > li:first-child{
	margin-bottom: 25px;
}

/* home
--------------------------------*/
#mainvisual{
	position: relative;
	height: calc(100vh - 120px);
	padding-left:80px;
	margin-top: 120px;
	width: 100%;
}

#mainvisual img{
	width:100%;
	height:auto;
}

.side-contact{
	width:80px;
	height: calc(100vh - 150px);
	z-index: 500;
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 120px;
}

.side-contact > ul{
	width:80px;
	height:300px;
	position: fixed;
	left: 0;
	bottom: 30px;
}

.side-contact > ul > li{
	width:80px;
	height:150px;
	position: relative;
}

.side-contact > ul > .reserve{
	background-color:#C9161D;
}

.side-contact > ul > .contact{
	background-color:#333333;
}

.side-contact > ul > li > a{
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 150px;
	color: #fff;
}

.side-contact > ul > .reserve > a{
	padding: 3rem;
}

.side-contact > ul > .contact > a{
	padding: 0.8rem 3rem;
}

.side-contact > ul > li > a > img{
	width:22px;
	height:22px;
	margin-bottom: 0.5rem;
}

.side-contact > ul > li > a > p{
	font-size:1.6rem;
	color:#fff;
	font-weight:500;
	text-align:center;
	letter-spacing: .1em;
}

.home-concept{
	padding:16rem 0 12rem;
}

.home-concept .home-title{
	margin-bottom:6rem;
}

.home-concept .home-title h2{
	border-bottom:1px solid #333;
	padding-bottom:2rem;
	letter-spacing: .05em;
}

.home-concept .concept-container{
	max-width:1715px;
	width:90%;
	display:flex;
	justify-content:space-between;
	margin-left: auto;
	align-items: center;
	padding-bottom: 16.5rem;
}

.home-concept .concept-container .concept-txt{
	width:36%;
}

.home-concept .concept-container .concept-txt .concept-catch{
	font-size:2.6rem;
	letter-spacing: .05em;
	line-height: 1.4;
	margin-bottom: 2.5rem;
}

.home-concept .concept-container .concept-txt p{
	font-size:1.6rem;
}

.home-concept .concept-container .concept-txt .storemanager{
	font-size:2rem;
	text-align: right;
	margin-top: 6rem;
	letter-spacing: .1em;
}

.home-concept .concept-container .concept-txt .storemanager span{
	font-size:1.6rem;
	margin-right:1rem;
}

.home-concept .concept-container .home-button{
	margin-top:4.5rem;
}

.home-concept .concept-container .concept-image{
	max-width:1012px;
	width:60%;
	height:auto;
	line-height: 0;
	position:relative;
}

.home-concept .concept-container .concept-image img{
	width:100%;
	height:auto;
}

.home-concept .concept-container .concept-image::after{
	content:"";
	border:1px solid #C6B37F;
	width:100%;
	height:100%;
	position:absolute;
	display: block;
	top: 10px;
	left: -10px;
}

.home-concept .commitment-container{
	position:relative;
	margin-left: 80px;
}

.home-concept .commitment-container::after{
	content:"";
	background-image: url(img/kodawari-bg-img.svg);
	display: inline-block;
	background-size: cover;
	width: 760px;
	height:720px;
	position: absolute;
	bottom: 35%;
	right: 0;
	z-index: -1;
}

.home-concept .commitment-container ul li{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom: 12rem;
}

.home-concept .commitment-container ul li .commitment-txt{
	width:46%;
}

.home-concept .commitment-container ul li .commitment-txt h3{
	font-size:4.5rem;
	color:#C9161D;
	line-height:1.6;
	margin-bottom:4rem;
	letter-spacing: .1em;
}

.home-concept .commitment-container ul li .commitment-image{
	width:47%;
	line-height: 1;
}

.home-concept .commitment-container ul li .commitment-image img{
	width:100%;
	height:auto;
}

.home-menu{
	background-color:#333;
	position:relative;
	padding: 23rem 0;
}

.home-menu::after{
	content:"";
	background-image: url(img/menu-bg-img.svg);
	display: inline-block;
	background-size: cover;
	max-width: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 100%;
}

.home-menu .menu-container{
	display:flex;
	position: relative;
	z-index: 10;
	max-width: 1710px;
	width: 90%;
	margin-left: auto;
	align-items: center;
}

.home-menu .menu-container .menu-info{
	width:450px;
}

.home-menu .menu-container .menu-info .home-title{
	color:#fff;
}

.home-menu .menu-container .menu-info .home-button{
	margin:4rem 0 0 0;
}

.home-menu .menu-container .menu-info .home-button a{
	color:#fff;
	border:1px solid #fff;
}

.home-menu .menu-container .menu-info .home-button::after {
	background-image: url(img/arrow-white.svg);
}

.home-menu .menu-container .menu-slide{
	width:calc(100% - 450px);
	display: flex;
}

.slick-slide .menu-slide-post{
	width:100%;
	margin-right: 2rem;
}

.slick-slide .menu-slide-post img {
	width:100%;
	height:auto;
}

.post-slick{
	position:relative;
	z-index: 1;
}

.slick {
	position:relative;
	z-index: 1;
	height: 100vh;
}

.slick-item a{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slick-dots button{
	display: none;
}

.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus{
	outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after{
	display: table;
	content: "";
}

.slick-track:after{
	clear: both;
}

.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide{
	float: right;
}

.slick-initialized .slick-slide{
	display: block;
}

.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
	line-height:0;
}

.slick-arrow.slick-hidden {
	display: none;
}

.home-info{
	padding:15rem 0 13rem;
}

.home-info .home-title{
	margin-bottom:8.5rem;
}

.home-info .info-container{
	display:flex;
	justify-content:space-between;
	align-items: end;
}

.home-info .info-container .info-image{
	width:47%;
	height:auto;
	line-height: 1;
}

.home-info .info-container .info-image img{
	width:100%;
	height:auto;
}

.home-info .info-container .info-txt{
	width:50%;
}

.home-info .info-container .info-txt dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.home-info .info-container .info-txt dl dt,
.home-info .info-container .info-txt dl dd{
	padding: 3rem 1rem;
	border-bottom:1px solid #333333;
	letter-spacing: .1em;
}

.home-info .info-container .info-txt dl dt{
	width:125px;
}

.home-info .info-container .info-txt dl dd{
	width:calc(100% - 125px);
}

.home-access{
	background-color:#333333;
	padding:13rem 0 12rem;
}

.home-access .home-title {
	color: #fff;
	margin-bottom: 6.5rem;
}

.home-access .ggmap{
	width:100%;
	height:530px;
}

.home-access .ggmap iframe{
	width: 100%;
	height: 100%;
}

.home-access .access-container{
	display:flex;
	justify-content:space-between;
	margin-top: 3.5rem;
	align-items: center;
}

.home-access .access-container .access-info{
	width:40%;
}

.home-access .access-container .access-info li{
	color:#fff;
}

.home-access .access-container .home-button a{
	color:#fff;
	border: 1px solid #fff;
}

.home-access .access-container .home-button{
	margin:0;
}

.home-access .access-container .home-button::after {
	background-image: url(img/arrow-white.svg);
}

.home-post{
	background-color:#565656;
	padding:9.5rem 0;
}

.home-post .home-title {
	color: #fff;
	text-align: center;
	margin-bottom: 9rem;
}

.home-post .post-widget{
	max-width:1680px;
	width:90%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.home-post .post-widget .post-blog,
.home-post .post-widget .post-news{
	width:46%;
}

.home-post .post-widget .date,
.home-post .post-widget h3{
	font-size:1.6rem;
	font-weight:500;
	color:#fff;
	letter-spacing: .05em;
}

.home-post .post-widget .post-blog .blog-list li > article > a{
	display:flex;
	align-items:center;
	padding:1.5rem 2rem;
	justify-content: space-between;
	border-top: 1px solid #fff;
	position: relative;
}

.home-post .post-widget ul > li > article > a::after{
	content:"";
	background-image: url(img/arrow-white.svg);
	display: inline-block;
	background-size: cover;
	width: 7px;
	height:13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 20px;
}

.home-post .post-widget .post-blog .blog-list li:last-child a{
	border-bottom:1px solid #fff;
}

.home-post .post-widget .post-blog .blog-list li .blog-image{
	width:115px;
	height:auto;
}

.home-post .post-widget .post-blog .blog-list li .blog-image img{
	width:100%;
	height:auto;
}

.home-post .post-widget .post-blog .blog-list li .blog-info{
	width:calc(100% - 155px);
}

.home-post .post-widget .post-news .news-list li > article > a{
	display:block;
	padding:3rem 2rem;
	border-top: 1px solid #fff;
	position: relative;
}

.home-post .post-widget .post-news .news-list li:last-child a{
	border-bottom: 1px solid #fff;
}

.home-post .post-widget .post-news .news-list a .cat {
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #FF3939;
	width: 90px;
	height: 20px;
	line-height: 20px;
	letter-spacing: .05em;
	position: absolute;
	top: 36px;
	left: 130px;
	border-radius: 50px;
}

.home-post .home-button{
	width:200px;
	margin: 4rem 0 0 auto;
}

.home-post .home-button::after{
	background-image: url(img/arrow-white.svg);
}

.home-post .home-button a{
	color:#fff;
	border: 1px solid #fff;
}

.home-reservation{
	padding:14rem 0 11rem;
}

.home-reservation .home-title{
	margin-bottom:8rem;
}

.home-reservation .reservation-calendar{
	width:100%;
	height: 810px;
}

.home-reservation .home-button{
	margin:4.5rem 0 0 auto;
}

/* 博多馬肉処ふろくとは
--------------------------------*/
.page-bg-about{
	background-image:url(img/title-bg-about.jpg);
}

.c-about{
	padding-top:10rem;
}

.c-about .home-title{
	margin-bottom:6rem;
}

.c-about .home-title h2{
	border-bottom:1px solid #333;
	padding-bottom:2rem;
	letter-spacing: .05em;
}

.c-about .concept-container{
	max-width:1715px;
	width:90%;
	display:flex;
	justify-content:space-between;
	margin-left: auto;
	align-items: center;
	padding-bottom: 16.5rem;
}

.c-about .concept-container .concept-txt{
	width:36%;
}

.c-about .concept-container .concept-txt .concept-catch{
	font-size:2.6rem;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-bottom: 2.5rem;
}

.c-about .concept-container .concept-txt p{
	font-size:1.6rem;
}

.c-about .concept-container .concept-txt .storemanager{
	font-size:2rem;
	text-align: right;
	margin-top: 6rem;
	letter-spacing: .1em;
}

.c-about .concept-container .concept-txt .storemanager span{
	font-size:1.6rem;
	margin-right:1rem;
}

.c-about .concept-container .home-button{
	margin-top:4.5rem;
}

.c-about .concept-container .concept-image{
	max-width:1012px;
	width:60%;
	height:auto;
	line-height: 0;
	position:relative;
}

.c-about .concept-container .concept-image img{
	width:100%;
	height:auto;
}

.c-about .concept-container .concept-image::after{
	content:"";
	border:1px solid #C6B37F;
	width:100%;
	position:absolute;
	display: block;
	top: 10px;
	left: -10px;
	height: 100%;
}

.c-about .commitment-container{
	position:relative;
	margin-left: 80px;
}

.c-about .commitment-container::after{
	content:"";
	background-image: url(img/kodawari-bg-img.svg);
	display: inline-block;
	background-size: cover;
	width: 760px;
	height:720px;
	position: absolute;
	bottom: 28%;
	right: 0;
	z-index: -1;
}

.c-about .commitment-container ul{
	border-bottom: 1px solid #8E8E8E;
}

.c-about .commitment-container ul li{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom: 12rem;
}

.c-about .commitment-container ul li:last-child{
	margin-bottom:15rem;
}

.c-about .commitment-container ul li .commitment-txt{
	width:46%;
}

.c-about .commitment-container ul li .commitment-txt h3{
	font-size:4.5rem;
	color:#C9161D;
	line-height:1.6;
	margin-bottom:4rem;
	letter-spacing: .1em;
}

.c-about .commitment-container ul li .commitment-image{
	width:47%;
	line-height: 1;
}

.c-about .commitment-container ul li .commitment-image img{
	width:100%;
	height:auto;
}

.c-greeting{
	padding:12rem 0 14rem;
}

.c-greeting .home-title{
	margin-bottom:6.5rem;
}

.c-greeting .greeting-catch{
	font-size:2.6rem;
	border-bottom:1px solid #C9161D;
	color:#C9161D;
	padding-bottom:1rem;
	margin-bottom:3rem;
	letter-spacing: .05em;
}

.c-greeting .storemanager{
	width:300px;
	height:38px;
	margin-top: 6rem;
	margin-left: auto;
}

.c-greeting .storemanager img{
	width:100%;
	height:auto;
}

/* 博多馬肉処ふろく(店舗情報)
--------------------------------*/
.page-bg-information{
	background-image:url(img/title-bg-information.jpg);
}

.c-guidance{
	padding:10.5rem 0 14.5rem;
}

.c-guidance .guidance-container{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.c-guidance .guidance-container .guidance-txt{
	width:50%;
}

.c-guidance .guidance-container .guidance-txt .home-title{
	margin-bottom:4.5rem;
}

.c-guidance .guidance-container .guidance-txt .home-title h2{
	letter-spacing: .05em;
}

.c-guidance .guidance-container .guidance-image{
	width:47%;
	line-height: 1;
}

.c-guidance .guidance-container .guidance-image img{
	width:100%;
	height:auto;
}

.c-info{
	padding-bottom:14.5rem;
}

.c-info .home-title{
	margin-bottom:5.5rem;
}

.c-info dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.c-info dl dt,
.c-info dl dd{
	border-bottom:1px solid #333333;
	letter-spacing:.1em;
	padding:3.5rem 0;
}

.c-info dl dt{
	width:170px;
	padding-left:1.5rem;
}

.c-info dl dd{
	width:calc(100% - 170px);
}

.c-access .home-title{
	margin-bottom:7rem;
}

.c-access .ggmap{
	width: 100%;
	height: 530px;
}

.c-access .access-container{
	display:flex;
	justify-content:space-between;
	margin-top: 3.5rem;
	align-items: center;
}

.c-access .access-container .access-info{
	width:40%;
}

.c-access .access-container .home-button{
	margin:0;
}

.c-reserve{
	padding:10rem 0 15rem;
}

.c-reserve .home-title{
	margin-bottom:7rem;
}

.c-reserve .home-button{
	margin:4.5rem 0 0 auto;
}

.c-reserve .reservation-calendar{
	width:100%;
	height:810px;
}

/* プライバシーポリシー
--------------------------------*/
.page-bg-privacypolicy{
	background-image:url(img/title-bg-privacypolicy.jpg);
}

.c-privacypolicy{
	padding:10rem 0 15rem;
}

.c-privacypolicy .privacypolicy-catch{
	font-size:1.8rem;
	text-align:center;
	margin-bottom: 8.5rem;
	letter-spacing: .1em;
}

.c-privacypolicy .privacy-container{
	background-color:#F9F9F9;
	padding:2.5rem 4.5rem 12rem;
}

.c-privacypolicy .privacy-container h2{
	font-size:2.2rem;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	border-bottom:1px solid #C9161D;
	margin-bottom: 1.5rem;
	margin-top: 5rem;
	letter-spacing: .1em;
}

.c-privacypolicy .privacy-container h2::before {
	content: counter(number)".";
	margin-right: .5rem;
	counter-increment: number 1;
}

.c-privacypolicy .privacy-container p{
	font-size:1.6rem;
	letter-spacing:.1em;
}

.c-privacypolicy .privacy-container ul{
	margin-top:4rem;
	margin-left: 2rem;
}

.c-privacypolicy .privacy-container ul li{
	list-style: disc;
	letter-spacing: .1em;
}

/* お問い合わせ
--------------------------------*/
.page-bg-contact{
	background-image:url(img/title-bg-contact.jpg);
}

.c-contact{
	padding:10rem 0 15rem;
}

.c-contact .contact-catch{
	font-size:1.8rem;
	letter-spacing:.1em;
	text-align:center;
	margin-bottom:15rem;
}

.c-contact .tel-container{
	padding-bottom:14.5rem;
}

.tel-container .home-titile{
	margin-bottom:4.5rem;
}

.tel-container .tel-catch{
	font-size:1.6rem;
	margin-bottom:3rem;
	margin-top:5rem;
	letter-spacing: .1em;
}

.tel-container .tel-box{
	display:flex;
	align-items: center;
	border: 1px solid #333333;
}

.tel-container .tel-box dt,
.tel-container .tel-box dd{
	width:50%;
	padding:4.5rem 0;
	line-height:1.8;
}

.tel-container .tel-box dt{
	font-size:3.2rem;
	border-right: 1px solid #333333;
	letter-spacing: .15em;
	text-align: center;
}

.tel-container .tel-box dd{
	text-align: center;
}

.tel-container .tel-box dd .tel-number{
	font-size:4rem;
	color:#C9161D;
	letter-spacing: .1em;
	display:block;
}

.tel-container .tel-box dd .tel-number span{
	font-size:2.5rem;
	margin-right:1.5rem;
}

.tel-container .tel-box dd .business-hours{
	font-size:1.4rem;
	letter-spacing: .1em;
}

.mail-container .home-title{
	margin-bottom:6rem;
}

.gray-container{
	background-color:#F9F9F9;
	padding:8.5rem 5rem;
}

.contact-step{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 10rem;
	width: 460px;
	position: relative;
	z-index: 1;
}

.contact-step::after{
	background: #A5A5A5;
	content: "";
	z-index: -1;
	margin: auto;
	height: 1px;
	width: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.contact-step .active::before{
	content: "";
	margin: auto;
	height: 1px;
	width: 15rem;
	position: absolute;
	bottom: 0;
	right: 55px;
	top: 0;
	background-color: #C9161D;
}

.contact-step li {
	text-align: center;
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #A5A5A5;
	font-size: 2rem;
	font-weight: 600;
	line-height: 5;
	border: 1px solid #A5A5A5;
	background-color: #fff;
}

.contact-step .cricle{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #b4b4b4;
	font-size: 2.2rem;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.contact-step li .cricle-in{
	position: absolute;
	top: 6.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #A5A5A5;
	font-weight: 500;
	width: 100%;
	font-size: 1.4rem;
	letter-spacing: .1em;
}

.contact-step .active:first-child::before{
	content: none;
}

.contact-step .active{
	background-color: #C9161D;
	border: none;
}

.contact-step .active .cricle{
	color:#FFF;
}

.contact-step .active .cricle-in{
	color:#333333;
}

/* お問い合わせ(新)変更部分 */
.c-contact-new .contact-step{
	width: 250px !important;
}

.c-contact-new .contact-step .active::before {
	width: 14rem;
}

/* お問い合わせ・ご応募(フォーム部分)
--------------------------------*/
.contactpage-form{
	width:100%;
	border-radius: 15px;
}

.contactpage-form .req::after{
	content: "必須";
	color: #C9161D;
	font-size: 1.4rem;
	position: absolute;
	right: 4rem;
	border-radius: 20px;
	width: 60px;
	text-align: center;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border: 1px solid #C9161D;
	background-color: #fff;
	font-weight: 500;
}

.contactpage-form .any::after{
	content: "任意";
	color: #A5A5A5;
	font-size: 1.4rem;
	position: absolute;
	right:4rem;
	border-radius: 20px;
	width: 60px;
	text-align: center;
	background-color: #fff;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border: 1px solid #A5A5A5;
}

.contactpage-form table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.contactpage-form table tr{
	display:flex;
	justify-content: space-between;
	padding: 4rem 0;
	border-bottom: 1px solid #C4C4C4;
	align-items: center;
}

.contactpage-form table th{
	text-align: left;
	vertical-align: top;
	position: relative;
	font-size: 1.6rem;
	background-clip: padding-box;
	width: calc(100% - 740px);
	font-weight: 400;
	display: block;
	line-height: 1.4;
	letter-spacing: .1em;
}

.contactpage-form table td{
	width: 740px;
	display: block;
	font-size: 1.6rem;
}

.contactpage-form table td span{
	font-size:1.4rem;
	margin-top: 0.5rem;
}

.contactpage-form table td .age .contactpage-form select{
	width:70px;
}

.contactpage-form input,
.contactpage-form textarea{
	padding: 1.5rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	font-size: 1.4rem;
	font-weight: 400;
	width: 90%;
	max-width: 600px;
	border: 1px solid #A5A5A5;
}

.contactpage-form select {
	padding: 1rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	border: none;
	width: 160px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 0.5rem;
	border: 1px solid #C4C4C4;
}

.contactpage-form textarea {
	padding: 2.2rem;
}

.contactpage-form input[type="checkbox"]{
	border-radius:15px;
	padding: 0.8rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	box-shadow: 1px 1px 1px 0px rgba(196, 207, 214, .8) inset;
	border: 1px solid #d2dadf;
	font-size: 1.6rem;
	width: auto;
}

.contactpage-form input::placeholder,
.contactpage-form textarea::placeholder{
	color:#595757;
	font-size:1.4rem;
}

.contactpage-form input:hover,
.contactpage-form textarea:hover{
	box-shadow:inset 2px 2px 3px #CCCCCC;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

.contactpage-form input:focus,
.contactpage-form textarea:focus{
	background-color: #FFFFE1;
	box-shadow:inset 2px 2px 3px #CCCCCC;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

.contactpage-form .checkbox-adjust span{
	width: 31%;
	margin-left: 0px !important;
}

.contact-privacy{
	border: 1px solid #A5A5A5;
	max-width: 780px;
	margin: 8rem auto 0;
	padding: 4rem;
	box-sizing: border-box;
	width: 80%;
	background-color: #fff;
}

.contact-privacy a{
	color:#C9161D;
	text-decoration: underline;
}

.contact-privacy p{
	font-size: 1.6rem;
}

.contact-privacy .cp-title{
	font-weight: 500;
	margin-bottom: 1rem;
	display: block;
}

.contact-privacy .privacy-check{
	text-align:center;
	margin-top: 3rem;
}

.contact-privacy .privacy-check .checkbox{
	margin:0;
}

.contact-privacy .privacy-check .mwform-checkbox-field-text{
	font-size: 1.6rem;
	letter-spacing: .05em;
}

.contact-privacy .privacy-check input{
	margin-right: 10px;
	transform: scale(1.4);
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
}

.contactpage-check .contact-privacy,
.contactpage-check .txt-sample,
.c-input-complete .contactpage-form-btn .back-btn{
	display:none;
}

.contactpage-check table tr{
	background-color:#efefef; 
	margin-bottom:1rem;
}

.contactpage-check table th{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contactpage-check table td{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contactpage-form-btn{
	text-align: center;
	margin: 8rem auto 0;
}

.contactpage-form-btn input[type="submit"],
.contactpage-form-btn button[type="submit"]{
	font-size: 1.8rem;
	text-align: center;
	width:260px;
	height:60px;
	position:relative;
	background-color: #fff;
	border: 1px solid #333333;
	color: #333;
	letter-spacing: .1em;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.contactpage-form-btn .back-btn{
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.contactpage-form-btn .send-btn{
	position: relative;
	display: inline-block;
	z-index: 100;
}

.contactpage-form-btn .send-btn::after {
 	content: "";
	background-image: url(img/arrow-black.svg);
	display: block;
	position: absolute;
	width: 7px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
	right: 20px;
}

.contactpage-form-btn .back-btn::after{
  	content: "";
	background-image: url(img/arrow-black-left.svg);
	display: block;
	position: absolute;
	width: 7px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
  	left: 22px;
}

.wpcf7 .hidden-fields-container { 
	display: none; 
}

/* お問い合わせ(新)変更部分 */
.c-contact-new .contactpage-form-btn{
	position:relative;
	width: 260px;
	height: 60px;
}

.c-contact-new .contactpage-form-btn::after{
	content: "";
	background-image: url(img/arrow-black.svg);
	display: block;
	position: absolute;
	width: 7px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
	right: 20px;
}

.c-contact-new .contactpage-form-btn input[type="submit"]:hover{
	opacity: .7;
}

/* お問い合わせ（完了画面）
--------------------------------*/
.c-complete .contact-complete h3{
	font-size:3rem;
	font-weight:400;
	letter-spacing:.1em;
	color:#C9161D;
	text-align:center;
	margin-bottom:4rem;
}

.c-complete .contact-complete p{
	font-size:1.6rem;
	text-align:center;
}

.c-complete .contact-step{
	margin:7rem auto 0;
}

.c-complete .home-button{
	background-color:#fff;
}

/* ご予約
--------------------------------*/
.page-bg-reservation{
	background-image:url(img/title-bg-reservation.jpg);
}

.c-reservation{
	padding:9rem 0 15rem;
}

.c-reservation .home-title{
	margin-bottom:6rem;
}

.c-reservation .reservation-calendar{
	width: 100%;
	height: 810px;
}

.c-reservation .reservation-catch{
	font-size:1.8rem;
	text-align:center;
	margin-bottom:14rem;
	letter-spacing:.1em;
}

.c-reservation .tel-container{
	padding:14.5rem 0;
}

.c-reservation .reservation-container .reservation-txt{
	font-size:1.6rem;
	letter-spacing:.05em;
	margin-bottom:8rem;
}

/* ご予約（確認画面）
--------------------------------*/
.c-reservation .gray-container .confirmation{
	text-align:center;
	margin-bottom:5rem;
}

/* ご予約（完了画面）
--------------------------------*/
.c-complete{
	padding:10rem 0 15rem;
}

/* お知らせ記事一覧(archive-news)
--------------------------------*/
.page-bg-news{
	background-image:url(img/title-bg-news.jpg);
}

.news-wrap ul li article a{
	display:block;
	padding: 3.5rem 1.5rem;
}

/* 記事一覧(archive) 共通
--------------------------------*/
.post-wrap{
	padding:1.5rem 0 15rem;
}

.post-wrap .home-title{
	margin-bottom:5.5rem;
}

.post-wrap ul li article a{
	border-bottom: 1px solid #A5A5A5;
	position:relative;
}

.post-wrap ul li article a::after {
	content: "";
	background-image: url(img/arrow-right-gray.svg);
	display: inline-block;
	background-size: cover;
	width: 7px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 20px;
}

.post-wrap ul li:first-child article a{
	border-top:1px solid #A5A5A5;
}

.post-wrap ul li article a .date {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1rem;
	letter-spacing: .1em;
}

.post-wrap ul li article a .cat {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #C9161D;
	width: 90px;
	height: 25px;
	line-height: 24px;
	letter-spacing: .05em;
	position: absolute;
	top: 38px;
	left: 125px;
	border-radius: 50px;
}

.post-wrap ul li article a h2 {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
}

/* 記事ページ(single) 共通
--------------------------------*/
.post-single{
	padding:2.5rem 0 15rem;
	background-color: #F9F9F9;
}

.post-single .post-single-container{
	background-color:#fff;
	border-radius:15px;
	padding:6.5rem 5.5rem 9.5rem;
}

.post-single .post-single-container .date{
	font-size:1.6rem;
	line-height: 1;
	letter-spacing: .1em;
}

.post-single .post-single-container h2{
	font-size:2.5rem;
	font-weight:500;
	color: #C9161D;
	line-height: 1;
	margin-top: 3.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #A5A5A5;
	letter-spacing: .05em;
}

.post-single .post-contents{
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.nav-below{
	display: flex;
	justify-content: space-between;
	padding: 7.5rem 0 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.nav-below .works-list-btn{
	font-size: 1.8rem;
	width: 20%;
	text-align: center;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.nav-below .nav-previous,
.nav-below .nav-next{
	width: 40%;
}

.nav-below .nav-previous a{
	padding-left: 2.5rem;
}

.nav-below .nav-previous a::after{
	content:"";
	background-image: url(img/arrow-left-gray.svg);
	display: block;
	position: absolute;
	width: 7px;
	height: 12px;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
  	left: 0;
}

.nav-below .nav-next a{
	text-align: right;
	padding-right: 2.5rem;
}

.nav-below .nav-next a::after{
	content:"";
	background-image: url(img/arrow-right-gray.svg);
	display: block;
	position: absolute;
	width: 7px;
	height: 12px;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
  	right: 0;
}

.nav-below a{
	display: block;
	position:relative;
	color: #A5A5A5;
	letter-spacing: .1em;
	line-height: 1;
}

.nav-below a span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.nav-below .nav-previous a span{
	margin-left: 2rem;
}

.nav-below .nav-next a span{
	margin-right: 2rem;
}

/* スタッフブログ記事一覧(archive-news)
--------------------------------*/
.page-bg-blog{
	background-image:url(img/title-bg-blog.jpg);
}

.blog-wrap{
	background-color:#F9F9F9;
}

.blog-wrap ul li article a{
	display:flex;
	align-items:center;
	padding: 2rem 1.5rem;
}

.blog-wrap ul li article a .blog-image{
	width:115px;
	height:87px;
	margin-right: 2rem;
}

.blog-wrap ul li article a .blog-image img{
	width:100%;
	height:auto;
}

.blog-wrap ul li article a .blog-info{
	width:calc(100% - 155px);
}

/* お品書き
--------------------------------*/
.page-bg-menu{
	background-image:url(img/title-bg-menu.jpg);
}

.c-menu{
	padding-top:10rem;
	position:relative;
	margin-left: 80px;
}

.bg-menu::after{
	content: "";
	background-image: url(img/bg1.svg);
	display: inline-block;
	background-size: cover;
	width: 760px;
	height: 720px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.c-menu .home-title{
	text-align:center;
	position:relative;
	margin-bottom:12rem;
}

.c-menu .home-title::after{
	content:"";
	width:100px;
	height:1px;
	background-color:#333333;
	position:absolute;
	bottom:-50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-menu .menu-container{
	display:flex;
	justify-content: space-between;
}

.c-menu .menu-container .menu-box{
	width:48%;
}

.c-menu .menu-container .menu-box h3{
	font-size:3.6rem;
	color:#C9161D;
	letter-spacing:.1em;
	border-bottom:1px solid #333333;
	padding-bottom:2rem;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.c-menu .menu-container .menu-box h3 span{
	font-size:1.6rem;
	color:#333333;
	display:block;
}

.c-menu .menu-container .menu-box h3 .supplement{
	font-size:2.3rem;
	color:#C9161D;
	display:inline-block;
	padding-left: 2rem;
}

.c-menu .menu-container .menu-box dl{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 5.5rem;
}

.c-menu .menu-container .menu-box .beer-box{
	margin-bottom:12rem;
}

.c-menu .menu-container .menu-box .wine-box{
	margin-bottom:26rem;
}

.c-menu .menu-container .menu-box .horse-meat-sashimi dt{
	width:65%;
	margin-bottom:3rem;
	letter-spacing: .1em;
}

.c-menu .menu-container .menu-box .horse-meat-sashimi dt:last-of-type{
	margin-bottom:0;
}

.c-menu .menu-container .menu-box .horse-meat-sashimi dt .menu-name span{
	font-size:1.6rem;
}

.c-menu .menu-container .menu-box .horse-meat-sashimi dt .explanation,
.c-menu .menu-container .menu-box .horse-meat-sashimi .half{
	font-size:1.8rem;
	color:#C9161D;
	line-height: 1.8;
}

.c-menu .menu-container .menu-box .horse-meat-sashimi dt .explanation span{
	display:block;
	padding: 0;
}

.c-menu .menu-container .menu-box .horse-meat-sashimi dd{
	width:35%;
}

.c-menu .menu-container .menu-box .horse-meat-sashimi .price span{
	font-size:2rem;
	padding-right: 1rem;
}

.c-menu .menu-container .menu-box .single-item dt,
.c-menu .menu-container .menu-box .single-item dd{
	width:50%;
}

.c-menu .menu-container .menu-box dl dt .menu-name,
.c-menu .menu-container .menu-box dl dd .price{
	font-size:2.3rem;
}

.c-menu .menu-container .menu-box h4{
	font-size:2.8rem;
	color:#C9161D;
	border-bottom: 1px solid #333333;
	padding-bottom: 2rem;
	letter-spacing: .1em;
	margin-bottom: 2.5rem;
	position:relative;
	line-height: 1.4;
}

.c-menu .menu-container .menu-box h4 .brackets{
	font-size:2.2rem;
	padding-left:1rem;
}

.c-menu .menu-container .menu-box .mark-square{
	position:relative;
	font-size: 2.8rem;
	padding-left: 2.8rem;
}

.c-menu .menu-container .menu-box .mark-square::after{
	content:"";
	background-color:#C9161D;
	position:absolute;
	width: 20px;
	height: 20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.c-menu .menu-container .menu-box dl dt,
.c-menu .menu-container .menu-box dl dd{
	font-size:2.3rem;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 1rem;
	letter-spacing: .1em;
}

.c-menu .menu-container .menu-box dl dt{
	width:60%;
}

.c-menu .menu-container .menu-box dl dt span{
	font-size:1.6rem;
	padding-left: 1rem;
}

.c-menu .menu-container .menu-box dl dd{
	width:40%;
	text-align: right;
}

.c-menu .menu-container .menu-box .postscript{
	font-size:1.8rem;
	color:#C9161D;
	display:block;
	text-align: right;
	letter-spacing: .1em;
	margin-bottom: 10rem;
}

.c-menu .menu-container .menu-box .ft-c9161d{
	font-size:2.3rem;
	color:#C9161D;
	letter-spacing: .05em;
}

.c-menu .menu-container .menu-box .ex{
	font-size:2rem;
}

.c-menu .menu-container .menu-box .menu-content dt,
.c-shochu .menu-container .menu-box dl dt{
	width:85%;
}

.c-menu .menu-container .menu-box .menu-content dd,
.c-shochu .menu-container .menu-box dl dd{
	width:15%;
}

.c-menu .menu-container .menu-box .soft-drink-box,
.c-menu .menu-container .menu-box .herbtea-box{
	align-items:end;
}

.c-menu .menu-container .menu-box .herbtea-box{
	margin:0;
}

.c-menu .menu-container .menu-box .sec-wrap-m-b10{
	margin-bottom:10rem;
}

.c-menu .menu-container .menu-box dl dt .daiyame{
	padding:0 0.5rem;
}

.bg-shochu::after{
	content: "";
	background-image: url(img/bg2.svg);
	display: inline-block;
	background-size: cover;
	width: 580px;
	height: 865px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.c-shochu .menu-container .tax-included{
	font-size:1.8rem;
	text-align:right;
	letter-spacing: .1em;
}

/* 404error
--------------------------------*/
.page-bg-404error{
	background-image:url(img/title-bg-blog.jpg);
}

.error404{
	padding:10rem 0;
}

.error404 .home-title {
	margin-bottom: 6rem;
}

.error404 .home-button{
	background-color:#fff;
}
