@charset "UTF-8";
/* CSS Document */
/*===============================

	メインビジュアル

================================*/
#mainvisual {
  background-image: url("../images/cuisine/cuisine-mainvisual.jpg");
}
/*===============================

	メインコンテンツ

================================*/
main {
  padding-top: 40px;
}
/*===============================

	導入

================================*/
#cuisine-introduction {
  width: 1184px;
  padding-top: 20px;
  background-image: url("../images/common/cloud-bg.gif");
  background-repeat: no-repeat;
  background-position: left 448px top 0;
  margin: 0 auto 80px;
  overflow: hidden;
}
#cuisine-introduction figure {
  width: 454px;
  height: 321px;
  float: right;
}
#cuisine-introduction h2 {
  width: 700px;
  padding-top: 35px;
  margin-bottom: 30px;
}
#cuisine-introduction p {
  width: 700px;
  font-size: 18px;
  line-height: 2;
}
/*===============================

	夕食のご案内

================================*/
#dinner {
  width: 100%;
  padding: 33px 0 80px;
  background-image: url("../images/common/dark-brown-bg.gif");
  background-repeat: repeat;
  margin-bottom: 92px;
  position: relative;
}
#dinner::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: url("../images/common/dark-brown-top-edge.png");
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  top: -12px;
  left: 0;
}
#dinner::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: url("../images/common/dark-brown-bottom-edge.png");
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  left: 0;
  bottom: -12px;
}
#dinner .inner {
  width: 1080px;
  margin: 0 auto;
}
#dinner .inner h2 {
  width: 470px;
  height: 157px;
  margin: 0 auto 14px;
}
#dinner .inner figure.huge {
  width: 1080px;
  height: 608px;
  margin-bottom: 15px;
}
#dinner .inner ul.thumbnail {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#dinner .inner ul.thumbnail li {
  width: 100px;
  height: 62px;
  margin-right: 15px;
}
#dinner .inner ul.thumbnail li:last-child {
  margin-right: 0;
}
#dinner .inner ul.thumbnail li a {
  display: block;
}
#dinner .inner .menu {
  box-sizing: border-box;
  height: 319px;
  padding: 40px 60px 0;
  background-image: url("../images/cuisine/menu-bg.jpg"), url("../images/common/white-bg.gif");
  background-repeat: no-repeat, repeat;
  background-position: left top, center center;
  overflow: hidden;
}
#dinner .inner .menu h3 {
  color: #8d1a10;
  font-size: 24px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  float: right;
  margin-left: 5px;
}

#dinner .inner .menu h4 {
	color: #333333;
	font-size: 14px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	float: right;
	margin-left: 35px;
}
#dinner .inner .menu ul {
  overflow: hidden;
}
#dinner .inner .menu ul li {
  font-size: 18px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  float: right;
  margin-left: 1em;
}
#dinner .inner .menu ul li::before {
  content: url("../images/cuisine/menu-icon.gif");
  margin-bottom: .5em;
}
#dinner .inner .menu ul li:last-child {
  margin-left: 0;
}
/*===============================

	朝食のご案内

================================*/
#breakfast {
  width: 1184px;
  background-image: url("../images/cuisine/breakfast-bg.gif");
  background-repeat: no-repeat;
  background-position: right 0 bottom 80px;
  margin: 0 auto 80px;
  overflow: hidden;
}
#breakfast h2 {
  text-align: center;
  margin-bottom: 30px;
}
#breakfast figure {
  width: 680px;
  height: 480px;
  float: left;
}
#breakfast p {
  padding: 30px 0 0 710px;
}
/*===============================

	自家農園

================================*/
#farm {
  width: 1184px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#farm h2 {
  text-align: center;
  margin-bottom: 30px;
}
#farm figure:first-of-type {
  width: 680px;
  height: 480px;
  float: right;
}
#farm p {
  width: 474px;
  padding-top: 30px;
}
#farm figure:last-of-type {
  display: flex;
  justify-content: space-between;
  width: 474px;
  height: 164px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*===============================

	こんにゃく

================================*/
#konnyaku {
  width: 1184px;
  padding: 80px 0 60px;
  background-image: url("../images/cuisine/konnyaku-bg.gif");
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 0 auto;
  overflow: hidden;
}
#konnyaku h2 {
  text-align: center;
  margin-bottom: 30px;
}
#konnyaku .movie {
  width: 754px;
  height: 530px;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
#konnyaku .movie video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#konnyaku figure:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
  height: 530px;
  float: right;
  margin-bottom: 10px;
}
#konnyaku figure:first-of-type img {
  width: 420px;
  height: 260px;
}
#konnyaku figure:last-of-type {
  display: flex;
  justify-content: space-between;
  width: 474px;
  height: 232px;
  float: left;
}
#konnyaku figure:last-of-type img {
  width: 232px;
  height: 232px;
}
#konnyaku p {
  clear: right;
  padding: 10px 0 0 504px;
}
/*===============================

	朴葉焼き

================================*/
#hooba {
  width: 1184px;
  padding-top: 80px;
  background-image: url("../images/cuisine/hooba-bg.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: -60px auto 0;
  overflow: hidden;
}
#hooba h2 {
  text-align: center;
  margin-bottom: 30px;
}
#hooba figure {
  width: 680px;
  height: 480px;
  float: right;
}
#hooba p {
  width: 474px;
  padding-top: 30px;
}