@charset "utf-8";
/* CSS Document */
body {
	font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
	vertical-align: baseline;
	color: #FFF;
	background: #000;
	text-shadow: 2px 2px 4px #333;  
}
input, textarea, select {
	font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	color: #00D8D8;
	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 {
	margin: 80px 0 80px;
	font-size: 38px;
}
h3 {
	font-size: 28px;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
h4 {
	margin: 0 0 20px;
	font-size: 24px;
}
h5 {
	margin: 0 0 20px;
	font-size: 15px;
}
p {
	margin: 0 0 1em;
	line-height: 2;
}
small {
	font-size: 75%;
}
big {
	font-size: 160%;
}
b {
	font-size: 150%;	
}
hr {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #DDDBD1;
}

/* 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;
}
/* Layout
-----------------------------------------------*/
.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.8em;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
.container *:last-child,
[class*=col-] *:last-child,
.container-fluid *:last-child {
	margin-bottom: 0;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.row-no-offset {
	margin-left: -10px;
	margin-right: -10px;
}

/*.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-55 {
	width: 43.8%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-65 {
	width: 56%;
}
.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;	
}

/* 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;
	max-width: 100%;
	text-align: center;
}
.btn-lg {
	width: 240px;
	padding: 25px;
	font-size: 16px;
	border: 2px solid #FFF;
}
.btn-black {
	color: #FFF;
	background-color: #000;
}
.btn-green {
	color: #FFF;
	background-color: #00994D;
}

/*Text
-----------------------------------------------*/
.text-color-blue {
	color: #00D8D8;	
}

/*Visible
-----------------------------------------------*/
.visible-sm,
.visible-md {
	display: none !important;
}
/* Id
-----------------------------------------------*/
#header {
	height: 660px;
	position: relative;
}
#header div{
	width: 100%;
	height: 100%;
}
#header div.header-container {
	
}
#header div.header-inner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#header h1 {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -140px;
}
#header p{
	position: absolute;
	top: 420px;
	left: 36%;
	margin-left: -140px;
}
#header .notes{
	position: absolute;
	top: 470px;
	left: 6%;
	margin-left: -85px;
	font-size:18px;
	
}
#header .notes h3{
	margin-bottom:20px;
}
@media screen and (width:768px) { 
#header p{
	margin-left: -165px;
}
#header .notes{
	margin-left: -40px;
}
}
@media screen and (width:1024px) {
	#header .notes{
		margin-left: -60px;
	}
} 
#nav {
	width: 100%;
	height: 70px;
	text-align: center;
}
#nav.on {
    position: fixed;
    z-index: 100;
    top: 0 !important;
    background: rgba(16,16,16,0.8);
}
#nav nav {
	display: inline-block;
}
#nav nav ul {
	display: table;
	width: auto;	
}
#nav nav ul li {
    display: table-cell;
    vertical-align: middle;
}
#nav nav ul li a {
	display: inline-block;
	padding: 10px 20px;
}
#kibushi {
	height: 500px;
	background: url(../images/kibushi.jpg) no-repeat center;
	background-size: cover;
}
#menu {
	padding-top: 0;
	padding-bottom: 80px;
	padding-right: 50px;
	padding-left: 50px;
}
#menu .col-lg-3 {
	padding: 10px;
}
#menu dl {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}
#menu dl dt {
	font-size: 26px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#menu dl dd {
	overflow: hidden;
	font-size: 11px;
}
#menu dl dd span {
	float: right;
	font-size: 18px;
}
#set-menu {
	background: url(../images/setmenu.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding-bottom: 80px;
}
#course {
	height: 260px;
	padding-top: 48px;
	background: url(../images/menu_course.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
#shop {
	height: 580px;
	background: url(../images/shopinfo.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
#shop h2 {
	margin: 80px 0 50px;
}
#shop .sns-link {
	display: inline-block;	
}
#shop .sns-link ul {
	display: table;
	width: auto;	
}
#shop .sns-link ul li {
    display: table-cell;
    vertical-align: middle;
}
#shop .sns-link ul li a {
	display: inline-block;
	padding: 20px 20px 0;
}
#shop .sns-link ul li span {
	display: block;
}
#googlemap {
	position: relative;	
}
#googlemap iframe {
	width: 100%;
	height: 380px;	
}
#googlemap .blank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;	
	z-index: 90;
	background: url(../images/blank.png) repeat;	
}
#googlemap .blank.on-click {
	display: none;
}
#gallery {
	padding: 0 0 80px;	
}
#gallery .col-lg-3, #gallery .col-sm-6 {
	margin-bottom: 40px;
}

#instagram {
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 50px;
}
#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-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#instagram #instafeed li img {
	margin-bottom: 0px;
	height: 30vh;
	width: 100%;
	/*object-fit: cover;*/
}


#yoyaku {
	background: #00994D;
	padding: 0 0 80px;
}
#yoyaku-form {
	width: 600px;
	margin: 40px auto;
	text-align: left;
}
#yoyaku-form .form-line {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;	
}
#staff {
	background: #FF8000;
	padding: 0 0 80px;
}
#copyright p {
	margin: 0;
	padding: 10px 0;
	line-height: 1;
}
/**/
.col-lg-6.menu-side {
	padding: 0 7.5%;
}
.rightSide {
	border-left: 1px solid #444;
}
.setRightSide {
	border-right: 1px solid #FFF;
}

/* Forms
-------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 6px;
	border: 1px solid #AAA;
	background: #FFF;
	color: #333;
}
input[type=text].yoyaku-date {
	width: 50%;	
}
input[type=text].yoyaku-time {
	width: 25%;	
}
textarea {
	min-height: 250px;
	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 5px;
}

