@charset "UTF-8";
/* CSS Document */
/*===============================================
共通
===============================================*/
html,
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.625rem;
    font-weight: normal;
    background-color: #fff;
    line-height: 2;
    color: #666666;
}
*:focus {
    outline: none;
}
body {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
figure,
figcaption,
ul {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    line-height: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    color: #C8C8C8;
}
table {
    border-collapse: collapse;
}
span.line {
    display: inline-block;
}
.pc-none {
    display: none;
}
/*アニメーション----------------------------------------------------------------------------------*/
.fadein0 {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: ease 2s 0.5s;
    transition: ease 2s 0.5s;
}
.fadein {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: ease 2s;
    transition: ease 2s;
}
.fadein0.fadeup,
.fadein.fadeup {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fade {
    -webkit-animation: fadeIn 3s ease 1.5s forwards;
    animation: fadeIn 3s ease 1.5s forwards;
}
.fade2 {
    -webkit-animation: fadeIn 3s ease 1.7s forwards;
    animation: fadeIn 3s ease 1.7s forwards;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0.7
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0.7
    }
}
@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.drawer-menu li img {
    width: 100%;
    max-width: 40px;
    height: auto;
    margin-bottom: 50px;
}
.anime {
    -webkit-animation: anime 1s ease forwards;
    animation: anime 1s ease forwards;
	opacity: 0;
}
.anime.action1 {
    animation-delay: 0.3s
}
.anime.action2 {
    animation-delay: 0.35s
}
.anime.action3 {
    animation-delay: 0.4s
}
.anime.action3 {
    animation-delay: 0.45s
}
.anime.action4 {
    animation-delay: 0.5s
}
.anime.action5 {
    animation-delay: 0.55s
}
.anime.action6 {
    animation-delay: 0.6s
}
.anime.action7 {
    animation-delay: 0.65s
}
.anime.action8 {
    animation-delay: 0.7s
}
@-webkit-keyframes anime {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes anime {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
/*==============================================
index
===============================================*/
#main {
    background: url("../img/top.jpg")no-repeat center bottom/ cover;
    position: relative;
}
.enter {
    font-size: 1.3rem;
    letter-spacing: 2.6px;
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400;
    opacity: 0;
}
.logo {
    position: absolute;
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}
.logo img {
    width: 100%;
    height: auto;
    max-width: 55px;
}
.enter a {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 1em 1.8em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.enter a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
/*==============================================
onjyaku
===============================================*/
ul.slider {
    margin: 0 auto;
    width: 100%;
}
.slider li img {
    width: 100%;
    height: auto;
}
.contents {
    padding: 100px 0 0;
}
section {
    margin: 0 auto 150px;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    line-height: 30px;
    position: relative;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section {
    padding-top: 100px;
    margin-top: -100px;
}
.flex section {
    width: 100%;
    padding: 100px 0 0;
    margin: -100px auto 50px;
}
.title {
    margin: 0 auto 80px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 3px;
    color: #4d4d4d;
    max-width: 800px;
    position: relative;
}
.title::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px;
    border-left: 1px solid #666666;
}
.text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    text-align: justify;
    max-width: 800px;
}
.text p {
    margin-bottom: 5em;
}
.text p span.bold {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    position: relative;
}
.text p span.bold::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #666666;
    margin-left: 1em;
}
.meet .illust {
    text-align: center;
    max-width: 1000px;
    margin: 100px auto 0;
}
.meet .illust img,
.future .illust img,
.onjyaku-open .illust img {
    width: 100%;
    height: auto;
    max-width: 500px;
}
.cooking .illust img {
    width: 100%;
    height: auto;
    max-width: 750px
}
.future .illust {
    text-align: center;
    max-width: 1000px;
    margin: 100px auto 0;
}
.cooking .illust {
    text-align: center;
    margin-top: 100px;
}
.onjyaku-open .illust {
    text-align: center;
    margin-top: 100px;
}
.onjyaku-open .title,
.onjyaku-open .text {
    max-width: 560px;
}
.onjyaku-open .text p {
    margin-bottom: 0;
    line-height: 24px;
}
.onjyaku-open .text.lunch {
    margin-bottom: 5em;
    text-align: left;
}
.onjyaku-open .text.dinner {
    text-align: left;
}
.onjyaku-open .text p.dinner-text{
	text-align: justify;
	margin-top: 2em;
	margin-bottom: 1em;
}
.onjyaku-open .text.lunch .centerBox,
.onjyaku-open .text.dinner .centerBox{
	text-align: center;
}
.onjyaku-open .text.lunch .close{
	margin-top: 3em;
}
.onjyaku-open .text.lunch .center{
	width: 320px;
}
.menu,
.menu-sub{
    margin-bottom: 0.5em;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 1.4rem;
}
.onjyaku-open .text p.menu-sub {
    margin: 2em 0 0.5em;
}
.onjyaku-open .text p.menu-contents {
    margin: 1em 0 ;
}
.menu-sub span{
	display: inline-block;
	position: relative;
	line-height: 0;
}
.menu-sub span::before{
	content: '';
	width: 20px;
	height: 1px;
	border-top: 1px solid #666666;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-100%);
}
.menu-sub span::after{
	content: '';
	width: 20px;
	height: 1px;
	border-top: 1px solid #666666;
	position: absolute;
	top: 50%;
	right: -28px;
	transform: translateY(-100%);
}
.onjyaku-open .center,
.sonoue .center{
    margin: 0 auto;
    display: inline-block;
    text-align: left;
	padding-left: 2em;
}
.onjyaku-open .center .note{
	margin-top: 0.5em;
}
.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.time{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.close li,
.time li{
    line-height: 24px;
}
.time li:nth-child(2) {
    margin-left: 4em;
}
.close li:nth-child(2) {
    margin-left: 3em;
}
.close.space li:nth-child(2) {
    margin-left: 4em;
}
.onjyaku-open .note{
    margin-top: 4em;
    text-align: left;
    font-weight: bold;
}
.lunch .onjyaku-open .close{
	margin-top: 2em;
}
.sonoue .note{
    text-align: left;
    font-weight: bold;
	max-width: 800px;
	margin: 2em auto 0;
}
.onjyaku-open .note span.note-text,
.sonoue .note span.note-text{
    display: block;
    line-height: 24px;
    margin-top: 0.5em;
    text-align: justify;
	text-indent:-1em;
	margin-left: 1em;
}
.onjyaku-open .note span.note-text b,
.sonoue .note span.note-text b{
	margin: 0;
	font-weight: normal;
	display: block;
}
.onjyaku-open .note span.note-text b::before,
.sonoue .note span.note-text b::before{
	content: '＊';
	font-size: 1rem;
}
.onjyaku-open .note span.note-title,
.sonoue .note span.note-title{
	position: relative;
}
.onjyaku-open .note span.note-title::after,
.sonoue .note span.note-title::after{
	content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #666666;
    margin-left: 1em;
}
.flex {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.flex .title {
    width: 100%;
    padding: 0;
}
.flex .text {
    width: 100%;
    padding: 0;
    text-align: left;
}
.flex .text p {
    margin-bottom: 0;
}
.flex .shop .text p {
    text-align: center;
}
.copywrite {
    color: #B7B7B7;
    font-size: 1.2rem;
	display: flex;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}
ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
ul.sns li {
    margin: 80px 20px 0;
}
ul.sns li a img {
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
ul.sns li a img:hover {
    opacity: 0.4;
}
ul.sns li a img {
    width: 100%;
    height: auto;
    max-width: 15px;
}
footer {
    padding: 0 0 50px;
}
footer .illust {
    text-align: center;
    margin-top: -50px;
}
footer .illust img {
    width: 90%;
    height: auto;
}
/*==============================================
404
===============================================*/
.not-page {
    margin-top: 300px;
}
.not-page img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-bottom: 50px;
}
.not-page p {
    margin-bottom: 80px;
}
.not-page a {
    background-color: #646464;
    color: #fff;
    padding: 1em 2em;
    font-size: 1.4rem;
}
/*==============================================
画面の横幅が1024pxまで
===============================================*/
@media only screen and (max-width:768px) {
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
    .logo {
        top: 16.5%;
    }
    /*==============================================
onjyaku
===============================================*/
    .slider li img {
        width: 100vw;
        height: auto;
        max-height: 450px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .slider li img.pict-1 {
        -o-object-position: 50% 100%;
        object-position: 50% 100%;
    }
    .slider li img.pict-2 {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    .slider li img.pict-3 {
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
    }
    .contents {
        padding: 50px 0 0;
    }
    section {
        margin: 0 auto 80px;
        padding: 0 8%;
        line-height: 26px;
    }
    section {
        padding-top: 50px;
        margin-top: -50px;
    }
    .title {
        margin: 0 auto 80px;
        font-size: 1.8rem;
        max-width: 580px;
    }
    .text {
        max-width: 580px;
    }
    .text p {
        margin-bottom: 3.5em;
    }
    .onjyaku-open .title,
    .onjyaku-open .text {
        max-width: 580px;
    }
    .meet .illust {
        margin: 50px auto 0;
    }
    .future .illust {
        margin: 50px auto 0;
    }
    .cooking .illust {
        margin-top: 50px;
    }
    .sonoue .illust {
        margin-top: 50px;
    }
    .onjyaku-open .text.lunch {
        margin-bottom: 3.5em;
    }
    .flex {
        display: block;
    }
    .flex section {
        padding: 50px 8% 0;
        margin: -50px auto 80px;
    }
    .close li:nth-child(2) {
        margin-left: 2.5em;
    }
	.time li:nth-child(2) {
        margin-left: 3.5em;
    }
	.close.space li:nth-child(2) {
		margin-left: 3.5em;
	}
    .meet .illust img,
    .future .illust img,
    .cooking .illust img,
    .onjyaku-open .illust img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }
    footer .illust {
        margin-top: 0;
    }
	.copywrite {
    	font-size: 1rem;
		width: 85%;
		margin-top: 20px;
	}
	.onjyaku-open .text.lunch .center{
		width: 100%;
		max-width: 320px;
	}
	.onjyaku-open .center,
	.sonoue .center{
		padding-left: 0.5em;
	}
    /*==============================================
404
===============================================*/
    .not-page {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .not-page img {
        width: 50%;
        margin-top: 50px;
    }
}