@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Josefin+Sans";
@import "https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique";
@import "https://fonts.googleapis.com/css?family=Oswald";

body {
	font-family: "Zen Kaku Gothic Antique", sans-serif, "Meiryo UI", Meiryo;
	vertical-align: baseline;
	color: #FFF;
	background: #000;
}
input, textarea, select {
	font-family: sans-serif, "Meiryo UI", Meiryo;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #94C5E9;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;	
}
/* Typography
-----------------------------------------------*/
body {
	font-size: 16px;
}
h1, h2, h3, h4, h5 ,h6 {
	font-weight: normal;
}
h1 {
	margin: 0;
}
h2 {
	font-family: "Josefin Sans";
	box-sizing: border-box;
	margin: 0 0 50px;
	text-align: center;
	font-size: 24px;
}
h3 {
	margin: 20px 0 20px;
	font-size: 28px;
	text-align: center;
}
h4 {
	margin: 0 0 10px;
	font-size: 22px;
}
h5 {
	margin: 0 0 20px;
	font-size: 15px;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.5;
}
small {
	font-size: 83.3333333%;
}
big {
	font-size: 120%;
}
b {
	font-size: 200%;
	font-weight: bold;	
}
hr {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	margin: 70px 0;
	border: none;
	border-bottom: 1px solid #666;
}

/* Layout
-----------------------------------------------*/
.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 1140px;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	overflow: hidden;
}
.row-no-offset {
	margin-left: -10px;
	margin-right: -10px;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
/*.row:last-child {
	margin-bottom: 0;
}*/
.row [class*=col-lg-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	float: left;
}
.col-lg-1 {
	width: 8.3333333333%;
}
.col-lg-2 {
	width: 16.6666666667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.3333333333%;
}
.col-lg-5 {
	width: 41.6666666667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.3333333333%;
}
.col-lg-8 {
	width: 66.6666666667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.3333333333%;
}
.col-lg-11 {
	width: 91.6666666667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-b20 {
	width: 20%;
}
.col-lg-b40 {
	width: 40%;
}
.col-lg-offset-1 {
	margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
	margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
	margin-left: 41.6666666667%;
}

.col-lg-1 *:last-child,
.col-lg-2 *:last-child,
.col-lg-3 *:last-child,
.col-lg-4 *:last-child,
.col-lg-5 *:last-child,
.col-lg-6 *:last-child,
.col-lg-7 *:last-child,
.col-lg-8 *:last-child,
.col-lg-9 *:last-child,
.col-lg-10 *:last-child,
.col-lg-11 *:last-child,
.col-lg-12 *:last-child {
	margin-bottom: 0;
}
.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}
/* mt mb pt pb
-----------------------------------------------*/
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.mb-40 {
	margin-bottom: 40px;	
}
/* Align
-----------------------------------------------*/
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.center-middle {
	display: table;
	width: 100%;
	height: 100%;
}
.center-middle>.inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* Text
-----------------------------------------------*/
.text-color-white {
	color: #FFF;
}
.text-color-brown {
	color: #6F4020;	
}
.text-color-blue {
	color: #2677B5;	
}
.text-color-yellow {
	color: #EEBD2B;	
}
.text-color-green {
	color: #769B20;	
}

/* Buttons
-------------------------------------------- */
.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
}
.btn.nodisplay {
	display: none;	
}
.btn-lg {
	position: relative;
	width: 300px;
	padding: 16px;
	-webkit-transition: none;
	transition: none;
	font-size: 17px;
	border-radius: 4px;
}
.btn-md {
	position: relative;
	width: 130px;
	padding: 8px;
	font-size: 11px;
	border-radius: 4px;
}
.btn-sm {
	position: relative;
	width: 90px;
	padding: 12px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}
.btn-red {
	color: #FFF;
	background-color: #E02000;
}
.btn-radius {
  border-radius: 6px;
}
.btn-lg.btn-red {
	box-shadow: 0 5px 0 #990000;
}
.btn-form.btn-red {
	box-shadow: 0 5px 0 #990000;
}
.btn-md.btn-red, .btn-pay.btn-red, .btn-sm.btn-red {
	box-shadow: 0 3px 0 #990000;
}
.btn-orange {
	color: #FFF;
	background-color: #EC7255;
}
.btn-lg.btn-orange {
	box-shadow: 0 5px 0 #9B2D11;
}
.btn-md.btn-orange, .btn-sm.btn-orange {
	box-shadow: 0 3px 0 #9B2D11;
}
.btn-pink {
	color: #FFF;
	background-color: #F66;
}
.btn-lg.btn-pink {
	box-shadow: 0 5px 0 #D90000;
}
.btn-md.btn-pink, .btn-sm.btn-pink {
	box-shadow: 0 3px 0 #D90000;
}
.btn-green {
	color: #FFF;
	background-color: #66D215;
}
.btn-green2 {
	color: #FFF;
	background-color: #64BC0C;
	width: 120px !important;
	margin-right: auto;
	margin-left: auto;
}
.btn-lg.btn-green {
	box-shadow: 0 5px 0 #12A32F;
}
.btn-lg.btn-green2 {
	box-shadow: 0 5px 0 #12A32F;
}
.btn-md.btn-green, .btn-sm.btn-green {
	box-shadow: 0 3px 0 #12A32F;
}
.btn-blue {
	color: #FFF;
	background-color: #688EC9;
}
.btn-lg.btn-blue {
	box-shadow: 0 5px 0 #31558A;
}
.btn-md.btn-blue, .btn-sm.btn-blue {
	box-shadow: 0 3px 0 #31558A;
}
.btn-gray {
	color: #222;
	background-color: #EEE;
}
.btn-lg.btn-gray {
	box-shadow: 0 5px 0 #CCC;
}
.btn-md.btn-gray, .btn-sm.btn-gray {
	box-shadow: 0 3px 0 #CCC;
}

.btn-lg:active {
	top: 5px;
	box-shadow: none;
}
.btn-md:active, .btn-sm:active {
	top: 3px;
	box-shadow: none;
}

.btn-contact {
	background-image: url(../images/_temp/icon_contact.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size:30px 24px;
}
.btn-reserve {
	background-image: url(../images/_temp/icon_reserve.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size:28px 24px;
}

/*Visible
-----------------------------------------------*/
.visible-sm,
.visible-md {
	display: none !important;
}
/* Id
-----------------------------------------------*/
#top-image {
	height: 100%;
	width: 100%;
	position: relative;
}
.lantern {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.lantern ::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background:rgba(0,0,0,0.4);
}
.lantern-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
	animation-timing-function: cubic-bezier(0, 0, 1, 1);
}
.lantern-slide.active-phase-1 {
	z-index: 99 !important;
	-webkit-animation-name: lanternZoomIn;
	animation-name: lanternZoomIn;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
.lantern-slide.active-phase-2 {
	z-index: 100 !important;
	-webkit-animation-name: lanternZoomInFadeOut;
	animation-name: lanternZoomInFadeOut;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
#lantern-slide-1 {
	background-image: url(../images/slide_1.jpg);
}
#lantern-slide-2 {
	background-image: url(../images/slide_2.jpg);
}
#lantern-slide-3 {
	background-image: url(../images/slide_3.jpg);
}
#lantern-slide-4 {
	background-image: url(../images/slide_4.jpg);
}
#lantern-slide-5 {
	background-image: url(../images/slide_5.jpg);
}
#top-image h1 {
	background-image: url(../images/topimgcover_pc.png);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 111;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
#top-image .logo_text {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 111;
	font-size: 22px;
	font-weight: 600;
}
#access {
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#access.access-page {
	background: none;
}
#access .access-info {
}
#access .access-info .access-info-content {
	color: #FFF;
	padding: 0px 20px;
}
#access.access-page .access-info .access-info-content {
	color: #333;
}
#access .access-info .access-info-content .access-info-title {
	font-size: 60px;
	color: #FFC519;
	margin-bottom: 30px;
}
#access .access-info .access-info-content .access-info-title small {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#access.access-page .access-info .access-info-content .access-info-title small {
	color: #333;
}
#access .access-info .access-info-content .access-info-block {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
}
#access .access-info .access-info-content .access-info-description {
	font-size: 15px;
	margin-bottom: 40px;
	line-height: 2;
}
#access .access-info .access-info-content .access-info-btn {
	margin-bottom: 40px;
}
#access .access-info .access-info-map {
	text-align: center;
	padding: 0px 20px;
}
#access .access-info .access-info-map img {

}
#shop {
	height: 480px;
	padding: 50px 0;
	background: url(../images/.png) top left no-repeat;
	background-size: auto;
}
#shop .shop-info {
	width: 320px;
	margin: 0 auto;
}
#shop .shop-info th {
	width: 30%;
	padding: 5px;
	text-align: left;
	vertical-align: text-top;
	font-weight: normal;
}
#shop .shop-info td {
	width: 70%;
	padding: 5px;
	padding-left: 30px;
	text-align: left;
}
#menu {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-left: 50px;
	font-weight: bold;
}
#menu .vegan {
	position: absolute;
	font-size: 11px;
	color: #FFF;
	background-color: #063;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#menu .col-lg-3 {
	padding: 15px;
}
#menu dl {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
#menu dl dt {
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#menu dl dd {
	overflow: hidden;
	font-size: 12px;
}
#menu dl dt span {
	float: right;
	font-size: 20px;
}
#menu dl dd span {
	float: right;
	font-size: 12px;
}
#gallery {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#gallery .col-lg-2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#menu2 {
	color: #EEE;
}
#menu2 .col-lg-4 {
	padding: 50px 0;
}
#menu2 .menu-1,
#menu2 .menu-2,
#menu2 .menu-3 {
	height: 680px;	
}
#menu2 .menu-4,
#menu2 .menu-5,
#menu2 .menu-6 {
	height: 750px;	
}
#menu2 .menu-2 {
	background-size: cover;
	background-color: #111;
}
#menu2 .menu-4 {
	background: url(../images/menu_2.jpg) 50% 50% no-repeat;
	background-size: cover;	
}
#menu2 .menu-6 {
	background: url(../images/menu_3.jpg) 50% 50% no-repeat;
	background-size: cover;	
}
#menu2 .menu-table {
	width: 80%;
	font-size: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#menu2 .menu-table small {
	font-size: 11px;
}
#menu2 .menu-table th {
	font-family: "Josefin Sans";
	width: 80%;
	padding: 10px 5px;
	text-align: left;
	font-weight: normal;
	line-height: 1.3;
}
#menu2 .menu-table td {
	font-family: 'Oswald';
	width: 20%;
	padding: 10px 5px;
	text-align: right;
	vertical-align: text-top;
}
#contact {
	padding: 70px 0;
	background: #333;
}
#contact a {
	font-family: Oswald;
	font-size: 46px;
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}
#instagram {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	padding-top: 50px;
	padding-bottom: 0px;
	text-align: center;
}
#instagram #instafeed {
	width: 100%;
}
#instagram #instafeed li {
	width: 20%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
}
#instagram #instafeed li img {
	margin-bottom: 0px;
	height: 32vh;
	width: 100%;
	object-fit: cover;
}
.instagram-wrap {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
.insta-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.insta-img-list .item {
  width: 200px;
  margin: 15px;
}
#copyright {
	padding: 15px 0;
	text-align: center;
	font-size: 10px;
}
/* Normal
-----------------------------------------------*/

/* Forms
-------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 14px;
	border: 1px solid #AAA;
	background: #FFF;
}
textarea {
	min-height: 90px;
	resize: vertical;
}
.input-group {
	display: table;
}
.input-group input,
.input-group textarea,
.input-group select,
.input-group-addon {
	display: table-cell;
}
.input-group-addon {
	padding: 0 0 0 10px;
	width: 1%;
}