@charset "UTF-8";

/* ========================================
　Header　ヘッダーグローバルナビ
======================================== */
.HeaderList__dish a span {
    color: #ddb03d;
    padding-bottom: 35px;
    border-bottom: 3px solid #ddb03d;
}

/* ========================================
　共通クラス
======================================== */
.-u-Dish__mainvisual {
    margin-bottom: 40px;
	position: relative;
	height: 330px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}
.-u-Dish__title {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: auto 52%;
    background-position: center center;
}
.-u-DishConcept {
	margin-bottom: 45px;
	padding: 0 35px;
}
.-u-DishConcept__title {
	margin: 0 0 30px;
    padding: 0 0 18px;
    font-size: 31px;
	font-weight: 400;
	line-height: 1.2;
    position: relative;
	text-align: center;
	background-image: url(https://www.morinokaze.com/rakutenfile/common/images/page_title_bottom.png);
	background-repeat: no-repeat;
    background-position: center bottom;
}
.-u-DishConcept__title span {
	margin-bottom: 20px;
	color: #ddb03d;
	display: block;
	font-size: 13px;
}
.-u-DishConcept__txt {
	margin-bottom: 32px;
    font-size: 14px;
    line-height: 2.5;
	text-align: center;
}
.-u-DishConcept__btn {
	margin: 0 auto;
	width: 60%;
}
.-u-DishImg {
	width: 100%;
	margin-left: -1px;
}
.-u-DishImg__img {
	width: 50%;
	float: left;
	border-left: 1px solid #fff;
}

/* ========================================
　Mainvisual　メインビジュアル
======================================== */
.Mainvisual {
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
	background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/mainvisual.jpg);
}
.Mainvisual::after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -60px;
	background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/page_title01.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: auto 28%;/*タイトルサイズ調整*/
}
/* ========================================
　Subvisual　サブビジュアル
======================================== */
.Subvisual {
	padding: 75px 0 80px;
	text-align: center;
    background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/subvisual01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.Subvisual__title {
	margin: 0 0 20px;
	background-image: url(https://www.morinokaze.com/rakutenfile/common/images/page_title_bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.Subvisual__title img {
	margin: 0 0 20px;
    width: auto;
    height: 55px;
    max-height: none;
}
.Subvisual__txt {
	font-size: 14px;
    line-height: 2.5;
}

/* ========================================
　Kaen 贅を凝らした掛け流し
======================================== */
.GrilledDish {
	margin-bottom: 100px;
}
.GrilledDish__mainvisual {
	background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/subvisual02.jpg);
}
.GrilledDish__title {
    background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/page_title02.png);
}

/* ========================================
　Shikisai 四季彩
======================================== */
.InventiveDish {
    margin-bottom: 100px;
}
.InventiveDish__mainvisual {
	background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/subvisual03.jpg);
}
.InventiveDish__title {
    background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/page_title03.png);
}
/* ========================================
　GuestRoom 和室・洋室・和洋室
======================================== */
.DinnerBuffet {
    margin-bottom: 100px;
}
.DinnerBuffet__mainvisual {
	background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/subvisual04.jpg);
}
.DinnerBuffet__title {
    background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/page_title04.png);
}
/* ========================================
　Italian 創作イタリアン
======================================== */
.Italian {
    margin-bottom: 100px;
}
.Italian__mainvisual {
	background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/subvisual06.jpg);
}
.Italian__title {
    background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/page_title06.png);
}
/* ========================================
　Breakfast 朝食
======================================== */
.Breakfast {
    margin-bottom: 100px;
}
.Breakfast__mainvisual {
	background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/subvisual05.jpg);
}
.Breakfast__title {
    background-image: url(https://www.morinokaze.com/rakutenfile/dish/images/page_title05.png);
}
