@charset "utf-8";

/*
-----------------------------------------------

1: news-p
2: food-p

*/


/* 1: news-p
----------------------------------------------- */

#home-info .news .item .cat .label-2{
	background:#6fbf50;
}
#home-info .news .item .cat .label-3{
	background:#552b9a;
}
#home-info .news .item .cat .label-4{
	background:#dfb65e;
}



.news-pagetitle {
	letter-spacing: 0.2px;
	font-size: 50px;
	margin: 50px 0 35px 0;
	font-family: 'Tangerine', cursive;
	text-align: center;
}

@media (max-width: 768px) {
	.news-pagetitle {
		font-size: 30px;
		margin: 0px 0 20px 0;
	}
}

/* main */
@media (min-width: 769px) {}

@media (max-width: 768px) {
	#contents.news .main {
		margin-bottom: 40px;
	}
}

.news-title {
	font-size: 130%;
	border-bottom: 1px solid #67605d;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.news-list {
	position: relative;
	font-size: 12px;
}

.news-list dt {
	position: absolute;
	left: 0;
	padding-left: 13px;
}

.news-list dt:before {
	border: 4px solid transparent;
	border-left: 6px solid #67605d;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
}

.news-list dd {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 110px;
	border-bottom: 1px solid #67605d;
}

.news-list dd a {
	text-decoration: none;
}

.news-list dd a:hover {
	text-decoration: underline;
}


/* entry */

.news-entry .date {
	font-size: 12px;
	margin-bottom: 25px;
}

.news-entry .body {
	font-size: 12px;
	margin-bottom: 50px;
}

.news-entry .body img {
	max-width: 100%;
	height: auto;
}




.news-entry .body .food{
	margin-bottom:30px;
}

@media (min-width: 769px) {

.news-entry .body .food .food-pic{
	display:table-cell;
	padding-right:20px;
}
.news-entry .body .food .discount,
.news-entry .body .food .food-menu{
	display:table-cell;
}


}
@media (max-width: 768px) {

.news-entry .body .food .food-pic{
	margin-bottom:20px;
}


}


.news-entry .body .food .food-menu ul{
	margin-bottom:5px;
}

.news-entry .body .food .food-menu li{
	border-bottom: 1px #888 dashed;
	padding: 5px 0;
}



.news-entry div.seasonal-amenity {
overflow: hidden;
}

@media (min-width: 769px) {

.news-entry div.seasonal-amenity-pic {
width: 320px;
margin: 0;
padding: 0;
float: left;
}
.news-entry div.seasonal-amenity-menu {
width: 300px;
margin: 0;
padding: 0 0 0 20px;
font-size: 14px;
float: left;
}
}


@media (max-width: 768px) {

.news-entry div.seasonal-amenity-pic {
	margin-bottom:20px;
}


}


.news-entry div.seasonal-amenity-menu ul{
margin: 0;
padding: 0;
}
.news-entry div.seasonal-amenity-menu li{
list-style: none;
border-bottom: 1px #888 dashed;
padding: 5px 0;
}
.news-entry div.seasonal-amenity-menu li.first{
list-style: none;
border-bottom: 1px #888 dashed;
padding: 0 0 5px;
}





.news-entry .back {
	text-align: center;
}

.news-entry .back a {
	text-decoration: none;
}

.news-entry .back a:before {
	border: 3px solid transparent;
	border-left: 5px solid #67605d;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.news-entry .back a:hover {
	text-decoration: underline;
}


/* side-bar */

.side-news-block {
	margin-bottom: 35px;
}

.side-news-block h3 {
	border-bottom: 1px solid #67605d;
	position: relative;
	padding-left: 12px;
	margin-bottom: 22px;
	padding-top: 4px;
	padding-bottom: 5px;
}

.side-news-block h3:before {
	position: absolute;
	left: 0;
	top: 15%;
	height: 70%;
	width: 3px;
	background: #898989;
	content: "";
}

.side-news-block dl,
.side-news-block ul {
	font-size: 12px;
}

.side-news-block dt {
	position: relative;
	padding-left: 12px;
}

.side-news-block dt:before {
	border: 3px solid transparent;
	border-left: 5px solid #67605d;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}

.side-news-block dd {
	padding-left: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #aaaaaa;
}

.side-news-block li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
}

.side-news-block li:before {
	border: 3px solid transparent;
	border-left: 5px solid #67605d;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}

.side-news-block a {
	text-decoration: none;
}

.side-news-block a:hover {
	text-decoration: underline;
}


/* 2: food-p
----------------------------------------------- */

.food-bg {
	background: url(../img/food/kv.jpg) no-repeat center center;
	background-size: cover;
}

.home-slider-contents .item *,
.home-slider-contents .item *:before,
.home-slider-contents .item *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#food {
	padding-bottom: 1px;
}

#food .group {
	margin-bottom: 45px;
	border-bottom: 1px solid #4E4741;
}

#food .group:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#food .group:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

#food .group .col {
	margin-bottom: 45px;
}

#food h3{
	font-family: 'Noto Serif JP', serif;
	background: url(../img/food/ttl.svg) no-repeat center bottom;
	text-align: center;
	padding-bottom: 60px;
	margin-bottom: 50px;
	font-size: 38px;
	letter-spacing: 0.05em;
}

#food .w_bn{
	font-family: 'Noto Serif JP', serif;
	max-width: 711px;
	margin: 0 auto 70px;
}

#food .bn{
	width: 711px;
	height: 272px;
	border: solid 1px #d3d3d3;
	padding-left: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#food .bn span{
	font-size: 0.8em;
}

#food .bn01{
	background: #fff url(../img/food/image1.jpg) no-repeat 10px center;
}

#food .bn02{
	background: #fff url(../img/food/image2.jpg) no-repeat 10px center;
}

#food .bn03{
	background: #fff url(../img/food/image3.jpg) no-repeat 10px center;
}
#food .bn .text01{
	color: #604c3f;
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 6px;
}

#food .bn .text02{
	font-size: 34px;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

#food .btn{
	display: block;
	max-width: 395px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #221814;
	height: 46px;
	line-height: 46px;
	text-align: center;
	box-shadow: 0 0 17px -4px rgb(0 0 0 / 60%);
}


@media (min-width: 769px) {
	#food .group .col1 {
		float: left;
		width: 415px;
	}
	#food .group .col2 {
		float: right;
		width: 405px;
	}
}

#food .group .subgroup {
	margin-bottom: 30px;
}

#food .group .img {
	margin-bottom: 20px;
}

#food .group .img img {
	max-width: 100%;
	height: auto;
}

#food .group h3 {
	font-size: 120%;
	margin-bottom: 25px;
}

#food .group dl {
	font-size: 12px;
	margin-bottom: 5px;
}

#food .group dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

@media (min-width: 769px) {
	#food .group dt {
		float: left;
	}
	#food .group dd {
		float: right;
		text-align: right;
		padding-left: 8px;
	}
}

@media (max-width: 768px) {
	#food .group dt {
		position: relative;
		padding-left: 1em;
	}
	#food .group dt:before {
		content: "・";
		display: block;
		position: absolute;
		left: 0;
	}
	#food .group dd {
		margin: 0 0 5px 1em;
	}
}


@media (max-width: 767px) {
	#food h3{
		font-size: 24px;
		background-size: 240px auto;
	}
	#food .bn{
		padding: 70vw 0 7vw;
		height: auto;
	}
	#food .bn01,
	#food .bn02,
	#food .bn03
	{
		background-position: 5px 5px;
		background-size: calc(100% - 10px);
		
	}
	#food .bn .text01{
		color: #604c3f;
		font-size: 17px;
	}

	#food .bn .text02{
		font-size: 24px;
	}
	#food .btn{
		font-size: 14px;
	}
}









