@charset "UTF-8";
/* CSS Document */
html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
background:#fff;
color: #111;
font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
a {
color: #111;
}
img, iframe {
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
table {
width: 100%;
}
.object-fit-img {
object-fit: cover;
font-family: 'object-fit: cover;'
}
.box {
margin: 0 auto;
}

#header, #slideWrap {
position: relative;
}
#header h1 {
position: absolute;
z-index: 3000;
}
#gNav ul {
display: flex;
}
#gNav li a {
color: #fff;
text-align: center;
}
#gNav li a span {
display: block;
}
#gNav li a span, #concept h3 span {
font-family: "Courgette", "Comic Sans MS", "cursive";
}
.bxslider li img {
width: 100%;
height: 100vh;
}

#main h2 {
text-align: center;
}
#main h2 span {
display: block;
font-family: "Big Shoulders Inline Display", "Comic Sans MS", "cursive";
color: #DE8112;
}

#concept article {
background: #fff;
position: relative;
}
#concept h3 span {
display: table;
}

#menuHead, #menuHead2 {
position: relative;
}
.movie-wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.movie-wrap video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#menuHead2 img {
position: relative;
}
#menuHead2 h2, #menuHead2 ul {
position: absolute;
z-index: 2;
left: 50%;
transform: translateX(-50%);
}
#menuHead2 ul {
background: rgba(255,255,255,0.80);
display: flex;
margin: 0 auto;
}
#menuHead2 h3 {
color: #ca7737;
}
#menuHead2 h3 i {
color: #4b4b4b;
font-size: 1.2em;
padding-right: 5px;
}
#menuHead2 h3 span {
color: #111;
font-size: 0.7em;
padding-top: 5px;
}
#menuHead2 h3, #menuHead2 p {
text-align: center;
}
#menuHead2 h3 span, #menuHead2 p span, #menuHead2 p strong{
display: block;
}
#main #menuHead2 p {
line-height: 100%;
display: table;
margin: 0 auto;
}
#main #menuHead2 p span {
text-align: right;
}
#menuList h4 {
display: table;
margin: 0 auto;
color: #a35a24;
font-family: "Courgette", "Comic Sans MS", "cursive";
}
#menuList dt {
color: #be6a00;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#menuList dd table th, #menuList dd table td {
border-bottom: 1px dotted #ccc;
}
#menuList dd table tr:nth-last-child(1) th, #menuList dd table tr:nth-last-child(1) td {
border-bottom: none;
}
#menuList dd table td {
text-align: right;
}
#news h2, #news h2 span, #news dl {
color: #fff;
}
#news dl {
border-top: 1px solid #fff;
}

#instagram ul {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
#instagram ul:after, #accessPhoto:after {
content: "";
display: block;
width: 80%;
height: 100%;
padding: 15px 0;
box-sizing: content-box;
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
background: #34506c;
}
#instagram ul li {
width: 33.3333%;
position: relative;
z-index: 1;
}
#instagram ul li a {
display: block;
border: 1px solid #fff;
}

#accessPhoto {
position: relative;
}
#accessPhoto img {
position: relative;
z-index: 1;
}
#access address {
display: table;
margin: 0 auto;
max-width: 90%;
}
#access h3 {
color: #34506c;
font-weight: bold;
}
#access h3 span, #access td span {
font-size: 0.8em;
}
#access dl, #access dt {
border-bottom: 1px solid #111;
}
#access dd a#maps {
display: inline-block;
border-radius: 3px;
background: #a35a24;
color: #fff;
}
#access tr:nth-child(1) th, #access tr:nth-child(1) td {
border-bottom: 1px dotted #999;
}

#footer {
text-align: center;
}
#footer h6 {
width: 50%;
max-width: 140px;
margin: 0 auto;
}
#footer small {
display: block;
}

@media (max-width: 560px) {
#header {
width: 100%;
height: 100vh;
}
#header h1 {
position: absolute;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
z-index: 9000;
}
#header h1 img {
width: 50%;
}
#gNav {
display: none;
}
#spNav {
display: flex;
position: fixed;
bottom: 0;
left: 0;
border-top: 1px solid #fff;
background: #2D2D2D;
z-index: 9999;
width: 100%;
}
#spNav li {
box-sizing: border-box;
width: 50%;
padding: 14px 10px;
}
#spNav li:nth-child(1) {
border-right: 1px solid #fff;
background: #5D4F28;
}
#spNav li a {
display: block;
text-align: center;
color: #fff;
font-size: 1.8rem;
}
#spNav li a i {
font-size: 0.8em;
padding-right: 6px;
opacity: .8;
}
	
#main h2 {
font-size: 1.8rem;
padding-bottom: 20px;
}
#main h2 span {
font-size: 4rem;
padding-bottom: 3px;
}
#main p, #main dd {
font-size: 1.4rem;
line-height: 200%;
letter-spacing: 2px;
}

#concept {
padding: 50px 0;
background: url("../images/concept-bg.gif") no-repeat bottom right #e4ddd8;
background-size: 100% auto;
}
#concept article {
padding: 20px 10px;
}
#concept article:after {
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(0, 0, 0, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
border-bottom-color:#000000;
transform: rotate(45deg);
}
#concept article:after {
top: -5px;
right:-5px;
}
#concept h3 {
text-align: center;
font-size: 1.5rem;
padding-bottom: 20px;
}
#concept h3 span {
font-size: 2.2rem;
margin: 0 auto 10px;
color: #666;
}
#concept article p img {
margin-top: 20px;
}
#intro {
margin-bottom: 30px;
}
#chef img {
display: none;
}

#menuHead {
display: flex;
flex-direction: column-reverse;
}
#foodPhoto {
display: none;
}
#foodText {
padding: 30px 5%;
}
#foodText h4 {
text-align: center;
position: relative;
padding-bottom: 8px;
margin-bottom: 16px;
}
#foodText h4:after {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
content: "";
display: block;
width: 50px;
height: 1px;
background: #000;
}
#menuHead2 {
padding: 60px 0 80px;
}
#menuHead2 h2 {
top: -20px;
}
#menuHead2 ul {
bottom: 50px;
}
#menuHead2 ul {
width: 90%;
padding: 10px;
box-sizing: border-box;
}
#menuHead2 ul li {
width: 50%;
}

#menuList {
width: 90%;
margin: 0 auto;
}
#menuList li:nth-child(1){
padding-bottom: 40px;
}
#menuList h4 {
font-size: 2.4rem;
padding-bottom: 16px;
}
#menuList dt {
font-size: 1.6rem;
padding: 8px 0;
}
#menuList dd {
padding: 8px 0 30px;
}
#menuList th, #menuList td {
padding: 6px 0;
}
	
#news {
background: url("../images/newsBg.jpg") no-repeat center center;
background-size: cover;
padding: 60px 5%;
}
#news dl dt {
padding: 20px 0 5px;
text-align: right;
}
#news dl dd {
border-bottom: 1px solid #fff;
padding-bottom: 20px;
}
#news dl dd h3 {
padding-bottom: 10px;
}
	
#instagram, #access {
padding: 60px 5%;
}
#instagram h2, #access h2{
padding-bottom: 30px;
}
	
#accessPhoto {
margin-bottom: 40px;
}
#access h3 {
text-align: center;
font-size: 1.8rem;
padding-bottom: 12px;
}
#access h3 span {
display: block;
padding-top: 8px;
}
#access address {
font-size: 1.1rem;
}
#access dl {
margin-bottom: 6px;
}
#access dt {
font-size: 1.4rem;
padding-bottom: 3px;
margin-bottom: 3px;
}
#access dd {
font-size: 1.3rem;
padding-bottom: 10px;
}
#access dd a#maps {
display: table;
font-size: 1.2rem;
padding: 4px 8px;
margin-top: 8px;
}
#access tr:nth-child(1) th, #access tr:nth-child(1) td {
padding-bottom: 8px;
}
#access th {
padding-right: 16px;
}
#access td span {
padding-left: 8px;
}
#gMaps {
height: 50vh;
}
	
#footer {
padding: 30px 0 70px;
}
#footer h6 {
padding-bottom: 20px;
}
#footer small {
font-size: 1rem;
}
}

@media (min-width: 561px) {
#header h1 {
width: 90%;
max-width: 1280px;
bottom: 100px;
left: 50%;
transform: translateX(-50%);
}
#header h1 img {
width: 50%;
max-width: 320px;
}
#spNav {
display: none;
}
#gNav {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 3000;
background: rgba(0,0,0,0.50);
padding: 20px 0;
}
#gNav ul {
width: 90%;
max-width: 1280px;
margin: 0 auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#gNav ul li {
padding-left: 30px;
}
#gNav li a {
font-size: 18px;
font-size: 1.8rem;
}
#gNav li a span {
font-size: 1.1em;
padding-bottom: 4px;
}
#gNav li a i {
display: block;
padding: 5px 0 4px;;
}
.menu-btn {
display: none;
}

#concept {
background: url("../images/concept-bgx2.gif") no-repeat bottom right #e4ddd8;
background-size: 900px auto;
}
#concept article:after {
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(0, 0, 0, 0);
border-top-width:20px;
border-bottom-width:20px;
border-left-width:20px;
border-right-width:20px;
border-bottom-color:#000000;
transform: rotate(45deg);
top: -10px;
right:-10px;
}
#concept h3 {
text-align: center;
font-size: 18px;
font-size: 1.8rem;
padding-bottom: 30px;
}
#concept h3 span {
font-size: 24px;
font-size: 2.4rem;
border-bottom: 1px solid #ccc;
margin: 0 auto 6px;
padding-bottom: 4px;
}
#concept p {
display: flex;
}
#concept p img {
width: 40%;
height: 100%;
}
#intro p img {
padding-left: 30px;
}
#chef p {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#chef p img {
padding-right: 30px;
}

#menuHead {
margin-bottom: 160px;
}
#foodPhoto, #foodText {
position: absolute;
z-index: 2;
width: 90%;
max-width: 960px;
height: 100%;
left: 50%;
transform: translateX(-50%);
}
#foodPhoto img {
position: absolute;
width: 50%;
max-width: 240px;
}
#foodText > div {
position: absolute;
background: #cfc8b6;
box-sizing: border-box;
width: 320px;
padding: 10px;
}
#foodText h4 {
padding-bottom: 10px;
}
#menuHeadBg {
position: relative;
}
#menuHeadBg:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34506c+60,34506c+90&1+60,0.3+75,1+90 */
background: -moz-linear-gradient(left,  rgba(52,80,108,1) 60%, rgba(52,80,108,0.3) 75%, rgba(52,80,108,1) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(52,80,108,1) 60%,rgba(52,80,108,0.3) 75%,rgba(52,80,108,1) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(52,80,108,1) 60%,rgba(52,80,108,0.3) 75%,rgba(52,80,108,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34506c', endColorstr='#34506c',GradientType=1 ); /* IE6-9 */
}
#menuHeadBg > div {
width: 30%;
margin-left: 60%;
}
#foodText > div p {
font-size: 14px;
font-size: 1.4rem;
}
	
#menuHead2 ul {
width: 480px;
padding: 20px;
}
#menuHead2 ul li {
width: 50%;
box-sizing: border-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#menuHead2 ul li:nth-child(1) {
border-right: 1px solid #111;
}
#menuHead2 h3 {
font-size: 20px;
font-size: 2rem;
padding-bottom: 10px;
}
#main #menuHead2 p {
margin-top: auto;
font-size: 15px;
font-size: 1.5rem;
}
#main #menuHead2 p strong {
font-size: 18px;
font-size: 1.8rem;
padding: 8px 0 4px;
}
#main #menuHead2 p span {
font-size: 12px;
font-size: 1.2rem;
}
#menuList ul {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 90%;
max-width: 800px;
margin: 0 auto;
}
#menuList ul li {
width: 48%;
}
#menuList dl {
border-bottom: 1px solid #999;
}
#menuList h4 {
font-size: 30px;
font-size: 3rem;
padding-bottom: 20px;
}
#menuList dt {
font-size: 18px;
font-size: 1.8rem;
padding: 10px 0;
}
#menuList dd {
padding: 10px 0 2px;
}
#menuList dd table th:before {
content: "・"
}
#menuList th, #menuList td {
padding: 8px 0;
font-size: 14px;
font-size: 1.4rem;
}
#menuList td {
line-height: 200%;
}
	
#news dl {
width: 90%;
max-width: 960px;
margin: 0 auto;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#news dl dt, #news dl dd {
border-bottom: 1px solid #fff;
padding: 20px 0;
}
#news dl dt {
width: 13%;
font-size: 13px;
font-size: 1.3rem;
}
#news dl dd {
width: 87%;
}
#main #news dl dd h3 {
font-size: 18px;
font-size: 1.8rem;
padding-bottom: 10px
}
#main #news dl dd p {
font-size: 14px;
font-size: 1.4rem;
line-height: 140%;
}
	
#instagram {
background: url("../images/insta-bgx2.gif") no-repeat bottom left;
background-size: 900px auto;
}
#instagram ul, #accessPhoto {
width: 90%;
max-width: 640px;
margin: 0 auto;
}
	
#access {
background: url("../images/access-bgx2.gif") no-repeat bottom right;
background-size: 900px auto;
}
#accessPhoto {
margin-bottom: 50px;
}
#access h3 {
font-size: 20px;
font-size: 2rem;
padding-bottom: 8px;
}
#access address {
font-size: 12px;
font-size: 1.2rem;
}
#access dl {
margin-bottom: 8px;
}
#access dt {
font-size: 15px;
font-size: 1.5rem;
padding-bottom: 4px;
margin-bottom: 4px;
}
#access dd {
font-size: 14px;
font-size: 1.4rem;
padding-bottom: 16px;
}
#access dd a#maps {
font-size: 13px;
font-size: 1.3rem;
padding: 5px 10px;
margin-left: 10px;
}
#access tr:nth-child(1) th, #access tr:nth-child(1) td {
padding-bottom: 10px;
}
#access th {
padding-right: 20px;
}
#access h3 span, #access td span {
padding-left: 10px;
}
#gMaps {
height: 500px;
}
	
#footer {
padding: 50px 0 100px;
}
#footer h6 {
padding-bottom: 30px;
}
#footer small {
font-size: 11px;
font-size: 1.1rem;
}
}

@media screen and (min-width:561px) and ( max-width:1024px) {
#main h2 {
font-size: 1.8rem;
padding-bottom: 30px;
}
#main h2 span {
font-size: 3.6rem;
padding-bottom: 4px;
}
#main p {
font-size: 1.6rem;
line-height: 180%;
}

#concept {
padding: 80px 0 160px;
}
#concept article {
padding: 30px 15px;
}
#intro {
margin-bottom: 40px;
}

#menu {
padding-bottom: 80px;
}
#food1 {
top: -130px;
}
#food2 {
left: 260px;
top: -130px;
}
#foodText > div {
top: 100px;
right: 0;
}
#menuHead2 {
padding-bottom: 80px;
}
#menuHead2 h2 {
top: 0;
}
#menuHead2 ul {
bottom: 40px;
}
	
#news {
background: url("../images/newsBgx2.jpg") no-repeat center center;
background-size: cover;
padding: 80px 0;
}
	
#instagram, #access {
padding: 80px 0;
}
}

@media (max-width: 1024px) {
.box {
width: 90%;
}
}

@media (min-width: 1025px) {
.box {
max-width: 960px;
}
#gNav li a {
transition: .6s;
}
#gNav li a:hover {
color: #DE8112;
}
	
#main h2 {
font-size: 20px;
font-size: 2rem;
padding-bottom: 40px;
}
#main h2 span {
font-size: 40px;
font-size: 4rem;
padding-bottom: 5px;
}
#main p {
font-size: 18px;
font-size: 1.8rem;
line-height: 200%;
letter-spacing: 1px;
}

#concept {
padding: 100px 0 200px;
}
#concept article {
padding: 40px 20px;
}
#intro {
margin-bottom: 50px;
}

#menu {
padding-bottom: 100px;
}
#food1 {
top: -160px;
}
#food2 {
left: 280px;
top: 20px;
}
#foodText > div {
top: 220px;
left: 80px;
}
#menuHead2 {
padding-bottom: 50px;
}
#menuHead2 h2 {
top: 20%;
}
#menuHead2 ul {
bottom: 20%;
}
	
#news {
background: url("../images/newsBgx3.jpg") no-repeat center center;
background-size: cover;
padding: 100px 0;
}
	
#instagram, #access {
padding: 100px 0;
}
}