@charset "UTF-8";

/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  list-style-type: none;
  font-style: inherit;
  font-weight: normal;
}
html {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-text-size-adjust: 100%;
 }
html, body {
  min-width: 1280px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
  border-style: none;
  width: 100%;
}
a,
button {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.btn {
  transition: 0.5s;
}
.btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -webkit-opacity:0.70;
  opacity:0.70;
}
.pc {
  display:block;
}
.sp {
  display:none;
}

@media screen and (max-width:750px) and (orientation: portrait){
html, body {
  min-width:100%;
}
.pc {
  display:none;
} 
.sp {
  display:block;
}
/*link--------------------------------------------*/
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
}


/* CSS Document */

/* header--------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 20;
	transition: 0.3s;
	height: 100px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header.fixed {
	height: 70px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
header .logo {
	position: fixed;
	left: 50px;
	width: 100px;
  z-index: 20;
}
header .logo a {
	display: block;
	text-align: center;
	font-size: 0;
}
header .logo img {
	width: auto;
	max-height: 76px;
	transition: 0.3s;
	margin: 12px auto;
}
header.fixed .logo img {
	max-height: 47px;
}
header .nav_wrap {
  position: absolute;
  top: 0;
	right: 0;
	font-size: 18px;
	letter-spacing: 0.21em;
	transition: 0.3s;
  display: flex;
}
header.fixed .nav_wrap {
	padding-top: 0;
}
header .nav_wrap ul {
  position: absolute;
	top: 0;
	right: 405px;
  transition: 0.3s;
	display: flex;
  align-items: center;
  height: 100px;
}
header.fixed .nav_wrap ul {
  height: 70px;
}
header .nav_wrap ul li {
	margin: 0 25px;
	cursor: pointer;
	font-weight: 400;
  width: 100%;
}
header .nav_wrap ul li a {
	display: block;
	font-weight: 400;
	transition: 0.2s;
  color: #333;
}
header .nav_wrap ul li a.active {
  color: #c1272d;
}
header .nav_wrap .second {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	left: 0;
	top: 100px;
	text-align: center;
	transition: 0.3s;
	overflow: hidden;
	background: rgba(255,255,255,0.7);
  display:flex;
  justify-content: center;
  height: 50px;
  cursor: auto;
}
header .nav_wrap .second li {
  font-size: 14px;
  letter-spacing: 0.15em;
  margin: 0;
  border-right: solid 1px #ccc;
}
header .nav_wrap .second li a {
  padding: 6px 50px;
}
header .nav_wrap .second li:last-child {
  border-right: none;
}
header .nav_wrap .sp_nav {
  display: none;
}
.menu header .nav_wrap .sp_nav {
    display: block;
  }
header.fixed .nav_wrap .second {
  height: 40px;
	top: 70px;
}
header .reserve {
	line-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
header .reserve a {
	display: flex;
  justify-content: center;
  align-items: center;
	transition: 0.3s;
	height: 100px;
  width: 270px;
  color: #fff;
  background: #f0d2b4;
}
header.fixed .reserve a {
	height: 70px;
}
header .sns {
  transition: 0.3s;
  display: flex;
  height: 100px;
  position: absolute;
	top: 0;
	right: 305px;
	align-items: center;
}
header.fixed .sns {
  height: 70px;
}
header .sns div {
  width: 28px;
	text-align: center;
	margin: 0 8px;
}

@media screen and (max-width:750px) and (orientation: portrait){
  header {
    min-width: 100%;
    height: 80px;
  }
  header.fixed {
    height: 80px;
  }
  header .logo {
    left: 10px;
  }
  header .logo img {
    max-height: 56px;
  }
  header.fixed .logo img {
    max-height: 56px;
  }
  header .nav_wrap {
    display: block;
    font-size: 19px;
  }
  header.fixed .nav_wrap {
    padding-top: 0;
  }
  header #nav-content {
    padding: 130px 13% 0;
    width: 74%;
  }
  header .nav_wrap ul {
    position: static;
    display: block;
    height: auto;
    width: 100%;
  }
  header.fixed .nav_wrap ul {
    height: auto;
  }
  header .nav_wrap ul li {
    margin: 0;
    border-bottom: solid 1px #333;
  }
  header .nav_wrap ul li:last-child {
    border-bottom: none;
  }
  header .nav_wrap ul li.flex {
    display: flex;
  }
  header .nav_wrap ul li.flex .sp_nav {
    width: 60%;
  }
  header .nav_wrap .sp_nav {
    display: block;
  }
  header .nav_wrap ul li a {
    padding: 20px 0 18px;
  }
  header .nav_wrap .second {
    position: static;
    width: 100%;
    min-width: 100%;
    text-align: left;
    background: inherit;
    display:block;
    height: auto;
  }
  header .nav_wrap ul li.flex a {
    width: 40%;
  }
  header .nav_wrap .second li {
    display: block;
    font-size: 15px;
    border-right: none;
  }
  header .nav_wrap ul li.flex .second li a {
    padding: 22px 10px 20px;
    width: 100%;
  }
  header .nav_wrap .second li:last-child {
    border-right: none;
  }
  header.fixed .nav_wrap .second {
    height: 40px;
    top: 70px;
  }
  header .reserve {
    margin-top: 35px;
    position: static;
  }
  header .reserve a {
    height: 60px;
    width: auto;
    font-size: 17px;
  }
  header .sns {
    position: static;
    height: auto;
    margin-right: 0;
    justify-content: center;
    margin-top: 35px;
  }
  header .sns div {
    width: 32px;
    margin: 0 12px;
  }
}

/* nav--------------------------------------------------------- */

.nav-unshown {
  display: none;
}

@media screen and (max-width:750px) and (orientation: portrait){
  #nav-drawer {
    position: relative;
  }
  .nav-unshown {
    display: none;
  }
  #nav-open {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    top: 27px;
    right: 27px;
    position: absolute;
    z-index: 20;
  }
  #nav-open span, #nav-open span:before {
    position: absolute;
    height: 2px;
    width: 36px;
    background: #333;
    display: block;
    content: '';
    cursor: pointer;
    z-index: 20;
    transition: .3s ease-in-out;
  }
  #nav-open span {
    top: 6px;
  }
  #nav-open span:before {
    top: 12px;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #nav-input:checked ~ #nav-open span {
    transform: rotate(45deg);
    top: 12px;
    left: 0;
  }
  #nav-input:checked ~ #nav-open span:before {
    transform: rotate(-90deg);
    top: 0;
    left: 0;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* contents--------------------------------------------------------- */
.inv {
	opacity: 0;
	transform: translate(0,20%);
	transition: 1s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0,0);
}
section .box {
  margin-bottom: 60px;
}
#contents section:last-of-type > .sec_inr .box:last-of-type {
  margin-bottom: 0;
}
section .box .menu:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
section .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
section .flex .box {
  width: 470px;
}
section .menu {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  letter-spacing: 0.11em;
  align-items: center;
}
section .menu.top {
  padding-top: 0;
}
section .menu.no-bd {
  border-bottom: none;
}
section .menu.on-bd {
  border-bottom: dotted 1px #333 !important;
}
section .menu.multi {
  padding-top: 16px;
}
section .menu .name {
  font-size: 16px;
  line-height: 1.3;
}
section .menu .title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}
section .menu.multi .name {
  line-height: 1.8;
}
section .menu .name.dot:before {
  content: "・";
}
section .menu .price {

  font-size: 23px;
  text-align: right;
}

section .menu.multi .price {
  line-height: 1.8;
}
section .menu .price span {
  font-size: 14px;
}
section ul.detail {
   margin-top: 20px; 
}
section ul.detail ~ .cap {
  font-size: 16px;
}
section ul.detail li:before {
  content: "・";
}
section ul.detail li {
  padding-left:1em;
  text-indent:-1em;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: left;
}
section ul.detail.large li {
  font-size: 21px;
  line-height: 2.2;
}
section .sec_inr {
  width: 1000px;
  margin: 0 auto;
}
#contents main {
	height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents main h1 {
  padding-top: 110px;
  width: 540px;
}
.top #contents main {
	height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top #contents main h1 {
  padding-top: 50px;
  width: 330px;
}
section h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0.2em;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 28px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 60px;
}
.top section h2 {
  font-size: 34px;
  padding-top: 0;
  border-top: none;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
section {
  padding: 80px 0 0;
}
#sec01 {
  padding: 140px 0 0;
}
.top #sec01 {
  background: url("../images/bg_01.jpg") repeat center top;
  padding: 120px 0 50px;
}
.top #sec01 img {
  width: 550px;
  margin: 0 auto;
}
.top #sec02 {
  background: url("../images/bg_01.jpg") repeat center top;
}
.top #sec02 div {
  height: 400px;
  background: url("../images/top_img01.jpg") no-repeat center center;
  background-size: cover;
}
.top #sec03 {
  padding: 150px 0 0;
  background: #fff
}
.top #sec04 {
/*  padding: 150px 0 0  0;*/
   background: #fff
}
.top #sec04 .flex {
  display: flex;
  justify-content: space-between;
}
.top #sec04 .flex a {
  width: 475px;
  margin-bottom: 50px;
}
.menu-lunch main {
  background: url("../menu/images/lunch_main_pc.jpg") no-repeat center bottom;
  background-size: cover;
}
.menu-dinner main {
  background: url("../menu/images/dinner_main_pc.jpg") no-repeat center bottom;
  background-size: cover;
}
.menu-drink main {
  background: url("../menu/images/drink_main_pc.jpg") no-repeat center bottom;
  background-size: cover;
}
.takeout main {
  background: url("../takeout/images/takeout_main_pc.jpg") no-repeat center bottom;
  background-size: cover;
}
.about main {
  background: url("../about/images/about_main_pc.jpg") no-repeat center bottom;
  background-size: cover;
}
.recruit main {
  background: url("../recruit/images/recruit_main_pc.jpg") no-repeat center bottom;
  background-size: cover;
}
.bg_img {
  width: 1000px;
  height: 300px;
  margin-bottom: 60px;
}
.bg_img-menu {
  margin-bottom: 0;
}
.menu-dinner .bg_img01 {
  background: url("../menu/images/dinner_bg01.jpg") no-repeat center center;
  background-size: cover;
}
.menu-dinner .bg_img02 {
  background: url("../menu/images/dinner_bg02.jpg") no-repeat center center;
  background-size: cover;
}
.menu-dinner .bg_img03 {
  background: url("../menu/images/dinner_bg03.jpg") no-repeat center center;
  background-size: cover;
}
.menu-dinner .bg_img04 {
  background: url("../menu/images/dinner_bg04.jpg") no-repeat center center;
  background-size: cover;
}
.menu-dinner .bg_img05 {
  background: url("../menu/images/dinner_bg05.jpg") no-repeat center center;
  background-size: cover;
}
.takeout .bg_img01 {
  background: url("../takeout/images/takeout_bg01.jpg") no-repeat center center;
  background-size: cover;
}
.shadow {
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.osusume {
  margin-top: 60px;
}
.osusume h3 {
  height: 80px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  background: #f0d2b4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.osusume .tsuika {
  padding: 40px 60px 50px;
}
.osusume .tsuika div:last-child {
  border-bottom: none;
}
.waku {
  padding: 30px 50px 0;
  margin-bottom: 140px;
}
.waku h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}
.waku .flex .box {
  width: 430px;
  margin-bottom: 30px;
}
.waku .menu {
  padding: 15px 0 0;
}
.waku .menu .name {
  padding: 0 30px;
  width: 100%;
}
.waku2 {
  margin-top: 25px;
  border-left: solid 10px #333;
  border-right: solid 10px #333;
  position: relative;
  padding: 5px 30px;
}
.waku2:before {
  content: "";
  position: absolute;
  width: 9px;
  top: 1px;
  left: -9px;
  bottom: 1px;
  background: #fff;
}
.waku2:after {
  content: "";
  position: absolute;
  width: 9px;
  top: 1px;
  right: -9px;
  bottom: 1px;
  background: #fff;
}
.waku2 p {
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
.alert {
  color: #c1272d;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
.copy {
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.2em;
  padding-left: 70px;
  padding-bottom: 40px;
}
#scroll {
  position: fixed;
  width: 60px;
  height: 60px;
  opacity: 0.5;
  bottom: 30px;
  right: 30px;
  display: none;
  border-radius: 50%;
  z-index: 10;
  background: #999 url("../images/arw_top.png") no-repeat center center;
  background-size: 16px auto;
}

@media screen and (max-width:750px) and (orientation: portrait){
  section {
    padding: 40px 0 0;
  }
  #sec01 {
    padding: 80px 0 0;
  }
  section .box {
    margin-bottom: 40px;
  }
  section .flex .box {
    width: 100%;
  }
  section .menu {
    padding: 18px 0;
    letter-spacing: 0.08em;
  }
  section .menu .name {
    font-size: 16px;
    padding-right: 10px;
  }
  section .menu .name.dot {
    padding-left:1em;
    text-indent:-1em;
  }
  section .menu .price {
    font-size: 17px;
    line-height: 1.3;
    white-space: nowrap;
  }
  section .menu .price span {
    font-size: 11px;
  }
  section ul.detail {
     margin-top: 16px; 
  }
  section ul.detail ~ .cap {
    font-size: 13px;
  }
  section ul.detail li {
    font-size: 13px;
    margin-bottom: 4px;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  section ul.detail.large li {
    font-size: 16px;
    line-height: 1.8;
  }
  section .sec_inr {
    width: 84%;
    margin: 0 auto;
  }
  #contents main h1 {
    padding-top: 100px;
  }
  .top #contents main h1 {
    width: 250px;
  }
  section h2 {
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  section h2 span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .top section h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #333;
    letter-spacing: 0.22em;
    font-weight: normal;
    padding-bottom: 30px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 30px;
  }
  .top #sec01 {
    padding: 40px 0 40px;
  }
  .top #sec01 img {
    width: 100%;
    margin: 0 auto;
  }
  .top #sec02 {
    padding: 0;
  }
  .top #sec02 div {
    height: 205px;
    background-size: cover;
  }
  .top #sec03 {
    padding: 100px 0 0;
    background: #fff
  }
  .top #sec04 {
    padding: 100px 0 0;
     background: #fff
  }
  .top #sec04 .flex {
    display: block;
  }
  .top #sec04 .flex a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .menu-lunch main {
    background: url("../menu/images/lunch_main_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .menu-dinner main {
    background: url("../menu/images/dinner_main_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .menu-drink main {
    background: url("../menu/images/drink_main_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .takeout main {
    background: url("../takeout/images/takeout_main_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .about main {
    background: url("../about/images/about_main_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .recruit main {
    background: url("../recruit/images/recruit_main_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .bg_img {
    width: 100%;
    height: 230px;
    margin-bottom: 40px;
    background-size: auto 115%;
  }
  .bg_img-menu {
    margin-bottom: 0;
  }
  .osusume {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .osusume h3 {
    height: 60px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
    background: #f0d2b4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .osusume .tsuika {
    padding: 3% 5%;
  }
  .osusume .tsuika .menu .name {
    font-size: 15px;
  }
  .osusume .tsuika .menu .name.dot:before {
    content: "・";
  }
  .osusume .tsuika .menu .price {
    font-size: 16px;
  }
  .osusume .tsuika .menu .price span {
    font-size: 11px;
  }
  .waku {
    padding: 20px 5% 0;
    margin-bottom: 80px;
  }
  .waku h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .waku .flex .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .waku .menu {
    padding: 10px 0 0;
  }
  .waku .menu .name {
    padding: 0 5%;
  }
  .waku2 {
    margin-top: 15px;
    border-left: solid 10px #333;
    border-right: solid 10px #333;
    position: relative;
    padding: 5px 20px;
  }
  .waku2:before {
    content: "";
    position: absolute;
    width: 9px;
    top: 1px;
    left: -9px;
    bottom: 1px;
    background: #fff;
  }
  .waku2:after {
    content: "";
    position: absolute;
    width: 9px;
    top: 1px;
    right: -9px;
    bottom: 1px;
    background: #fff;
  }
  .waku2 p {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
  .alert {
    font-size: 16px;
    text-align: center;
  }
  .copy {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.15em;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

/* footer--------------------------------------------------------- */
footer {
/*  padding-top: 300px;*/
  letter-spacing: 0.1em;
  font-size: 14px;
  background: #fff;
}
footer .reservation {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  background: url("../images/top_img02.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 37px 0 50px;
}
footer .reservation p {
  font-size: 66px;
   letter-spacing: 0.09em;
}
footer .reservation p span {
  font-size: 32px;
  letter-spacing: 0.08em;
}
footer .reservation p.cap {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
footer .reservation p a {
  color: #fff;
}
footer .footer_inr {
  display: flex;
  flex-direction:row-reverse;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 0 50px;
}
footer .left {
  padding-right: 60px;
}
footer .mid {
  line-height: 1.9;
  padding-left: 60px;
  padding-right: 60px;
  border-left: solid 1px #ccc;
}
footer .logo {
  width: 94px;
  margin: 50px auto 40px;
}
footer small {
  font-size: 12px;
}
footer .flex {
  display: flex;
}
footer .time {
  padding-right: 55px;
}
footer .sns {
  display: flex;
  padding-top: 180px;
}
footer .sns div {
  width: 34px;
	text-align: center;
	margin: 0 8px;
}
footer address a {
  color: #333;
}
footer iframe {
  margin-bottom: -2px;
}
footer .cap {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width:750px) and (orientation: portrait){
  footer {
    padding-top: 100px;
    font-size: 14px;
  }
  footer .reservation p {
    font-size: 46px;
    letter-spacing: 0.05em;
  }
  footer .reservation p span {
    font-size: 26px;
  }
  footer .reservation p.cap {
    margin-top: 15px;
    font-size: 14px;
  }
  footer .footer_inr {
    display: block;
    margin: 0 auto;
    padding: 80px 0 60px;
  }
  footer .left {
    padding-right: 0;
  }
  footer .mid {
    width: 84%;
    margin: 0 auto;
    line-height: 1.8;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
  footer .logo {
    width: 84px;
    margin: 100px auto 30px;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  footer .flex {
    display: block;
  }
  footer .time {
    padding-right: 0;
  }
  footer .sns {
    display: flex;
    justify-content: center;
    padding-top: 0;
    margin-bottom: 60px;
  }
  footer .sns div {
    width: 34px;
    text-align: center;
    margin: 0 8px;
  }
}
.logo-text {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100px;
	font-size:35px;
	letter-spacing:5px;
	width:200px;
}
@media screen and (max-width:750px)
			and (orientation:portrait) {
	.logo-text {
	height:80px;
}
header .nav_wrap
			ul li.flex a {
	width:100%;
}
}header .nav_wrap ul li {
	width:100%;
	text-align:center;
}
.logo-text {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100px;
	*/ font-size:35px;
	letter-spacing:5px;
}
header .nav_wrap ul li {
	width:100px;
	text-align:center;
}
@media screen and (max-width:750px) and (orientation:portrait) {
	.logo-text {
	height:80px;
}
header .nav_wrap ul li.flex a {
	width:100%;
}
header .nav_wrap ul li {
	width:100%;
	text-align:center;
}
}.page-banner {
	background-image:url(./images/recruit_main_pc.jpg);
	height:300px;
	padding:150px
			0 50px 0;
	text-align:center;
}
.top #contents main {
	height:900px;
	display:flex;
	justify-content:center;
	align-items:center;
}
@media screen and
			(max-width:750px) and (orientation:portrait) {
	.page-banner {
	height:300px;
	padding:80px 0 20px 0;
	text-align:center;
}
.top #contents main {
	height:600px;
	display:flex;
	justify-content:center;
	align-items:center;
}
}.title {
	position:relative;
	z-index:1;
}
.title::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-1px;
	width:100%;
	border-bottom:10px
			solid #f0d2b4;
	z-index:-1;
}
.top-title {
	color:#fff;
	letter-spacing:10px;
	text-shadow:3px 3px 5px rgba(0,0,0,0.9);
}
table {
	width:80%;
	border-collapse:collapse;
	table-layout:fixed;
}
td {
	border:1px solid #ddd;
	padding:8px;
	text-align:left;
	line-height:1.8;
	padding:20px
			15px;
}
td.label {
	width:15%;
	background-color:#f4f4f4;
	font-weight:bold;
	padding:20px 15px;
}
@media (max-width:600px) {
	table {
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
}
td {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:20px 15px;
	font-size:16px;
}
td.label {
	width:100%;
	border-bottom:none;
}
}.footer_inr {
	padding:40px
			0;
}
.copyright {
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background:#fff;
	text-align:center;
	font-size:14px;
}
.footer-logo {
	font-size:20px;
	width:200px!important;
	text-align:center!important;
}
.footer-text {
	font-size:50px;
}
.btn-yoyaku {
	color:#000!important;
}
.menu {
	border-bottom:dotted 1px #333;
}
.calorie {
	padding:10px 20px;
	font-size:14px;
}
.logo-text {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100px;
	font-size:35px;
	letter-spacing:5px;
}
@media screen and (max-width:750px) and (orientation:portrait) {
	.logo-text {
	height:80px;
}
header .nav_wrap ul li {
	text-align:center;
}

}
.vertical-text {
	writing-mode:vertical-rl;
	text-align:justify;
	line-height:2;
	font-size:20px;
	color:#333;
	padding:18px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:450px;
	letter-spacing:5px;
	line-height:4;
}
.mobile-des {
	display:none;
}
@media screen and (max-width:750px) and (orientation:portrait) {
	.mobile-des {
	display:block;
}
.pc-des {
	display:none;
}
}.flex {
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background:#fff;
	text-align:center;
	font-size:14px;
}
.shop-subtitle {
	display:flex;
	justify-content:center;
	align-items:center;
	height:40px;
	font-size:35px;
	padding-top:40px;
	letter-spacing:5px;
	background:#f0d2b4;
}
.shop-title {
	padding-bottom:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	height:90px;
	font-size:70px;
	letter-spacing:10px;
	background:#f0d2b4;
}
@media screen and (max-width:750px)
			and (orientation:portrait) {
	.shop-subtitle {
	font-size:24px;
}
}.logo-slogan {
	animation:backgroundChange 20s infinite;
	background-size:cover;
}
.menu-top{
	padding-bottom:80px
}
.menu-top-title{
	background: #f0d2b4;margin: 0;padding: 15px;font-size: 24px;text-align: center;
}
.page-banner-menu{
    height: 300px!important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.mid{
    text-align: left!important;
}
.time{
    text-align: left!important;
}