@charset "utf-8";


/*  COMMON  ------------------------------------------------ */

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    text-align: justify;
    font-size: 15px;
    margin: 0;
}
a {
    text-decoration: none;
    color: steelblue;
}
.footer h1 {
	font-family: 'Viga', sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 52px;
	margin: 0px;
}
.container h2 {
    font-family: 'Viga', sans-serif;
    margin-bottom: 60px;
}
.container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1020px;
}
  

/*  fadeUp  ------------------------------------------------ */

.fadeUpTrigger {
    opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*  keyvisual  ------------------------------------------------ */

#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.wrapper {
	position: relative;
    margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
    .wrapper {
        margin-bottom: 100px;
    }
}



/*  concept  ------------------------------------------------ */

.concept {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 150px;
    margin-bottom: 150px;
}

.concept-inner {
    display: flex;
    flex-flow: column;
}
.concept-image img {
    width: 100%;
    margin-top: 40px;
}

.caption {
    font-size: 17px;
    font-weight: bold;
    color: rgb(216, 91, 2);
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .concept {
        margin-bottom: 150px;
    }
    .concept-inner {
        flex-flow: row;
    }
    .concept-image img {
        width: 600px;
        margin-top: 0px;;
        margin-left: 50px;
    }
}




/*  MENU  ------------------------------------------------ */

.menu {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-image: url(../img/menu-big.jpg);
}

.menu-inner {
    display: flex;
    flex-flow: column;
}


.menu table {
	width: 100%;
    margin-bottom: 30px;
}
.menu th {
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.menu td {
	text-align: right;    
}
.menu table tbody tr td {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.menu #note {
	text-align: right;
}
.menu #cap {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 800;
	font-size: 32px;
	margin-top: 30px;
	border-bottom: 2px solid #000;
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	line-height: 30px;
	overflow: hidden;
	clear: both;
}
.menu #price {
	width: 100%;
	float: right;
	margin-bottom: 40px;
}
.menu #sentence {
	float: left;
	width: 400px;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .menu {
        padding-top: 120px;
        background-size: cover;
        background-image: url(../img/menu-big.jpg);
    }
    
    .menu-inner {
        width: 100%;
        flex-flow: row;
    }
    .menu-left {
        width: 50%;
    }
    .menu-right {
        width: 50%;
        margin-left: 50px;
    }
}



/*  STAFF  ------------------------------------------------ */

.staff {
    margin-top: 100px;
    margin-bottom: 120px;
}
.staff-inner {
    display: flex;
    flex-flow: column;
}
.staff-inner img {
    width: 100%;
}
.staff-inner h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px; 
}
.position {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.staff-left {
    margin-bottom: 50px;
}


@media screen and (min-width: 768px) {
    .staff-inner {
        width: 100%;
        flex-flow: row;
    }
    .staff-left {
        width: 50%;
    }
    .staff-right {
        width: 50%;
        margin-left: 30px;
    }

}



/*  INFO ------------------------------------------------ */

.info {
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-image: url(../img/info-big.jpg);
}

.info-inner {
    display: flex;
    flex-flow: column;
}
.info h2 {
    margin-bottom: 100px;
}
.info table {
	font-size: 13px;
	width: 100%;
    margin-bottom: 50px;
}
.calendar th,td {
    text-align: center;
    padding: 10px 10px 10px 10px;
}
.info h4 {
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-weight: 800;
    font-size: 20px;
    margin: 0;

}
.calendar th {
    font-weight: lighter;
    font-size: 13px;
    color: rgb(121, 121, 121);
}
.day td {
    color: rgb(70, 70, 70);
}
.day td:nth-child(6) {
    color: rgb(46, 177, 253);
}
.day td:nth-child(7) {
    color: rgb(253, 105, 46);
}


.info-text {
    text-align: center;
}
.info-left {
    width: 100%;
    margin-bottom: 50px;
}
.info-right {
    width: 100%;
}

.reserve {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid rgb(153, 153, 153);
    padding: 20px 30px;

}
.favor {
    text-align: left;
}
.temporaryclosed {
    color: red;
    font-weight: bold;
}

@media (min-width: 768px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    }

@media screen and (min-width: 768px) {
    .info {
        padding-top: 120px;
        background-size: cover;
        background-image: url(../img/info-big.jpg);
    }
    
    .info-inner {
        width: 100%;
        flex-flow: row;
    }
    .info-left {
        width: 50%;
    }
    .info-right {
        width: 50%;
        margin-left: 50px;
    }
    .favor {
        text-align: center;
    }
}


/*  ACCESS ------------------------------------------------ */

.access {
    margin-top: 120px;
    margin-bottom: 120px;
}
.access p {
    margin: 5px;
}

iframe {
    width: 100%;
}

.access-map {
    margin-top: 50px;
}
.access-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}



/*  footer ------------------------------------------------ */
.footer {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 500px;
    background-size: cover;
    height: 100vh;
    background-image: url(../img/footer-small.jpg);
}
.footer-inner {
    text-align: left;
}
.footer h1 {
    font-family: 'Viga', sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 1px;
}
.footer p {
    font-size: 13px;
    color: #000;
}



@media screen and (min-width: 768px) {
    .footer {
        padding-top: 60px;
        height: 100vh;
        background-size: cover;
        background-image: url(../img/footer-big.jpg);
    
    }
    .footer h1 {
        font-family: 'Viga', sans-serif;
        color: #000;
        font-weight: normal;
        font-size: 60px;
        margin-bottom: 1px;
    }
    .footer p {
        font-size: 16px;
    }
    
}
