/* base
--------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
}

body{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.4rem;
	margin:0;
	padding: 0;
	line-height: 2;
	color:#333333;
	counter-reset: number 0;
}

#wrapper{
	position: relative;
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	text-decoration: none;
	color:#333333;
}

a:hover {
	color:#333;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	opacity: 0.7;
}

p{
	padding:0;
	margin:0;
	font-size: 1.4rem;
	letter-spacing:.05em;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

img{
	width:100%;
	height:auto;
}

.breadcrumbs {
	font-size: 1.4rem;
	color: #9e9e9e;
	height: 50px;
	line-height: 50px;
	letter-spacing: .05em;
	width: 95%;
	margin: auto;
	font-weight: 400;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcrumbs span:first-child{
	padding:0 5px 0 0;
}

.breadcrumbs .post-news{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs a{
	color: #9e9e9e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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 5px;
}

.breadcrumbs .now-page{
	color:#333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs .arrow-icon {
	position: relative;
	content: "";
	background-image: url(img/arrow-brown-right.svg);
	width: 4px;
	height: 7px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.4rem;
	margin-top: 3rem;
	position:relative;
}

.wp-pagenavi::after{
	content: "";
	background-image: url(img/sp/line-dot-brown-1.svg);
	height: 4px;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	color:#333;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
	background-color: #FFF;
	border: 1px solid #333;
}

.wp-pagenavi page larger{
	border: 1px solid #DFDFDF;
}

.wp-pagenavi span,
.wp-pagenavi a{
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-weight: 500;
}

.wp-pagenavi .current{
	background-color: #333;
	color: #FFF;
	border: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	position:relative;
	border: 1px solid #333;
}

.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:#774d15;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #fc951a;
	font-size: 1.4rem;
	border-radius: 30px;
	width: 50px;
}

#page-top{
	display: block;
	position: absolute;
	right:10px;
	top:-45px;
	z-index: 900;
	opacity: 0;
	transform: translateY(10px); /* 少し下から上に上がる */
	transition: opacity 0.4s ease, transform 0.4s ease;
}

#page-top.visible {
	opacity: 1;
	transform: translateY(0);
}

#page-top img{
	width:38px;
	height:38px;
}

body.nav-open #page-top {
	display: none;
}

.grecaptcha-badge{
	visibility: hidden;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

/* 共通
-----------------------------------*/
/* 横幅1500pxして中央(margin:auto) */
.width-1500px{ 
	width:95%;
	max-width:1500px;
	margin:0 auto;
	overflow: hidden;
}

/* 横幅1200pxして中央(margin:auto) */
.width-1200px{ 
	width:95%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
}

/* Tondo Bold */
.f-tondo-b{
	font-family: "tondo", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* 集英明朝 */
.f-shuei-l{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.f-shuei-m{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.f-shuei-b{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* 文字色・文字の太さ
--------------------------------*/
.ft-fff{
	color:#fff;
}


/* 余白関係
-----------------------------------*/
.sec-wrap-m-b15{
	/*! margin-bottom:15rem; */
}

.sec-wrap-m-t10{
	margin-top:10rem;
}

.sec-wrap-m-t3{
	margin-top: 2rem;
}

.sec-wrap-m-b3{
	margin-bottom: 3rem;
}

.sec-wrap-m-t2{
	margin-top: 1rem;
}

/* 表示関係
-----------------------------------*/
.sp-br{
	display:block;
}

.sp{
	display:none !important
}

/* 2カラム設定
--------------------------------*/
.c-container{ 
}

/* 右寄せ・左寄せ
--------------------------------*/
.c-ml-auto{
	margin-left:auto;
}

.c-mr-auto{
	margin-right:auto;
}

/* Swiper
-----------------------------------*/
.swiper  {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
	display:block
}

.swiper-wrapper{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	transition-property:transform;
	transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);
	box-sizing:content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper{
	transform:translate3d(0px,0,0)
}

.swiper-slide{
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	transition-property:transform;
	display:block;
}

.swiper-btn{
	display:flex;
	align-items: center;
}

.swiper-pagination {
	color: #bababa;
	font-size: 2.2rem;
	font-weight: 600;
	padding: 0 2.5rem;
	position: relative;
	width: 55px;
	margin: 0 1rem;
}

.swiper-button-next,
.swiper-button-prev {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	color: #fff;
	position:relative;
}

.swiper-button-next img,
.swiper-button-prev img{
	width: 4px;
	height: 7px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.swiper-button-next{
	border: 1px solid #fff;
}

.swiper-button-prev {
	border: 1px solid rgba(255,255,255,0.5);
}

.swiper-pagination-current{
	font-size:2rem;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 10px;
}

.swiper-pagination-total{
	font-size:1.5rem;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 10px;
}

/* アニメーション(fade-up)
-----------------------------------*/
.js-slide-up {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	filter: blur(10px);
	transition:
	transform 2.4s cubic-bezier(.25,.7,.3,1),
	opacity 2.2s ease,
	filter 2.4s ease;
	transition-delay: 0s, 0.15s, 0s;
}

.js-slide-up.is-show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	filter: blur(0);
}

/* 馬肉のこだわり背景アニメーション(fade-up)
-----------------------------------*/
.js-bg-fade {
	opacity: 0;
	background-position: center 40px;
	transition:
	opacity 2.2s ease,
	background-position 3s cubic-bezier(.25,.7,.3,1);
	transition-delay: var(--delay, 0s);
}

.js-bg-fade.is-show {
	opacity: 1;
	background-position: center top;
}

/* タイトル関係
-----------------------------------*/
.home-title{
	line-height:1.6;
}

.home-title .sub-title{
	font-size:1.2rem;
	color:#bababa;
	letter-spacing: .05em;
}

.home-title h2{
	font-size:2.3rem;
	letter-spacing: .1em;
}

.home-btn{
	display:block;
	border-bottom:1px solid #fff;
	position:relative;
	width: 100%;
}

.home-btn::after{
	content:"";
	position: absolute;
	background-image: url(img/arrow-right-white.svg);
	display: inline-block;
	background-size: cover;
	width: 7px;
	height: 14px;
	right:20px;
	bottom: 10px;
}

.home-btn .ft-fff{
	font-size:1.8rem;
	letter-spacing: .1em;
}

.home-btn span{
	padding-left: 1rem;
}

.line-c9161d{
	border-bottom:1px solid #c9161d;
	font-weight:600;
}

.bg-gray{
	background-image: url("img/gray-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
}

.c-page-bg-white {
	background-color: #fff;
	padding: 5rem 2rem;
}

/* よくある質問
-----------------------------------*/
.faq-box {
	margin-top: 4.5rem;
}

.faq-box h2 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	border-left: 4px solid #333;
	line-height: 1.2;
	padding-left: 0.5rem;
	letter-spacing: .1em;
}

.faq-box dt,
.faq-box dd {
	line-height:1.8;
}

.faq-box dt {
	cursor: pointer;
	padding: 2.5rem 2.5rem 2.5rem 4.5rem;
	background-color: #333;
	position: relative;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1.8;
}

.faq-box dt::before {
	content: "Q";
	background-color: #fff;
	color: #333;
	font-size: 1.8rem;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 1.6;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 2.5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.faq-box dt::after {
	content: "";
	position: absolute;
	right: 15px;
	background-image: url(img/icon-plus.svg);
	display: inline-block;
	width:15px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.faq-box dt.open::after {
	background-image: url(img/icon-minus.svg);
	height:2px;
	width: 13px;
}

.faq-box dd {
	margin-bottom: 2rem;
	background: #fff;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
	max-height: 0;
	position: relative;
}

.faq-box dd.open {
	max-height: 200px;
	padding: 2.5rem 2.5rem 2.5rem 4.5rem;
}

.faq-box dd::before{
	content: "A";
	color: #fff;
	font-size: 1.8rem;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 28px;
	border-radius: 50px;
	position: absolute;
	background-color:#333;
	top: 40px;
	left: 2.5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* header
--------------------------------*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10; 
	height: 100vh;
}

.follow{
	height: 120vw;
}

header .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

header h1{
	width:120px;
	height:290px;
	position:absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

header h1 img{
	width:100%;
	height:auto;
}

header .top-info{
	position: absolute;
	bottom: 50px;
	right: 0;
	z-index: 10;
	padding: 0 10px;
}

header .top-info .header-desc{
	font-size:1.1rem;
	margin-bottom:1.5rem;
	font-weight: 600;
}

.follow .header-desc{
	font-size:1rem;
	font-weight: 600;
	position:absolute;
	bottom: 25px;
	left: 10px;
}

header .top-info .h-news li .news-box{
	display:flex;
	background-color:rgba(0,0,0,0.6);
	padding:1.5rem;
	width: 100%;
	justify-content: space-between;
	height: 90px;
}

header .top-info .h-news li .news-box .title{
	width:75px;
	border-right:1px solid #fff;
	display: flex;
	align-items: center;
}

header .top-info .h-news li .news-box h2{
	font-size:1.4rem;
	letter-spacing: .1em;
}

header .top-info .h-news li .news-box .contents{
	width:calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.4;
	padding: 0 1.5rem;
}

header .top-info .h-news li .news-box .date{
	font-size:1.2rem;
	letter-spacing: .1em;
}

header .top-info .h-news li .news-box h3{
	font-size:1.2rem;
}

header .top-info .h-news li .more-btn {
	font-size: 1.4rem;
	letter-spacing: .05em;
	position: relative;
	width: 50px;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

header .top-info .h-news li .more-btn::before{
	content:"";
	position:absolute;
	left:0;
	bottom: 10px;
	width:100%;
	height:1px;
	background-color:#fff;
}

header .top-info .h-news li .more-btn::after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-white.svg);
	display: inline-block;
	background-size: cover;
	width: 4px;
	height: 8px;
	right: 0;
	bottom: 24px;
}

.sidemenu-fixed.pc-sidemenu{
	display:none;
}

.sidemenu-fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 900;
	display: flex;
	align-items: center;
	background-color: #333;
}

.sidemenu-fixed > ul{
	display:flex;
	justify-content:space-between;
	width: 75%;
}

.sidemenu-fixed > ul > li{
	width: 33.333%;
}

.sidemenu-fixed > ul > li > a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80px;
	text-align: center;
}

.sidemenu-fixed > ul > li > a > span{
	font-size:1.4rem;
	display:block;
	letter-spacing: .1em;
	margin-top: 5px;
}

.sidemenu-fixed .line{
	background-color:#06c755;
}

.sidemenu-fixed .line img{
	width:23px;
	height:22px;
}

.sidemenu-fixed .reservation{
	background-color:#c9161d;
}

.sidemenu-fixed .reservation img{
	width:25px;
	height:25px;
}

.sidemenu-fixed > ul > li > .tel{
	background-color:#333;
}

.sidemenu-fixed .tel img{
	width:20px;
	height:22px;
	transition: opacity .3s ease;
}

/* navi
--------------------------------*/
.nav-btn{
	cursor: pointer;
	height:80px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background-color: #333;
	width: 25%;
	pointer-events: auto;
}

.nav-btn::before{
	content:"";
	width:1px;
	height:50px;
	background-color:#fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.nav-btn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	width: 24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.nav-btn span,
.nav-btn span::after{
	pointer-events: none;
}

.nav-btn span:nth-of-type(1) {
	top:20px;
}

.nav-btn span:nth-of-type(2) {
	top:28px;
}

.nav-btn span:nth-of-type(2)::after {
	content:"MENU";
	position: absolute;
	top:8px;
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-weight: 60;
}

.nav-btn.active span:nth-of-type(1) {
	top: 20px;
	left: 40px;
	transform: translateY(7px) rotate(-45deg);
	width: 20px;
}

.nav-btn.active span:nth-of-type(2) {
	top: 32px;
	left: 40px;
	transform: translateY(-5px) rotate(45deg);
	width: 20px;
}

.nav-btn.active span:nth-of-type(2)::after {
	content:"CLOSE";
	transform: translateY(0) rotate(-45deg);
	left: 4px;
}

.nav-btn.active::before{
	content:none;
}

.gnav-sp{
	flex: 0 0 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gnav {
	position: fixed;
	inset: 0;
	min-height: 100vh;
	overflow-y: auto; 
	-webkit-overflow-scrolling: touch; /* ←iPhone用 */
	display: block;
	/* menu閉じてるときはクリック無効 */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.gnav.active {
	width: 100vw;
	background-image: url("img/gray-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
	padding: 30px 40px 140px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.gnav.active .nav-container-sp{
	z-index: 900;
	position: relative;
}

.gnav .nav-container-sp .nav-sp-fl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin: 4rem 0 5rem;
	position: relative;
}

.gnav.active .c-container > ul{
	opacity: 1;
}

.nav-container-sp{
	height: auto;
	min-height: 100%;
}

.gnav.active .nav-container-sp .bottom-menu-list{
	background-color:#fff;
	padding: 3rem 2rem;
	display: flex;
	flex-wrap: wrap;
	width: 310px;
	margin: 0 auto;
}

.gnav.active .nav-container-sp .bottom-menu-list li:first-child{
	order:2;
	margin: 2rem 0 1.5rem;
	height: 60px;
}

.gnav.active .nav-container-sp .bottom-menu-list li:nth-child(2){
	order:1;
	height: 60px;
}

.gnav.active .nav-container-sp .nav-logo-sp{
	display: block;
	width: 210px;
	height: 60px;
	margin: 0 auto;
	opacity: 1;
}

.gnav .nav-logo-sp{
	opacity: 0;
}

.gnav .c-container > ul{
	list-style: none;
	flex-direction: column;
	opacity: 0;
}

.gnav .c-container > .nav-main{
	width:50%;
}

.gnav .c-container > .nav-sub{
	width:40%;
}

.gnav .c-container > ul > li{
	margin-bottom: 2.5rem;
}

.gnav .c-container > ul > li:last-child{
	margin-bottom:0;
}

.gnav .c-container > ul > li > a{
	font-size:1.5rem;
	display: block;
	position:relative;
}

.gnav .c-container > ul > li > a.is-active::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #333; /* デザインに合わせて */
}

.gnav .c-container > ul > li > .insta-sp{
	width:24px;
	height:24px;
}

.gnav.active .gnav-sp {
	width: 100%;
}

.gnav > .c-container > ul > li {
	position: relative;
	padding: 20px 10px;
}

.gnav > .c-container > ul > li::after{
	content: "";
	background-image: url(img/sp/line-dot-brown-1.svg);
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.nav-contact{
	background-color: #fff;
	padding: 3rem;
	width: 310px;
}

.nav-contact > li {
	width: 100%;
}

.nav-contact .label-selected {
	display: block;
	font-size: 1.6rem;
	margin: 0;
	letter-spacing: .1em;
}

.nav-contact a.line,
.nav-contact a.reservation {
	width: 100%;
	height: 60px;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
	display: flex;
	align-items: center;
	margin: 0 auto 2rem;
}

.nav-contact .tel{
	position:relative;
	display:flex;
	flex-wrap:wrap;
}

.nav-contact .tel .label-selected {
	display: flex;
	flex-wrap:wrap;
}

.nav-contact .tel .logo-black{
	display:block;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.nav-contact .tel .tel-number{
	font-size: 3rem;
	/*! padding-left: 2.5rem; */
	font-weight: 600;
	line-height: 1;
}

.nav-contact .tel .tel-number::before{
	content: "";
	background-image: url(img/icon-tel-black.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 21px;
	display: inline-block;
	padding-right: 10px;
}

.nav-contact .tel .tel-title{
	font-size:1.3rem;
}

/* page
--------------------------------*/
.page-title-container {
	width: 100%;
	position: relative;
	height: 120vw;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
}

.page-title-container .page-title-box{
	position: absolute;
	inset: 0;
	margin: auto;
	width: 40px;
	height: fit-content;
}

.page-title-container .page-title-box h1{
	font-size:2.4rem;
	color: #fff;
	writing-mode: vertical-rl;
	letter-spacing: .1em;
	width: 40px;
}

.page-title-container .scroll-down{
	display:none;
}

/* footer
--------------------------------*/
footer{
	padding:4.5rem 2rem 9.5rem;
	background-color:#333;
	position:relative;
}

footer .footer-container{
	position:relative;
}

footer .footer-info .logo{
	width:210px;
	height:60px;
	display: block;
	margin: 0 auto 2rem;
}

footer .footer-info .logo img{
	width:100%;
	height:auto;
}

footer .footer-info ul > li:nth-child(2){
	margin-top:1rem;
	margin-bottom:2.5rem;
}

footer .footer-info ul > .tel{
	text-align: center;
}

footer .footer-info ul li .adress{
	align-items:center;
}

footer .footer-info ul li a{
	line-height: 1.4;
	margin: 0 auto;
}

footer .footer-info ul li span{
	font-size: 1.4rem;
	display: block;
	letter-spacing: .1em;
}

footer .footer-info .reservation{
	background-color:#c9161d;
	height:50px;
	line-height: 50px;
	text-align: center;
	width: 220px;
	display: block;
}

footer .footer-info .address-pc{
	display: none;
}

footer .footer-info .line{
	background-color:#06c755;
	height:50px;
	display:flex;
	justify-content:center;
	align-items: center;
	width: 220px;
}

footer .footer-info .line img{
	width:21px;
	height:20px;
	margin-right: 10px;
}

footer .footer-info .tel{
	text-align:center;
	margin-bottom: 4rem;
}

footer .footer-info .tel p{
	line-height: 1;
	letter-spacing: .1em;
}

footer .footer-info .tel .c-container{
	align-items:baseline;
	justify-content: center;
	margin: 5px 0;
	display: flex;
	line-height: 1;
}

footer .footer-info .tel img{
	width:15px;
	height:18px;
	margin-right: 5px;
}

footer .footer-info .tel .tel-number{
	font-size:2.5rem;
	letter-spacing: .1em;
}

footer .footer-info .tel .business-hours{
	font-size:1.2rem;
}

footer .footer-info .address{
	text-align:center;
}

footer .footer-info .insta{
	width:24px;
	height:24px;
	display:block;
	margin: 2rem auto 4.5rem;
}

footer .footer-pc{
	display: none;
}

footer .copy{
	text-align:center;
	letter-spacing: .1em;
	border-top: 1px solid #fff;
	font-size: 1.2rem;
	padding-top: 5px;
}

/* home
--------------------------------*/
main{
	position: relative;
	z-index: 1;
}

.mainvisual{
	width:100%;
	height:100vh;
	position: relative;
}

.mainvisual img{
	width:100%;
	height:100%;
}

.mainvisual .scroll-down{
	position:absolute;
	height: 100px;
	bottom: 185px;
	left: 10px;
}

.mainvisual .scroll-down::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Safari 4+ */
	-moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Fx 5+ */
	-o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Opera 12+ */
	animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.mainvisual .scroll-down p{
	position:relative;
	writing-mode: vertical-rl;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	height: 156px;
	padding-left:0.5rem;
	line-height: 1;
}

.home-concept{
	background-color:#2b2b2b;
	padding:7rem 0 
}

.home-concept .concept-txt{
	margin-top: 3rem;
}

.home-concept .concept-txt .sp-br{
	margin-top:1.5rem;
}

.home-concept .home-title h2{
	background-image: url(img/sp/concept-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 0 0 35rem;
}

.home-concept .home-btn{
	margin-top:5rem;
	display: inline-block;
}

.home-concept .home-btn .sub-title{
	font-size:1.6rem;
	letter-spacing: .1em;
	color:#bababa;
}

.home-menu{
	position:relative;
	display: block;
}

.home-menu .menu-image{
	width:100%;
	line-height: 0;
}

.home-menu .menu-container{
	width:100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	padding: 0 1rem;
}

.home-menu .home-btn{
	line-height:1;
	margin-bottom: 2.5rem;
}

.home-menu .home-btn dl{
	padding-left: 1rem;
}

.home-menu .home-btn dl dt{
	font-size:1.2rem;
	color:#bababa;
	margin-bottom: 10px;
	letter-spacing: .1em;
}

.home-menu .home-btn dl dd{
	font-size: 2.3rem;
	padding-bottom: 15px;
	margin-top: 5px;
}

.home-commitment{
	padding-top:8rem;
	display: flex;
	flex-wrap: wrap;
}

.home-commitment .commitment-image{
	/*! width:50%; */
	line-height: 1;
	order: 1;
}

.home-commitment .commitment-txt{
	padding:3.5rem 1rem 0;
	order: 2;
}

.home-commitment .commitment-txt .home-title{
	margin-bottom:3.5rem;
}

.home-commitment .home-btn{
	border-bottom:1px solid #333333;
	margin-top:3.5rem;
}

.home-commitment .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
}

.home-commitment .home-btn span{
	font-size:1.8rem;
	letter-spacing: .1em;
}

.home-scene{
	padding: 6rem 0;
	margin-top: 10rem;
}

.home-scene .home-title{
	margin-bottom:4rem;
}

.home-scene .sec-wrap-m-b8{
	margin-bottom:8rem;
}

.home-scene .scene-container .c-container{
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

.home-scene .scene-image{
	width:100%;
	margin-bottom:1.5rem;
	position:relative;
	line-height: 1;
}

.home-scene .home-title .sub-title{
	font-size:1rem;
}

.home-scene .home-title h3{
	font-size:2rem;
	color: #333;
	letter-spacing: 0;
	line-height: 1.4;
}

.home-scene .scene-extxt{
	max-width:290px;
	width:49%;
}

.home-scene .scene-eximage{
	max-width:230px;
	width:60%;
	line-height: 1;
}

.home-scene .home-btn{
	border-bottom:1px solid #333333;
	margin-top: 2.5rem;
}

.home-scene .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
}

.home-scene .home-btn span{
	font-size:1.8rem;
	letter-spacing: .1em;
}

.home-floor{
	background-color:#2b2b2b;
	padding:5rem 0 7rem;
}

.home-floor .floor-txt{
	/*! width:40%; */
}

.home-floor .home-title{
	margin-bottom:3.5rem;
}

.home-floor .floor-image{
	width:100%;
	margin-top: 3rem;
}

.home-floor .floor-image img{
	width:100%;
	height:auto;
}

.home-floor .floor-container{
	width:95%;
	margin: 5rem auto 0;
}

.home-floor .swiper-wrapper .scene-eximage .scene-title{
	color:#fff;
	text-align:center;
	background-color:#2b2b2b;
	width:100px;
	height:30px;
	line-height:30px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 10px 0 0;
}

.home-floor .home-btn {
	margin-top: 3rem;
}

.home-info{
	padding:5.5rem 0 7.5rem;
}

.home-info .home-title h2{
	line-height: 1.4;
}

.home-info .width-1710px{
	position:relative;
}

.home-info .info-container{
	margin-top:5rem;
	background-image: url(img/gray-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
	padding: 5rem 0;
}

.home-info .info-container ul{
	width: 95%;
	margin: 0 auto 4rem;
}

.home-info .info-container ul li{
	width:270px;
	margin: 0 auto 2rem;
}

.home-info .info-container ul li a{
	display:block;
	line-height: 1.4;
}

.home-info .info-container ul li span{
	font-size:1.6rem;
	display:block;
	letter-spacing: .1em;
}

.home-info .info-container .reservation{
	background-color:#c9161d;
	height:60px;
	line-height: 60px;
	text-align: center;
}

.home-info .info-container .line{
	background-color:#06c755;
	height:60px;
	display:flex;
	justify-content:center;
	align-items: center;
}

.home-info .info-container .line img{
	width:27px;
	height:25px;
	margin-right: 10px;
}

.home-info .info-container .tel{
	margin-bottom:0;
}

.home-info .info-container.tel p{
	line-height: 1;
	letter-spacing: .1em;
}

.home-info .info-container .tel .c-container{
	align-items:baseline;
	position: relative;
	display: flex;
}

.home-info .info-container .tel img{
	width:20px;
	height:22px;
	margin-right: 5px;
	transition: opacity .3s ease;
}

.home-info .info-container .tel .logo-black {
	opacity: 0;
}

.home-info .info-container .tel .tel-number{
	font-size:3rem;
}

.home-info .info-container .tel .business-hours{
	font-size:1.2rem;
}

.home-info .info-container dl{
	margin: 0 auto;
	width: 95%;
}

.home-info .info-container dl dt,
.home-info .info-container dl dd{
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 1.6;
}

.home-info .info-container dl dd:not(:last-child){
	margin-bottom: 4rem;
}

.home-info .info-image{
	max-width:235px;
	width:65%;
	line-height: 1;
	margin-left: auto;
	margin-top: -40px;
	z-index: 300;
	position: relative;
}

.home-access{
	padding: 5rem 0 7rem;
	background-image: url(img/gray-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
}

.home-access iframe{
	width:100%;
	height:180px;
	margin:2.5rem 0 1.5rem;
}

.home-access .access-btn{
	width:200px;
	height:50px;
	border:1px solid #333333;
	line-height:45px;
	position:relative;
	display: block;
	margin: 3rem auto 0;
}

.home-access .access-btn::after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 7px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right:10px;
}

.home-access .access-btn span{
	font-size:1.4rem;
	letter-spacing:.1em;
	text-align:center;
	display: block;
}

.home-instagram{
	padding:5rem 0 10rem;
}

.home-instagram .home-title h2{
	font-size:2.3rem;
	border-bottom:1px solid #2b2b2b;
	padding-bottom:2.5rem;
	margin-bottom:2rem;
	letter-spacing: .05em;
}

.home-instagram .insta-btn{
	width:200px;
	height:50px;
	border: 1px solid #333;
	justify-content: center;
	align-items: center;
	margin: 3rem auto 0;
	display: flex;
	position:relative;
}

.home-instagram .insta-btn::after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 6px;
	height: 13px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right:15px;
}

.home-instagram .insta-btn img{
	width:14px;
	height:14px;
	margin-right: 10px;
}

.home-instagram .insta-btn span{
	font-size:1.4rem;
	display: inline-block;
}

/* 焼き肉武田やについて
--------------------------------*/
.page-bg-about{
	background-image: url(img/sp/concept-title.jpg);
}

.about-top{
	background: url(img/sp/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height:710px;
}

.about-top .about-catch{
	font-size:2.3rem;
	line-height:1.6;
	margin-bottom:2.5rem;
	padding-top: 5rem;
}

.c-concept{
	padding:5rem 0 9rem;
	position:relative;
}

.c-concept .concept-container{
	padding-bottom:5rem;
	position:relative;
}

.c-concept .concept-image{
	z-index: 300;
	position: relative;
	max-width: 300px;
	width: 85%;
	line-height: 1;
}

.concept-bg-gray{
	max-width:280px;
	background-image: url("img/gray-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
	width: 75%;
}

.c-concept .concept-container .concept-txt{
	margin-left: auto;
	padding: 12rem 0 7rem;
	margin-top: -7rem;
	position:relative;
}

.c-concept .concept-container .concept-inner{
	margin-left: -8rem;
}

.c-concept .concept-container .home-title{
	position:absolute;
	top:-80px;
	right: 5px;
	width: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.c-concept .concept-container .home-title h2{
	writing-mode: vertical-rl;
	margin-top: 1.5rem;
}

.c-concept .concept-container .concept-catch{
	font-size:2.2rem;
	margin-bottom:2rem;
	line-height: 1.6;
}

.c-concept .concept-container .sec-wrap-m-t3{
	display:block;
}

.c-concept .order-container{
	position:relative;
	display: flex;
	flex-wrap: wrap;
}

.c-concept .order-container .order-txt{
	padding: 22rem 0 5rem;
	order: 2;
	margin-top: -20rem;
}

.c-concept .order-container .order-image{
	max-width:290px;
	width:85%;
	order: 1;
	margin-left: auto;
	line-height: 1;
	z-index: 300;
}

.c-concept .order-container .order-inner{
	width: 95vw;
	margin-left: 1rem;
}

.c-concept .order-container h3{
	width: 75px;
	font-size:1.8rem;
	writing-mode: vertical-rl;
	letter-spacing: .1em;
	position: absolute;
	top: 35px;
	left: 5px;
	line-height: 1.4;
}

.c-concept .order-container h3 .pc-br{
	display:block;
}

.c-concept  .order-container .order-catch{
	font-size:1.6rem;
	letter-spacing:.1em;
	line-height: 1.6;
}

.c-info{
	padding-bottom:5rem;
}

.c-info .info-image{
	width:100%;
	line-height: 1;
	margin-bottom: 4rem;
}

.c-info .info-txt{
	width:95%;
	margin: 0 auto;
}

.c-info .home-btn{
	border-bottom:1px solid #333333;
	width: 130px;
}

.c-info .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
	width: 5px;
	height: 11px;
	right: 0;
	bottom: 7px;
}

.c-info .home-btn span{
	font-size:1.4rem;
	letter-spacing: .1em;
	padding: 0;
}

.c-info .info-txt .info-title{
	align-items:flex-end;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}

.c-info .info-txt dl{
	display:flex;
	flex-wrap:wrap;
}

.c-info .info-txt dl dt,
.c-info .info-txt dl dd{
	padding:2.5rem 0;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.8;
}

.c-info .info-txt dl dt{
	width:100px;
	border-bottom:1px solid #c9161d;
	display: flex;
	align-items: center;
}

.c-info .info-txt dl dd{
	width:calc(100% - 120px);
	border-bottom:1px solid #c1c1c1;
	padding-left: 1.5rem;
}

.c-info .info-txt dl dd .pc-br{
	display:block;
}

.c-info .reservation-list{
	flex-wrap:wrap;
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}

.c-info .reservation-list li{
	width:48%;
	position:relative;
	margin-bottom: 2rem;
}

.c-info .reservation-list::after{
	content:"";
	max-width:260px;
	width:22%;
}

.c-info .reservation-list li::after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 6px;
	height: 13px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.c-info .reservation-list li a{
	border:1px solid #333333;
	padding:1rem;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: .1em;
	height: 50px;
	line-height: 25px;
}

.c-access{
	padding: 5rem 0 7rem;
	background-image: url(img/gray-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
}

.c-access iframe{
	width:100%;
	height:175px;
	margin:2.5rem 0 2rem;
}

.c-access .access-btn{
	width:200px;
	height:50px;
	border:1px solid #333333;
	line-height:50px;
	position:relative;
	display: block;
	margin: 3rem auto 0;
}

.c-access .access-btn::after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 5px;
	height: 11px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right:10px;
}

.c-access .access-btn span{
	font-size:1.4rem;
	letter-spacing:.1em;
	text-align:center;
	display: block;
}

/* 馬肉のこだわり
--------------------------------*/
.page-bg-horsemeat{
	background-image: url(img/sp/basashi-title.jpg);
}

.horsemeat-top {
	position:relative;
	margin-bottom: 9rem;
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
}

.horsemeat-top .commitment-txt{
	position: relative;
	padding: 15rem 1.5rem 7rem;
	z-index: -1;
	order: 2;
	background-image: url("img/gray-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
	width: 100%;
	margin-top: -23rem;
}

.horsemeat-top .commitment-image{
	position: relative;
	width: 90%;
	/*! grid-template-columns: 2fr 2fr minmax(80px, 0.6fr); */
	order: 1;
	margin: 0 auto;
}

.horsemeat-top .commitment-image-inner{
	display: grid;
	grid-template-rows: auto auto;
}

.horsemeat-top .commitment-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.horsemeat-top .commitment-image .image-r{
	grid-area: 1 / 2 / 2 / 3;
	z-index: 3;
	transform: translatex(5px);
}

.horsemeat-top .commitment-image .image-l{
	grid-area: 1 / 1 / 2 / 2;
	z-index: 2;
	transform: translate(-5px, 45px);
}

.horsemeat-top .commitment-image .image-b{
	grid-area: 2 / 2 / 3 / 4;
	transform: translateX(-20px);
	margin-top: 10px;
	z-index: 3;
}

.horsemeat-top .commitment-catch{
	width: 100px;
	font-size:1.8rem;
	writing-mode: vertical-rl;
	letter-spacing: 0.15em;
	font-weight: 600;
	line-height: 1.6;
	margin: 3rem 0;
}

.horsemeat-top .commitment-catch .pc-br{
	display:block;
}

.c-horsemeat-about{
	padding-top:5rem;
}

.c-horsemeat-about .c-container{
	display:flex;
	flex-wrap:wrap;
	position: relative;
	justify-content: space-between;
}

.c-horsemeat-about .horsemeat-l{
	width:48%;
	order: 1;
}

.c-horsemeat-about .horsemeat-container{
	width:100%;
	position:relative;
	margin-top: 3.5rem;
	order: 3;
	padding: 0 1rem;
}

.c-horsemeat-about .horsemeat-catch{
	font-size:2.3rem;
	margin:3rem 0;
	line-height: 1.6;
	letter-spacing: .02em;
}

.c-horsemeat-about ul{
	border:1px solid #333;
	padding:2.5rem 2rem 2.5rem 4rem;
	margin-bottom:4.5rem;
}

.c-horsemeat-about ul li{
	list-style-type: disc;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.c-horsemeat-about .horsemeat-txt p{
	margin-bottom:3.5rem;
}

.c-horsemeat-about .horsemeat-r{
	width:50%;
	line-height: 1;
	order: 2;
	margin-top: 4rem;
}

.c-horsemeat-about .reason-container{
	padding: 4rem 1rem 6rem;
}

.c-horsemeat-about .reason-txt{
	order: 2;
}

.c-horsemeat-about .reason-txt .home-title{
	margin-bottom:2.5rem;
}

.c-horsemeat-about .reason-txt .home-title h3{
	font-size:2.3rem;
	letter-spacing: .1em;
}

.c-horsemeat-about .reason-image{
	width:100%;
	order: 1;
	line-height: 1;
	margin-bottom: 3rem;
}

.c-efficacy{
	padding:5rem 0 7rem;
}

.c-efficacy .efficacy-container{
	margin-top:5rem;
	display: flex;
	flex-wrap: wrap;
}

.c-efficacy .efficacy-txt{
	order:2;
}

.c-efficacy .efficacy-txt h3{
	font-size:2.5rem;
	position:relative;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	letter-spacing: .05em;
	line-height: 1.6;
}

.c-efficacy .efficacy-txt h3::after{
	content:"";
	width:60px;
	height:1px;
	background-color:#333;
	display:block;
	position: absolute;
	bottom: 0;
}

.c-efficacy .efficacy-image{
	width:100%;
	order: 1;
	line-height: 1;
	margin-bottom: 3rem;
}

.c-efficacy .efficacy-image img{
	border-radius:50px 0 50px 0;
}

/* 肉のこだわり
--------------------------------*/
.page-bg-meat{
	background-image: url(img/sp/meat-title.jpg);
}

.meat-top{
	background: url(img/meat-img1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height:790px;
}

.meat-top .meat-catch{
	font-size:2.3rem;
	line-height:1.8;
	letter-spacing:.1em;
	margin-bottom:2.5rem;
	padding-top: 5rem;
}

.meat-top .meat-catch .pc-br{
	display:block;
}

.c-raremeat{
	padding: 5rem 0 12rem;
}

.c-raremeat .rarecut-container{
	margin-bottom: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	position:relative;
}

.c-raremeat .rarecut-container::after{
	content:"";
	background-image: url("img/gray-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
	width:280px;
	height:1640px;
	z-index: -1;
	position: absolute;
	right: 0;
	top: 100px;
}

.c-raremeat .rarecut-txt{
	width:100%;
	order: 2;
	margin-left: 0;
	position: relative;
	z-index: 100;
	padding: 0 1rem;
}

.c-raremeat .home-title{
	width:70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	top: -170px;
	right: 5px;
}

.c-raremeat .home-title h2{
	font-size:2rem;
	writing-mode: vertical-rl;
	margin-top: 1rem;
}

.c-raremeat .rarecut-txt .rarecut-catch{
	font-size:2.2rem;
	margin:4.5rem 0 2.5rem;
	line-height: 1.6;
}

.c-raremeat .rarecut-image{
	max-width:300px;
	width:80%;
	order: 1;
}

.c-raremeat .rarecut-image img{
	width:100%;
	height:auto;
}

.c-raremeat .raremeat-list li{
	width:48%;
	margin-bottom: 3.5rem;
}

.c-raremeat .raremeat-list li .raremeat-image{
	width:100%;
	line-height: 1;
}

.c-raremeat .raremeat-list li .raremeat-image img{
	width:100%;
	height:auto;
}

.c-raremeat .raremeat-list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.c-raremeat .raremeat-list li h3{
	font-size:1.6rem;
	text-align:center;
	letter-spacing: .1em;
	margin: 1.5rem 0;
	line-height: 1.4;
}

.c-rank{
	padding-bottom:3rem;
}

.c-rank .c-container{
	position:relative;
}

.c-rank .title-container{
	/*! max-width:860px; */
	/*! width:55%; */
	position: relative;
}

.c-rank .title-container .fillet-image{
	max-width:195px;
	line-height: 1;
	width: 55%;
	margin-top: 11rem;
}

.c-rank .title-container .fillet-image img{
}

.c-rank .meat-image{
	max-width:150px;
	width:45%;
	position: absolute;
	right: 0;
	top: 90px;
	line-height: 1;
}

.c-rank .meat-image img{
}

.c-rank .rank-container{
	margin:2.5rem 0;
}

.c-rank .rank-txt{
}

.c-rank .rank-image{
	width:100%;
	margin-top: 4.5rem;
}

.c-rank .rank-image img{
}

.c-rank .index-txt{
	border:1px solid #c1c1c1;
	padding:2rem 2rem 4rem;
	margin-bottom: 4rem;
}

.c-rank .index-txt h3{
	font-size:1.8rem;
	text-align:center;
	padding-bottom:2rem;
	margin-bottom:2rem;
	position:relative;
	line-height: 1.8;
	letter-spacing: .05em;
}

.c-rank .index-txt h3::after{
	content:"";
	width:40px;
	height:1px;
	position:absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: #333;
}

.c-rank .index-txt .rank-catch-sp{
	font-size:1.6rem;
	line-height: 1.8;
}

.c-rank .index-txt table{
	margin:3.5rem 0 3rem;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.c-rank .index-txt table th{
	background-color: #c9161d;
	color: #FFF;
	/*! padding: 0 1rem; */
	letter-spacing: .15em;
	font-weight: 600;
	border-right: 1px solid #fff;
}

.c-rank .index-txt table th:nth-of-type(1){
	width:60px;
}

.c-rank .index-txt table td{
	border-bottom:1px solid #c1c1c1;
	padding: 1rem 0;
}

.c-rank .sec-wrap-m-t4{
	margin-top: 3rem;
}

/* お品書き
--------------------------------*/
.page-bg-menu{
	background-image: url(img/menu-title.jpg);
}

.menu-tab{
	padding:4rem 0;
}

.menu-tab .menu-course{
	width:200px;
	border-bottom:1px solid #333;
	display:block;
	position:relative;
	font-size: 1.8rem;
	letter-spacing: .1em;
	margin: 2.5rem auto 0;
}

.menu-tab .menu-course::after{
	content:"";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 5px;
	height: 10px;
	right:10px;
	bottom: 10px;
}

/* タブ */
/* ------------------------- */
.tab-area {
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  	background-color: #eaeaea;
  	border-radius: 50px;
}

.tab-area .tab {
	padding:5px;
	list-style:none;
	text-align:center;
	cursor:pointer;
	height: 50px;
	font-size: 1.6rem;
	box-sizing: border-box;
	letter-spacing: .1em;
	width: 25%;
	border-radius: 50px;
	line-height: 35px;
}

.tab-area .tab:hover{
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	opacity: 0.7;
	background-color: #333333;
	color: #fff;
}

.tab-area .tab.active{
	background:#333333;
	color:#fff;
	transition: all 0.2s ease-out;
	border: none;
}

/* タブの中身 */
/* ------------------------- */
.panel {
	display: none;
	width: 100%;
}

.panel.active {
	display: block;
}

.panel-area .panel-image{
	width:100%;
	line-height: 1;
}

.panel-area .panel-image img{
	width:100%;
	height:auto;
	border-radius:30px;
}

.contents-menu{
	padding:6rem 0 7rem;
}

.contents-menu .menu-container{
	padding: 0 1rem;
	display: flex;
	flex-wrap: wrap;
}

.contents-menu .menu-txt{
	order:2;
}

.contents-menu .home-title h2{
	margin-bottom:2.5rem;
}

.contents-menu .menu-txt .menu-catch{
	font-size:1.8rem;
	line-height:1.6;
	margin-bottom:1.5rem;
}

.contents-menu .menu-txt .menu-catch .pc-br{
	display:block;
}

.contents-menu .menu-image{
	width:100%;
	line-height: 1;
	order: 1;
	margin-bottom: 3.5rem;
}

.contents-menu .menu-list{
	flex-wrap:wrap;
	display: flex;
	justify-content: space-between;
	margin-top: 3.5rem;
}

.contents-menu .menu-list::after{
	content:"";
	width:23%;
	display:block;
}

.contents-menu .menu-list li{
	width:48%;
	margin-bottom: 5rem;
}

.contents-menu .menu-list li a{
	width:100%;
	display:block;
	line-height: 1;
}

.contents-menu .menu-list li a img{
	margin-bottom:1rem;
}

.contents-menu dl{
	display:flex;
	justify-content:space-between;
	border-bottom: 1px solid #333;
	flex-wrap:wrap;
}

.contents-menu dl dt,
.contents-menu dl dd{
	line-height:1.8;
}

.contents-menu dl dd{
	letter-spacing:.02em;
}

.contents-menu .sub-menu-list{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.c-menu-other .other-container h3{
	font-size:1.8rem;
	margin-bottom:2rem;
	letter-spacing: .1em;
}

.contents-menu .sub-menu-list::after{
	content:"";
	width:23%;
	display:block;
}

.contents-menu .sub-menu-list li{
	width:48%;
	margin-bottom: 2rem;
}

.contents-menu .sub-menu-list li:last-child{
	margin-bottom:4rem;
}

.c-menu-meat .meat-catch{
	font-size:2rem;
	margin-bottom:3rem;
	line-height: 1.6;
}

.c-menu-meat .meat-catch .pc-br,
.c-menu-meat p .pc-br{
	display:block;
}

.contents-menu .bd-none{
	border:none;
	margin-bottom: 0.5rem;
}

.contents-menu .attention{
	font-size:1.2rem;
}

.contents-menu .attention .pc-br{
	display:block;
}

.c-menu-other .home-title,
.c-menu-drink .home-title{
	text-align:center;
}

.c-menu-other .other-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 1rem;
}

.c-menu-other .txt-r{
	margin-bottom: 8rem;
}

.c-menu-other .other-container .other-menu{
	order: 2;
	width: 90%;
	margin: 0 auto;
}

.c-menu-other .other-container dl,
.c-menu-drink .drink-box dl{
	border:none;
}

.c-menu-other .other-container dl dt,
.c-menu-other .other-container dl dd{
	border-bottom: 1px solid #333;
	margin-bottom:3rem;
}

.c-menu-other .other-container dl dt:last-of-type,
.c-menu-other .other-container dl dd:last-of-type{
	margin:0;
}

.c-menu-other .other-container dl dt,
.c-menu-drink .drink-box dl dt{
	width: 80%;
}

.c-menu-other .other-container dl dd,
.c-menu-drink .drink-box dl dd{
	width: 20%;
	text-align: right;
}

.c-menu-other .other-container .other-image{
	width:100%;
	order: 1;
	line-height: 1;
	margin-bottom: 4rem;
}

.c-menu-other .sec-wrap-m-t6{
	margin-top:6rem;
}

.c-menu-drink .drink-box{
	/*! width:30%; */
	padding: 0 2rem;
	margin-bottom: 5rem;
}

.c-menu-drink .drink-box h3{
	font-size:1.8rem;
	margin-bottom:1.5rem;
	letter-spacing: .1em;
}

.c-menu-drink .drink-box dl dt,
.c-menu-drink .drink-box dl dd{
	border-bottom: 1px solid #333;
	margin-bottom:3rem;
}

.c-menu-drink .drink-box dl dt:last-of-type,
.c-menu-drink .drink-box dl dd:last-of-type{
	margin:0;
}

.c-menu-drink .drink-box .wine-title{
	align-items:center;
}

.c-menu-drink .drink-box .wine-title p{
	font-size:1.2rem;
	margin-bottom: 1.5rem;
}

.c-menu-drink .drink-box dl{
	margin-bottom:5rem;
}

.c-menu-drink .drink-box dl:last-of-type{
	margin-bottom:0;
}

.course-top{
	padding:4rem 1rem 6rem;
}

.course-top .home-btn{
	font-size:1.8rem;
	border-bottom:1px solid #333333;
	margin: 0 auto 5rem;
	letter-spacing: .1em;
	width: 200px;
}

.course-top .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
	width: 5px;
	height: 11px;
	right: 5px;
}

.course-top .course-catch{
	font-size: 1.6rem;
}

.course-top .course-catch .pc-br{
	display:block;
}

.c-course-menu{
	display: flex;
	flex-wrap: wrap;
	padding: 0 1rem 7rem;
}

.c-course-menu .course-txt{
	order: 2;
}

.c-course-menu .course-txt h2{
	font-size:2.4rem;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 1rem;
}

.c-course-menu .course-txt .price{
	font-size:1.8rem;
	letter-spacing: .1em;
	line-height: 1;
}

.c-course-menu .course-txt .price-one{
	font-size:1.2rem;
	margin-right: 1rem;
}

.c-course-menu .course-txt .course-appeal{
	font-size:2rem;
	margin: 2.5rem 0 1rem;
	line-height: 1.6;
}

.c-course-menu .course-txt .course-ex-box{
	max-width:320px;
	width:90%;
	margin:3rem auto 0;
	border:1px solid #333;
	padding:3rem;
}

.c-course-menu .course-txt .course-ex-box p{
	font-size:1.6rem;
	text-align:center;
	margin-bottom: 1.5rem;
	line-height: 1;
}

.c-course-menu .course-txt .course-ex-box ul{
	padding-left: 2rem;
}

.c-course-menu .course-txt .course-ex-box ul li{
	list-style-type: disc;
	letter-spacing: .1em;
}

.c-course-menu .course-image{
	width:100%;
}

.c-course-menu .course-image .attention{
	font-size:1.2rem;
	letter-spacing:.1em;
	margin-bottom: 3rem;
}

/* お知らせ記事一覧(news-archives)
--------------------------------*/
.page-bg-news{
	background-image: url(img/sp/news-title.jpg);
}

.c-page-news{
	padding:7rem 0;
}

.news-wrap{
	background-color:#fff;
	padding:3.5rem 2rem 5rem;
	box-shadow: 0 7px 7px -5px rgba(73,73,73,0.75);
}

.news-wrap .news-list li article a{
	padding: 1.5rem 1rem;
}

.news-wrap .news-list li:first-child{
	/*! border-top: 1px solid #9F9F9F; */
}

.news-wrap .news-list li article{
	position:relative;
}

.news-wrap .news-list li article .home-arrow{
	position:absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.news-list > li > article > a{
	display:flex;
	flex-wrap:wrap;
	border-bottom: 1px solid #9F9F9F;
	align-items: center;
}

.news-list > li > article > a > .date{
	letter-spacing: .1em;
}

.news-list > li > article > a > .cat{
	font-size:1.2rem;
	color:#fff;
	background-color:#c9161d;
	border-radius:30px;
	text-align:center;
	margin:0 3.5rem 0 2.5rem;
	width: 70px;
	height: 22px;
	line-height: 20px;
}

.news-list > li > article > a > h2{
	font-size:1.4rem;
	letter-spacing: .05em;
	line-height: 1.6;
}

/* お知らせ記事一覧(news-single)
--------------------------------*/
.news-single{
	padding:7rem 0;
}

.news-single .news-single-container{
	background-color:#fff;
	padding:4rem 2rem;
}

.news-single .news-single-container .post-info{
	align-items:center;
	display: flex;
	margin-bottom: 1rem;
}

.news-single .news-single-container .date{
	letter-spacing: .1em;
}

.news-single .news-single-container .cat{
	font-size:1.2rem;
	color:#fff;
	background-color:#c9161d;
	border-radius:30px;
	text-align:center;
	width: 70px;
	height: 22px;
	line-height: 20px;
	display: inline-block;
	margin-left: 1.5rem;
}

.news-single .news-single-container h2{
	font-size:1.8rem;
	border-bottom:1px solid #333;
	line-height:1.6;
	margin-bottom: 3rem;
	letter-spacing: .1em;
	padding-bottom: 2rem;
}

.news-single .post-contents span{
	font-weight:600;
}

.news-single .post-contents a{
	color:#F39;
}
.news-single .post-contents p{
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
}

.news-single .post-contents img{
	max-width:80%;
	height:auto;
}

.news-single .post-contents iframe{
	width:100%;
	height: 180px;
}

.nav-below{
	display: flex;
	justify-content: space-between;
	margin-top: 4.5rem;
}

.nav-below .nav-previous,
.nav-below .nav-next{
	width: 20%;
}

.nav-below .nav-previous img,
.nav-below .nav-next img{
	width:4px;
	height:9px;
}

.nav-below .nav-previous span,
.nav-below .nav-next span{
	letter-spacing: .1em;
	padding-left: 5px;
}

.nav-below .nav-previous a,
.nav-below .nav-next a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

.nav-below .works-list-btn{
	font-size: 1.4rem;
	border: 1px solid #333;
	width: 100px;
	text-align: center;
	letter-spacing: .1em;
	height: 40px;
	line-height: 35px;
}

/* よくある質問
--------------------------------*/
.page-bg-faq{
	background-image: url(img/sp/q&a-title.jpg);
}

.c-faq{
	padding:5rem 0 7rem;
}

.c-faq .faq-list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.c-faq .faq-list li{
	width:48%;
	height:50px;
	border:1px solid #333333;
	line-height: 48px;
}

.c-faq .faq-list li:nth-child(-n+2) {
	margin-bottom: 2rem;
}

.c-faq .faq-list li a{
	display:block;
	text-align:center;
	letter-spacing:.1em;
	position:relative;
}

.c-faq .faq-list li a::after{
	content:"";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 5px;
	height: 11px;
	right: 10px;
	bottom: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* 個人情報保護方針
--------------------------------*/
.page-bg-privacypolicy{
	background-image: url(img/sp/privacypolicy-title.jpg);
}

.c-privacypolicy{
	padding:7rem 0 8rem;
}

.c-privacypolicy .privacy-catch{
}

.c-privacypolicy h2{
	font-size:1.6rem;
	font-weight:500;
	line-height:1;
	border-bottom: 1px solid #333;
	padding-bottom:1rem;
	letter-spacing: .05em;
	margin-bottom: 2rem;
	margin-top: 3.5rem;
}

.c-privacypolicy h2::before {
	content: counter(number)".";
	margin-right: .5rem;
	counter-increment: number 1;
}

.c-privacypolicy ul{
	padding-left:2rem;
}

.c-privacypolicy ul li{
	font-size:1.4rem;
	letter-spacing: .05em;
	list-style-type: disc;
	line-height: 1.8;
}

.c-privacypolicy .disc-mark li{
	list-style-type: disc;
}

.c-privacypolicy .inquiry{
	text-decoration:underline;
}

/* お問い合わせ
--------------------------------*/
.page-bg-contact{
	background-image: url(img/sp/contact-title.jpg);
}

.c-contact{
	padding:4rem 0 10rem;
}

.c-contact .home-title{
	text-align:center;
	margin-bottom:3rem;
}

.c-contact .contact-catch{
	margin-bottom: 3.5rem;
}

.c-contact .contact-catch .pc-br{
	display:block;
}

.c-contact .contact-list{
	margin:0 auto 6rem;
}

.c-contact .contact-list li{
	text-align: center;
	line-height: 1;
}

.c-contact .contact-line{
	margin-top:3.5rem;
}

.c-contact .contact-list li p{
	font-size:1.6rem;
}

.c-contact .contact-list li .c-container{
	margin: 1.5rem 0;
}

.c-contact .contact-list li .c-container a{
	display:block;
}

.c-contact .contact-list .contact-tel img{
	width:20px;
	height:22px;
	margin-right: 5px;
}

.c-contact .contact-list .contact-tel .tel-number{
	font-size:3rem;
	letter-spacing: .1em;
}

.c-contact .contact-list .contact-tel .business-hours{
	font-size:1.2rem;
	letter-spacing: .1em;
}

.c-contact .contact-list .contact-line a{
	background-color:#06c755;
	height:50px;
	width: 270px;
	margin: 1.5rem auto 0;
	line-height: 50px;
	letter-spacing: .1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-contact .contact-list .contact-line img{
	width:27px;
	height:25px;
	margin-right: 15px;
}

/* お問い合わせ(フォーム部分)
--------------------------------*/
.contact-container{
	padding:0 4.5rem;
}

.contactpage-form{
	width: 100%;
	background-color: #fff;
	padding: 2rem 2.5rem 5rem;
}

.contactpage-form .req::after{
	content: "必須";
	color: #FFF;
	font-size: 1.2rem;
	position: absolute;
	right: 20px;
	border-radius: 15px;
	width: 50px;
	text-align: center;
	background-color: #e52525;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.contactpage-form .any::after{
	content: "任意";
	color: #FFF;
	font-size: 1.4rem;
	position: absolute;
	right:20px;
	border-radius: 15px;
	width: 52px;
	text-align: center;
	background-color: #cccccc;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.contactpage-form table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.contactpage-form table tr{
	border-bottom: 1px solid #cecece;
	padding: 2rem 0;
	display: block;
}

.contactpage-form table th{
	vertical-align: top;
	position: relative;
	font-size: 1.4rem;
	background-clip: padding-box;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.contactpage-form table td{
	width: 100%;
	display: block;
	font-size: 1.4rem;
	position: relative;
}

.contactpage-form .m-rl1{
	margin:0 3px;
}

.contactpage-form .m-l1{
	margin-left:3px;
}

.contactpage-form input,
.contactpage-form textarea{
	padding: 0.5rem 1rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	border: none;
	font-size: 1.4rem;
	border: 1px solid #c1c1c1;
	color: #333;
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	width: 100%;
	line-height: 1.4;
	border-radius: 5px;
}

.contactpage-form select {
	padding: 0.5rem 0.8rem; 
	transition: 0.5s; 
	border: 1px solid rgb(204, 204, 204); 
	font-size: 1.4rem;
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	background-color: #fff;
	border-radius: 5px;
	height: 40px;
}

.contactpage-form textarea {
	padding: 1.5rem;
	height: 130px;
	border-radius: 5px;
}

.contactpage-form input[type="checkbox"]{
	border-radius:15px;
	/*! padding: 8px; */
	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;
	width: auto;
}

.contactpage-form input::placeholder,
.contactpage-form textarea::placeholder{
	color:#595757;
	font-size:1.4rem;
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
}

.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: 0 !important;
}

.contact-privacy{
	border: 1px solid #c1c1c1;
	margin: 4rem auto 5rem;
	padding: 1.5rem;
	box-sizing: border-box;
	width: 100%;
}

.contact-privacy p{
	font-size: 1.4rem;
}

.contact-privacy p span{
	font-size: 1.4rem;
	font-weight: 500;
}

.contact-privacy a{
	text-decoration: underline;
}

.contact-privacy .cp-title{
	margin-bottom: 1.5rem;
	display: block;
}

.contact-privacy .privacy-check{
	text-align:center;
	margin-top: 3rem;
	line-height: 2;
}

.contact-privacy .privacy-check .mwform-checkbox-field-text{
	font-size: 1.4rem;
}

.contact-privacy input {
	margin-right: 5px;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.contactpage-check table tr{
	background-color:#efefef; 
	margin-bottom:1rem;
}

.contactpage-check table th,
.contactpage-check table td{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contactpage-form-btn{
	text-align: center;
	margin: 4rem auto 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 40px;
	width: 200px;
}

.contactpage-form-btn::after{
	content:"";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 4px;
	height: 9px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 10px;
}

.contactpage-form-btn:hover {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	opacity: 0.7;
}

.contactpage-form-btn:hover::after{
	background-image: url(img/arrow-right-white.svg);
}

.contactpage-form-btn input[type="submit"],
.contactpage-form-btn button[type="submit"]{
	width:200px;
	height:40px;
	position:relative;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	border: 1px solid #333;
	color: #333;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 0;
}

.contactpage-form-btn input[type="submit"]:hover,
.contactpage-form-btn button[type="submit"]:hover {
	background-color: #333;
	color:#fff;
}

.contactpage-form-btn .contactpage-circle{
	width:36px;
	height:36px;
	background-color:#fc951a;
	border-radius:35px;
	position: relative;
}

.contactpage-form-btn img{
	position: absolute;
	width: 6px;
	height: 13px;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* お問い合わせ(送信完了)
--------------------------------*/
.c-complete .home-title{
	margin-bottom:6rem;;
}

.contact-complete{
	background-color:#fff;
	padding:4rem 2rem 6rem;
}

.contact-complete .pc-br{
	display:block;
}

.contact-complete .icon-check{
	width:30px;
	height:30px;
	margin:0 auto 2.5rem;
}

.contact-complete .icon-check img{
	width:100%;
	height:auto;
}

.contact-complete .thanks{
	font-size:2rem;
	font-weight:500;
	margin: 0 auto 3.5rem;
	letter-spacing: .1em;
	text-align: center;
}

.contact-complete .thanks .sp-br{
	display:inline-block;
	border-bottom: 1px solid #333;
}

.contact-complete .contact-list {
	margin-top:3rem;
}

.contact-complete .contact-btn{
	width:200px;
	height:40px;
	border:1px solid #333333;
	line-height:35px;
	position:relative;
	display: block;
	margin: 0 auto;
}

.contact-complete .contact-btn::after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 5px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right:10px;
}

.contact-complete .contact-btn span{
	font-size:1.4rem;
	text-align:center;
	display: block;
}

/* ご予約
--------------------------------*/
.page-bg-reservation{
	background-image: url(img/sp/reservation-title.jpg);
}

/* ご予約(送信完了)
--------------------------------*/
.reservation-complete .thanks{
	border-bottom: 1px solid #333;
	width: 245px;
}

/* 店内のご案内
--------------------------------*/
.page-bg-floor{
	background-image: url(img/floorguide-title.jpg);
}

.c-floor{
	padding-bottom: 5rem;
}

.c-floor .floor-container{
	width:95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.c-floor .floor-container h2{
	font-size:2.3rem;
	line-height:1.6;
	margin-bottom:2rem;
	letter-spacing: .05em;
}

.c-floor .floor-container h2 .pc-br{
	display:block;
}

.c-floor .floor-container .floor-image{
	width:100%;
	line-height: 1;
	order: 1;
	margin-bottom: 2.5rem;
}

.c-floor .floor-container .floor-txt{
	order: 2;
}

.c-floor .floor-container .privateroom-txt{
	order: 2;
}

.c-floor .floor-container .privateroom-image{
	margin:2.5rem 0;
	width: 240px;
	line-height: 1;
}

.c-floor .floor-container .floormap-image{
	width:100%;
	order: 1;
	margin-bottom: 2rem;
}

.c-gallery{
	padding:4rem 0 10rem;
}

.c-gallery .home-title{
	text-align:center;
}

.c-gallery .home-title h2{
}

.c-gallery .gallery-catch{
	text-align:center;
	margin:2.5rem 0 4rem;
}

.c-gallery .gallery-list {
	flex-wrap:wrap;
	display: flex;
	justify-content: space-between;
}

.c-gallery .gallery-list li{
	width:24%;
	margin-bottom: 5px;
	line-height: 1;
}

.c-gallery .gallery-list li a{
	display:block;
}

.c-gallery .gallery-list li a img{
}

/* 404Error
--------------------------------*/
.page-title-404 h1{
	writing-mode: horizontal-tb!important;
}

.error404{
	padding:5rem 0;
}

.error404 .error404-container{
	width: 100%;
	background-color: #fff;
	padding: 5rem 2rem 6rem;
}

.error404 .home-title{
	margin-bottom: 3rem;
	text-align: center;
}

.error404 .error-btn{
	width: 200px;
	height: 40px;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	border: 1px solid #333;
	color: #333;
	background-color: #fff;
	display: block;
	line-height: 35px;
	margin: 5rem auto 0;
	text-align: center;
}

.error404 .error-btn::after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-black.svg);
	display: inline-block;
	background-size: cover;
	width: 4px;
	height: 9px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 10px;
}
