@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-tmc-red:#d0121b;
  --color-tmc-gray:#666666;
  --color-orange:#EB6D00;
  --color-ocher:#BAA501;
  --color-blue:#388B96;
  --color-gray:#BDBEBF;
  --color-green:#5AAB47;
  --color-yellow:#FFD800;
}

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:#FFD800;
}

.m20t{
  margin-top: 20px;
}

.w100{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.premium_gb{
  margin-top: 64px;
}

.fs10{
  font-size: 10px;
}

.fs14{
  font-size: 14px;
}

.fs16{
  font-size: 16px;
}

.fs20{
  font-size: 20px;
}



@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-tmc-red);
  line-height: 1;
}

.main_sub_txt{
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.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-tmc-red);
  margin-bottom: 20px;
}

.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;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 25px 0 15px;
}

header .ct01{
  display: flex;
  align-items: center;
  width: 25%;
}

header .ct01 img{
  width: 86px;
  height: 30px;
}

header .ct02{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 54%;
  max-width: 300px;
}

header .ct02 .list{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

header .ct03{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12%;
}

header .hb_menu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  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: 28%;
  height: 40px;
  font-size: 10px;
  font-weight: bold;
  color: var(--color-gray);
}

header .list .it a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

header .list .it a img{
  margin-bottom: 5px;
}

header .nav_sp{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 50;
}

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 .list li a{
  display: block;
}

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: 284px;
  height: 185px;
  background: url(/images/bar/threemonkeyscafe/yokohama-kannai/logo_yokohama.svg) no-repeat;
  background-size: cover;
  margin-top: 150px;
  opacity: .3;
  z-index: 55;
}

#ueno header .nav_sp::before {
  background: url(/images/bar/threemonkeyscafe/ueno/logo_ueno.svg) no-repeat;
  background-size: cover;
  width: 268px;
  height: 100px;
}

#namba header .nav_sp::before {
  background: url(/images/bar/threemonkeyscafe/namba-dotonbori/logo_namba_w.svg) no-repeat;
  background-size: cover;
  width: 268px;
  height: 100px;
}

#tennoji header .nav_sp::before {
  background: url(/images/bar/threemonkeyscafe/tennoji/logo_tennoji_w.svg) no-repeat;
  background-size: cover;
  width: 268px;
  height: 170px;
}

#shinjuku header .nav_sp::before {
  background: url(/images/bar/threemonkeyscafe/shinjuku/logo_shinjuku.svg) no-repeat;
  background-size: cover;
  width: 268px;
  height: 170px;
}

#mv .content{
  position: relative;
  height: 80vh;
  overflow: hidden;
}

#mv .inner{
  padding: 0;
  height: 100%;
}

#mv .ct01{
  height: 100%;
}

#mv .ct01 img{
  filter: brightness(.6);
  width: 100%;
  object-fit: cover;
  position: relative;
  height: 100%;
}

#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: 84px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#mv .mv_ttl{
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 20px;
}

#mv .mv_sub_txt{
  font-size: 16px;
}

.breadcrumbs_info .inner{
  padding: 20px 20px 0;
}

.concept .inner{
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.concept .desc{
  width: 73%;
  margin-bottom: 0;
}

.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;
}

#information .inner{
  padding: 64px 20px 0;
}

#information .bizhour{
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom:60px;
}

#information .fx{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 235px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 60px;
}

#information a.st1{
  margin-top: 20px;
}

.nav .list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  place-items: center;
  max-width: 340px;
  margin: 0 auto;
}
.topi_ttl{

}
.nav .list li{
  font-weight: bold;
  text-align: center;
  background: var(--color-tmc-red);
  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;
}

#ueno .feature .it:nth-of-type(2n+1) .it_desc {
  margin-right: 10px;
}

.feature .it .it_desc_h{
  height: 140px;
}


.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_txt{
  font-size: 16px;
}

.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-tmc-gray);
}

.feature .it01 img{
  transform: rotate(10deg);
  margin-left: 28px;
  margin-bottom: -30px;
}

.feature .it02 img{
  width: 85%;
  transform: rotate(-10deg);
  margin-right: 28px;
  margin-bottom: -26px;
}

.feature .it03 img{
  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: #666666;
  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: #666666;
  margin-bottom: 18px;
  white-space: pre;
  text-align: left;
  margin-left: 11%;
  line-height: .8;
  opacity: .4;
  z-index: -3;
}

.feature .it03 .it_ttl{
  right: 40px;
}

.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: #666666;
  letter-spacing: 5px;
  margin-bottom: 18px;
  opacity: .4;
  z-index: -3;
}

.feature .it02{
  margin-top: 50px;
}

.feature .it.it03{
  margin-left: -30px;
  margin-top: -28px;
}

#shinjuku .feature .it.it03{
  margin-top: 40px;
}

#price .content{
  background-color: var(--color-tmc-gray);
}

#price .notes{
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}

#price .notes span{
    display: block;
    font-size: 26px;
    color: #d0121b;
    margin-bottom: 10px;
}

#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,
#price .course .ct05{
  padding: 15px;
}

#price .course .ct01{
  background-color: var(--color-blue);
}

#price .course .ct02,
#price .course03 .ct01,
#price .course .ct05{
  background-color: var(--color-green);
}

#price .course .ct03{
  background-color: var(--color-ocher);
}

#price .course02 .ct01{
  background-color: var(--color-red);
}

#price .course02 .ct02{
  background-color: var(--color-orange);
}

#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-blue);
}

#price .course .ct02 .ttl,
#price .course03 .ct01 .ttl,
#price .course .ct05 .ttl{
  color: var(--color-green);
}

#price .course .ct03 .ttl{
  color: var(--color-ocher);
}

#price .course02 .ct01 .ttl{
  color: var(--color-red);
}

#price .course02 .ct02 .ttl{
  color: var(--color-orange);
}

#namba #price .course02 .ct02 .course_ttl__tabfull{
  text-align: center;
  font-weight: bold;
}

#price .course .txt{
  font-size: 28px;
  font-weight: bold;
}

#price .course .time{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#price .course .tax,
.tbl_prc .tax{
  font-size: 11px;
  vertical-align: middle;
}

#price .course .table tr > .txt:first-of-type{
  border-right: 1px solid var(--color-white);
}

#price .course .course_sub_ttl{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid var(--color-yellow);
  border-bottom: 1px solid var(--color-yellow);
}

#price .course .course_sub_ttl::after{
  position: absolute;
  content: '';
  left: calc(50% - 6px);
  bottom: -6px;
  background: url(/images/bar/inverted_triangle.svg) no-repeat;
  width: 12px;
  height: 6px;
  z-index: 1;
}

#price .course .course_sub_ttl h3{
  font-size: 20px;
  font-weight: bold;
  color: var(--color-yellow);
  text-align: center;
}

#price .course03 .course_sub_ttl h3{
  font-size: 4vw;
}

#price .course .sub_txt01{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
}

#price .course .sub_txt02{
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-white);
}
#price .course .sub_txt03{
  font-size: 16px;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  padding-top: 15px;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
#price .course .course_aside{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}

#price .course .course_aside .it01,
#price .course .course_aside .it02,
#price .course .course_aside .it03{
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  color: var(--color-tmc-gray);
}

#price .course .course_aside .it01,
#price .course .course_aside .it03{
  line-height: 1.4;
}

#price .course .course_aside .plus{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  min-width: 25px;
}

#price .course .course_aside .txt{
  width: 100%;
}

#price .course .course_aside .it01 .txt{
  font-size: 14px;
}

#price .course .course_aside .it02 .txt{
  font-size: 10px;
}

#price .course .course_aside .it03 .txt{
  font-size: 16px;
}

#price .course .course_aside .txt_num{
  font-size: 20px;
}


#price .course .course_option{
  height: 66px;
  padding: 15px;
  background-color: var(--color-white);
  color: var(--color-tmc-gray);
  font-weight: bold;
  margin-top: 20px;
}

#price .course .course_option .grid_ct{
  display: grid;
  grid-template-columns: max-content 1fr;
  justify-content: space-between;
  max-width: 320px;
  margin: 0 auto;
}

#price .course .course_option .it01 .txt{
  width: auto;
  font-size: 20px;
}

#price .course .course_option .it01 .tax{
  margin-top: 5px;
}

#price .course .course_option .it01,
#price .course .course_option .it02{
  font-size: 10px;
}

#price .course .course_option .it02{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  color: var(--color-white);
  background-color: var(--color-tmc-gray);
  white-space: nowrap;
  padding: 0 0 0 4px;
  text-align: center;
  letter-spacing: -.08em;
}

#price .course .course_option .it01 > span:first-of-type{
  display: inline-flex;
  align-items: center;
}

#price .course .course_option .it01 .sub_txt01{
  font-size: 10px;
  border: 1px solid var(--color-tmc-gray);
  padding: 2px 5px;
  color: var(--color-tmc-gray);
}

#price .course .course_option .it01 .plus_icon{
  margin: 0 5px;
}

#price .tab_ct .list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 320px;
  margin: 0 auto;
}

#price .course02 .tab_ct .list,#price .course03 .tab_ct .list{
  grid-template-columns: none;
}

#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%;
  line-height: 1;
}

#price .list .txt{
  position: relative;
}

#price .list .txt:last-child{
  text-align: left;
  padding-left: 20px;
}

#price .course02 .list .txt:last-child,#price .course03 .list .txt:last-child{
  text-align: right;
  margin-top: 15px;
}

#price .course02 .list .txt:last-child .time,#price .course03 .list .txt:last-child .time{
  padding-right: 90px;
}

#price .course02 .list .txt:last-child .time,#price .course03 .list .txt:last-child .time{
  vertical-align: middle;
    margin-bottom: 0;
}
#price .course02 .list03 .txt.c_txt{
  width: 100%;
  text-align: center;
}
#price .list .txt:last-child::after{
	position: absolute;
	top: 17px;
	left: 0;
	content: "";
	width: 1px;
	height: 85%;
	background-color: var(--color-white);
  z-index: 1;
}

#price .course02 .list .txt:last-child::after,#price .course03 .list .txt:last-child::after{
  background-color: unset;
  width: 0;
}

#price .tab_ct .list.list02 {
  grid-template-columns: 1fr 1fr;
}

#price .course02 .list.list02 .txt {
  margin-top: 15px;
  text-align: left;
}

#price .course02 .list.list02 .txt .time {
  padding-right: 0;
  display: block;
  margin-bottom: 10px;
}

#price .list.list02 .txt:last-child::after {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  width: 1px;
  height: 70%;
  background-color: var(--color-white);
  z-index: 1;
}

.course_food_link {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.course_food_link a {
  display: contents;
}

#price .option.option02 {
  font-size: 14px;
  background-color: var(--color-blue);
  height: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#price .option.option02 .time {
  font-size: 10px;
  padding: 2px 4px;
  border: 1px solid var(--color-white);
  margin: 0 4px;
}

#price .option.option02 .plus {
  margin: 0 4px;
  background: var(--color-white);
  border-radius: 50%;
  padding: 1px 5px 3px;
  color: var(--color-blue);
  font-size: 14px;
  font-weight: bold;
}

#price .option.option02 .yen {
  margin-right: 6px;
}

#price .option.option02 span.tax {
  display: inline-block;
  margin-right: 2px;
}
#price .course label.tab.notab{
  width: 100%;
  font-size: 1.3rem;
}
#price .tab_ct.notab{
  box-shadow: unset;
}
#price .box_happyhour {
  text-align: center;
  margin: 20px 0 10px;
  padding: 30px 10px;
  font-weight: bold;
  border: 3px solid #FFF;
}
#price .box_happyhour .txt_happyhour {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#price .box_happyhour .txt_happyhour span {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 3px solid #fff900;
  color: #fff900;
}
#price .box_happyhour .anno_happyhour {
  font-size: 18px;
}
#price .anno_happyhour_02 {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  #price .option.option02 {
    margin-top: 30px;
  }
  .course_food_link{
    width: 100%;
    display: block;
    margin-bottom: 13px;
  }
  #price .box_happyhour {
    padding: 20px 10px;
  }
  #price .box_happyhour .txt_happyhour {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #price .box_happyhour .txt_happyhour span {
    font-size: 24px;
  }
  #price .box_happyhour .anno_happyhour {
    font-size: 14px;
  }
  #price .anno_happyhour_02 {
    font-size: 12px;
  }
}

/*tab切り替えcss*/
#price .course {
  width: 100%;
  padding-bottom: 50px;
}

#price .tab ,
#price .tab2{
  display: inline-block;
  width: calc(100%/3);
  height: 60px;
  font-size: 14px;
  text-align: center;
  float: left;
  color: #000;
}

#namba #price .tab {
  float: none;
  margin: 0 auto;
}

#price .tab_2col {
  width: calc(100%/2);
}

#price .tab_1col{
  width: 100%;
}

input[name="tab"] ,
input[name="tab2"] {
  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);
}

#namba #price .tab_ct {
  display: block;
}

#tab01:checked ~ #tab01,
#tab02:checked ~ #tab02,
#tab03:checked ~ #tab03,
#tab04:checked ~ #tab04,
#tab05:checked ~ #tab05,
#tab06:checked ~ #tab06,
#tab07:checked ~ #tab07 {
  display: block;
}

#price .course .tab,
#price .course .tab2 {
  color: #fff;
}

#price .course label.tab,
#price .course label.tab2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all .2s;
}

#price .course input:not(:checked) + label.tab,
#price .course input:not(:checked) + label.tab2{
  opacity: .8;
}

#price .course input:not(:checked) + label.tab{
  opacity: 1;
}

#price .course label.tab01,
#price .course label.tab07{
  background-color: var(--color-blue);
}

#price .course label.tab02,
#price .course label.tab07{
  background-color: var(--color-green);
}

#price .course label.tab03{
  background-color: var(--color-ocher);
}

#price .course label.tab04{
  background-color: var(--color-red);
}

#price .course label.tab05{
  background-color: var(--color-orange);
}

#price .course label.tab06{
  background-color: var(--color-ocher);
}
/*tab切り替えcss*/

#price .animal_pack .name{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#price .animal_pack .ct01{
  background-color: var(--color-green);
}

#price .animal_pack .ct01 .ttl{
  color: var(--color-green);
}

#price .animal_pack .list .txt:last-child::after{
  display: none;
}

#price .animal_pack .txt{
  width: 100%;
}

#price .animal_pack .list{
  max-width: 320px;
  margin: 0 auto;
}

#price .animal_pack .list .txt:last-child{
  text-align: center;
}

#price .ct04{
  margin-top: 30px;
}

#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;
}
#price .box_plan02 {
  text-align: center;
  margin: 20px 0 30px;
  padding: 20px 10px;
  font-weight: bold;
  border: 3px solid #FFF;
  position: relative;
}
#price .box_plan02::after {
  content: '';
  width: 16px;
  height: 8px;
  bottom: -8px;
  position: absolute;
  left: calc(50% - 6px);
  mask-image: url(/images/bar/inverted_triangle.svg);
  -webkit-mask-image: url(/images/bar/inverted_triangle.svg);
  -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
  background-color: #fff;
  z-index: 1;
}
#price .box_plan02 .ye_txt{
  font-size: 24px;
  display: inline-block;
  color: #fff900;
}
#price .course .ct_mb{
  margin-bottom: 30px;
}
@media screen and (max-width: 370px) {
  #price .ct04 .aside{
    white-space: normal;
  }
}


#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-tmc-gray);
}

#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;
}

@media screen and (max-width: 370px) {
  #menu .course_menu .course_menu_ct .price > span{
    margin-left: 0;
  }
}

#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-tmc-red);
  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 .caption .caption_txt{
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  line-height: 1.5;
}

#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-tmc-red);
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  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;
}

#floor .slider{
  display: none;
}

#floor .slider.slick-initialized{
  display: block;
}

#floor .slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  bottom: auto;
  background-color: rgba(255, 255, 255, .5);
}

#floor .slider .slick-dots li button:before{
  font-size: 30px;
}

#floor .slider .desc{
  display: inline-block;
  width: 100%;
}

#floor .slider .slick-slide img {
  aspect-ratio: 385 / 257;
}
#originalplan .img{
  margin: 40px auto;
}
#access .sub_ttl{
  margin-bottom: 40px;
}

#access .info{
  font-size: 14px;
  margin: 30px auto 40px;
}

#access .info .ttl{
  width: 24%;
  background-color: var(--color-tmc-gray);
  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: 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-tmc-gray);
  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-tmc-gray);
}

#access .series_store .store_name{
  margin: 20px auto 10px;
  font-weight: bold;
}

#access .series_store .store_address{
  margin-bottom: 30px;
}

footer .inner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 200px;
  padding: 40px 0;
  background-color: var(--color-tmc-gray);
  color: var(--color-white);
}

#tennoji footer .inner {
  padding: 120px 0;
}

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;
}

/*-------------自由帳-----------------*/
.appealing_point {
  margin-bottom: 60px;
  max-width: 450px;
  margin: 0 auto;
}

.appealing_point:not(:last-of-type){
  margin-bottom: 60px!important;
}

.appealing_ttl {
  font-size: 24px !important;
  margin-bottom: 6px !important;
  color: var(--color-tmc-red) !important;
  font-weight: bold;
  text-align: center;
}

.appealing_sub_ttl {
  font-size: 20px !important;
  margin-bottom: 16px !important;
  color: var(--color-white) !important;
  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 {
  display: grid;
  justify-content: center;
  max-width: 360px;
  margin: 0 auto;
}

.appealing_img {
  max-width: 230px;
}

.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;
}

.appealing_img:has(.appealing_link) .appealing_link {
  width: 100%;
  height: auto;
  border: none;
}

/*-------------自由帳-----------------*/

/*-------------多言語-----------------*/
.stt-lang-select .stt-text {
  display: none;
}

#en .nav_sp .list li a span.nav_sub_ttl,
#ko .nav_sp .list li a span.nav_sub_ttl,
#cn .nav_sp .list li a span.nav_sub_ttl,
#tw .nav_sp .list li a span.nav_sub_ttl {
  display: none;
}

#en .nav .list li#nav_watch .nav_ttl,
#ko .nav .list li#nav_watch .nav_ttl,
#cn .nav .list li#nav_watch .nav_ttl,
#tw .nav .list li#nav_watch .nav_ttl {
  font-size: 16px;
}

#en #price .course .tab {
  height: 78px!important;
}

#en h2.main_ttl,
#ko h2.main_ttl,
#cn h2.main_ttl,
#tw h2.main_ttl {
  margin-bottom: 40px;
}

#en h2.main_ttl + span.sub_ttl,
#ko h2.main_ttl + span.sub_ttl,
#cn h2.main_ttl + span.sub_ttl,
#tw h2.main_ttl + span.sub_ttl {
  display: none;
}

#en .it > .it_desc,
#ko .it > .it_desc,
#cn .it > .it_desc,
#tw .it > .it_desc {
  padding: 10px 40px;
  height: auto!important;
}

#en #menu .course_menu .course_menu_ct .list,
#ko #menu .course_menu .course_menu_ct .list,
#cn #menu .course_menu .course_menu_ct .list,
#tw #menu .course_menu .course_menu_ct .list {
  grid-template-rows: repeat(2, minmax(76px, 1fr));
}

#en .topics,
#ko .topics,
#cn .topics,
#tw .topics {
  display:none;
}

@media screen and (min-width: 769px) {
  #en #price .tab_ct .list .txt {
    padding-top: 20px;
    padding-left: 10px;
  }
}

.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;
}
@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;
  }

  #en #price .course02 .list .txt:last-child .time,
  #en #price .course03 .list .txt:last-child .time {
    padding-right: 30px!important;
  }

  #en #watching_sports .content .inner a.st1,
  #en #menu .content .inner .course_menu a.st1 {
    width: 82%;
    font-size: 12px!important;
  }

  #en .main_sub_txt {
    margin-bottom: 8px;
    line-height: 1.2;
  }


  #en #price .course02 .tab_ct .list,
  #en #price .course03 .tab_ct .list{
    grid-template-columns: 1fr;
  }

  #en #price .cource02 .list .txt:last-child,
  #en #price .cource03 .list .txt:last-child {
    padding-left: 0;
    grid-column: 1 / 3;
    grid-row: 2 / 2;
    text-align: center;
  }

  #en #price .tab_ct .list:last-child {
    grid-template-rows: 62px auto;
  }

  #en #price .tab_ct .list:nth-of-type(n+2) .ttl {
    padding: 5px;
  }

  #en main a.st1{
    padding-left: 10px;
    padding-right: 10px;
  }

  #en #price .course02 .list .txt:last-child,
  #en #price .course03 .list .txt:last-child{
    text-align: left;
  }

}
/*-------------多言語-----------------*/
