@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
}
.container {
	width: 100%;
	margin-bottom: 20px;
}
.container.last-child {
	margin-bottom: 0;
}
.container .row:last-child {
	margin-bottom: 0;
}
.container .row.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 [class*=col-lg-] {
	padding: 0;
}
.row [class*=col-sm-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	float: left;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-8 {
	width: 66.66666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-12 {
	width: 100%;
	margin-bottom: 20px;
}
.row>.col-sm-12:last-child {
	margin-bottom: 0;
}
.row>.col-sm-12.last-child {
	margin-bottom: 0;
}
.col-sm-offset-0 {
	margin-left: 0;	
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}

.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}
.row.row-photography>[class*=col-] {
	margin-bottom: 10px;
}

.visible-md,
.visible-lg {
	display: none !important;
}
.visible-sm {
	display: block !important;
}
.hidden-sm {
	display: none !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.414;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 40px 0 40px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
small {
	font-size: 95%;	
}
h2>small {
	font-size: 60%;
	color: #878787;
}
big {
	font-size: 130%;
	font-weight: bold;
}
b {
	font-size: 150%;	
}

.text-center-sm {
	text-align: center;
}

.btn-sm {
	width: 100%;
}

/* head-menu */
#nav-menu {
	display: block;
}
.menu-icon {
	display: block;
	float: left;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.menu-icon span {
	display: block;
	width: 40px;
	height: 4px;
	background: #fff;
	margin-bottom: 8px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.menu-icon span.bar1 {
	margin-top: 2px;
}
.menu-icon.active {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-icon.active .bar1 {
	-webkit-transform: rotate(0deg) translateY(10px);
	-moz-transform: rotate(0deg) translateY(10px);
	-ms-transform: rotate(0deg) translateY(10px);
	-o-transform: rotate(0deg) translateY(10px);
	transform: rotate(0deg) translateY(10px);
}
.menu-icon.active .bar2 {
	opacity: 0;
}
.menu-icon.active .bar3 {
	-webkit-transform: rotate(-90deg) translateX(14px);
	-moz-transform: rotate(-90deg) translateX(14px);
	-ms-transform: rotate(-90deg) translateX(14px);
	-o-transform: rotate(-90deg) translateX(14px);
	transform: rotate(-90deg) translateX(14px);
}
#wrap {
	width: 100%;
	height: 100%;
}
#wrap.active nav#nav-menu {
	background: rgba(0,0,0,0.7);
	height: 100%;
	z-index: 9999999;
}
#wrap.active nav#nav-menu .menu-list-container {
	opacity: 1;
	text-align: left;
}
#wrap.active nav#nav-menu .menu-list-container ul {
	border-top: 1px solid #fff;
}
#wrap.active nav#nav-menu .menu-list-container li {
	line-height: 1em;
}
#wrap.active nav#nav-menu .menu-list-container a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	line-height: 0.9em;
	color: #fff;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}
#nav-menu {
	color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	right: 0;
	z-index: 9999999;
	overflow: hidden;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
#nav-menu .menu-icon-container {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}
#nav-menu .menu-list-container {
	position: absolute;
	top: 54%;
	width: 100%;
	display: none;
}
#nav-menu .menu-icon-container small.menu-text {
	display: block;
	font-size: 1.2em;
	line-height: 0.8em;
	text-align: center;
	padding-top: 54px;
}
#nav-menu .menu-list-container.active {
	display: block;
}
#nav-menu .menu-list-container ul {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}
#nav-menu .menu-list-container ul li {
	width: 100%;
	text-align: center;
}
#menu dl dt {
	font-size: 17px;
}

/* Id
-----------------------------------------------*/
#header {
	height: 520px;
}
/*#header h1 {
	width: 180px;
	top: 190px;
	margin-left: -90px;
}*/
#header h1 {
	width: 180px;
	top: 190px;
	margin-left: -90px;
}
#header p{
	top: 310px;
	margin-left: -62px;
}

#kibushi {
	height: 390px;
}
#kibushi p {
	font-size: 12px;
	padding: 0 10px;	
}


#menu {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}
#menu dl {
	margin-bottom: 5px;
}
#menu dl dt {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#menu dl dd {
    font-size: 7px;
}
#menu dl dd span {
	font-size: 16px;
}

#set-menu {
	height: inherit;
}
#set-menu .col-sm-12 {
	margin-bottom: 40px;
}
#set-menu .col-sm-12 .col-sm-12{
	margin:0;
	padding:0;
}
#course {
	background: url(../images/menu_course_sm.jpg) no-repeat center;
	background-size: cover;
	height: 200px;
}
#shop {
	height: 450px;
	background: url(../images/shopinfo.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
#shop h2 {
	margin: 50px 0 50px;
}
#gallery .col-sm-6, #gallery .col-sm-12 {
	padding: 0 10px;	 
}

#instagram {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
#instagram #instafeed li {
	display: inline-block;
	width: 33.3333%;
	height: 33.3333%;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#instagram #instafeed li img {
	margin-bottom: 0px;
	height: 20vh;
}

#yoyaku-form {
	width: 100%;
}
#staff p {
	padding: 0 10px;	
	font-size: 12px;
}
#copyright p {
	padding: 5px 0;
}
/**/
.rightSide {
	border-left: none;	
}
.setRightSide {
	border-right: none;	
}
/* Forms
-------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	padding: 10px 5px;
}

iframe{
	width: 96%;
}