/*
Theme Name:焼肉武田や2026
Theme URL:https://takeda-ya.com
Description: 株式会社ラーナ
Author: rana
Version: 1.0

*/


/* base
--------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
}

@media screen and (min-width:641px) and ( max-width:1280px) {
	html {
	font-size: 50%;
	}
	.gnav.is-fixed .nav-list li a{
	font-size:1.4rem;
	}
	.sidemenu-fixed .tel img {
	top: 10px !important;
	left: 0;
	}
	.horsemeat-top .commitment-image .image-l {
	transform: translate(-10px, 80px) !important;
	}
	.horsemeat-top .commitment-image .image-b {
	margin-top: 10px !important;
	}
}

body{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.6rem;
	margin:0;
	padding: 0;
	line-height: 2;
	color:#333333;
	position: relative;
	counter-reset: number 0;
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	text-decoration: none;
	color:#333;
}

a:hover {
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	opacity: 0.7;
}

p{
	padding:0;
	font-size: 1.6rem;
	margin: 0;
	letter-spacing: .05em;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.breadcrumbs {
	font-size: 1.4rem;
	color: #333333;
	background-color: #FFF;
	height: 55px;
	line-height: 55px;
	text-align: center;
	letter-spacing: .1em;
}

.breadcrumbs a{
	color: #9e9e9e;
}

.breadcrumbs a:hover{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	opacity: 0.7;
}

.breadcrumbs span:first-child{
	margin-left:0;
}

.breadcrumbs span{
	margin:0 1rem;
}

.breadcrumbs .now-page{
	color: #333333;
	background-color: #FFF;
	border-radius: 5px;
}
.breadcrumbs .arrow-icon{
	position: relative;
	content: "";
	background-image: url(img/arrow-brown-right.svg);
	width: 10px;
	height: 11px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.8rem;
	margin-top: 5rem;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	color:#333;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
	background-color: #FFF;
	/*! border-radius: 50%; */
	border: 1px solid #333;
}

.wp-pagenavi page larger{
	border: 1px solid #DFDFDF;
}

.wp-pagenavi span,
.wp-pagenavi a{
	width: 34px;
	height: 34px;
	line-height: 30px;
	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.6rem;
	border-radius: 30px;
	width: 70px;
}

#page-top{
	display: block;
	position: absolute;
	right:20px;
	top:-30px;
	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:60px;
	height:60px;
}

body.nav-open #page-top {
	display: none;
}

.grecaptcha-badge{
	visibility: hidden;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

/* sp_only
--------------------------------*/
.sp-only{
	display:none;
}

/* header
--------------------------------*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10; 
	height: 100vh;
}

/* スクロール後 */
header.is-shrink {
	height: 60vh;
	background-position: center 40%;
}

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:175px;
	height:420px;
	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;
	max-width: 670px;
	width:45%;
	z-index: 10;
}

header .top-info .header-desc{
	font-size:1.2rem;
	margin-bottom:1.5rem;
	font-weight: 600;
}

.follow .header-desc{
	font-size:1.2rem;
	position:absolute;
	bottom: 30px;
	right: 35px;
}

header .top-info .h-news li .news-box{
	display:flex;
	background-color:rgba(0,0,0,0.6);
	padding:3rem;
	width: 100%;
	justify-content: space-between;
}

header .top-info .h-news li .news-box .title{
	width:100px;
	border-right:1px solid #fff;
	display: flex;
	align-items: center;
}

header .top-info .h-news li .news-box h2{
	font-size:1.6rem;
	letter-spacing: .1em;
}

header .top-info .h-news li .news-box .contents{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 2rem;
}

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.6rem;
}

header .top-info .h-news li .more-btn{
	font-size:1.6rem;
	letter-spacing: .05em;
	position:relative;
	width: 70px;
	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: 5px;
	height: 10px;
	right: 0;
	bottom: 20px;
}

.sp-sidemenu{
	display:none;
}

.sidemenu-fixed{
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 200;
	width: 270px;
	transition:opacity .5s ease,
	transform .5s ease,
	background-color .5s ease,
	color .5s ease;
}

.sidemenu-fixed ul{
	width:270px;
	/*! margin-left: auto; */
}

.sidemenu-fixed ul li:nth-child(2){
	margin-top:2rem;
	margin-bottom:1.5rem;
}

.sidemenu-fixed ul li a{
	display:block;
	line-height: 1.4;
}

.sidemenu-fixed ul li span{
	font-size:1.8rem;
	display:block;
	letter-spacing: .1em;
}

.sidemenu-fixed ul .reservation{
	background-color:#c9161d;
	height:60px;
	line-height: 60px;
	text-align: center;
}

.sidemenu-fixed .line{
	background-color:#06c755;
	height:60px;
	display:flex;
	justify-content:center;
	align-items: center;
}

.sidemenu-fixed .line img{
	width:27px;
	height:25px;
	margin-right: 10px;
}

.sidemenu-fixed .tel p{
	line-height: 1;
	letter-spacing: .1em;
}

.sidemenu-fixed .tel .c-container{
	align-items:baseline;
	justify-content: center;
	margin: 5px 0;
	position: relative;
}

.sidemenu-fixed .tel img{
	width:20px;
	height:22px;
	margin-right: 5px;
	position: absolute;
	top: 14px;
	left: 0;
	transition: opacity .4s ease;
}

.sidemenu-fixed .tel .logo-black {
	opacity: 0;
}

.sidemenu-fixed ul .tel .tel-number{
	font-size:3rem;
}

.sidemenu-fixed ul .tel .business-hours{
	font-size:1.2rem;
}

.sidemenu-fixed.is-fixed {
	position: fixed;
	top: 90px;
	right: 0;
	width: 310px;
	background-color: rgba(255,255,255,0.7);
	backdrop-filter: blur(4px);
	padding: 2rem;
}

.sidemenu-fixed.is-fixed .tel p,
.sidemenu-fixed.is-fixed .tel-number,
.sidemenu-fixed.is-fixed .business-hours{
	color:#2b2b2b;
}

.sidemenu-fixed.is-fixed .tel .logo-white {
	opacity: 0;
}

.sidemenu-fixed.is-fixed .tel .logo-black {
	opacity: 1;
}

.sidemenu-fixed .tel img,
.sidemenu-fixed .tel p,
.sidemenu-fixed .tel-number,
.sidemenu-fixed .business-hours{
	transition: opacity .5s ease, color .5s ease;
}

/* navi
--------------------------------*/
.gnav{
	position:absolute;
	left:60px;
	top:120px;
	background-color: transparent;
}

.gnav .nav-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.gnav .nav-main{
	position:relative;
	margin-right: 1rem;
}

.gnav .nav-main::after{
	content:"";
	width:1px; 
	height:130px; 
	display:block; 
	background-color: #fff; 
	position:absolute;
	right: -10px;
}

.gnav .nav-sub{
	margin-left: 1rem;
}

.gnav .nav-list li {
	writing-mode: vertical-rl;
}

.gnav .nav-list li a {
	display: block;
	color: #fff;
	font-weight: 400;
	letter-spacing: .1em;
	font-size: 1.7rem;
	line-height: 2.3;
	position:relative;
	height: 100%;
}

.gnav .nav-list li a::before {
	content: "";
	position: absolute;
	right: 14px;
	top: -10px;
	left: 15.5px;
	opacity: 1;
	visibility: hidden;
	transform: rotate(140deg);
	width: 13px;
	height: 1px;
	background-color: #fff;
}

.gnav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 55px;
	background-color: #2b2b2b;
	display: flex;
	z-index: 9999;
	transition: opacity .5s ease, transform .5s ease, background-color .5s ease, color .5s ease;
	height: 90px;
}

.gnav.is-fixed .c-container {
	align-items: center;
}

.gnav.is-fixed .nav-list {
	flex-direction: row;
	justify-content: center;
}

.gnav.is-fixed .nav-list li {
	writing-mode: horizontal-tb;
	margin: 0 1.5rem;
	height: 100%;
}

.gnav.is-fixed .nav-main::after {
	display: none;
}

.gnav.is-fixed .nav-sub{
	flex-wrap:wrap;
}

.gnav.is-fixed .nav-sub li:first-child{
	order:4;
}

.gnav.is-fixed .nav-sub li:nth-child(2){
	order:3;
}

.gnav.is-fixed .nav-sub li:nth-child(3){
	order:2;
}

.gnav.is-fixed .nav-sub li:last-child{
	order:1;
}

.gnav.is-fixed .nav-list li a::before {
	width: 100%;
	top: 40px;
	left: 0;
	transform: rotate(0);
	font-weight: 400;
}

/* 現在ページだけ斜線（underline）を常に表示 */
.gnav .nav-list li a.is-active::before {
	visibility: visible !important;
	opacity: 1 !important;
}

/* 固定メニュー状態でも常時表示 */
.gnav.is-fixed .nav-list li a.is-active::before {
	visibility: visible !important;
	opacity: 1 !important;
}

/* page
--------------------------------*/
.page-title-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 100vh;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	overflow: hidden;
	transition:
	height 0.45s cubic-bezier(.4, 0, .2, 1),
	background-position 0.6s ease;
}

/* 縮小後 */
.page-title-container.is-shrink {
	height: 60vh;
	background-position: center 40%;
}

.page-title-container .page-title-box{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.page-title-container .page-title-box h1{
	font-size:4.2rem;
	color: #fff;
	writing-mode: vertical-rl;
	letter-spacing: .1em;
}

/* 縮小後 h1 */
.page-title-container.is-shrink h1 {
	writing-mode: horizontal-tb;
	font-size:3.8rem;
}


/* footer
--------------------------------*/
footer{
	padding-top:6.5rem;
	padding-bottom:2.5rem;
	background-color:#333;
	position:relative;
}

footer .footer-container{
	position:relative;
}

footer .footer-info .logo{
	width:300px;
	height:86px;
	display: block;
	margin-bottom: 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{
	width:270px;
}

footer .footer-info ul > li > .c-container{
	align-items:center;
}

footer .footer-info ul li .adress{
	align-items:center;
}

footer .footer-info ul li a{
	width:270px;
	line-height: 1.4;
	display: block;
}

footer .footer-info ul li span{
	font-size: 1.8rem;
	display: block;
	letter-spacing: .1em;
}

footer .footer-info .reservation{
	background-color:#c9161d;
	height:60px;
	line-height: 60px;
	text-align: center;
	display: block;
	margin-right: 2.5rem;
}

footer .footer-info .address{
	font-size:1.7rem;
}

footer .footer-info .line{
	background-color:#06c755;
	height:60px;
	display:flex;
	justify-content:center;
	align-items: center;
}

footer .footer-info .line img{
	width:27px;
	height:25px;
	margin-right: 10px;
}

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;
}

footer .footer-info .tel img{
	width:20px;
	height:22px;
	margin-right: 5px;
}

footer .footer-info .tel .tel-number{
	font-size:3rem;
}

footer .footer-info .tel .business-hours{
	font-size:1.2rem;
}

footer .footer-nav{
	position:relative;
}

footer .footer-nav ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

footer .nav-main{
	position:relative;
	margin-right: 1rem;
}

footer .nav-main::after{
	content:"";
	width:1px; 
	height:130px; 
	display:block; 
	background-color: #fff; 
	position:absolute;
	right: -10px;
}

footer .nav-sub{
	margin-left: 1rem;
}

footer .footer-nav ul > li {
	writing-mode: vertical-rl;
}

footer .footer-nav ul > li > a {
	display: block;
	color: #fff;
	font-weight: 400;
	letter-spacing: .1em;
	font-size: 1.7rem;
	line-height: 2.4;
}

footer .footer-nav .insta{
	width:30px;
	height:30px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

footer .footer-nav .insta img{
	width:100%;
	height:auto;
}

footer .copy{
	text-align:center;
	letter-spacing: .1em;
}

/* home
--------------------------------*/
main{
	position: relative;
	z-index: 1;
}

.mainvisual{
	width:100%;
	height:100vh;
	position: relative;
}

.mainvisual img{
	width:100%;
	height:100%;
}

.scroll-down{
	position:absolute;
	height: 165px;
	bottom: 0;
	left: 70px;
}

.scroll-down::before {
	content: "";
	width: 1px;
	height: 156px;
	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);
    }
}

.scroll-down p{
	position:relative;
	writing-mode: vertical-rl;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	height: 156px;
	padding-left:5px;
	line-height: 1;
	letter-spacing: .1em;
}

.home-concept{
	background-image: url(img/concept-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 17rem 0 19rem;
	margin-top: -5px;
}

.home-concept .concept-txt{
	font-size:1.6rem;
	letter-spacing:.1em;
}

.home-concept .home-title{
	margin-bottom:5rem;
}

.home-concept .home-btn{
	margin-top:7rem;
	display: inline-block;
}

.home-concept .home-btn .sub-title{
	font-size:1.6rem;
	letter-spacing: .1em;
	color:#bababa;
}

.home-menu{
	width:50%;
	position:relative;
}

.home-menu .menu-image{
	width:100%;
	line-height: 1;
}

.home-menu .menu-image img{
	width:100%;
	height:auto;
}

.home-menu .menu-container{
	max-width:500px;
	width:60%;
	position: absolute;
	bottom: 70px;
	left: 50px;
}

.home-menu .home-btn{
	line-height:1;
	margin-bottom: 2.5rem;
}

.home-menu .home-btn dl dt{
	font-size:1.6rem;
	color:#bababa;
	margin-bottom: 10px;
	letter-spacing: .1em;
}

.home-menu .home-btn dl dd{
	font-size: 3rem;
	padding-bottom: 15px;
	margin-top: 5px;
}

.home-commitment .commitment-image{
	width:50%;
	line-height: 1;
}

.home-commitment .commitment-image img{
	width:100%;
	height:auto;
}

.home-commitment .commitment-txt{
	width:50%;
	padding:9rem 12rem;
}

.home-commitment .commitment-txt .home-title{
	margin-bottom:3.5rem;
}

.home-commitment .home-btn{
	border-bottom:1.5px solid #333333;
	margin-top:7rem;
}

.home-commitment .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
}

.home-commitment .home-btn span{
	font-size:2.2rem;
	letter-spacing: .1em;
}

.home-scene{
	padding: 10rem 0;
}

.home-scene .home-title{
	margin-bottom:5rem;
}

.home-scene .scene-container{
	width:48%;
}

.home-scene .scene-image{
	width:100%;
	margin-bottom:2rem;
	position:relative;
}

.home-scene .scene-image img{
	width:100%;
	height:auto;
}

.home-scene .scene-image .home-title{
	position:absolute;
	left:20px;
	top:25px;
}

.home-scene .scene-image .home-title .sub-title{
	font-size:1.4rem;
}

.home-scene .scene-image .home-title h3{
	font-size:2.5rem;
}

.home-scene .scene-extxt{
	max-width:290px;
	width:49%;
}

.home-scene .scene-eximage{
	max-width:280px;
	width:49%;
}

.home-scene .scene-eximage img{
	width:100%;
	height:auto;
}

.home-scene .home-btn{
	border-bottom:1.5px solid #333333;
	margin-top: 3.5rem;
}

.home-scene .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
}

.home-scene .home-btn span{
	font-size:2.2rem;
	letter-spacing: .1em;
}

.home-floor{
	background-color:#2b2b2b;
	padding:15rem 0;
}

.home-floor .floor-txt{
	max-width:520px;
	width:40%;
}

.home-floor .home-title{
	margin-bottom:6rem;
}

.home-floor .floor-image{
	max-width:750px;
	width:50%;
}

.home-floor .floor-image img{
	width:100%;
	height:auto;
}

.home-floor .floor-container{
	max-width:1560px;
	width:95%;
	margin-left:auto;
	margin-top: 13rem;
}

.home-floor .swiper-wrapper .swiper-slide {
	width: 600px;
}

.home-floor .swiper-wrapper .scene-eximage img{
	width:100%;
	height:auto;
}

.home-floor .swiper-wrapper .scene-eximage .scene-title{
	font-size:1.6rem;
	color:#fff;
	letter-spacing:.1em;
	text-align:center;
	background-color:#2b2b2b;
	width:170px;
	height:50px;
	line-height:50px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 10px 0 0;
}

.home-floor .home-btn {
	margin-top: 6rem;
}

.home-info{
	padding:12rem 0 21rem;
}

.home-info .home-title h2{
	font-size:4.5rem;
	line-height: 1.4;
}

.home-info .width-1710px{
	max-width:1710px;
	width:95%;
	margin-right:auto;
	position:relative;
}

.home-info .info-container{
	margin-top:9rem;
	max-width:1560px;
	width:95%;
	padding:15rem 0 20rem;
	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-info .info-inner{
	max-width: 830px;
	width: 95%;
	margin: 0 auto;
}

.home-info .info-container ul{
	align-items:center;
	margin: 0 auto 4rem;
}

.home-info .info-container ul li{
	width:270px;
}

.home-info .info-container ul li a{
	display:block;
	line-height: 1.4;
}

.home-info .info-container ul li span{
	font-size:1.8rem;
	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{
	width:250px;
}

.home-info .info-container.tel p{
	line-height: 1;
	letter-spacing: .1em;
}

.home-info .info-container .tel .c-container{
	align-items:baseline;
	position: relative;
	justify-content: center;
}

.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{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.home-info .info-container dl dt,
.home-info .info-container dl dd{
	padding:2rem 0;
	font-size: 1.6rem;
	letter-spacing: .05em;
}

.home-info .info-container dl dt{
	width:25%;
}

.home-info .info-container dl dd{
	width:75%;
}

.home-info .info-image{
	max-width:520px;
	width:32%;
	position:absolute;
	right:0;
	bottom:150px;
	line-height: 1;
}

.home-info .info-image img{
	width:100%;
	height:auto;
}

.home-access{
	padding: 10rem 0 15rem;
	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 .home-title h2{
	font-size:4.5rem;
	letter-spacing: .05em;
}

.home-access iframe{
	width:100%;
	height:570px;
	margin:6rem 0 4rem;
}

.home-access .c-container{
	align-items:center;
}

.home-access .access-btn{
	width:260px;
	height:60px;
	border:1px solid #333333;
	line-height:55px;
	position:relative;
}

.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.8rem;
	letter-spacing:.1em;
	text-align:center;
	display: block;
}

.home-instagram{
	padding:15rem 0;
}

.home-instagram .home-title h2{
	font-size:4.5rem;
	border-bottom:1px solid #2b2b2b;
	padding-bottom:4.5rem;
	margin-bottom:7.5rem;
	letter-spacing: .05em;
}



.home-instagram .insta-btn{
	width:260px;
	height:60px;
	line-height:55px;
	border: 1px solid #333;
	justify-content: center;
	align-items: center;
	margin: 6rem 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:18px;
	height:18px;
	margin-right: 10px;
}

.home-instagram .insta-btn span{
	font-size:1.8rem;
	display: inline-block;
}

/* 焼き肉武田やについて
--------------------------------*/
.page-bg-about{
	background-image: url(img/concept-title.jpg);
}

.about-top{
	background: url(img/concept-img1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height:790px;
}

.about-top .about-catch{
	font-size:3.2rem;
	line-height:1.8;
	letter-spacing:.1em;
	margin-bottom:4.5rem;
	padding-top: 8rem;
}

.about-top p{
	font-size:1.6rem;
	text-align:center;
}

.c-concept{
	padding:9rem 0 14rem;
	position:relative;
}

.c-concept .concept-container{
	padding-bottom:15rem;
	position:relative;
}

.c-concept .concept-image{
	max-width:1030px;
	width:55%;
	margin-right:auto;
	z-index: 300;
	position: relative;
}

.c-concept .concept-image img{
	width:100%;
	height:auto;
}

.concept-bg-gray{
	max-width:1300px;
	width:70%;
	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-concept .concept-container .concept-txt{
	margin-left: auto;
	padding: 26rem 0 7rem;
	margin-top: -15rem;
	position:relative;
}

.c-concept .concept-container .concept-inner{
	max-width:800px;
	width:80%;
	margin:0 auto;
}

.c-concept .concept-container .home-title{
	position:absolute;
	top:-140px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.c-concept .concept-container .home-title h2{
	writing-mode: vertical-rl;
	margin-top: 3rem;
}

.c-concept .concept-container .concept-catch{
	font-size:2.5rem;
	margin-bottom:2rem;
	letter-spacing: .1em;
}

.c-concept .order-container{
	position:relative;
}

.c-concept .order-container .order-txt{
	margin-right:auto;
	padding: 9.5rem 0 10.5rem;
}

.c-concept .order-container .order-image{
	max-width:800px;
	width:45%;
	position:absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.c-concept .order-container .order-image img{
	width:100%;
	height:auto;
}

.c-concept .order-container .order-inner{
	max-width:660px;
	width:55%;
	margin:0 auto;
}

.c-concept  .order-container h3{
	width: 180px;
	margin: 0 auto 7rem;
	font-size:3rem;
	writing-mode: vertical-rl;
	letter-spacing: .15em;
}

.c-concept  .order-container .order-catch{
	font-size:1.8rem;
	letter-spacing:.1em;
}

.c-info{
	padding-bottom:8rem;
}

.c-info .width-1340px{
	max-width:1340px;
	width:95%;
	margin:0 auto 7rem;
}

.c-info .info-image{
	width:50%;
	max-width: 670px;
}

.c-info .info-image img{
	width:100%;
	height:auto;
}

.c-info .info-txt{
	width:47%;
	max-width: 645px;
}

.c-info .home-btn{
	border-bottom:1.5px solid #333333;
}

.c-info .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
}

.c-info .home-btn span{
	font-size:2.2rem;
	letter-spacing: .1em;
}

.c-info .info-txt .info-title{
	align-items:flex-end;
	margin-bottom: 5rem;
}

.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.6rem;
	letter-spacing: .1em;
	line-height: 1.8;
}

.c-info .info-txt dl dt{
	width:120px;
	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: 3rem;
}

.c-info .reservation-list{
	flex-wrap:wrap;
}

.c-info .reservation-list li{
	max-width:260px;
	width:22%;
	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: 20px;
	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.8rem;
	letter-spacing: .1em;
	line-height: 40px;
}

.c-access{
	padding: 10rem 0 15rem;
	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 .home-title h2{
	font-size:3.5rem;
	letter-spacing: .05em;
}

.c-access iframe{
	width:100%;
	height:570px;
	margin:6rem 0 4rem;
}

.c-access .c-container{
	align-items:center;
}

.c-access .access-btn{
	width:260px;
	height:60px;
	border:1px solid #333333;
	line-height:55px;
	position:relative;
	display: block;
}

.c-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;
}

.c-access .access-btn span{
	font-size:1.8rem;
	letter-spacing:.1em;
	text-align:center;
	display: block;
}

/* 馬肉のこだわり
--------------------------------*/
.page-bg-horsemeat{
	background-image: url(img/basashi-title.jpg);
}

.horsemeat-top {
	margin-bottom: 13rem;
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	position: relative;
	overflow: visible;
}

.horsemeat-top .commitment-txt{
	padding: 9.5rem 0 10.5rem;
	width: 100%;
	background-image: url("img/gray-bg.jpg");
	background-repeat: no-repeat;
	background-position: center 30px; /* 少し下 */
	background-size: cover;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0);
	filter: brightness(1.05);
	/*! opacity: 0; */
	transition:
		opacity 2.4s ease,
		background-position 2.8s cubic-bezier(.25,.7,.3,1),
		box-shadow 2.4s ease,
		filter 2.4s ease;
	justify-self: end;
	position: relative;
	z-index: 1;
	max-width: 1300px;
}

.horsemeat-top .commitment-txt.is-bg-show{
	opacity: 1;
	background-position: center top;
	box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.75);
	filter: brightness(1);
}

.horsemeat-top .commitment-image{
	justify-self: start;
	position: relative;
	z-index: 3;
	/* レイアウト重なり用 */
	margin-left: clamp(-160px, -8vw, -80px);
}

.horsemeat-top .commitment-image-inner{
	width: 100%;
	max-width: 810px;
	display: grid;
	grid-template-columns: auto auto auto;
	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;
	/* デザイン演出用 */
}

.horsemeat-top .commitment-image .image-l{
	grid-area: 1 / 1 / 2 / 2;
	/* デザイン演出用 */
	z-index: 2;
	transform: translate(-30px, 100px);
}

.horsemeat-top .commitment-image .image-b{
	grid-area: 2 / 2 / 3 / 4;
	/* デザイン演出用 */
	transform: translateX(-50px);
	margin-top: 30px;
	z-index: 3;
}

.horsemeat-top .commitment-inner{
	max-width:660px;
	width:60%;
	margin: 0 auto;
}

.horsemeat-top .commitment-catch{
	width: 150px;
	margin: 0 auto 7rem;
	font-size:2.5rem;
	writing-mode: vertical-rl;
	letter-spacing: .15em;
	font-weight: 600;
}

.c-horsemeat-about{
	padding:9rem 0 17rem;
}

.c-horsemeat-about .horsemeat-l{
	max-width:600px;
	width:33%;
}

.c-horsemeat-about .horsemeat-l img{
	width:100%;
	height:auto;
}

.c-horsemeat-about .horsemeat-container{
	max-width:730px;
	width:38%;
	position:relative;
	margin-top: 90px;
}

.c-horsemeat-about .horsemeat-container h2{
	font-size:3.5rem;
}

.c-horsemeat-about .horsemeat-catch{
	font-size:2.5rem;
	line-height:1.8;
	margin:6rem 0 4rem;
	letter-spacing: .1em;
}

.c-horsemeat-about ul{
	border:1px solid #333;
	padding:2.5rem 2rem 2.5rem 4rem;
	margin-bottom:4.5rem;
}

.c-horsemeat-about ul li{
	letter-spacing:.05em;
	list-style-type: disc;
}

.c-horsemeat-about .horsemeat-txt p{
	margin-bottom:3.5rem;
}

.c-horsemeat-about .horsemeat-r{
	max-width:460px;
	width:25%;
	position: relative;
	line-height: 1;
	margin-top: 260px;
}

.c-horsemeat-about .horsemeat-r img{
	width:100%;
	height:auto;
}

.c-horsemeat-about .reason-container{
	max-width:1560px;
	width:90%;
	margin-left:auto;
	padding-top: 15rem;
}

.c-horsemeat-about .reason-txt{
	max-width:730px;
	width:46%;
}

.c-horsemeat-about .reason-txt .home-title{
	margin-bottom:5.5rem;
}

.c-horsemeat-about .reason-txt .home-title h3{
	font-size:3.5rem;
	letter-spacing: .1em;
}

.c-horsemeat-about .reason-image{
	max-width:750px;
	width:48%;
}

.c-horsemeat-about .reason-image img{
	width:100%;
	height:auto;
}

.c-efficacy{
	padding:15rem 0;
}

.c-efficacy .home-title h2{
	font-size:3.5rem;
}

.c-efficacy .efficacy-container{
	margin-top:10rem;
	align-items: center;
}

.c-efficacy .efficacy-txt{
	width:50%;
}

.c-efficacy .efficacy-txt h3{
	font-size:2.5rem;
	position:relative;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	letter-spacing: .05em;
}

.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:46%;
}

.c-efficacy .efficacy-image img{
	width:100%;
	height:auto;
	border-radius:50px 0 50px 0;
}

/* 肉のこだわり
--------------------------------*/
.page-bg-meat{
	background-image: url(img/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:3.2rem;
	line-height:1.8;
	letter-spacing:.1em;
	margin-bottom:4.5rem;
	padding-top: 8rem;
}

.meat-top p{
	font-size:1.6rem;
	text-align:center;
}

.c-raremeat{
	padding: 18rem 0 10rem;
	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-raremeat .rarecut-container{
	max-width:1560px;
	width:90%;
	margin-left:auto;
	margin-bottom: 8.5rem;
}

.c-raremeat .rarecut-txt{
	max-width:730px;
	width:45%;
}

.c-raremeat .home-title h2{
	font-size:3.5rem;
}

.c-raremeat .rarecut-txt .rarecut-catch{
	font-size:2.5rem;
	margin:6rem 0 4rem;
}

.c-raremeat .rarecut-image{
	max-width:750px;
	width:50%;
}

.c-raremeat .rarecut-image img{
	width:100%;
	height:auto;
}

.c-raremeat .raremeat-list li{
	width:23%;
}

.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 li h3{
	font-size:2rem;
	text-align:center;
	letter-spacing: .1em;
	margin: 2rem 0;
	line-height: 1;
}

.c-rank{
	padding:12rem 0 10rem;
}

.c-rank .home-title h2{
	font-size:3.5rem;
}

.c-rank .title-container{
	max-width:860px;
	width:55%;
}

.c-rank .title-container .fillet-image{
	width:100%;
	line-height: 1;
	margin-top: 13rem;
}

.c-rank .title-container .fillet-image img{
	width:100%;
	height:auto;
}

.c-rank .meat-image{
	max-width:480px;
	width:40%;
}

.c-rank .meat-image img{
	width:100%;
	height:auto;
}

.c-rank .rank-container{
	margin:6rem 0;
}

.c-rank .rank-txt{
	max-width:600px;
	width:50%;
}

.c-rank .rank-image{
	max-width:550px;
	width:46%;
}

.c-rank .rank-image img{
	width:100%;
	height:auto;
}

.c-rank .index-txt{
	width:48%;
	border:1px solid #c1c1c1;
	padding:4rem 2.5rem;
}

.c-rank .index-txt h3{
	font-size:2rem;
	text-align:center;
	padding-bottom:3.5rem;
	margin-bottom:3.5rem;
	position:relative;
	letter-spacing: .1em;
}

.c-rank .index-txt h3::after{
	content:"";
	width:60px;
	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 table{
	margin:3.5rem 0;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.c-rank .index-txt table th{
	background-color: #c9161d;
	color: #FFF;
	padding: 0 2rem;
	letter-spacing: .15em;
	font-weight: 600;
	border-right: 1px solid #fff;
}

.c-rank .index-txt table td{
	border-bottom:1px solid #c1c1c1;
	padding: 1rem 0;
	letter-spacing: .1em;
}

.c-rank .sec-wrap-m-t4{
	margin-top: 4rem;
}

/* お品書き
--------------------------------*/
.page-bg-menu{
	background-image: url(img/menu-title.jpg);
}

.menu-tab{
	padding:6rem 0;
}

.menu-tab .menu-course{
	width:400px;
	border-bottom:1.5px solid #333;
	display:block;
	position:relative;
	font-size: 2.2rem;
	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: 7px;
	height: 14px;
	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: 60px;
	line-height: 50px;
	font-size: 1.8rem;
	box-sizing: border-box;
	letter-spacing: .1em;
	width: 25%;
	border-radius: 50px;
}

.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-area{
	/*! padding-top:9.5rem; */
}

.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:15rem 0 13rem;
}

.contents-menu .menu-container{
	max-width:1560px;
	width:90%;
	margin-left:auto;
	margin-bottom: 8rem;
}

.contents-menu .menu-txt{
	max-width:760px;
	width:50%;
}

.contents-menu .home-title h2{
	font-size:3.5rem;
	margin-bottom:5rem;
}

.contents-menu .menu-txt .menu-catch{
	font-size:2.5rem;
	letter-spacing:.1em;
	line-height:1.8;
	margin-bottom:1.5rem;
}

.contents-menu .menu-image{
	max-width:750px;
	width:48%;
	line-height: 1;
}

.contents-menu .menu-image img{
	width:100%;
	height:auto;
}

.contents-menu .menu-list{
	flex-wrap:wrap;
}

.contents-menu .menu-list::after{
	content:"";
	width:23%;
	display:block;
}

.contents-menu .menu-list li{
	width:23.5%;
	margin-bottom: 6rem;
}

.contents-menu .menu-list li a{
	width:100%;
	display:block;
	line-height: 1;
}

.contents-menu .menu-list li a img{
	width:100%;
	height:auto;
	margin-bottom:1rem;
}

.contents-menu dl{
	display:flex;
	justify-content:space-between;
	border-bottom: 1px solid #333;
	flex-wrap:wrap;
}

.contents-menu dl dd{
	letter-spacing:.02em;
}

.contents-menu .sub-menu-list{
	flex-wrap: wrap;
}

.c-menu-other .other-container h3{
	font-size:2.5rem;
	margin-bottom:3rem;
	letter-spacing: .1em;
}

.c-menu-horsemeat .sub-menu-list{
	margin-bottom:7rem;
}

.contents-menu .sub-menu-list::after{
	content:"";
	width:23%;
	display:block;
}

.contents-menu .sub-menu-list li{
	width:23%;
}

.c-menu-meat .meat-catch{
	font-size:3.2rem;
	margin-bottom:6rem;
	line-height: 1.6;
}

.c-menu-meat .sub-menu-list li{
	margin-bottom:3rem;
}

.contents-menu .bd-none{
	border:none;
	margin-bottom: 0.5rem;
}

.contents-menu .attention{
	font-size:1.4rem;
}

.c-menu-other .home-title,
.c-menu-drink .home-title{
	text-align:center;
}

.c-menu-other .other-container{
	max-width:1560px;
	width:90%;
}

.c-menu-other .txt-r{
	margin-left:auto;
	margin-bottom: 13rem;
}

.c-menu-other .other-container .other-menu{
	max-width:600px;
	width:40%;
}

.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{
	max-width:810px;
	width:52%;
}

.c-menu-other .other-container .other-image img{
	width:100%;
	height:auto;
}

.c-menu-other .sec-wrap-m-t6{
	margin-top:6rem;
}

.c-menu-drink .drink-box{
	width:30%;
}

.c-menu-drink .drink-box h3{
	font-size:2rem;
	margin-bottom:3rem;
	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: 3rem;
}

.c-menu-drink .drink-box dl{
	margin-bottom:9rem;
}

.course-top{
	padding:7rem 0 10rem;
}

.course-top .home-btn{
	font-size:2.2rem;
	border-bottom:1.5px solid #333333;
	margin: 0 auto 7rem;
	letter-spacing: .1em;
}

.course-top .home-btn::after{
	background-image: url(img/arrow-right-black.svg);
}

.course-top .course-catch{
	text-align:center;
	font-size: 1.7rem;
}

.c-course-menu{
	max-width:1560px;
	width:90%;
	padding-bottom:15rem;
}

.right-container{
	margin-left:auto;
}

.c-course-menu .course-txt{
	max-width:740px;
	width:48%;
}

.c-course-menu .course-txt .c-container{
	align-items:center;
}

.c-course-menu .course-txt h2{
	font-size:3.2rem;
	letter-spacing: .1em;
	line-height: 1;
}

.c-course-menu .course-txt .price{
	font-size:2.2rem;
	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: 3.5rem 0 2.5rem;
	letter-spacing: .1em;
}

.c-course-menu .course-txt .course-ex-box{
	max-width:640px;
	width:90%;
	margin:3rem auto 0;
	border:1px solid #333;
	padding:2rem 5rem 3rem;
}

.c-course-menu .course-txt .course-ex-box p{
	font-size:1.8rem;
	text-align:center;
	margin-bottom: 2.5rem;
	line-height: 1;
}

.c-course-menu .course-txt .course-ex-box ul{
	flex-wrap:wrap;
	padding-left: 3rem;
}

.c-course-menu .course-txt .course-ex-box ul li{
	width:46%;
	list-style-type: disc;
	letter-spacing: .1em;
}

.c-course-menu .course-image{
	max-width:750px;
	width:49%;
}

.c-course-menu .course-image img{
	width:100%;
	height:auto;
}

.c-course-menu .course-image .attention{
	font-size:1.4rem;
	letter-spacing:.1em;
}

.c-course-menu .course-image .r-txt{
	text-align:right;
}

/* お知らせ記事一覧(news-archives)
--------------------------------*/
.page-bg-news{
	background-image: url(img/news-title.jpg);
}

.c-page-news{
	padding:15rem 0;
}

.news-wrap{
	background-color:#fff;
	padding:7rem 4.5rem;
	box-shadow: 0 7px 7px -5px rgba(73,73,73,0.75);
}

.news-wrap .news-list li article a{
	padding: 4.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.4rem;
	color:#fff;
	background-color:#c9161d;
	border-radius:30px;
	text-align:center;
	margin:0 3.5rem 0 2.5rem;
	width: 90px;
	height: 26px;
	line-height: 24px;
}

.news-list > li > article > a > h2{
	font-size:1.6rem;
	letter-spacing: .05em;
}

/* お知らせ記事一覧(news-single)
--------------------------------*/
.news-single{
	padding:15rem 0;
}

.news-single .news-single-container{
	background-color:#fff;
	padding:5rem 10rem 9rem;
}

.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.4rem;
	color:#fff;
	background-color:#c9161d;
	border-radius:30px;
	text-align:center;
	width: 90px;
	height: 26px;
	line-height: 24px;
	display: inline-block;
	margin-left: 2.5rem;
}

.news-single .news-single-container h2{
	font-size:2.6rem;
	border-bottom:1px solid #333;
	line-height:1.8;
	margin-bottom: 4rem;
	letter-spacing: .1em;
}

.news-single .post-contents span{
	font-weight:600;
}

.news-single .post-contents a{
	color:#F39;
}
.news-single .post-contents p{
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 30px;
	font-weight: 300;
}

.news-single .post-contents img{
	max-width:80%;
	height:auto;
}

.nav-below{
	display: flex;
	justify-content: space-between;
	margin-top: 9rem;
}

.nav-below .nav-previous,
.nav-below .nav-next{
	width: 10%;
}

.nav-below .nav-previous img,
.nav-below .nav-next img{
	width:6px;
	height:12px;
}

.nav-below .nav-previous span,
.nav-below .nav-next span{
	letter-spacing: .1em;
}

.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: 140px;
	text-align: center;
	letter-spacing: .1em;
	height: 40px;
	line-height: 35px;
}

/* よくある質問
--------------------------------*/
.page-bg-faq{
	background-image: url(img/q&a-title.jpg);
}

.c-faq{
	padding:9rem 0 14rem;
}

.c-faq .faq-list li{
	max-width:270px;
	width:23%;
	height:60px;
	border:1px solid #333333;
	line-height: 55px;
}

.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: 6px;
	height: 13px;
	right: 15px;
	bottom: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* 個人情報保護方針
--------------------------------*/
.page-bg-privacypolicy{
	background-image: url(img/privacypolicy-title.jpg);
}

.c-privacypolicy{
	padding:13rem 0 16rem;
}

.c-privacypolicy .privacy-catch{
}

.c-privacypolicy h2{
	font-size:2.2rem;
	font-weight:500;
	line-height:1;
	border-bottom: 1px solid #333;
	padding-bottom:1rem;
	letter-spacing: .05em;
	margin-bottom: 2.5rem;
	margin-top: 5rem;
}

.c-privacypolicy h2::before {
	content: counter(number)".";
	margin-right: .5rem;
	counter-increment: number 1;
}

.c-privacypolicy ul{
	padding-left:4rem;
}

.c-privacypolicy ul li{
	font-size:1.6rem;
	letter-spacing: .05em;
	list-style-type: disc;
}

.c-privacypolicy .disc-mark li{
	list-style-type: disc;
}

.c-privacypolicy .inquiry{
	text-decoration:underline;
}

/* お問い合わせ
--------------------------------*/
.page-bg-contact{
	background-image: url(img/contact-title.jpg);
}

.c-contact{
	padding:8rem 0 15rem;
}

.c-contact .home-title{
	text-align:center;
	margin-bottom:4rem;
}

.c-contact .contact-catch{
	text-align:center;
	margin-bottom: 4.5rem;
}

.c-contact .contact-list{
	max-width:740px;
	width:80%;
	margin:0 auto 6rem;
}

.c-contact .contact-list li{
	width:48%;
	text-align: center;
	line-height: 1;
}

.c-contact .contact-list li p{
	font-size:1.8rem;
}

.c-contact .contact-list li .c-container{
	align-items:center;
	justify-content: center;
	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:4rem;
	letter-spacing: .1em;
}

.c-contact .contact-list .contact-tel .business-hours{
	font-size:1.4rem;
	letter-spacing: .1em;
}

.c-contact .contact-list .contact-line a{
	background-color:#06c755;
	height:50px;
	width: 270px;
	margin: 2rem auto 0;
	line-height: 50px;
	letter-spacing: .1em;
}

.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: 4rem 9rem 8rem;
}

.contactpage-form .req::after{
	content: "必須";
	color: #FFF;
	font-size: 1.4rem;
	position: absolute;
	right: 20px;
	border-radius: 15px;
	width: 52px;
	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{
	display:flex;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #cecece;
	justify-content: space-between;
	align-items: stretch;
}

.contactpage-form table tr:first-child{
}

.contactpage-form table th{
	text-align: left;
	vertical-align: top;
	position: relative;
	font-size: 1.6rem;
	background-clip: padding-box;
	width: 25%;
	font-weight: 500;
	letter-spacing: .1em;
	padding: 4.5rem 2rem;
	display: flex;
	align-items: center;
}

.contactpage-form table td{
	width: 75%;
	display: block;
	/*! font-size: 1.6rem; */
	position: relative;
	padding: 3.5rem 2.5rem;
}

.contactpage-form .m-rl1{
	margin:0 10px;
}

.contactpage-form .m-l1{
	margin-left:10px;
}

.contactpage-form input,
.contactpage-form textarea{
	padding: 1rem 2rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	border: none;
	font-size: 1.6rem;
	border: 1px solid #c1c1c1;
	color: #333;
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	max-width: 600px;
	width: 90%;
	border-radius: 5px;
}

.contactpage-form select {
	padding: 1rem 2rem; 
	transition: 0.5s; 
	border: 1px solid rgb(204, 204, 204); 
	/*! font-size: 1.6rem; */
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	background-color: #fff;
	border-radius: 5px;
}

.contactpage-form textarea {
	padding: 2rem;
	height: 190px;
}

.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.6rem;
	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;
	max-width: 1000px;
	margin: 8rem auto 5rem;
	padding: 3.5rem;
	box-sizing: border-box;
	width: 80%;
}

.contact-privacy p{
	font-size: 1.6rem;
	font-weight: 400;
}

.contact-privacy p span{
	font-size: 1.8rem;
	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.6rem;
}

.contact-privacy input {
	margin-right: 10px;
	transform: scale(1.6);
	-moz-transform: scale(1.6);
	-webkit-transform: scale(1.6);
}

.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: 6rem auto 0;
	display: flex;
	justify-content: space-between;
	max-width: 250px;
	width: 35%;
	position: relative;
	height: 60px;
}

.contactpage-form-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;
}

.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:260px;
	height:60px;
	position:relative;
	font-size: 1.8rem;
	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:7rem 7rem 11rem;
}

.contact-complete .icon-check{
	width:50px;
	height:50px;
	margin:0 auto 3rem;
}

.contact-complete .icon-check img{
	width:100%;
	height:auto;
}

.contact-complete .thanks{
	font-size:3rem;
	font-weight:500;
	border-bottom: 1px solid #333;
	max-width: 620px;
	width: 85%;
	margin: 0 auto 4rem;
	letter-spacing: .1em;
}

.contact-complete p{
	text-align:center;
}

.contact-complete .contact-list {
	margin-top:5rem;
}

.contact-complete .contact-btn{
	width:260px;
	height:60px;
	border:1px solid #333333;
	line-height:55px;
	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: 7px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right:10px;
}

.contact-complete .contact-btn span{
	font-size:1.8rem;
	text-align:center;
	display: block;
}

/* ご予約
--------------------------------*/
.page-bg-reservation{
	background-image: url(img/reservation-title.jpg);
}

/* ご予約(送信完了)
--------------------------------*/
.reservation-complete .thanks{
	max-width: 390px;
}

/* 店内のご案内
--------------------------------*/
.page-bg-floor{
	background-image: url(img/floorguide-title.jpg);
}

.c-floor{
	padding-top:10rem;
}

.c-floor .c-align-center{
	align-items:center;
}

.c-floor .floor-container{
	max-width:1560px;
	width:90%;
}

.c-floor .floor-container .floor-txt{
	max-width:680px;
	width:44%;
}

.c-floor .floor-container h2{
	font-size:3.2rem;
	line-height:1.6;
	margin-bottom:3rem;
	letter-spacing: .1em;
}

.c-floor .floor-container .floor-image{
	max-width:750px;
	width:50%;
	line-height: 1;
}

.c-floor .floor-container img{
	width:100%;
	height:auto;
}

.c-floor .floor-container .floor-txt{
	max-width:680px;
	width:44%;
}

.c-floor .floor-container .privateroom-txt{
	max-width:600px;
	width:40%;
	margin-top: 8rem;
}

.c-floor .floor-container .privateroom-image{
	margin-top:7rem;
}

.c-floor .floor-container .floormap-image{
	max-width:870px;
	width:56%;
	margin-right: 1.5rem;
}

.c-gallery{
	padding:11rem 0 15rem;
}

.c-gallery .home-title{
	text-align:center;
}

.c-gallery .home-title h2{
	font-size:4.5rem;
}

.c-gallery .gallery-catch{
	text-align:center;
	margin:4.5rem 0 6rem;
}

.c-gallery .gallery-list {
	flex-wrap:wrap;
}

.c-gallery .gallery-list li{
	width:23%;
	margin-bottom: 2rem;
	line-height: 1;
}

.c-gallery .gallery-list li a{
	display:block;
}

.c-gallery .gallery-list li a img{
	width:100%;
	height:auto;
}

/* 404Error
--------------------------------*/
.page-title-404 h1{
	writing-mode: horizontal-tb!important;
}

.error404{
	padding:8rem 0;
}

.error404 .error404-container{
	width: 100%;
	background-color: #fff;
	padding: 8rem 9rem;
	text-align:center;
}

.error404 .home-title{
	margin-bottom: 6rem;
}

.error404 .error-btn{
	width: 260px;
	height: 60px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .1em;
	border: 1px solid #333;
	color: #333;
	background-color: #fff;
	display: block;
	line-height: 55px;
	margin: 6rem auto 0;
}

.error404 .error-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;
}
 