@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/*destyle.css end*/

/*style.css*/

:root{
  --font-family01: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --font-family02:'Source Sans Pro',sans-serif;
  --color-white:#fff;
  --color-black:#000;
  --color-brown:#895f00;
  --color-red:#C40101;
  --color-orange:#EB6D00;
  --color-ocher:#BAA501;
  --color-blue:#388B96;
}

body{
  font-family: var(--font-family01);
  background-color: var(--color-black);
  color: var(--color-white);
}

img{
  max-width: 100%;
  height: auto;
}

iframe{
  width: 100%;
}

table{
  width: 100%;
}

main .inner{
  padding: 64px 20px;
}

a{
  display: block;
  cursor: pointer;
}

main a:hover{
  opacity: .6;
  transition: all .3s ease;
}

a.st1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 56px;
  margin: 0 auto;
  border: 1px solid var(--color-white);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}

a.st1 .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.caution{
  color:#f3a428;
}

.m20t{
  margin-top: 20px;
}

.w100{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.premium_gb{
  margin-top: 64px;
}

@media screen and (max-width: 1023px) {
  .pc{
    display: none!important;
  }

  .sp{
    display: block;
  }

  .premium_gb img{
    width: 85%;
  }
}

@media screen and (min-width: 1024px) {
  .pc{
    display: block;
  }

  .sp{
    display: none!important;
  }
}
.main_ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: var(--color-brown);
  line-height: 1;
}

.sub_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: normal;
  font-size: 20px;
  margin-top: 5px;
  color: var(--color-brown);
}

.desc{
  text-align: center;
  margin: 40px auto;
  line-height: 28px;
  font-size: 16px;
}

header .content{
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  background-color: var(--color-black);
  z-index: 100;
}

header .inner{
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 25px 0 15px;
}

header .ct01{
  width: 15%;
  /* background-color: antiquewhite; */
}

header .ct02{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  /* background-color: aquamarine; */
}

header .ct02 .list{
  display: flex;
  justify-content: right;
  width: 100%;
}

header .ct03{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
  /* background-color: aqua; */
}

header .hb_menu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 64%;
  height: 20px;
  z-index: 55;
}

header .hb_menu .line{
  display: inline-block;
  border: 1px solid var(--color-white);
  transition: all .5s;
}

header .list .it{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24%;
  height: 40px;
  font-size: 10px;
  font-weight: bold;
  color: var(--color-brown);
  margin-right: 10px;
}

header .list .it:last-child {
  margin-right: 0;
}

header .nav_sp{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-brown);
  z-index: 50;
}

header .list .it a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .list .it a img {
  margin-bottom: 5px;
}

header .hb_menu.active{
  height: 40px;
}

header .hb_menu.active .line:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
}

header .hb_menu.active .line:nth-of-type(2) {
  opacity: 0;
}

header .hb_menu.active .line:nth-of-type(3) {
  top: 0;
  -webkit-transform: translateY(-18px) rotate(-45deg);
  transform: translateY(-18px) rotate(-45deg);
}

header .nav_sp .list{
  padding-top: 90px;
  padding-left: 10%;
}

header .nav_sp .list li{
  margin-bottom: 27px;
}

header .nav_sp .nav_ttl{
  font-size: 24px;
  font-weight: bold;
}

header .nav_sp .nav_sub_ttl{
  font-size: 10px;
}

header .nav_sp::before{
  position: absolute;
  content: '';
  top: 50vh;
  right: 5%;
  width: 172px;
  height: 242px;
  background: url(/images/bar/gamran/ginza/nav_menu_logo.svg) no-repeat;
  z-index: 55;
}

#mv .content{
  position: relative;
  height: 80vh;
  overflow: hidden;
}

#mv .inner{
  padding: 0;
  height: 100%;
}

#mv .ct01 img{
  width: 100%;
  filter: brightness(.5);
}

#mv .ct02{
  position: absolute;
  left: 0;
  bottom: 35px;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

#mv .ct03{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#mv .ct03 img{
  width: 170px;
  height: 238px;
}

#mv .mv_ttl{
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 20px;
}

.breadcrumbs_info .inner{
  padding: 20px 10px 10px;
}

.concept .inner{
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.concept .desc{
  margin-bottom: 0;
}

.concept .main_ttl{
  position: relative;
  color: var(--color-white);
}

.concept .main_ttl::before{
  position: absolute;
  content: 'CONCEPT';
  top: calc(-50% - 14px);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 88px;
  color: #707070;
  opacity: .2;
  z-index: -3;
}

.concept .inner::before{
  position: absolute;
  content: '';
  top: 140px;
  left: 0;
  width: 12%;
  height: 100%;
  background: url(/images/bar/bg_darts_left.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}

.concept .inner::after{
  position: absolute;
  content: '';
  top: 70px;
  right: 0;
  width: 12%;
  height: 100%;
  background: url(/images/bar/bg_darts_right.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}

#business_hours .inner{
  padding: 64px 20px 0;
}

#business_hours .bizhour{
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

#business_hours .fx{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 235px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 60px;
}

#business_hours a.st1{
  margin-top: 20px;
}

#business_hours .topics{
  margin: 64px 0 0;
  padding: 60px 0;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

#business_hours .topics h2 {
  font-size: 24px !important;
  margin-bottom: 16px !important;
  color: var(--color-orange) !important;
}

#business_hours .topics h2 span {
  font-size: 20px !important;
  color: #fff !important;
}

#business_hours .topics h3 {
  font-size: 20px !important;
  margin-bottom: 16px !important;
}

#business_hours .topics p span {
  font-size: 16px !important;
  color: #fff !important;
}

#business_hours .topics p a {
  color: #ff6600;
  font-weight: bold;
}

#business_hours .topics p a span strong {
  color: #ff6600;
  font-weight: bold;
}

.appealing_point{
  margin-top: 40px;
  max-width: 450px;
  margin: 0 auto;
}

.appealing_point:not(:last-of-type){
  margin-bottom: 60px;
}

.appealing_ttl{
  font-weight: bold;
  text-align: center;
}

.appealing_desc{
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 10px;
}

.appealing_annotation{
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 20px;
  color: #FFD800 !important;
  font-weight: bold;
}

.appealing_img{
  max-width: 360px;
  margin: 0 auto;
}

.appealing_link{
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 36px;
  margin: 0 auto;
  border: 1px solid var(--color-white);
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}

.nav .list li .nav_ttl{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


.nav .list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  place-items: center;
  max-width: 340px;
  margin: 0 auto;

}

.nav .list li{
  font-weight: bold;
  text-align: center;
  background: var(--color-brown);
  position: relative;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.nav .list li .nav_ttl{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
}

.nav .list li#nav_info::before {
  width: 70%;
  height: 70%;
  background: url(/images/bar/ico_nav_time.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_price::before {
  width: 80%;
  height: 80%;
  background: url(/images/bar/ico_nav_price.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_watch::before {
  width: 75%;
  height: 65%;
  background: url(/images/bar/ico_nav_tv.svg) no-repeat;
  background-size: contain;
  opacity: 0.2;
}

.nav .list li#nav_menu::before {
  width: 80%;
  height: 58%;
  background: url(/images/bar/ico_nav_food.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_floor::before {
  width: 80%;
  height: 58%;
  background: url(/images/bar/ico_nav_shop.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_access::before {
  width: 51%;
  height: 68%;
  background: url(/images/bar/ico_nav_access.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.feature .inner{
  padding-left: 0;
  padding-right: 0;
}

.feature .list{
  overflow: hidden;
  padding-bottom: 10%;
}

.feature .it{
  width: 115%;
}

.feature .it img{
  position: relative;
  z-index: -1;
}

.feature .it:nth-of-type(2n+1){
  display: grid;
  transform: rotate(-10deg);
  margin-left: -25px;
  margin-right: 0;
}

.feature .it:nth-of-type(2n){
  display: grid;
  transform: rotate(10deg);
  margin-left: -28px;

}

.feature .it:nth-of-type(2n+1) .it_desc{
  margin-right: 25px;
}

.feature .it:nth-of-type(2n) .it_desc{
  margin-left: 28px;
}

.feature .it01{
  grid-template-columns: 1fr 2fr;
}

.feature .it02,
.feature .it03{
  grid-template-columns: 1fr 1fr;
}

.feature .it:nth-of-type(2n) img{
  display: grid;
  order: 2;
}

.feature .it:nth-of-type(2n) .it_ttl{
  display: grid;
  order: 1;
  width: 100%;
  justify-content: flex-end;
}

.feature .it:nth-of-type(2n) .it_desc{
  order: 3;
}

.feature .it_ttl{
  position: relative;
  z-index: -2;
  align-self: flex-end;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.feature .it_desc{
  display: grid;
  place-items: center;
  grid-column: 1 / 3;
  height: 90px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  background: var(--color-brown);
}

.feature .it01 img{
  transform: rotate(10deg);
  margin-left: 28px;
  margin-bottom: -30px;
  z-index: -2;
}

.feature .it02 img{
  width: 85%;
  transform: rotate(-10deg);
  margin-right: 28px;
  margin-bottom: -26px;
}

.feature .it03{
  grid-template-columns: 1fr 2fr;
}

.feature .it03 img{
  object-fit: contain;
  transform: rotate(10deg);
  margin-left: 28px;
  margin-bottom: -30px;
}


.feature .it01 .it_ttl::before{
  position: absolute;
  content: 'DARTS';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 74px;
  color: #707070;
  letter-spacing: 5px;
  margin-bottom: 18px;
  opacity: .4;
  z-index: -3;
}

.feature .it02 .it_ttl::before{
  position: absolute;
  content: 'WATCHING\ASPORTS';
  top: -28px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 74px;
  color: #707070;
  margin-bottom: 18px;
  white-space: pre;
  text-align: left;
  margin-left: 11%;
  line-height: .8;
  opacity: .4;
  z-index: -3;
}

.feature .it03 .it_ttl::before{
  position: absolute;
  content: 'PARTY';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 74px;
  color: #707070;
  letter-spacing: 5px;
  margin-bottom: 18px;
  opacity: .4;
  z-index: -3;
}

.feature .it02{
  margin-top: 50px;
}

.feature .it.it03{
  margin-left: -30px;
  margin-top: 20px;
}

#price .content{
  background-color: var(--color-brown);
}

#price .main_ttl,
#price .sub_ttl{
  color: var(--color-white);
}

#price .desc{
  font-size: 20px;
  font-weight: bold;
}

#price .course .txt{
  width: 50%;
}

#price .course .ct01,
#price .course .ct02,
#price .course .ct03{
  padding: 15px;
}

#price .course .ct01{
  background-color: var(--color-red);
}

#price .course .ct02{
  background-color: var(--color-orange);
}

#price .course .ct03{
  background-color: var(--color-ocher);
}

#price .course .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: var(--color-white);
  vertical-align: middle;
}

#price .course .ct01 .ttl{
  color: var(--color-red);
}

#price .course .ct02 .ttl{
  color: var(--color-orange);
}

#price .course .ct03 .ttl{
  color: var(--color-ocher);
}

#price .course .txt{
  font-size: 28px;
  font-weight: bold;
}

#price .course .time{
  font-size: 14px;
  font-weight: bold
}

#price .course .tax{
  font-size: 11px;
}

#price .course .table tr > .txt:first-of-type{
  border-right: 1px solid var(--color-white);
}

#price .tab_ct .list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 320px;
  margin: 0 auto;
}

#price .tab_ct .list .ttl{
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

#price .tab_ct .list:nth-of-type(n+2) .ttl{
  margin-top: 15px;
}

#price .tab_ct .list .txt{
  width: 100%;
}

#price .list .txt{
  position: relative;
}

#price .list .txt:last-child{
  text-align: right;
}

#price .list .txt:last-child .time{
  padding-right: 90px;
}

#price .list .txt:last-child::after{
	position: absolute;
	top: 17px;
	left: 0;
	content: "";
	width: 1px;
	height: 70%;
	background-color: var(--color-white);
  z-index: 1;
}

/*tab切り替えcss*/
#price .course {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-white);
}

#price .tab {
  display: inline-block;
  width: calc(100%/3);
  height: 60px;
  font-size: 14px;
  text-align: center;
  float: left;
  color: #000;
}

input[name="tab"] {
  display: none;
}

#price .tab_ct {
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

#tab01:checked ~ #tab01,
#tab02:checked ~ #tab02,
#tab03:checked ~ #tab03 {
  display: block;
}

#price .course .tab {
  color: #fff;
}

#price .course label.tab{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all .2s;
}

#price .course input:not(:checked) + label.tab{
  opacity: .8;
}

#price .course label.tab01{
  background-color: var(--color-red);
}

#price .course label.tab02{
  background-color: var(--color-orange);
}

#price .course label.tab03{
  background-color: var(--color-ocher);
}
/*tab切り替えcss*/

#price .option{
  background-color: var(--color-blue);
  height: 40px;
  font-size: 14px;
  font-weight: bold;
}

#price .option .option_ct{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
}

#price .option .option_ct span{
  display: inline-block;
  vertical-align: middle;
}

#price .option .group{
  font-size: 10px;
  padding: 2px 6px;
  border: 1px solid var(--color-white);
}

#price .option .yen{
  font-size: 20px;
  font-weight: bold;
}

#price .option .plus{
  margin: 0 2px 0 5px;
}

#price .option span.tax{
  font-size: 7px;
  vertical-align: text-bottom;
}

#price .ct04 .aside{
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

#price .bnr{
  margin-top: 50px;
}

#watching_sports .img{
  margin-top: 40px;
}

#watching_sports p.txt{
  border-top: 1px solid var(--color-white);
  padding: 40px 0;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}

#menu .content{
  background-color: var(--color-brown);
}

#menu .content .main_ttl,
#menu .content .sub_ttl{
  color: var(--color-white);
}

#menu .content .sub_ttl{
  margin-bottom: 40px;
}

#menu .grand_menu{
  position: relative;
  padding-top: 50px;
  margin-bottom: 40px;
}

#menu .grand_menu .desc{
  margin-top: 20px;
}

#menu .grand_menu::before{
  position: absolute;
  content: 'FOOD/DRINK';
  top: 0;
  left: -5px;
  width: 100%;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 60px;
  color: var(--color-white);
  background: transparent;
  margin-bottom: 18px;
  text-align: center;
  line-height: .8;
  opacity: 0.05;
  z-index: 0;
}

#menu .grand_menu a.st1:first-of-type {
  margin-bottom: 20px;
}

#menu .course_menu{
  position: relative;
  padding-top: 65px;
}

#menu .course_menu::before{
  position: absolute;
  content: 'COURSE';
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 80px;
  color: var(--color-white);
  background: transparent;
  margin-bottom: 18px;
  text-align: center;
  line-height: .8;
  letter-spacing: 1px;
  opacity: 0.05;
  z-index: 0;
}

#menu .course_menu .course_menu_ct{
  padding-bottom: 32px;
}

#menu .course_menu .course_menu_ct:not(:first-of-type){
  padding-top: 32px;
}

#menu .course_menu .course_menu_ct:not(:last-of-type){
  border-bottom: 2px dashed var(--color-white);
}

#menu .course_menu .course_menu_ct .ttl{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 24px auto 12px;
}

#menu .course_menu .course_menu_ct .price{
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

#menu .course_menu .course_menu_ct .price > span:not(:last-of-type){
  margin-bottom: 10px;
}

#menu .course_menu .course_menu_ct .price > span{
  display: inline-flex;
  align-items: center;
  margin-left: calc(50% - 155px);
  vertical-align: middle;
}

#menu .course_menu .course_menu_ct .label{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  height: 100%;
  background-color: var(--color-white);
  color: var(--color-brown);
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

#menu .course_menu .course_menu_ct .caption{
  font-size: 13px;
  margin-bottom: 24px;
}

#menu .course_menu .course_menu_ct .list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 64px 64px;
  grid-gap: 15px;
}

#menu .course_menu .course_menu_ct .list li{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-brown);
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  color: var(--color-brown);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#menu .course_menu .course_menu_ct .bg01{
  position: relative;
}

#menu .course_menu .course_menu_ct .bg01::after{
    position: absolute;
    content: "";
    width: 35%;
    height: 35%;
    top: 3px;
    left: 3px;
    background: url(/images/party/course_contents/ico_freefood.svg) no-repeat;
    background-size: contain;
}

#floor .sub_ttl{
  margin-bottom: 40px;
}

#floor .desc{
  margin-bottom: 0;
}

#access .sub_ttl{
  margin-bottom: 40px;
}

#access .info{
  font-size: 14px;
  margin: 30px auto 40px;
}

#access .info .ttl{
  width: 24%;
  background-color: var(--color-brown);
  border-bottom: 1px solid var(--color-black);
  text-align: left;
  padding: 0 12px;
  vertical-align: middle;
}

#access .info .txt{
  font-size: 12px;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid var(--color-white);
  line-height: 1.5;
}

#access .info .txt p{
  margin-bottom: 10px;
}

#access .info tr:last-child .txt{
  border-bottom: none;
}

#access .info span{
  display: inline-block;
  margin-top: 10px;
}

#access .info .inr_list{
  padding: 5px;
  border: 1px solid var(--color-white);
  margin: 10px;
}

#access .info .list li{
  position: relative;
}

#access .info .list li::before{
  content: '・';
}

#access .txt_it{
  padding-left: 1em;
  text-indent: -1em;
}

#access .series_store .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-brown);
  margin-bottom: 30px;
}

#access .series_store tr,
#access .series_store th,
#access .series_store td{
  display: block;
}

#access .series_store .area{
  font-size: 18px;
  font-weight: bold;
  color: var(--color-brown);
}

#access .series_store .store_name{
  margin: 20px auto 10px;
  font-weight: bold;
}

#access .series_store .store_address{
  margin-bottom: 30px;
}
/*-------------多言語-----------------*/
#en #price .tab_ct .list .ttl{
  height: 50px;
}

#tw #price .list .txt:last-child, 
#cn #price .list .txt:last-child, 
#ko #price .list .txt:last-child, 
#en #price .list .txt:last-child{
  text-align: left;
  padding-left: 10px;
}

#tw #price .list .txt:last-child .time, 
#cn #price .list .txt:last-child .time, 
#ko #price .list .txt:last-child .time,
#en #price .list .txt:last-child .time{
  white-space: nowrap;
}

#en .feature .it03{
  width: 120%;
}

#en .feature .it03 .it_desc{
  height: 150px;
}

#en #price .course label.tab{
  height: 80px;
}

#en a.st1{
  padding: 0 10px;
}

@media screen and (max-width: 1023px) {
  #en .feature .it01 .it_desc{
    padding: 0 20px;
  }
  #en .feature .it03{
    margin-left: -42px;
  }
}

@media screen and (min-width: 1024px) {
  #en .feature .it03 .it_ttl{
    right: 80px;
  }
  #en .feature .it:nth-of-type(2n+1) {
    margin-left: -15%;
  }
}

/*-------------多言語-----------------*/
footer .inner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 200px;
  padding: 40px 0;
  background-color: var(--color-brown);
  color: var(--color-white);
}

footer .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  font-size: 12px;
  margin: 20px;
}

footer .list li a{
  position: relative;
}

footer .list li a::after{
  content: '｜';
}

footer .copyright{
  font-size: 10px;
}
/*デフォルト多言語消し*/
.stt-lang-select .stt-text {
  display: none;
}
/*-------------多言語-----------------*/
#en header .nav_sp .nav_sub_ttl {
  display: none;
}
.has-sub{
  position: relative;
}
.sub {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 3;
  width: max-content;
}
.sub > .item_lang > .a_lang {
  color: #fff;
  line-height: 1.75;
  font-size: 14px;
  padding-left: 14px;
}
.sub > .item_lang > .a_lang:hover {
  background-color: #ccc;
  opacity: 1;
}
.tab_lang {
  margin-top: 7px;
}
header .bg_ct02 .list > li .tab_lang > .item_lang{
  margin-bottom: 10px;
}
#en .topics,
#ko .topics,
#cn .topics,
#tw .topics {
  display:none;
}
@media screen and (max-width: 768px) {
  header .list .it.has-sub{
    position: static;
  }
  .tab_lang{
    top: 84px;
    background: #fff;
    width: 100%;
    margin-top: 0;
    right: 0;
    left: 0;
  }
  .sub > .item_lang{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #000;
    margin-right: 0;
  }
  .sub > .item_lang > .a_lang{
    padding: 9px;
    color: #000;
    width: 100%;
    text-align: center;
  }
}
/*-------------多言語-----------------*/
