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

/* =====================
  メインビジュアル
===================== */
#mainvisual {
    background-image: url(../images/cuisine/mainvisual-cuisine.jpg);
}
/* =====================
  生簀
===================== */
#livefish {
    width: 1080px;
    margin: 0 auto 80px;
    overflow: hidden;
    background-image: url(../images/cuisine/livefish-bg.png);
    background-position: right 176px;
    background-repeat: no-repeat;
}
#livefish .movie {
    width: 540px;
    height: 336px;
    float: left;
    margin: 0 0 25px;
    overflow: hidden;
}
#livefish .movie video {
    width: 100%;
    height: auto;
}
#livefish figure {
    width: 490px;
    height: 454px;
    float: right;
}
#livefish p {
    clear: left;
}
/* =====================
  料理
===================== */
#cuisine .outer {
    padding: 0 0 70px;
    position: relative;
}
#cuisine .outer::after {
    content: "";
    width: 100%;
    height: 420px;
    background-image: url(../images/common/sea-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}
#cuisine .outer .inner {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
#cuisine .outer .inner figure:first-child {
    width: 360px;
    height: 540px;
    float: left;
}
#cuisine .outer .inner p {
    width: 680px;
    float: right;
    padding: 15px 0 0;
}
#cuisine .outer .inner figure:last-child {
    width: 680px;
    height: 484px;
    float: right;
    margin: -52px 0 0;
    position: relative;
    z-index: -1;
}
#cuisine .white {
	color: #333;
    padding: 50px 0 80px;
    background-image: url(../images/common/white-paper-bg.gif);
    position: relative;
}
#cuisine .white::before {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/common/white-cut-end.png);
    background-position: center top;
    background-repeat: repeat-x;
    position: absolute;
    top: -10px;
    left: 0;
}
#cuisine .white section {
    width: 1080px;
    margin: 0 auto 60px;
    overflow: hidden;
}
#cuisine .white section:nth-child(1) {
    background-image: url(../images/cuisine/cuisine01-bg.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#cuisine .white section:nth-child(1) h3 {
    width: 360px;
    height: 200px;
    text-align: right;
    float: left;
    margin: 0 0 48px;
}
#cuisine .white section:nth-child(1) figure:nth-of-type(1) {
    width: 680px;
    height: 420px;
    float: right;
    padding: 40px 0 0;
    margin: 0 0 25px;
}
#cuisine .white section:nth-child(1) figure:nth-of-type(2) {
    width: 360px;
    height: 454px;
    float: left;
}
#cuisine .white section:nth-child(1) p {
    width: 680px;
    float: right;
}
#cuisine .white section:nth-child(2) h3 {
    width: 360px;
    height: 200px;
    float: right;
    margin: 0 0 25px;
}
#cuisine .white section:nth-child(2) figure {
    width: 680px;
    height: 420px;
    float: left;
    padding: 40px 0 0;
}
#cuisine .white section:nth-child(2) p {
    width: 380px;
    float: right;
}
#cuisine .white section:nth-child(3) {
    margin: 0 auto;
    background-image: url(../images/cuisine/cuisine03-bg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}
#cuisine .white section:nth-child(3) h3 {
    width: 360px;
    height: 200px;
    text-align: right;
    float: left;
    margin: 0 0 25px;
}
#cuisine .white section:nth-child(3) figure {
    width: 680px;
    height: 420px;
    float: right;
    padding: 40px 0 0;
}
#cuisine .white section:nth-child(3) p {
    width: 260px;
    clear: left;
    padding: 0 0 0 120px;
}
