@charset "UTF-8";

#main-page,
#keyv,
#main-page-02 {
	background : #231816;
}

@media screen and (max-width: 767px){
	body {
		padding-top : 0;
	}
	
	#main-page,
	#keyv,
	#main-page-02 {
		padding-top : 75px;
		background : #231816;
	}
}
figure {
	margin : 0;
}

#main-page figure {
	position : relative;
	overflow : hidden;
}

#main-page figure:after {
	content : '';
	display : block;
	padding-bottom : calc(1760 / 2880 * 100%);
}

#main-page figure img {
	position : absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#main-page h2 {
	z-index : 1;
}

@media screen and (max-width: 767px){
	#main-page figure:after {
		padding-bottom : calc(760 / 750 * 100%);
	}
	#main-page figure img {
		height : 100%;
		width : auto;
		max-width : none;
	}
}

.cooking-slider-nav .item .txt {
	font-size : 16px;
}

.cooking-slider-nav .item .txt .en {
	font-size : 12px;
}

.xo-event-calendar {
	background : #fff;
	border: 1px solid #c5c5c5;
	padding : 18px;
	font-family : inherit;
}

.xo-event-calendar table.xo-month>caption {
	background: #231815;
	border-radius: 0;
	border: none;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 300;
}

.xo-event-calendar table.xo-month button>span {
	display : none;
}

.xo-event-calendar table.xo-month button {
	margin-top : 3px;
	width: 50px;
	height : 50px;
}

.xo-event-calendar table.xo-month button.month-prev {
	
	background: url(../../../tankuma/assets/imgs/common/datepicker_prev.png) no-repeat center center / 12px 20px;
}

.xo-event-calendar table.xo-month button.month-next {
	background: url(../../../tankuma/assets/imgs/common/datepicker_next.png) no-repeat center center / 12px 20px;
}

.xo-event-calendar table.xo-month>thead th,
.xo-event-calendar table.xo-month .month-dayname td div {
	font-size : 2.8rem;
	font-weight : normal;
	text-align : center;
	border : none;
	
}

.xo-event-calendar table.xo-month,
.xo-event-calendar table.xo-month .month-dayname td {
	border: none;
}

.xo-event-calendar table.xo-month>thead th,
.xo-event-calendar table.xo-month .month-dayname-space {
	height: 90px;
}

.xo-event-calendar table.xo-month .month-dayname td div {
	padding : 0;
	margin: 5px 10px;
	line-height: 80px;
	border-radius: 40px;
	height: 80px;
}

.xo-event-calendar table.xo-month .month-event-space {
	display : none;
}

.xo-event-calendar table {
	color : #666;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
	opacity : .2;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
	color : #000
}

.holiday-titles {
	display : none;
}

@media screen and (max-width: 767px){
	.xo-event-calendar table.xo-month>thead th,
	.xo-event-calendar table.xo-month .month-dayname td div {
		font-size : 1.6rem;
	}
	.xo-event-calendar table.xo-month>thead th,
	.xo-event-calendar table.xo-month .month-dayname-space {
		height: 50px;
	}
	.xo-event-calendar table.xo-month .month-dayname td div {
		margin: 5px 1px;
		line-height : 40px;
		border-radius: 20px;
		height : 40px;
	}
	.xo-event-calendar table.xo-month>caption {
		font-size : 20px;
		line-height : 1.4;
	}
	.xo-event-calendar table.xo-month .month-header>span {
		font-size : 20px;
	}
	.xo-event-calendar table.xo-month button {
		height : 30px;
		width : 30px;
	}
}

.nav-links{
   display:flex;
}

#main-page-02 .pos-rel {
	position : relative;
	height: auto;
	overflow : hidden;
}

#main-page-02 .pos-rel:after {
	content : '';
	display : block;
	padding-bottom : calc(600 / 2880 * 100%);
}

#main-page-02 .pos-rel img {
	display : block;
	position : absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height : 101%!important;
	width : 101%;
	max-width: none;
	object-fit : cover;
}

@media screen and (max-width: 767px){
	#main-page-02 .pos-rel:after {
		padding-bottom : calc(304 / 750 * 100%);
	}
	#main-page-02 h2 {
		position : absolute;
		top: 50%;
		left: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index : 2;
	}
}

#main-page-02 a h2 {
	color : #fff;
	z-index : 1;
}

#main-page-02 {
	z-index : 0;
}

#pager-links a {
	opacity : 1;
	transition: ease-in-out 0.3s;
}

#pager-links a:hover {
	opacity : .5;
}

.over-img {
	position : relative;
	overflow : hidden;
}

.over-img:after {
	content : '';
	padding-bottom : calc(600 / 800 * 100%);
	display : block;
}

.over-img img {
	width : 100%;
	height : 100%;
	object-fit : cover;
	position : absolute;
	left : 0;
	top : 0;
}


.news_page .container-970 {
	background: #fff url('../imgs/news/contents-bg.jpg') no-repeat top center;
	background-size : 100%;
}

.news_page .news-index .news-list .item,
.posts .list-posts .item {
	border-top : 1px dotted #000;
}

body.news_page .container-970,
.news-index .news-list .item .ttl,
.posts .list-posts .item a {
	color : #000;
}

.pagination a, .pagination span {
	border: 1px solid #000;
	color: #000;
}

.posts .list-posts .item:last-child,
.news-index .news-list .item:last-child {
	border-bottom: 1px dotted #000;
}

.news-index .news-list .item:after {
	background : rgba(91,29,29, .2)
;}

.news-index .news-list .item .ttl .icon-new {
	color : #fff;
}

.c-red { color: #b01e1e; }
.c-yellow { color: #bfa71e; }
.c-blue { color: #2070a1; }

@media only screen and (max-width: 767px) {
	#pager-links {
		padding : 20px 0;
	}
	#pager-links li {
		width : calc(100% / 3);
		order: inherit;
	}
	#pager-links a {
		letter-spacing : 0em;
	}
}

body.news_page .container-970 .n-content a {
	text-decoration : underline;
	color : #0000ee;
	transition : .3s;
}

body.news_page .container-970 .n-content a:hover {
	opacity : .7;
}

body.news_page .container-970 .n-content a:visited {
	color : #551b8c;
}

/*body.news_page .container-970 a {
	transition : .3s;
}
body.news_page .container-970 a:hover {
	opacity : .5;
}*/

.sec-news .n-ttl span {
	display : block;
	font-size : 14px;
}

.sec-news .n-content dt {font-weight:bold;}
.sec-news .n-content strong {font-weight:bold;}
.sec-news .n-content em {font-weight:bold;}
.sec-news .n-content em {
	color:#c33;
}

.sec-news .n-content ins {
	text-decoration :  none;
}

.btn-normal.contents-center-btn .btn-link:after {
	display : none;
}

.news-detail .n-content .n-content-tit01 {
	border-bottom : 1px solid #333;
}

.news-detail .n-content .cont-lbl {
	border: 1px solid #333;
}

.news-detail .n-content .cont-btn .btn {
	text-decoration :  none;
}

@media only screen and (max-width: 767px) {
	.block-reserve .btn-normal .btn-link {
		margin-bottom : 0;
	}
	
	.btn-normal {
		margin-bottom : 0;
		padding-bottom : 30px;
	}
}

.ttl-block span small {
	font-size : 0.6em;
}


.cooking-wrap .c-box .box-time .time-row {
  display: block;
}
.cooking-wrap .c-box .box-time .time-row .lbl {
  width: 100%;
}
.cooking-wrap .c-box .box-time .time-row .txt,
.cooking-wrap .c-box .box-time .time-row .addition {
  padding-left: 60px;
}
.cooking-wrap .c-box .box-time .time-row .addition {
  margin-top: 6px;
}

.cooking-wrap .c-box .box-time .time-row .sub_headline {
  font-size: 2.2rem;
  padding-left: 60px;
  margin: 40px 0 -10px;
}
@media screen and (max-width: 767px) {
  .cooking-wrap .c-box .box-time .time-row .txt,
	.cooking-wrap .c-box .box-time .time-row .addition {
    padding-left: 0;
  }
  .cooking-wrap .c-box .box-time .time-row .sub_headline {
    padding-left: 0;
    margin: 30px 0 0;
  }
}

#main-page h2 {
	font-size : 3vw;
	top : 210px;
}

#main-page h2 small {
	display : block;
	margin-right : 10px;
	font-size : 0.5em;
	/* transform: translateX(-50%);
	-webkit- transform: translateX(-50%); */
}

@media screen and (max-width: 767px) {
	#main-page h2 {
		font-size: 6vw;
		top: 130px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#main-page h2 small {
		font-size : 0.5em;
		margin-right: 10px;
	}
}

.list-other .other-item .ttl br {
	display : none;
}

.center-btn3 {
	margin-top : 100px;
}

@media screen and (max-width: 767px) {
	.center-btn3 {
		margin-top : 40px;
	}
}

.cooking-slider-nav {
	padding: 0 40px;
	width: 100%;
	margin: 0 -20px 110px;
}
.cooking-slider-nav .item {
	padding: 0 10px;
	width: 245px;
}
.cooking-slider-nav .item .txt {
	top: 43%;
}

.list-other .other-item .ttl {
	font-size : 13px;
}

.cooking-slider-nav .slick-arrow {	
	background: none;	
	cursor: pointer;	
	display: inline-block;	
	overflow: hidden;	
	margin: 0;	
	padding: 0;	
	text-indent: -999em;	
	width: 20px;	
	height: 20px;	
	border: none;	
	position: absolute;	
	top: 50%;	
	transform: translateY(-50%) rotate(45deg);	
	outline: none !important;	
	z-index: 9;	
}	
.cooking-slider-nav .slick-prev {	
	border-bottom: 1px solid #fff;	
	border-left: 1px solid #fff;	
	left: 25px;	
}	
.cooking-slider-nav .slick-next {	
	border-top: 1px solid #fff;	
	border-right: 1px solid #fff;	
	right: 5px;	
}	
@media only screen and (max-width: 1024px) {	
	.cooking-slider-nav .item {	
		width: 200px;	
	}	
	.cooking-slider-nav .slick-prev {	
		left: 5px;	
	}	
}

@media only screen and (max-width: 767px) {
	.cooking-slider-nav {
		margin: 0 0 40px;
	}
	.cooking-slider-nav .item {
		width :  125px;
	}
}

.cooking-wrap .c-box .box-time .time-row.lunch-dinner .lbl:after {
	background-image: url('../imgs/common/icon_lunch_dinner.svg');
}

@media only screen and (max-width: 767px) {
	.block-timeline {
		margin-bottom : 0px;
	}
}

.block-reserve .news .holiday .color {
	color: #A82D56;
}

.block-reserve .news .holiday a {
	text-decoration : underline;
}
.list-notes-pc {
	margin-top: -10px;
}
.list-notes-pc ul {
	display: inline-block;
	padding: 2px 6px;
	background-color: rgba(0,0,0,0.5);
}
.list-notes-pc ul li {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width: 1499px) {
	.list-notes-pc ul {
		max-width: 270px;
	}
}