
/* ----------------------------------------
style
------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
  font-family: serif, sans-serif;
}
#top_img {
	max-width: 100%;
	height: 620px;
	display: inherit;
}
h2.info {
	text-align: center;
}
h3.info{
	text-align: center;
}
div.information {
	width: 700px;
	margin: 0 auto;
	padding-top: 50px;
}
div.menu_list {
	padding-top: 30px;
	padding-left: 30%;
	margin: 0 auto;
	background: rgb(189 183 170);
	background: linear-gradient(90deg, rgb(241 229 211 / 24%) 6%, rgb(216 207 202) 80%, rgba(183,162,147,1) 100%);
}
div.recrute_list {
	margin: 0 auto;
	background: rgb(249 242 225);
	background: linear-gradient(90deg, rgb(255 240 219 / 24%) 6%, rgb(218 207 190) 80%, rgba(234,208,148,1) 100%);
	padding: 50 50 50 40px;
	text-align:center;
}
div.staff_list {
	display: table-cell;
	margin: 0 auto;
	background: rgb(228,226,226);
	background: linear-gradient(90deg, rgba(228,226,226,0.23573179271708689) 6%, rgba(222,217,218,1) 80%, rgba(171,161,180,1) 100%);
	padding: 50 50 50 40px;
	height: 100%;
}
p.staff_info {
	width: 440px;
}
div.menu_list table td {
	width: 140px;
  padding: 5 20 5 80;
}
div.menu_list table td.section {
	border-bottom: solid 1px;
	padding-left: 50px;
	color: #a74804;
	font-weight: bold
}
div.menu_list table td.price {
	text-align: right;
}
div.recrute_list table td.item {
	padding-left: 50px;
	width: 180px;
}
.address {
	text-align: center;
  display: inherit;
}
.address_sp {
  text-align: center;
	display: none;
}
ul.bxslider{
	padding: 0;
}
.bx-wrapper img {
    max-width:100%;
    display: block;
    margin:0 auto;
}
.bx-wrapper li {
	text-align: center;
}
.bxslider img {
	margin: 0 auto;
	display:block;
}
img.logoimg,img.logoimg2{
	width: 60px;
}
img.logoimgtop{
	width: 50px;
}
img.instagramlogo {
	width: 30px;
	vertical-align: middle;
}
a.instagramlogo {
	position: relative;
	top: 5px;
	left: 36px;
}
a.instagramlogo2{
		position: relative;
    top: -3px;
    left: -38px;
}
.story{
	position: absolute;
	top: 180px;
	font-size: 20px;
  left: 3%;
  width: 90%;
}
.menu li a.instagramlink {
	display: inline;
}
.menu li.instagram {
	position: initial;
}
.none {
	display: none;
}
.row {
    margin-left: auto;
    margin-right: auto;
		display: initial;
}
.columns {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.columns2 {
	position: absolute;
	width: 100%;
	text-align: center;
	display: block;
}
.columnstop {
	width: 100%;
	text-align: center;
	display: block;
}
ul {
	list-style-type: none;
}
.menu {
	margin-left: 3%;
	margin-right: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.menu:before, .menu:after{
	content: "";
	display: table;
}
.menu:after{
	clear: both;
}
.menu li {
	position: relative;
	display: inline;
	width: 12%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu li.instagramlogo {
	position: inherit;
}
.menu li.instagramlogo li{
	font-size: 17px;
}
.menu li a{
	display: block;
	margin: 0;
	color: #5b5b5b;
	opacity: 0.75;
	font-size: 14pt;
	line-height: 1;
	text-decoration: none;
	padding-left: 18px;
	height: 50px;
    line-height: 50px;
    vertical-align: middle;
	-webkit-transition: all .1s ease-in-out 0s;
    -khtml-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
}
.menu li.active{
	color: #000000;
	opacity: 1;
}
.menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.menu li ul li{
	width: 100%;
}
.menu li ul li a{
	padding-left: 4px;
	text-align: left;
	padding-left: 18px;
	height: 30px;
    line-height: 30px;
}
.menu2 li ul li a{
	background: rgba(0,0,0,.3);
}
.menu li ul li a:hover{
	color: #000000;
}
.menu li:hover > a{
	color: #000000;
    opacity: 1;
}
.menu2 li:hover > a{
	/*background: rgba(0,0,0,.1);*/
}
.menu2 li ul li:hover > a{
	background: rgba(0,0,0,.5);
	font-weight: normal;
}
.menu li a:hover{
	/*color: #fff;*/
}
.menu li ul li{
  overflow: hidden;
  height: 0;
  transition: .3s;
}
.menu li:hover ul li{
  overflow: visible;
  height: 30px;
}
.menu_logo {
    position: relative;
    left: 10px;
}
.menu_logo_img {
		width: 160px;
		padding-top: 20px;
		padding-left: 30px;
}
a#active {
	color:#000000;
	opacity: 1;
}
h2.title {
	padding: 5px 50px;
  background: #ded9da;
	margin-top: 30px;
}
#goto_top {
    position: fixed;
    right: 2%;
    bottom: 3%;
}
#goto_top a {
    width: 100px;
    height: 60px;
    border-radius: 20px;
    background: #908489;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold;
}
#content {
	top: 95px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.content_staff {
	float:left;
}
content_staff2 {
	padding-top: 50px;
	border-top: solid 1px;
}
.content_staff img {
	padding-left: 40px;
}
.content_staff_info {
	padding-left: 50px;
	float: left;
	width: 70%;
	height: 40%;
}
.content_staff2 {
	border-top: solid 1px;
	padding-top: 50px;
	margin-top: 50px;
}
.staff {
	float: left;
}
.staff img {
	width: 220px;
}
#content_s {
	top: 120px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 100%;
}
#content_s2 {
	width: 1040px;
    margin: auto;
}
#content_c {
	top: 120px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
	padding-left:12%;
    max-width: 100%;
    max-height: 100%;
}
#content_g {
	top: 120px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#content_n {
	top: 190px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.contact_img_wrap {
	width: 38%;
	float: left;
}
.contact_img_div {
	width: 35%;
	float: left;
}
.contact_img {
	width: 100%;
}
.contact_info_wrap {
	width: 35%;
	float: left;
    text-align: center;
    color: #808080;
}
.contact_info_wrap p.s {
	font-size: 15px;
}
.contact_top {
    margin-top: 50%;
}
.icon_s {
	width: 16px;
    padding-right: 6px;
}
.icon_i {
	position: relative;
	top: 3px;
}
section {
    display: table-row;
    height: 100%;
    width: 100%;
}
section.about2 {
    margin-top: 60px;
}
section p {
	text-align: center;
}
section div {
	word-wrap: break-word;
}
/*
section div.aboutkomi {
	overflow: auto;
    width: 60%;
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	font-size: 14px;
}
section.about1 img{
    float: left;
    margin-right: 20px;
}
section.about2 img{
	width: 100%;
    height: 200px;
	padding-bottom: 20px;
}
section.about3 img{
	width: 100%;
    height: 200px;
	padding-bottom: 20px;
}
*/

#gallery {

}
.gallery .item {
	float:left;
	border:4px solid #fff;

}
.gallery .item img{
	width: 300px;
/*	height: 400px;	*/
}
.gallery .l {
	/*
	position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	transition: .3s;
	*/
}
.gallery .l span{
	transition: 1.5s;
}
.gallery .l span{
    position: absolute;
	bottom: 20px;
	width: 100%;
	font-size: 10pt;
    text-align: center;
	color: #fff;
	visibility: hidden;
	opacity: 0;
}
.gallery .item:hover > .l{
	opacity: 0.45;
	background: #000;
}
.gallery .item:hover > .l span{
	visibility: visible;
	opacity: 1;
}

section {
    padding: 18px 0;
}
.stores {
    float: left;
}
.stores.oversea {
	padding-left: 20px;
}
.store_area {
    text-align: center;
	padding: 0 0 50 0;
}
.store {
	padding: 0 20 40 20;
}
.store p{
    font-size: 8pt;
    margin-bottom: 5px;
}
.store span {
    font-size: 6pt;
}
.store1 {
	float: left;
}
.store2 {
	float: left;
}
.news {
    text-align: left;
    width: 300px;
    left: 40%;
    position: relative;
}
.wrapper{
    min-height: 100vh;
}
.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 20px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
.bx-wrapper .bx-viewport{
	left: 0;
}

footer{
    width: 100%;
    color: #808080;
    text-align: center;
    padding: 0;
		position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
		font-size: 14px;
}

header {
    height: 100px;
    line-height: 100px;
}
header div {
	float: left;
}
header div a.header_tel {
	right: 200px;
	position: absolute;
	font-size: 30px;
	vertical-align: bottom;
	top: 15px;
	float: left;
	text-decoration: none;
  color: #000;
}
#wrapper {
	clear: both;
}
#wrapper nav ul li{
display:inline-block;
}
#wrapper li a.inst {
	padding-left: 16px;
	padding-top: 10px;
}
.contents_div {
	padding-top: 30px;
}
div.menu_list table td.menu_name {
	width:350px;
}
.shadow {
	box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
}
.contents_tbl{
	display: initial;
}
#S__top_img {
	display: none;
}
.top_menu_div {
	display: none;
}
.address_div {
  padding-top: 100px;
}
.reservation_lst {
  margin: 0 auto;
  background: rgb(251 237 241);
  background: linear-gradient(
  90deg
  , rgb(255 240 219 / 24%) 6%, rgb(251 210 233) 80%, rgb(251 198 217) 100%);
  padding: 50 0 50 0px;
  text-align: center;
}
.reservation_tel {
    font-size: 30px;
    text-decoration: none;
    color: #6d1f60;
  }
  .reservation_tbl img {
    width: 300px;
  }
  .reservation_tbl td{
    height: 150px;
  }
@media (max-width: 767px) {
	#css{width:auto;}
#global-navi {
    background:#333;
    position: fixed;
    top: 0;
    right: 0px;
  }
#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 10001
}
#wrapper nav ul li {
    display:block;
    padding-right: 10px
}

#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd;
		width: 200px;
		font-size: 22px;
}
.menu li {
    float: none;
}

#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 10002;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}

#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#wrapper .btn-gnavi.open span {
    background: #fff
}

#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}

#wrapper .contents section:nth-child(odd) p {
    left: 10%
}

#wrapper .contents section:nth-child(even) p {
    right: 10%
}
#wrapper li a.inst {
	padding-left: 16px;
	padding-top: 10px;
}
#wrapper li a.inst li {
	height: 50px;
}
.menu_logo_img {
    width: 100px;
    padding-top: 20px;
    padding-left: 3px;
}
header {
    height: 90px;
    line-height: 100px;
}
header div a.header_tel {
    right: 80px;
    position: absolute;
    font-size: 20px;
    vertical-align: bottom;
    top: 0;
    float: left;
    text-decoration: none;
    color: #000;
}
.menu_logo {
    position: relative;
    left: 10px;
    top: 5px;
}
.story {
    position: absolute;
    top: 160px;
    font-size: 16px;
    left: 3px;
    padding: 18px;
    width: 72%;
}
div.information {
		width: 100%;
    padding: 20px;
}
h2.info {
    font-size: 20px;
}
.content_staff_info {
    padding-left: 0;
		width: 100%;
}
.contents_div {
	padding-top: 0;
}
.wrapper {
    padding-bottom: 0;
}
.gallery .item {
    width: 50%;
}
section {
    padding: 0;
}
#gallery {
    text-align: center;
}
.gallery .item img {
	width: 100%;
	/*height: 223px;*/
}
h2.title {
    padding: 5px 20px;
    font-size: 20px;
}
ul.sub {
	opacity: 0;
}
div.menu_list {
    padding-top: 0;
    padding-left: 0;
    display: inline-table;
}
div.menu_list table td.section {
    padding-left: 20px;
}
div.menu_list table td {
    padding: 5 10 5 20;
}
div.menu_list table td.menu_name {
	width:210px;
}
div.menu_list table td.price {
    width: 100px;
}
div.menu_list {
    width: 100%;
    height: 100%;
}
div.recrute_list {
	padding: 5 10 5 20;
}
.guidelines td {
	font-size: 15px;
}
div.recrute_list table td.item {
	padding-left: 0;
	width: 100px;
}
.top_menu_div {
	display: inherit;
	padding-top: 50px;
}
.top_menu_div a {
	text-decoration: none;
}
.top_menu  {
	padding: 10 10 10 20;
  background: #584f42;
  font-size: 22px;
  border: solid 1px;
  color: #FFF;
  border-color: #FFF;
}
#S__top_img {
	height: 460px;
	display: inherit;
}
#top_img {
	display: none;
}
.address_div {
  padding-top: 10px;
}
a.tel {
	text-decoration: none;
  color: #000;
}
.address {
	text-align: center;
  display: none;
}
.address_sp {
  text-align: center;
  display: inherit;
}
.address_sp p {
  padding: 20px;
}
.reservation_tbl td{
  height: 150px;
}
.applicants {
  font-size: 17px;
}
}
