@charset "utf-8";
/* 共通 */
h2,h1,h3,h4,h5,
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h2,h3,h4,
h2 span,
h3 span{
	font-weight: 600;
	color: #222;
}
th{
	font-weight:normal;	
}
@media screen and (min-width: 1028px) {
	a,p,span,th,td{
		font-weight: 500;	
	}
}
h2,h3{
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 1.5rem;
	text-align: center;
}
h2 .small01,
h3 .small01,
h2 .small02,
h3 .small02{
	font-size: 18px;
}
h2 .small02::before,
h3 .small02::before{
	content:"【";	
}
h2 .small02::after,
h3 .small02::after{
	content:"】";	
}
@media screen and (min-width: 1028px) {
	h2,h3{
		font-size: 28px;
		margin-bottom: 1.5rem;
	}
	h2 .small01,
	h3 .small01,
	h2 .small02,
	h3 .small02{
		font-size: 22px;
	}
}
.c-g{
	color: #567544;		
}
.c-b{
	color: #004f67;		
}
html,body{
	min-width:1280px; -webkit-text-size-adjust: 100%;
}
body{
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background:url(../img/common/bg01.png);
}
@media screen and (max-width: 1279px) {
	html,body{
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
	}
}
header{
	display: none;
	z-index: 10;
}
@media screen and (max-width: 1279px) {
	header{
		display: block;
		z-index: 500;
	}
}
button{
	background: none;
	border: 0;
	box-sizing: border-box;
	margin: 0.5em;
	padding: 1em 2em;
	box-shadow: inset 0 0 0 2px #f45e61;
	color: #f45e61;
	font-size: inherit;
	position: relative;
}
button::before, button::after{
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.spin{
	width: 15px;
	height: 15px;
	padding: 0;
}
li:hover .spin{
	color: #567544;
}
.spin::before, .spin::after{
	top: 0;
	left: 0;
}
.spin::before{
	border: 5px solid transparent;
}
li:hover .spin::before{
	border-top-color: #567544;
	border-right-color: #567544;
	border-bottom-color: #567544;
	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.spin::after{
	border: 0 solid transparent;
}
li:hover .spin::after{
	border-top: 5px solid #567544;
	border-left-width: 5px;
	border-right-width: 5px;
	transform: rotate(270deg);
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.circle{
	border-radius: 100%;
	box-shadow: none;
}
.circle::before, .circle::after{
	border-radius: 100%;
}
@media screen and (max-width: 1279px) {
	header h1{
		height: 63px;
		padding: 0 0 0 2.2em;
		background: url(../img/common/bg_w.png);
		line-height: 1.2;
		position: fixed;
		z-index: 3;
		width: 100%;
	}
	header button{ 
		box-shadow: none;
		z-index: 3;
	}
	.drawer-menu-item:hover{
		text-decoration: none !important;
	}
	.underline{
		display: inline-block;
		padding-bottom: 4px;
		position: relative;
	}
	.underline::after{
		background-color: #020000;
		bottom: 0;
		content: '';
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		transition: .5s all;
		width: 0;
	}
	.underline:hover::after{
		width: 100%;
	}
}
main{
	display:block;	
}
a{
	text-decoration: none;
}
a img{
	transition: 0.3s ease-in-out;
}
a img:hover{
	transition: 0.3s ease-in-out;
	opacity: 0.9;	
}
hr{
	border: none;
}
p,li,th,td{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
@media screen and (min-width: 1280px) {
	p,li,th,td{
		font-size: 16px;
	}	
}
table{
	border-collapse: collapse;
}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt_30{margin-top: 30px;}
/* margin-bottom */
.mb_10{margin-bottom: 10px;}
.mb_15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_25{margin-bottom: 25px;}
.mb_30{margin-bottom: 30px;}
.mb_35{margin-bottom: 35px;}
.mb_40{margin-bottom: 40px;}
.mb_45{margin-bottom: 45px;}
.mb_50{margin-bottom: 50px;}
.mb_55{margin-bottom: 55px;}
.mb_60{margin-bottom: 60px;}
.mb_70{margin-bottom: 70px;}
.mb_120{margin-bottom: 120px;}
/* padding-bottom */
.pb_10{padding-bottom: 10px; display: inline-block;}
.pb_15{padding-bottom: 15px;}
.pb_20{padding-bottom: 20px;}
.pb_25{padding-bottom: 25px;}
.pb_30{padding-bottom: 30px;}
.pb_35{padding-bottom: 35px;}
.pb_40{padding-bottom: 40px;}
.pb_45{padding-bottom: 45px;}
.pb_50{padding-bottom: 50px;}
.pb_55{padding-bottom: 55px;}
.pb_60{padding-bottom: 60px;}
.clear{
	clear: both;
	height: 1px;
	padding: 0;
	margin: 0;
}
/* .conte01 */
.conte01{
	padding: 2rem 0;
}
@media screen and (min-width: 546px) {
	.conte01{
		padding: 2rem 35px;
	}	
}
@media screen and (min-width: 768px) {
	.conte01{
		padding: 3rem 0;
	}	
}
@media screen and (min-width: 992px) {
	.conte01{
		padding: 5rem 0;
	}	
}
.conte01 section{
	margin-bottom: 2rem;	
}
.conte01 section:last-of-type{
	margin-bottom: 0;	
}
@media screen and (min-width: 768px) {
	.conte01 section{
		margin-bottom: 3rem;
	}	
}
@media screen and (min-width: 992px) {
	.conte01 section{
		margin-bottom: 4rem;
	}	
}
.conte01 section.m_ajust {
	margin-bottom: 0;	
}
@media screen and (min-width: 768px) {
	.conte01 section.m_ajust{
		margin-bottom: 1rem;
	}	
}
@media screen and (min-width: 992px) {
	.conte01 section.m_ajust{
		margin-bottom: 2rem;
	}	
}
/* .bg01 */
.bg01{
	background: url(../img/common/bg04.png) no-repeat center top, url(../img/common/bg05.png) no-repeat center bottom, url(../img/common/bg03.png);
	background-size: 150%, 150%, auto;
}
@media screen and (min-width: 992px) {
	.bg01{
		background-size: auto, auto, auto;
	}
}
/* .bg02 */
.bg02{
	background: url(../img/common/bg02.png);	
}
@media screen and (min-width: 992px) {
	.bg02{
		background: url(../img/common/bg_o03.png) no-repeat right top, url(../img/common/bg_o04.png) no-repeat left bottom, url(../img/common/bg02.png);	
		background-size: auto, auto, auto;
	}
}
/* .bg03 */
.bg03{
	background: url(../img/common/bg03.png);
	background-size: auto;
}
@media screen and (min-width: 1280px) {
	.bg03{
		background: url(../img/common/bg_o09.png) no-repeat left top, url(../img/common/bg_o10.png) no-repeat right bottom, url(../img/common/bg03.png);
		background-size: auto, auto, auto;
	}
}
/* .bg04 */
.bg04{
	background: url(../img/common/bg02.png);	
}
@media screen and (min-width: 992px) {
	.bg04{
		background: url(../img/common/bg_o05.png) no-repeat left top, url(../img/common/bg_o06.png) no-repeat right bottom, url(../img/common/bg02.png);	
		background-size: auto, auto, auto;
	}
}
/* .bg05 */
.bg05{
	background: #fff;
	background-size: auto;
}
/* .bg06 */
.bg06{
	background: url(../img/common/bg03.png);
	background-size: 150%, auto;
}
@media screen and (min-width: 1280px) {
	.bg06{
		background: url(../img/common/bg_o09.png) no-repeat left top, url(../img/common/bg_o10.png) no-repeat right bottom, url(../img/common/bg03.png);
		background-size: auto, auto, auto;
	}
}
/* .bg07 */
.bg07{
	background: url(../img/common/bg04.png) no-repeat center top, url(../img/common/bg05.png) no-repeat center bottom, url(../img/common/bg03.png);
	background-size: 150%, 150%, auto;
}
@media screen and (min-width: 1280px) {
	.bg07{
		background: url(../img/common/bg_o11.png) no-repeat left top, url(../img/common/bg_o12.png) no-repeat right bottom, url(../img/common/bg04.png) no-repeat center top, url(../img/common/bg05.png) no-repeat center bottom, url(../img/common/bg03.png);
		background-size: auto, auto, auto, auto, auto;
	}
}
/* .bg08 */
.bg08{
	background: url(../img/common/bg04.png) no-repeat center top, url(../img/common/bg05.png) no-repeat center bottom, url(../img/common/bg03.png);
	background-size: 150%, 150%, auto;
}
@media screen and (min-width: 992px) {
	.bg08{
		background: url(../img/common/bg_o13.png) no-repeat left bottom, url(../img/common/bg04.png) no-repeat center top, url(../img/common/bg05.png) no-repeat center bottom, url(../img/common/bg03.png);
		background-size: auto, auto, auto, auto;
	}
}
/* .bg09 */
.bg09{
	background: url(../img/common/bg03.png);
	background-size: auto;
}
@media screen and (min-width: 1280px) {
	.bg09{
		background: url(../img/common/bg_o14.png) no-repeat right top, url(../img/common/bg_o15.png) no-repeat center left, url(../img/common/bg03.png);
		background-size: auto, auto, auto;
	}
}
.tategaki{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.sp{
	display: none;
}
@media screen and (max-width: 767px) {
	.sp{ display: block;}
}
.waku_1024{
	width: 1024px;
	padding: 0 15px;
	display: table;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.waku_1024{
		padding: 0 50px;		
	}
}
@media screen and (max-width: 1023px) {
	.waku_1024{ width:100%; }
}
.waku_1160{
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.waku_1160{
		padding: 0 50px;		
	}
}
@media screen and (min-width: 1280px) {
	.waku_1160{
		width: 1160px;
		padding: 0;		
	}
}
.waku_962{
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.waku_962{
		padding: 0 50px;		
	}
}
@media screen and (min-width: 992px) {
	.waku_962{
		width: 962px;
		padding: 0;		
	}
}
.waku_1200{
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) {
	.waku_1200{ width:100%;}
}
.uchi_waku{
	margin: 0 auto;
	width: 1280px;
}
@media screen and (max-width: 1279px) {
	.uchi_waku{
		margin: 0 auto;
		width: 100%;
	}
}
/* .pc_top */
.pc_top{
	background: #fff;
	background-size: 100%, auto;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.pc_top{
		background: url(../img/common/bg_o01.png) no-repeat right bottom, url(../img/common/bg_o02.png) no-repeat left bottom, #fff;
		background-size: auto, auto, auto;
	}
}
@media screen and (min-width: 1280px) {
	.pc_top{
		background: url(../img/common/bg_top.png) left top no-repeat, #fff;
	}
}
.pc_top:after{
	content: ' ';
	clear: both;
	display: block;
}
.pc_top .c_right{ background: url(../img/common/bg02.png); }
.pc_top .c_left{
	width: 100%;
	height: auto;
}
.pc_top .c_right{
	width: 100%;
	height: auto;
}
.pc_top .c_right .movie{
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.pc_top .c_right .movie video{
	height: 100%;
}
@media screen and (min-width: 1280px) {
	.pc_top .c_left{
		float: left;
		position: relative;
		width: 530px;
		height: 992px;
	}
	.pc_top .c_right{
		float: right;
		width: 750px;
		height: 812px;
	}
	.pc_top .c_right.c02{
		width: 750px;
		height: 180px;
		overflow: hidden;
		background: url(../img/common/search_bg.png) no-repeat right bottom, url(../img/common/bg02.png);
	}
	.pc_top .c_right .movie{
		width: 750px;
		height: 812px;
	}
}
@media screen and (max-width: 1279px) {
	.pc_top .c_left h1,
	.pc_top .c_left nav,
	.pc_top .c_on,
	.pc_top .c_right.c02{
		display: none;
	}
	.pc_top .c_right{
		width: 100%;
		float: none;
		background: url(../img/common/bg_w.png);
		background-position: center top;
		background-size: 400px;
	}
	.pc_top .c_right .movie{
		width: 100%;
		height: auto;
		padding-top: 63px;
	}
	.pc_top .c_right .movie{
		height: 390px;
	}
	#index .pc_top .c_right .movie{
		height: auto;
	}
	.pc_top .c_right .movie video.pc{
		display: none;
	}
	.pc_top .c_right .movie video.sp{
	    height: auto;
	    width: 100%;
	    display: block;
	}
}
/* .pc_top h1 */
@media screen and (min-width: 1280px) {
	.pc_top h1{
		position: absolute;
		width: 170px;
		height: 148px;
		top: 75px;
		left: 50%;
		transform: translateX(-50%);
	}
}
/* .pc_top nav */
.pc_top nav li{
	display: block;
	float: left;
	width: 35px;
	height: 230px;
	margin-left: ;
}
.pc_top nav li a{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.pc_top nav:after{
	content: ' ';
	clear: both;
	display: block;
}
.pc_top nav li span{
	display: none;
}
@media screen and (min-width: 1280px) {
	.pc_top nav{
		position: absolute;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: 350px;
		height: 230px;
		top: 265px;
		left: 50%;
		transform: translateX(-50%);
	}
}
/* footer */
footer {
	background: #fff;	
}
footer .image_footer{
	background:url(../img/common/f_image.jpg);
	background-size: cover;
	background-position: center;
	height: 450px;
}
@media screen and (max-width: 991px) {
	footer .image_footer{
		height: 200px;		
	}
}
footer .f_info .f_logo{
	margin-bottom: 15px;
}
footer .f_info .f_logo img {
	width: 130px;
	height: auto;
}
@media screen and (min-width: 1280px) {
	footer .f_info .f_logo img {
		width: 170px;
		height: auto;
	}
}
footer .f_info{
	background-image:url(../img/common/f_logo_bg.png), url(../img/common/bg_w.png);  
	background-repeat:no-repeat, repeat;
	background-position:top center, top left;
	background-size: 80%, auto;
}
@media screen and (min-width: 992px) {
	footer .f_info{
		background-size: auto, auto;
	}
}
footer .f_info address{
	text-align: center;
}
footer .f_info p{
	line-height: 1.1;
}
footer .f_info p.number{
	line-height: 250%;	
}
@media screen and (min-width: 992px) {
	footer .f_info p.number{
		font-size: 19px;
	}
}
footer nav{
	display: table;
	margin: 50px auto 0;
}
footer nav li{
	float: left;
	margin-right: 1em;
	font-size: 15px;
}
footer nav li:last-child{
	margin-right: 0px;
}
footer nav:after{
	content: ' ';
	display: block;
	clear: both;
}
footer nav li:hover::before{
	background: url(../img/common/f_nav_i.png)no-repeat;
	background-size: contain;
	transition: 0.5s ease-in-out;
}
footer nav li:before{
	background: none;
	content: ' ';
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 5px;
	position: relative;
	top:1px;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
	footer nav{
		display: none;
	}
}
.copyright{
	padding: 10px 0;
	text-align: center;
	background: url(../img/common/bg02.png);
	color: #666666;
	font-size: 12px;
}
.copyright a img{
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.copyright{
		font-size: 9px;
		background: #141214;
		color: #ddd;
	}
}
/* #bn */
#bn .wrap{
	margin: 0 auto;
	overflow: hidden;	
}
#bn .wrap .box01,
#bn .wrap .box02,
#bn .wrap .box03,
#bn .wrap .box04,
#bn .wrap .box05{
	overflow: hidden;
}
#bn .wrap a{
	display: block;
	text-align: center;
	transition: 0.3s ease-in-out;
}
#bn .wrap a:hover{
	opacity: 0.9;
	transition: 0.3s ease-in-out;
}

#bn .wrap .box01 a{
	background: url(../img/common/bn01bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: left;	
}
#bn .wrap .box02 a{
	background: url(../img/common/bn02bg.jpg) no-repeat center center;
	background-size: cover;
}
#bn .wrap .box03 a{
	background: url(../img/common/bn03bg.jpg) no-repeat center center;
	background-size: cover;
}
#bn .wrap .box03 img{
	height:135px;
}
#bn .wrap .box04 a{
	background: url(../img/common/bn04bg.jpg) no-repeat center center;
	background-size: cover;
}
#bn .wrap .box05 a{
	background: url(../img/common/bn05bg.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#bn .wrap{
		width: 100%;
		height: auto;
	}
	#bn .wrap .box01{
		width: 100%;
		height: auto;
		margin-bottom: calc(4vw);
	}	
	#bn .wrap .box02{
		float: left;
		width: 48%;
		height: auto;
		margin-bottom: calc(4vw);
	}
	#bn .wrap .box03{
		float: right;
		width: 48%;
		height: auto;
		margin-bottom: calc(4vw);
	}
	#bn .wrap .box04{
		float: left;
		width: 48%;
		height: auto;
	}
	#bn .wrap .box05{
		float: right;
		width: 48%;
		height: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1027px) {
	#bn .wrap{
		width: 100%;
		height: auto;
	}
	#bn .wrap .box01{
		width: 100%;
		height: auto;
		margin-bottom: calc(2vw);
	}	
	#bn .wrap .box02{
		float: left;
		width: 49%;
		height: auto;
		margin-bottom: calc(2vw);
	}
	#bn .wrap .box03{
		float: right;
		width: 49%;
		height: auto;
		margin-bottom: calc(2vw);
	}
	#bn .wrap .box04{
		float: left;
		width: 49%;
		height: auto;
	}
	#bn .wrap .box05{
		float: right;
		width: 49%;
		height: auto;
	}
}
@media screen and (min-width: 1028px) {
	#bn .wrap{
		position: relative;
		width: 962px;
		height: 280px;	
	}
	#bn .wrap .box01{
		position: absolute;
		width: 602px;
		height: 280px;
		top: 0;
		left: 0;
	}	
	#bn .wrap .box02{
		position: absolute;
		width: 170px;
		height: 135px;
		top: 0;
		left: 612px;
	}
	#bn .wrap .box03{
		position: absolute;
		width: 170px;
		height: 135px;
		top: 0;
		right: 0;
	}
	#bn .wrap .box04{
		position: absolute;
		width: 170px;
		height: 135px;
		bottom: 0;
		left: 612px;
	}
	#bn .wrap .box05{
		position: absolute;
		width: 170px;
		height: 135px;
		bottom: 0;
		right: 0;
	}
}
/* .to_top */
.to_top{
	position: fixed;
	z-index: 2;
	bottom: 90px;
	right: 0.5%;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.6));
}
.to_top img{
	max-width: 100%;
	height: auto;	
}
@media screen and (max-width: 991px) {
	.to_top{ bottom:0;}
}
/* sub共通 */
@media screen and (max-width: 1279px) {
	.sub .pc_top .sub_bn {
		display: none;	
	}
}
@media screen and (min-width: 1280px) {
	.sub .pc_top h1 {
		top: 100px;	
	}
	.sub .pc_top nav{
		top: 350px;
	}
	.sub .pc_top .sub_bn {
		position: absolute;
		width: 350px;
		height: 180px;
		bottom: 150px;
		left: 50%;
		transform: translateX(-50%);
		background: url(../img/common/bn01bg.jpg) no-repeat center center;
		background-size: cover;
		transition: 0.3s ease-in-out;
	}
	.sub .pc_top .sub_bn a {
		display: block;	
	}
	.sub .pc_top .sub_bn:hover {
		opacity: 0.8;
		transition: 0.3s ease-in-out;
	}
}
.sub .pc_top .c_right .movie h2{
	background: url(https://matsuya-kayabuki.jp/img/sub/sub_h2bg.png) no-repeat center center;
}
.sub .pc_top .c_right .movie h2 img{
	max-width: 100%;
	height: auto;	
}
@media screen and (min-width: 1280px) {
	.sub .pc_top .c_right .movie h2{
		position: absolute;
		width: 63px;
		height: 327px;
		right: 100px;
		top: 0;
	}
}
@media screen and (max-width: 1279px) {
	.sub .pc_top .c_right .movie h2{
		position: absolute;
		width: 63px;
		height: 327px;
		top: 63px;
		left: 50%;
		Transform: translateX(-50%);
	}
}
/* bx-slider */
.bx-wrapper{
	border: 0;
	box-shadow: none;	
	background: transparent;
}
@media screen and (max-width: 1279px) {
	.bx-wrapper{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.bx-wrapper img{
		width: 100%;
		height: auto;
		margin: 0 auto;	
	}
}
@media screen and (min-width: 1280px) {
	#cuisine .bx-wrapper{
		width: 800px;
		height: 510px;	
	}
}
/* table */
.table{
    width: 100%;
    height: 100%;
    line-height: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #020000;
}
.table tr{
    border-bottom: 1px solid #020000;
}
.table th{
	width: 35%;
    vertical-align: middle;
    padding: .75em;
    border-right: 1px solid #020000;
	background: rgba(66,57,50,0.1);
}
.table td{
    text-align: left;
    vertical-align: middle;
    padding: .75em;
	background: rgba(255,255,255,0.6);
}
@media screen and (min-width: 768px) {
	.table th {
		text-align: right;	
	}
}
@media screen and (max-width: 767px) {
    .table{
		border: none;
	}
    .table tr{
		display: block;
		border-left: 1px solid #020000;
    	border-right: 1px solid #020000;
    	border-bottom: 1px solid #020000;
		margin-bottom: 1rem;	
	}
    .table tr:last-of-type{
		margin-bottom: 0;	
	}
    .table th{
		width:100% !important;
		background: rgba(66,57,50,0.1);
		display: block !important;
		padding:.625em 1em;
		box-sizing: border-box;
		border-right:none;
		border-top: 1px solid #020000;
		text-align: center;
	}
    .table td{
		width: 100% !important;
		display: block !important;
		padding:.625em 1em;
		box-sizing: border-box;
		background: rgba(255,255,255,0.6);
	}
}
.table.dark{
    border-top: 1px solid #fff;
}
.table.dark tr{
    border-bottom: 1px solid #fff;
}
.table.dark th{
	color: #fff;
    border-right: 1px solid #fff;
    background: rgba(255,255,255,0.1);
}
.table.dark td{
	color: #fff;
	background: transparent;
}
@media screen and (max-width: 767px) {
    .table.dark{
		border: none;
	}
    .table.dark tr{
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
    .table.dark th{
		rgba(255,255,255,0.1);
		border-top: 1px solid #fff;
		border-right: none;
	}
    .table.dark td{
		background: transparent
	}
}
.table01 {
    width: 100%;
    height: 100%;
    line-height: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #020000;
}
.table01 tr {
    border-bottom: 1px solid #020000;
}
.table01 th {
    vertical-align: middle;
    padding: .75em;
    border-right: 1px solid #020000;
	background: rgba(66,57,50,0.1);
}
.table01 thead th {
	text-align: center;
	background: rgba(66,57,50,0.1);
}
.table01 td {
    vertical-align: middle;
    padding: .75em;
    border-right: 1px solid #020000;
	background: rgba(255,255,255,0.6);
}
.table01 thead th:last-of-type,
.table01 td:last-of-type {
	border: none;	
}
@media screen and (min-width: 768px) {
	.table01 th {
		text-align: right;	
	}
}
@media screen and (max-width: 767px) {
	.table01 {
		border: none;
	}
	.table01 thead {
		display: none;
	}
	.table01 th {
		width: 100%;
		display: block;
		border: none;
		background: rgba(66,57,50,0.1);
		padding: .625em 1em;
		box-sizing: border-box;
	    border-top: 1px solid #020000;
	}
	.table01 tr {
		display: block;
	    border-left: 1px solid #020000;
    	border-right: 1px solid #020000;
    	border-bottom: 1px solid #020000;
	}
	.table01 tr:last-of-type {
		margin-bottom: 1rem;	
	}
	.table01 td {
		width: 100%;
		display: block; 
		border: none;
		text-align: left;
		padding: .625em 1em;
		box-sizing: border-box;
		background: rgba(255,255,255,0.6);
	}
	.table01 td::before {
		content: attr(aria-label);
		float: left;
		margin-right: 5px;
	}
	.table01 td::after {  
		content: "";
		display: table;
		clear: both;
	}
}
.table01.dark {
    border-top: 1px solid #fff;
}
.table01.dark tr {
    border-bottom: 1px solid #fff;
}
.table01.dark th {
    border-right: 1px solid #fff;
    background: rgba(255,255,255,0.1);
	color: #fff;
}
.table01.dark thead th {
    background: rgba(255,255,255,0.1);
	color: #fff;
}
.table01.dark td {
    border-right: 1px solid #fff;
	background: transparent;
	color: #fff;
}
.table01.dark td:last-of-type{
    border-right: none;	
}
@media screen and (max-width: 767px) {
    .table01.dark{
		border: none;
	}
	.table01.dark tbody th {
		background: rgba(255,255,255,0.1);
	    border-top: 1px solid #fff;
		border-right: none;
	}
	.table01.dark tr {
	    border-left: 1px solid #fff;
    	border-right: 1px solid #fff;
    	border-bottom: 1px solid #fff;
	}
	.table01.dark td {
		background: transparent;
	}
}