@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%; }

body {
  color: 000;
  font: 13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游ゴシック",YuGothic,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none; }

a {
  color: #fff; }

a:focus {
  outline: none; }

#sp_menu {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 1; }
  #sp_menu .sp_menu_inner {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    overflow: auto;
    padding-top: 20px; }
  #sp_menu #sp_nav li {
    text-align: center;
    line-height: 3;
    font-size: 16px;
    font-size: 1.6rem; }
    #sp_menu #sp_nav li a {
      display: block; }
  #sp_menu #sp_sns {
    margin-top: 20px; }
    #sp_menu #sp_sns ul {
      letter-spacing: -.4em;
      text-align: center; }
      #sp_menu #sp_sns ul li {
        display: inline-block;
        letter-spacing: normal;
        margin-right: 1em; }
        #sp_menu #sp_sns ul li i:before {
          font-size: 24px;
          font-size: 2.4rem; }

.nonews #top {
  margin-bottom: 45px; }

.open_menu header,
.open_menu #wrapper {
  left: 50%; }

#wrapper {
  width: 100%;
  overflow-x: hidden; }

header,
#wrapper {
  -webkit-transition: left 0.15s linear;
  -moz-transition: left 0.15s linear;
  -o-transition: left 0.15s linear;
  -ms-transition: left 0.15s linear;
  transition: left 0.15s linear; }

header {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10; }
  header p#ttl_logo,
  header #block_nav ul,
  header #block_sns {
    display: none; }
  header p#btn_group {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 30px;
    height: 40px;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    transition: top 0.2s ease; }
    header p#btn_group a {
      width: 30px;
      height: 40px;
      line-height: 43px;
      display: block;
      font-size: 26px;
      font-size: 2.6rem;
      color: #fff; }
  header p#btn_menu {
    width: 30px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 0px; }
    header p#btn_menu a {
      width: 30px;
      height: 40px;
      line-height: 44px;
      font-size: 30px;
      font-size: 3rem;
      display: block; }
  header #block_sns {
    display: none; }
  header h1 {
    width: 100%;
    position: relative;
    text-align: center; }

footer {
  width: 100%;
  position: relative;
  background: #434343;
  padding: 40px 0; }
  footer #BAYCREWS_BNR {
    width: 100%;
    margin: auto;
    padding: 0 0 20px 0; }
    footer #BAYCREWS_BNR .bannerList ul {
      width: 60.875%;
      margin: auto; }
      footer #BAYCREWS_BNR .bannerList ul img {
        vertical-align: bottom;
        margin-bottom: 20px; }
  footer nav {
    text-align: center;
    margin-bottom: 30px; }
    footer nav span {
      color: #fff;
      display: block; }
      footer nav span a {
        font-size: 12px;
        font-size: 1.2rem; }
    footer nav span.line {
      display: none; }
  footer p#txt_copyright {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    color: #fff; }
  footer .block_pagetop {
    position: absolute;
    top: -20px;
    right: 20px; }
    footer .block_pagetop a {
      color: #000;
      display: block; }
    footer .block_pagetop i:before {
      font-size: 30px;
      font-size: 3rem;
      display: block; }

#wrapper {
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 0px; }

.block {
  position: relative; }

#top {
  margin-top: 40px;
  width: 100%;
  height: 360px;
  position: relative; }
  #top #block_kv {
    width: 100%;
    position: relative; }
    #top #block_kv .block_slideshow {
      width: 100%;
      position: relative;
      height: 360px;
      overflow: hidden; }
    #top #block_kv ul.slideshow_inner {
      width: 100%;
      height: 360px;
      position: relative; }
      #top #block_kv ul.slideshow_inner li {
        width: 100%;
        height: 360px;
        text-indent: -10000px;
        position: absolute;
        top: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
  #top p#btn_scroll {
    display: none; }
  #top h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10; }
  #top #nav_kv_wrap {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 7; }
  #top ul#nav_kv {
    letter-spacing: -.4em;
    text-align: center; }
    #top ul#nav_kv li {
      display: inline-block;
      letter-spacing: normal;
      width: 16px;
      height: 16px;
      margin-right: 20px;
      text-indent: -10000px; }
      #top ul#nav_kv li a {
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        display: block;
        text-indent: -10000px;
        font-size: 0px; }
      #top ul#nav_kv li a.active {
        background: #000; }
    #top ul#nav_kv li:last-child {
      margin-right: 0px; }

.block_slideshow.active ul {
  position: relative; }
  .block_slideshow.active ul li {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    background-size: cover;
    background-position: center center; }

#block_kv.active0 ul li.slide0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 5; }

#block_kv.active1 ul li.slide1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 5; }

#block_kv.active2 ul li.slide2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 5; }

#block_kv.active3 ul li.slide3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 5; }

#block_kv.active4 ul li.slide4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 5; }

#block_kv.active5 ul li.slide5 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 5; }

#block_kv.active6 ul li.slide6 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 5 !important; }

.block_slideshow.transition li {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.block_slideshow ul {
  position: relative; }
  .block_slideshow ul li {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    background-size: cover;
    background-position: center center; }

img {
  width: 100%; }

ul, li {
  list-style: none;
  text-indent: 0px;
  padding: 0px; }

.block .block_ttl {
  width: 100%;
  height: 225px;
  position: relative; }
  .block .block_ttl .block_ttl_img {
    width: 100%;
    height: 225px;
    position: relative;
    overflow: hidden; }
    .block .block_ttl .block_ttl_img p#bg_about,
    .block .block_ttl .block_ttl_img p#bg_menu {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      background-repeat: no-repeat;
      background-size: cover; }
  .block .block_ttl h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    color: #fff;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1; }

.block .block_menu {
  width: 100%;
  margin-top: 45px; }
  .block .block_menu p.img_menu {
    width: 56.125%;
    margin: auto; }
  .block .block_menu dl {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 16px; }
    .block .block_menu dl dt {
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      margin-top: -5px;
      margin-top: -0.5rem;
      margin-bottom: 10px; }
    .block .block_menu dl dd {
      font-size: 12px;
      font-size: 1.2rem; }
  .block .block_menu ul {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    text-align: center; }
    .block .block_menu ul li {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 16px;
      line-height: 1.6rem;
      margin-top: -2.5px;
      margin-top: -0.25rem;
      margin-bottom: .5em; }
    .block .block_menu ul li.note {
      font-size: 10px;
      font-size: 1rem; }
    .block .block_menu ul li.red {
      color: #ff0000; }

.block .block_reserve {
  margin-top: 30px; }
  .block .block_reserve p {
    width: 90.325%;
    margin: auto;
    text-align: center; }
  .block .block_reserve p a {
    padding: 0 24px;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-weight: bold; }
    .block .block_reserve p a img {
      width: 12px;
      vertical-align: middle;
      margin-right: 4px;
      position: relative;
      top: -1px; }

#news {
  width: 100%;
  margin-top: 20px; }
  #news .block_inner {
    width: 90.625%;
    margin: auto; }
  #news .news_inner {
    width: 100%;
    letter-spacing: -.4em; }
    #news .news_inner a {
      width: 48%;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      margin-bottom: 4%; }
      #news .news_inner a .img_news {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px; }
      #news .news_inner a .newsimg {
        width: 100%;
        height: 0px;
        padding-bottom: 63%;
        display: block;
        text-indent: -10000px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #news .news_inner a .newsimg {
        background-image: url(/images/img_noimg.jpg);
        background-repeat: no-repeat;
        background-position: center; }
      #news .news_inner a .date_news {
        padding: 0 5px;
        height: 18px;
        font-weight: bold;
        line-height: 18px;
        position: absolute;
        background: #000;
        color: #fff;
        top: 0px;
        left: 0px;
        font-size: 10px;
        font-size: 1rem; }
      #news .news_inner a .category_news {
        display: none; }
      #news .news_inner a dl dt {
        font-size: 10px;
        font-size: 1rem;
        line-height: 15px;
        line-height: 1.5rem;
        margin-top: -2.5px;
        margin-top: -0.25rem;
        font-weight: bold;
        color: #000; }
      #news .news_inner a dl dd {
        display: none; }
    #news .news_inner a:nth-child(2n) {
      margin-left: 4%; }
  #news .grid2_1 a {
    margin-left: 0px; }
  #news .grid2_1 a:nth-child(2n) {
    margin-left: 0px; }
  #news .grid2_1 a:first-child {
    width: 100%; }
    #news .grid2_1 a:first-child .newsimg {
      padding-bottom: 34.78%; }
  #news .grid2_1 a:nth-child(2n + 1) {
    margin-left: 4%; }
  #news .grid2_1 a:first-child {
    margin-left: 0px; }
  #news .grid2_2 a {
    margin-left: 0px; }
  #news .grid2_2 a:nth-child(2n) {
    margin-left: 0px; }
  #news .grid2_2 a:first-child,
  #news .grid2_2 a:nth-child(2) {
    width: 100%; }
    #news .grid2_2 a:first-child .newsimg,
    #news .grid2_2 a:nth-child(2) .newsimg {
      padding-bottom: 34.78%; }
  #news .grid2_2 a:nth-child(2n + 2) {
    margin-left: 4%; }
  #news .grid2_2 a:nth-child(2),
  #news .grid2_2 a:first-child {
    margin-left: 0px; }

#insta {
  width: 100%; }
  #insta ul {
    width: 92.18%;
    margin: auto;
    padding: 30px 0 50px 0;
    letter-spacing: -.4em;
    max-width: 1200px; }
    #insta ul li {
      display: inline-block;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 1.7%;
      letter-spacing: normal; }
    #insta ul img {
      vertical-align: bottom; }
    #insta ul li:nth-child(2n) {
      margin-right: 0px; }

#about .about_content .about_content_inner {
  padding: 60px 0;
  text-align: center;
  width: 90.325%;
  max-width: 860px;
  margin: auto; }

#about .about_content h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: -5px;
  margin-top: -0.5rem;
  margin-bottom: 20px; }

#about .about_content h5 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: -6px;
  margin-top: -0.6rem;
  margin-bottom: 20px; }

#about .about_content p.txt_jp,
#about .about_content p.txt_ja,
#about .about_content p.txt_en {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
  margin-top: -5px;
  margin-top: -0.5rem; }

#menu, #lineup {
  padding-bottom: 60px; }
  #menu .menu_header, #lineup .menu_header {
    margin-bottom: 20px; }
    #menu .menu_header ul li, #lineup .menu_header ul li {
      margin-bottom: 2px; }
    #menu .menu_header ul li, #menu .menu_header ul li a, #lineup .menu_header ul li, #lineup .menu_header ul li a {
      width: 100%;
      height: 60px;
      line-height: 60px;
      color: #fff;
      text-align: center; }
    #menu .menu_header ul li a, #lineup .menu_header ul li a {
      background: #000;
      font-size: 14px;
      font-size: 1.4rem;
      display: block; }
      #menu .menu_header ul li a img, #lineup .menu_header ul li a img {
        width: 16px;
        position: relative;
        top: 0px; }
      #menu .menu_header ul li a i:before, #lineup .menu_header ul li a i:before {
        margin-right: .5em; }

@media all and (min-width: 375px) {
  #about .about_content h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin-top: -3.5px;
    margin-top: -0.35rem;
    margin-bottom: 20px;
    font-weight: normal; }
  #about .about_content h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: -4.5px;
    margin-top: -0.45rem;
    margin-bottom: 20px; }
  #about .about_content p.txt_jp,
  #about .about_content p.txt_ja,
  #about .about_content p.txt_en {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: -6px;
    margin-top: -0.6rem;
    margin-bottom: 20px; }
  .block .block_menu dl dt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    margin-bottom: 10px; }
  .block .block_menu dl dd {
    font-size: 14px;
    font-size: 1.4rem; }
  .block .block_menu ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-top: -3px;
    margin-top: -0.3rem;
    margin-bottom: .5em; }
  .block .block_menu ul li.note {
    font-size: 10px;
    font-size: 1rem; } }

/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  header {
    height: 60px; }
    header p#btn_group {
      height: 60px; }
      header p#btn_group a {
        height: 60px;
        line-height: 63px; }
    header p#btn_menu {
      height: 60px; }
      header p#btn_menu a {
        height: 60px;
        line-height: 63px; }
  footer {
    padding: 60px 0; }
    footer #BAYCREWS_BNR {
      width: 100%;
      margin: auto;
      padding: 0 0 20px 0; }
      footer #BAYCREWS_BNR .bannerList ul {
        width: 60.875%;
        margin: auto;
        letter-spacing: -.4em; }
        footer #BAYCREWS_BNR .bannerList ul li {
          display: inline-block;
          width: 48%;
          letter-spacing: normal;
          vertical-align: top; }
        footer #BAYCREWS_BNR .bannerList ul li:nth-child(2n) {
          margin-left: 4%; }
    footer nav span {
      margin-bottom: .5em; }
      footer nav span a {
        font-size: 14px;
        font-size: 1.4rem; }
    footer p#txt_copyright {
      font-size: 12px;
      font-size: 1.2rem; }
    footer .block_pagetop {
      top: -28px;
      right: 20px; }
      footer .block_pagetop i:before {
        font-size: 40px;
        font-size: 4rem; }
  #block_shops a.brand_close {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-size: 2.4rem; }
  #block_shops #shops_inner #col2 a {
    height: 60px; }
  .block {
    position: relative; }
  #sp_menu #sp_nav li {
    font-size: 20px;
    font-size: 2rem; }
  #sp_menu #sp_sns ul li i:before {
    font-size: 30px;
    font-size: 3rem; }
  #top {
    height: 522px; }
    #top #block_kv .block_slideshow {
      height: 522px; }
    #top #block_kv ul.slideshow_inner {
      height: 522px; }
      #top #block_kv ul.slideshow_inner li {
        height: 522px; }
  ul, li {
    list-style: none;
    text-indent: 0px;
    padding: 0px; }
  #news .news_inner a dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-top: -3px;
    margin-top: -0.3rem; }
  #insta {
    min-height: 432px; }
    #insta ul li {
      width: 23.72%;
      margin-right: 1.7%;
      margin-bottom: 1.7%; }
    #insta ul img {
      vertical-align: bottom; }
    #insta ul li:nth-child(2n) {
      margin-right: 1.7%; }
    #insta ul li:nth-child(4n) {
      margin-right: 0px; }
  .block .block_ttl {
    height: 300px; }
    .block .block_ttl .block_ttl_img {
      height: 300px; }
    .block .block_ttl h3 {
      font-size: 90px;
      font-size: 9rem; }
  .block .menu_content {
    letter-spacing: -.4em;
    padding-top: 45px; }
  .block .block_menu {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    margin-top: 0px;
    vertical-align: top;
    margin-bottom: 45px; }
    .block .block_menu p.img_menu {
      width: 56.125%;
      margin: auto; }
    .block .block_menu dl {
      width: 80%;
      margin: auto;
      text-align: center;
      margin-top: 16px; }
      .block .block_menu dl dt {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        line-height: 3rem;
        margin-top: -5px;
        margin-top: -0.5rem;
        margin-bottom: 10px; }
      .block .block_menu dl dd {
        font-size: 12px;
        font-size: 1.2rem; }
    .block .block_menu ul {
      width: 80%;
      margin: auto;
      margin-top: 20px;
      text-align: center; }
      .block .block_menu ul li {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 16px;
        line-height: 1.6rem;
        margin-top: -2.5px;
        margin-top: -0.25rem;
        margin-bottom: .5em; }
      .block .block_menu ul li.note {
        font-size: 10px;
        font-size: 1rem; }
  .block .block_reserve {
    margin-top: 30px; }
    .block .block_reserve p {
      width: 60.325%; }
    .block .block_reserve p a {
      font-size: 14px;
      font-size: 1.4rem;
      height: 40px;
      line-height: 40px; }
      .block .block_reserve p a img {
        width: 15px;
        margin-right: 8px; }
  #about .about_content .about_content_inner {
    padding: 60px 0;
    text-align: center;
    width: 90.325%;
    margin: auto; }
  #about .about_content h4 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    line-height: 4.8rem;
    margin-top: -6px;
    margin-top: -0.6rem;
    margin-bottom: 20px; }
  #about .about_content h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: -6px;
    margin-top: -0.6rem;
    margin-bottom: 40px; }
  #about .about_content p.txt_jp,
  #about .about_content p.txt_ja,
  #about .about_content p.txt_en {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: -7px;
    margin-top: -0.7rem;
    margin-bottom: 40px; }
  #about .about_content span {
    display: block; } }

/* PC */
@media all and (min-width: 980px) {
  header {
    height: 140px;
    -webkit-transition: height 0.15s linear;
    -moz-transition: height 0.15s linear;
    -o-transition: height 0.15s linear;
    -ms-transition: height 0.15s linear;
    transition: height 0.15s linear; }
    header p#btn_group {
      height: 60px;
      width: 34px;
      right: 20px; }
      header p#btn_group a {
        height: 60px;
        line-height: 63px;
        -webkit-transition: color 0.15s linear;
        -moz-transition: color 0.15s linear;
        -o-transition: color 0.15s linear;
        -ms-transition: color 0.15s linear;
        transition: color 0.15s linear; }
        header p#btn_group a i:before {
          font-size: 34px;
          font-size: 3.4rem; }
    header p#btn_menu {
      display: none; }
    header #block_nav ul,
    header #block_sns {
      display: block; }
    header #block_nav ul {
      text-align: center;
      width: 100%;
      letter-spacing: -.4em; }
      header #block_nav ul li {
        display: inline-block;
        letter-spacing: normal;
        margin-right: 50px; }
        header #block_nav ul li a {
          -webkit-transition: color 0.15s linear;
          -moz-transition: color 0.15s linear;
          -o-transition: color 0.15s linear;
          -ms-transition: color 0.15s linear;
          transition: color 0.15s linear; }
      header #block_nav ul i:before {
        font-size: 10px;
        font-size: 1rem;
        position: relative;
        top: -5px; }
      header #block_nav ul li:last-child {
        margin-right: 0px; }
    header #block_sns {
      position: absolute;
      right: 100px;
      top: 0px; }
      header #block_sns ul {
        letter-spacing: -.4em; }
        header #block_sns ul li, header #block_sns ul li a {
          height: 60px;
          line-height: 60px; }
        header #block_sns ul li {
          letter-spacing: normal;
          display: inline-block;
          margin-right: 30px; }
          header #block_sns ul li i:before {
            font-size: 20px;
            font-size: 2rem; }
        header #block_sns ul li:last-child {
          margin-right: 0px; }
  header.active {
    height: 50px;
    overflow: hidden; }
    header.active h1 {
      display: none; }
    header.active p#ttl_logo {
      display: block; }
    header.active #block_nav ul li {
      line-height: 50px; }
  footer {
    padding: 60px 0 100px 0; }
    footer #BAYCREWS_BNR {
      width: 100%;
      margin: auto;
      padding: 0 0 20px 0; }
      footer #BAYCREWS_BNR .bannerList ul {
        width: 100%;
        text-align: center;
        margin: auto;
        letter-spacing: -.4em; }
        footer #BAYCREWS_BNR .bannerList ul li {
          width: 220px;
          margin-left: 20px; }
        footer #BAYCREWS_BNR .bannerList ul li:nth-child(2n) {
          margin-left: 20px; }
        footer #BAYCREWS_BNR .bannerList ul li:first-child {
          margin-left: 0px; }
    footer nav span {
      display: inline;
      margin-bottom: 0px; }
      footer nav span a {
        font-size: 14px;
        font-size: 1.4rem; }
        footer nav span a:hover {
          text-decoration: underline; }
    footer nav span.line {
      display: inline;
      padding: 0 1em; }
    footer p#txt_copyright {
      font-size: 10px;
      font-size: 1rem; }
    footer .block_pagetop {
      top: -35px;
      right: 20px; }
      footer .block_pagetop i:before {
        font-size: 50px;
        font-size: 5rem;
        -webkit-transition: color 0.15s linear;
        -moz-transition: color 0.15s linear;
        -o-transition: color 0.15s linear;
        -ms-transition: color 0.15s linear;
        transition: color 0.15s linear; }
  .block {
    position: relative; }
  ul, li {
    list-style: none;
    text-indent: 0px;
    padding: 0px; }
  #block_menu_inner {
    width: 94%;
    margin: auto;
    max-width: 1200px; }
  #top {
    margin-top: 140px; }
    #top p#btn_scroll {
      display: block;
      position: absolute;
      bottom: 0px;
      width: 120px;
      left: 50%;
      margin-left: -60px;
      z-index: 10; }
      #top p#btn_scroll img {
        vertical-align: bottom; }
    #top #nav_kv_wrap {
      bottom: 20px;
      right: 20px;
      width: auto;
      z-index: 7; }
    #top ul#nav_kv {
      text-align: right; }
      #top ul#nav_kv li {
        width: 20px;
        height: 20px;
        margin-right: 20px; }
        #top ul#nav_kv li a {
          width: 20px;
          height: 20px; }
      #top ul#nav_kv li:last-child {
        margin-right: 0px; }
  #top {
    height: auto; }
    #top #block_kv .block_slideshow {
      height: 0px;
      padding-bottom: 46.875%; }
    #top #block_kv ul.slideshow_inner {
      height: 0px;
      padding-bottom: 46.875%; }
      #top #block_kv ul.slideshow_inner li {
        height: 0px;
        padding-bottom: 46.875%; }
  #insta ul li a {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    #insta ul li a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
      filter: alpha(opacity=60);
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
  #news {
    width: 100%;
    margin-top: 40px; }
    #news .block_inner {
      width: calc(240px*4);
      margin: auto; }
    #news .news_inner {
      width: 100%;
      letter-spacing: -.4em; }
      #news .news_inner a {
        width: 220px;
        margin-bottom: 4%;
        margin-left: 10px;
        margin-right: 10px; }
        #news .news_inner a .img_news {
          width: 100%;
          overflow: hidden;
          position: relative;
          margin-bottom: 20px; }
        #news .news_inner a .newsimg {
          width: 100%;
          height: 0px;
          padding-bottom: 63%;
          display: block;
          text-indent: -10000px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
        #news .news_inner a .date_news {
          padding: 0 5px;
          height: 18px;
          font-weight: bold;
          line-height: 18px;
          position: absolute;
          background: #000;
          color: #fff;
          top: 0px;
          left: 0px;
          font-size: 10px;
          font-size: 1rem; }
        #news .news_inner a dl dt {
          font-size: 10px;
          font-size: 1rem;
          line-height: 15px;
          line-height: 1.5rem;
          margin-top: -2.5px;
          margin-top: -0.25rem;
          font-weight: bold;
          color: #000; }
        #news .news_inner a dl dd {
          display: none; }
      #news .news_inner a:nth-child(2n) {
        margin-left: 10px; }
    #news .grid2_1 a {
      margin-left: 10px; }
    #news .grid2_1 a:nth-child(2n) {
      margin-left: 10px; }
    #news .grid2_1 a:nth-child(2n + 1) {
      margin-left: 10px; }
    #news .grid2_1 a:first-child {
      width: 460px; }
      #news .grid2_1 a:first-child .newsimg {
        padding-bottom: 30.3%; }
    #news .grid2_1 a:first-child {
      margin-left: 10px; }
    #news .grid2_2 a {
      margin-left: 10px; }
    #news .grid2_2 a:nth-child(2n) {
      margin-left: 10px; }
    #news .grid2_2 a:nth-child(2n + 1) {
      margin-left: 10px; }
    #news .grid2_2 a:nth-child(2),
    #news .grid2_2 a:first-child {
      width: 460px; }
      #news .grid2_2 a:nth-child(2) .newsimg,
      #news .grid2_2 a:first-child .newsimg {
        padding-bottom: 30.3%; }
    #news .grid2_2 a:nth-child(2),
    #news .grid2_2 a:first-child {
      margin-left: 10px; }
  .block .block_ttl {
    height: 450px; }
    .block .block_ttl .block_ttl_img {
      height: 450px; }
    .block .block_ttl p {
      background-position: bottom center; }
    .block .block_ttl h3 {
      font-size: 90px;
      font-size: 9rem;
      text-indent: -10000px;
      display: block; }
  .block .menu_content {
    letter-spacing: -.4em;
    padding-top: 30px; }
  .block .block_menu {
    width: calc((100% - 60px)/3);
    margin-bottom: 45px;
    margin-right: 10px;
    margin-left: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: opacity, margin 0.15s linear;
    -moz-transition: opacity, margin 0.15s linear;
    -o-transition: opacity, margin 0.15s linear;
    -ms-transition: opacity, margin 0.15s linear;
    transition: opacity, margin 0.15s linear; }
    .block .block_menu p.img_menu {
      width: 100%;
      margin: auto; }
    .block .block_menu dl {
      width: 80%;
      margin: auto;
      text-align: center;
      margin-top: 16px; }
      .block .block_menu dl dt {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        line-height: 3rem;
        margin-top: -5px;
        margin-top: -0.5rem;
        margin-bottom: 10px; }
      .block .block_menu dl dd {
        font-size: 12px;
        font-size: 1.2rem; }
    .block .block_menu ul {
      width: 80%;
      margin: auto;
      margin-top: 20px;
      text-align: center; }
      .block .block_menu ul li {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.8rem;
        margin-top: -3px;
        margin-top: -0.3rem;
        margin-bottom: .5em; }
      .block .block_menu ul li.note {
        font-size: 10px;
        font-size: 1rem; }
  .block .block_reserve {
    margin-top: 30px; }
    .block .block_reserve p {
      width: 240px; }
    .block .block_reserve p a {
      font-size: 14px;
      font-size: 1.4rem;
      height: 40px;
      line-height: 40px; }
      .block .block_reserve p a img {
        width: 15px;
        margin-right: 8px; }
  #menu.animate .block_menu, #lineup.animate .block_menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 0px; }
  #menu .menu_header, #lineup .menu_header {
    margin-bottom: 0px;
    margin-top: 30px; }
    #menu .menu_header ul, #lineup .menu_header ul {
      letter-spacing: -.4em;
      margin-left: 10px; }
      #menu .menu_header ul li, #lineup .menu_header ul li {
        margin-bottom: 0px;
        display: inline-block;
        letter-spacing: normal;
        margin-right: 14px; }
      #menu .menu_header ul li, #menu .menu_header ul li a, #lineup .menu_header ul li, #lineup .menu_header ul li a {
        width: auto;
        height: 25px;
        line-height: 27px; }
      #menu .menu_header ul li a, #lineup .menu_header ul li a {
        background: #000;
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        padding: 0 10px;
        -webkit-transition: background 0.15s linear;
        -moz-transition: background 0.15s linear;
        -o-transition: background 0.15s linear;
        -ms-transition: background 0.15s linear;
        transition: background 0.15s linear; }
        #menu .menu_header ul li a img, #lineup .menu_header ul li a img {
          width: 16px;
          position: relative;
          top: 0px; }
        #menu .menu_header ul li a i:before, #lineup .menu_header ul li a i:before {
          margin-right: .5em;
          position: relative;
          top: 1px; }
  #about .about_content {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
    #about .about_content .about_content_inner {
      padding: 60px 0;
      text-align: center;
      width: 90.325%;
      margin: auto; }
    #about .about_content h4 {
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 54px;
      line-height: 5.4rem;
      margin-top: -5px;
      margin-top: -0.5rem;
      margin-bottom: 20px; }
    #about .about_content h5 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      margin-top: -5px;
      margin-top: -0.5rem;
      margin-bottom: 20px; }
    #about .about_content p.txt_jp,
    #about .about_content p.txt_ja,
    #about .about_content p.txt_en {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 28px;
      line-height: 2.8rem;
      margin-top: -7px;
      margin-top: -0.7rem;
      margin-bottom: 40px; }
  #about.animate .about_content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; } }

@media all and (min-width: 1276px) {
  #block_menu_inner {
    width: 1200px;
    margin: auto; }
  .block .block_menu {
    width: 280px;
    margin-bottom: 45px;
    margin-right: 10px;
    margin-left: 10px; }
  #news .block_inner {
    width: calc(240px*5);
    margin: auto; } }

.ie10 header p#btn_menu a i:before, .ie11 header p#btn_menu a i:before {
  line-height: 40px; }

.ie10 header p#btn_group a i:before, .ie11 header p#btn_group a i:before {
  line-height: 40px; }

.ie10 #block_shops a.brand_close i:before, .ie11 #block_shops a.brand_close i:before {
  line-height: 40px; }

/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  .ie10 header p#btn_menu a i:before, .ie11 header p#btn_menu a i:before {
    line-height: 60px; }
  .ie10 header p#btn_group a i:before, .ie11 header p#btn_group a i:before {
    line-height: 60px; }
  .ie10 header #block_sns ul li a i:before, .ie11 header #block_sns ul li a i:before {
    line-height: 60px; }
  .ie10 #block_shops a.brand_close i:before, .ie11 #block_shops a.brand_close i:before {
    line-height: 60px; } }

/* PC */
@media all and (min-width: 980px) {
  .ie10 header p#btn_menu a i:before, .ie11 header p#btn_menu a i:before {
    line-height: 50px; }
  .ie10 header p#btn_group a i:before, .ie11 header p#btn_group a i:before {
    line-height: 50px; }
  .ie10 header #block_sns ul li a i:before, .ie11 header #block_sns ul li a i:before {
    line-height: 50px; }
  .ie10 #block_shops a.brand_close i:before, .ie11 #block_shops a.brand_close i:before {
    line-height: 80px; } }
