@charset "UTF-8";
/*! =============================================================
※※ CSSファイルの[default.css][style.css]はSASSで生成されています。
※※ 上記指定のCSSファイルは編集をしないようお願いします。
============================================================== */
/*! =============================================================
※※ CSSファイルの[default.css][style.css]はSASSで生成されています。
※※ 上記指定のCSSファイルは編集をしないようお願いします。
============================================================== */
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;
  vertical-align: baseline;
  background: transparent;
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #aff8b8;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  width: 96%;
  height: 0;
  margin: 1em auto;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/* 初期設定 */
body {
  height: 100%;
  line-height: 1;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

p, pre, blockquote, address, em, strong, a {
  font-weight: normal;
  font-style: normal;
}

img {
  float: none;
  vertical-align: bottom;
  border: none;
}

/* テーブル初期化 */
table {
  table-layout: auto;
  empty-cells: hide;
  caption-side: top;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #dfdfdf;
}
table td {
  text-align: left;
  vertical-align: middle;
}
table th, table td {
  padding: 6px;
  border: 1px solid #ccc;
}

.c-fix {
  zoom: 1;
}
.c-fix:after {
  content: "";
  display: block;
  clear: both;
}

.container, .main-container {
  position: relative;
  width: 100%;
  margin: auto;
}
.container:after, .main-container:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 980px;
  min-width: 980px;
}

.main-container {
  max-width: 934px;
}

.overOut {
  opacity: 1;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.overOut:hover {
  opacity: .8;
}

#header {
  position: relative;
  background: #000;
  overflow: hidden;
}

#bg_movie {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  min-width: 980px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
#bg_movie iframe {
  margin: auto;
}

#footer {
  position: relative;
  min-height: 150px;
  padding: 14px 0;
  background: #19316c;
}

.footer-address {
  margin-top: 28px;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #fff;
}

.footer-logo {
  padding: 0 0 10px;
}

.footer-about {
  font-weight: bold;
}

.pagetop {
  position: absolute;
  top: 20px;
  right: 0;
  width: 110px;
  height: 94px;
}
.pagetop a {
  display: block;
  width: 110px;
  height: 94px;
  text-indent: -99999px;
  background: url("./images/common/page_top.png") no-repeat center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.pagetop a:hover {
  -webkit-animation: pagetop 180ms linear infinite;
  -moz-animation: pagetop 180ms linear infinite;
  animation: pagetop 180ms linear infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}

@-moz-keyframes pagetop {
  0% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes pagetop {
  0% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes pagetop {
  0% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
#main {
  position: relative;
  width: 100%;
  min-height: 812px;
  padding: 1px 0 24px;
  background: url("./images/common/main_bg_bottom.png") repeat-x center bottom;
}
#main:after {
  content: "";
  display: block;
  clear: both;
}

.bg-content {
  position: absolute;
  width: 100%;
  height: 406px;
  background: url("./images/common/main_bg_top.png") repeat-x center top;
}

#contents {
  float: left;
  width: 653px;
  margin: auto;
}

#sidebar {
  float: right;
  width: 255px;
}

.site-title {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: inline-block;
  z-index: 100;
}
.site-title img {
  max-width: 420px;
  width: auto;
  height: auto;
}

.site-title-sub {
  padding: 84px 0;
  text-align: center;
}

.site-title-main,
.site-desc {
  display: inline-block;
  padding: 4px;
  font-weight: normal;
  font-size: 12px;
  color: #FCD006;
}

#gnavi {
  padding: 8px 0;
}

.main-navi {
  background: #fcd006;
}
.main-navi ul {
  position: relative;
  margin-left: 148px;
}
.main-navi li {
  float: left;
  margin: 4px 10px;
}
.main-navi a {
  display: block;
  width: 163px;
  height: 67px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-navi a:hover {
  background-position: 0 -70px;
}

.navi-mascot:before {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  display: block;
  width: 134px;
  height: 140px;
  margin-top: -70px;
  background: url("./images/g_navi/navi_mascot.png") no-repeat;
}

.navi-top-wrap {
  float: left;
}

.navi-bottom-wrap {
  float: right;
}

.navi-top {
  background-image: url("./images/g_navi/navi_01.png");
}

.navi-about {
  background-image: url("./images/g_navi/navi_02.png");
}

.navi-system {
  background-image: url("./images/g_navi/navi_03.png");
}

.navi-menu {
  background-image: url("./images/g_navi/navi_04.png");
}

.navi-event {
  background-image: url("./images/g_navi/navi_05.png");
}

.navi-access {
  background-image: url("./images/g_navi/navi_06.png");
}

.navi-rule {
  background-image: url("./images/g_navi/navi_07.png");
}

.navi-recruit {
  background-image: url("./images/g_navi/navi_08.png");
}

.footer-navi ul {
  display: table;
  margin: auto;
  list-style: none;
}
.footer-navi li {
  display: table-cell;
  padding: 0 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer-navi li:first-child {
  border-left: none;
}
.footer-navi li:last-child {
  border-right: none;
}
.footer-navi a {
  color: #fff;
  -webkit-transition: 180ms ease-in-out;
  -moz-transition: 180ms ease-in-out;
  -ms-transition: 180ms ease-in-out;
  -o-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.footer-navi a:hover {
  text-decoration: underline;
  opacity: .8;
}

#sidebar ul {
  list-style: none;
}
#sidebar li {
  margin: 6px 0;
}
#sidebar a {
  -webkit-transition: 180ms ease-in-out;
  -moz-transition: 180ms ease-in-out;
  -ms-transition: 180ms ease-in-out;
  -o-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
#sidebar a:hover {
  opacity: .8;
}

.headline-side {
  height: 35px;
  margin: 24px 0 0;
  text-indent: -99999px;
  background-color: #e3007f;
  background-repeat: no-repeat;
  background-position: center center;
}

.headline-info {
  background-image: url("./images/sidebar/tlt_01.png");
}

.headline-blog {
  background-image: url("./images/sidebar/tlt_02.png");
}

.side-movie li {
  width: 255px;
  height: auto;
  overflow: hidden;
}
.side-movie iframe {
  width: 100%;
  height: 180px;
}

.side-fb_like_box {
  margin: 24px 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #36558F;
  border-radius: 5px;
}
.side-fb_like_box h2 {
  padding: 10px;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background: #36558F;
}

#freearea {
  background: #000;
}

#slider {
  max-width: 1400px;
  min-width: 980px;
  margin: auto;
  background: #000;
}
#slider .bx-wrapper .bx-viewport {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: none;
  left: 0;
}
#slider ul {
  position: relative;
  width: 100%;
  margin: auto;
  list-style: none;
  background: #000;
}
#slider li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: #000;
}
#slider .slide-link {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 100;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #496;
}
#slider .bx-viewport {
  background: #000;
}
#slider .bx-next, #slider .bx-prev {
  width: 120px;
  height: 120px;
  opacity: .5;
  background: rgba(255, 255, 0, 0.7);
  border-radius: 100%;
  -webkit-transition: 180ms ease-in-out;
  -moz-transition: 180ms ease-in-out;
  -ms-transition: 180ms ease-in-out;
  -o-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
#slider .bx-next:hover, #slider .bx-prev:hover {
  opacity: 1;
}
#slider .bx-next:before, #slider .bx-prev:before {
  position: absolute;
  top: 30px;
  left: 26px;
  text-indent: 0;
  font-size: 4em;
  color: #444;
}
#slider .bx-next:before {
  content: "＞";
}
#slider .bx-prev:before {
  content: "＜";
}

.content-wrap {
  margin: 24px 0 42px;
}

.headline-main {
  position: relative;
  height: 35px;
  text-indent: -99999px;
  background-color: #e3007f;
  background-repeat: no-repeat;
  background-position: 128px center;
}
.headline-main:before {
  position: absolute;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -28px;
  left: 8px;
  z-index: 5;
  width: 110px;
  height: 94px;
  background-repeat: no-repeat;
}

.headline-news {
  background-image: url("./images/top/tlt_01.png");
}
.headline-news:before {
  background-image: url("./images/top/tlt_cat_01.png");
}

.headline-pickup {
  background-image: url("./images/top/tlt_02.png");
}
.headline-pickup:before {
  background-image: url("./images/top/tlt_cat_02.png");
}

.headline-schedule {
  background-image: url("./images/top/tlt_03.png");
}
.headline-schedule:before {
  background-image: url("./images/top/tlt_cat_03.png");
}

.headline-rule {
  background-image: url("./images/top/tlt_04.png");
}
.headline-rule:before {
  background-image: url("./images/top/tlt_cat_04.png");
}

.idCheck {
  background: #231815;
}
.idCheck .container {
  padding: 12px 0;
}

.bor_check {
  width: 100%;
  height: 9px;
  background: url("./images/common/border_01.png") repeat-x 0 0;
}

.center {
  text-align: center;
}

.top-check {
  padding: 12px 0;
  line-height: 1.4;
  font-size: .9em;
  color: #fff;
}
.top-check ul {
  margin-bottom: 0;
}

.id-left {
  float: left;
}

.id-right {
  float: right;
}

#top-news {
  margin: 80px auto 80px;
}

.content-news {
  padding: 42px 18px 22px;
  background: #fff;
  border: 1px solid #e3007f;
  border-top: none;
}
.content-news dt, .content-news dd {
  min-height: 18px;
  padding: 16px 10px;
  line-height: 1.4;
}
.content-news dt {
  float: left;
  min-width: 108px;
}
.content-news dd {
  margin-left: 114px;
  border-bottom: 1px dashed #333;
}

.info-archive dt, .info-archive dd {
  font-size: 1.1em;
}

.content-pickup {
  padding: 24px 0;
}
.content-pickup ul {
  list-style: none;
}
.content-pickup li {
  margin: 20px 0;
}
.content-pickup a {
  -webkit-transition: 180ms ease-in-out;
  -moz-transition: 180ms ease-in-out;
  -ms-transition: 180ms ease-in-out;
  -o-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
}
.content-pickup a:hover {
  opacity: .8;
}

.content-schedule {
  padding: 38px 0 0;
}

.schedule-table {
  width: 100%;
  background: #fff;
}
.schedule-table col.sun {
  background: #fbc;
}
.schedule-table col.sat {
  background: #9df;
}
.schedule-table th {
  height: 38px;
}
.schedule-table th:first-child {
  background: #fab;
}
.schedule-table th:last-child {
  background: #7cf;
}
.schedule-table td {
  height: 80px;
  text-align: center;
}

#top-rule {
  padding-bottom: 24px;
  background: #fff;
}

.content-rule {
  text-align: center;
}
.content-rule .rule-list {
  display: inline-block;
  width: 191px;
  margin: 14px 6px;
  vertical-align: top;
}
.content-rule .rule-list dd {
  padding: 4px;
  line-height: 1.3;
  text-align: left;
}

.rule-list-small li {
  display: inline-block;
  width: 147px;
  height: 147px;
  margin: 4px 2px;
  vertical-align: top;
}

.dress-code {
  padding: 14px;
  text-align: left;
  line-height: 1.4;
}
.dress-code h3 {
  font-size: 1.4em;
}

.headline-sub {
  background-repeat: no-repeat;
  margin-bottom: 24px;
}

.sub-body {
  line-height: 1.4;
  font-size: 1.2em;
}
.sub-body p {
  margin-bottom: 18px;
}

.list {
  position: relative;
  margin-left: 28px;
  margin-bottom: 24px;
}
.list li:before {
  position: absolute;
  left: -20px;
}

.list-kome {
  list-style: none;
  margin-left: 20px;
}
.list-kome li:before {
  content: "※";
}

.list-square {
  list-style: none;
  margin-left: 20px;
}
.list-square li:before {
  content: "■";
}

.heading {
  margin-bottom: 18px;
}

.h_font__middle {
  font-size: 1.4em;
}

.heading-warning {
  color: #e50012;
}

.nega-indent {
  text-indent: -99999px;
}

.mb_24 {
  margin-bottom: 24px;
}

.none-table {
  width: 100%;
  border: none;
}
.none-table th, .none-table td {
  padding: 0;
  vertical-align: top;
  border: none;
}

.warning {
  color: #e50011;
}

.sub_content {
  position: relative;
  top: 24px;
  min-height: 500px;
  margin-bottom: 24px !important;
  padding: 16px;
  background: #fff;
}

.system {
  line-height: 1.4;
  font-size: 1.1em;
}

.vip_set_menu {
  font-size: .9em;
}
.vip_set_menu .tdp {
  text-align: center;
}
.vip_set_menu .tdp span {
  display: inline-block;
  text-align: right;
}

.policy {
  text-align: center;
}

.rule-small {
  margin-bottom: 32px;
  text-align: center;
}
.rule-small:after {
  content: "";
  display: block;
  clear: both;
}

.rule-dl {
  display: inline-block;
  width: 192px;
  margin: 10px 4px;
  text-align: left;
  vertical-align: top;
}
.rule-dl dt {
  width: 192px;
  height: 192px;
}
.rule-dl dd {
  padding: 4px 0px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 1.1em;
}

.rule_margin {
  margin: 48px 0 24px;
}

.map-icon-wrap {
  width: 620px;
  margin-top: 14px;
  margin-left: -8px;
}

.map-icon {
  float: left;
  display: table;
  width: 310px;
  min-height: 64px;
}
.map-icon:nth-child(3), .map-icon:nth-child(6) {
  width: 188px;
}
.map-icon:nth-child(3) dd, .map-icon:nth-child(6) dd {
  height: 64px;
  vertical-align: middle;
}
.map-icon dt, .map-icon dd {
  display: table-cell;
  vertical-align: top;
}
.map-icon dt {
  width: 64px;
  padding-left: 12px;
}
.map-icon dd {
  padding: 0 32px 0 8px;
  line-height: 1.2;
}
.map-icon dd span:first-child {
  font-size: 1.1em;
  font-weight: bold;
}
.map-icon dd span:nth-child(2) {
  margin-top: 12px;
  font-size: .9em;
}
.map-icon span {
  display: block;
}
.map-icon .vam {
  vertical-align: middle;
}

.headline-about {
  height: 42px;
  background-color: #231815;
}

.about_01 h3 {
  margin-bottom: 24px;
}
.about_01 p {
  font-size: 1.2em;
  line-height: 1.3;
}
.about_01 p:last-child {
  margin-bottom: 24px;
}

.menu {
  width: 620px;
}
.menu:after {
  content: "";
  display: block;
  clear: both;
}
.menu .menu-left {
  float: left;
  width: 278px;
}
.menu .menu-right {
  float: right;
  width: 310px;
}
.menu table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dotted #004097;
}
.menu table:last-child {
  border-bottom: none;
}
.menu caption {
  padding: 8px 0 8px 8px;
  letter-spacing: -2px;
  font-size: 1.13em;
  background: #fcd006;
  color: #000;
  text-align: left;
}
.menu th {
  padding: 6px;
  text-align: left;
  background: none;
  vertical-align: top;
  letter-spacing: -1px;
}
.menu td {
  padding: 6px 0;
  text-align: right;
  vertical-align: top;
}

.event-wrap {
  margin-bottom: 48px;
}

.event-list {
  list-style: none;
  text-align: left;
}
.event-list li {
  display: inline-block;
  margin-right: 2px;
  margin: 0 2px 14px 0;
  vertical-align: top;
  text-align: left;
}
.event-list .guest {
  line-height: 1.2;
}
.event-list .guest:after {
  content: "";
  display: block;
  clear: both;
}
.event-list .guest dt {
  float: left;
}
.event-list .guest dd {
  min-height: 40px;
  margin-left: 62px;
}

.event-week {
  margin-bottom: 24px;
  border: 1px solid #231815;
}
.event-week dd {
  padding: 4px 15px 6px;
}
.event-week dd img {
  margin-bottom: 3px;
}

.week_guest {
  min-height: 28px;
  padding: 4px 0;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-weight: bold;
  font-size: 1.2em;
}

.week_1 {
  background: #fad9d0;
}

.week_2 {
  background: #fbe2cc;
}

.week_3 {
  background: #d1cbe5;
}

.week_4 {
  background: #d2ecfa;
}

.week_5 {
  background: #d4e9d7;
}

.week_6 {
  background: #e6d4e7;
}

.week_7 {
  background: #eae4d0;
}

.week_8 {
  background: #eae4d0;
}
.week_8 dd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.week_other {
  margin-left: 74px;
  margin-bottom: 14px;
  line-height: 1.3;
  font-size: .9em;
}

.black-border {
  margin-top: -8px;
  margin-bottom: 10px;
  margin-left: 74px;
  border-top: 2px solid #222;
}

.other-kome:after {
  content: "";
  display: block;
  clear: both;
}
.other-kome span {
  display: block;
}
.other-kome .kome {
  float: left;
}
.other-kome .other-txt {
  margin-left: 16px;
}

.event-sub {
  letter-spacing: 1px;
}
.event-sub p {
  line-height: 1.4;
}

.event-sub-table caption {
  text-align: left;
}
.event-sub-table th, .event-sub-table td {
  padding: 0 18px 20px 0;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  background: none;
  border: none;
}

.pro-color {
  color: #e3007f;
}

.access-table {
  width: 100%;
  margin: 24px 0;
}
.access-table th, .access-table td {
  padding: 0 6px;
  border: 0;
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 1.3em;
  vertical-align: top;
}
.access-table th {
  background: none;
  border-left: 3px solid #e3007f;
}
.access-table td {
  width: 260px;
}

.access-text {
  margin: 24px 0;
  padding: 14px 8px;
  background: #f09dc1;
}
.access-text p {
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 1.2em;
  color: #fff;
}

.map-text {
  margin-bottom: 24px;
}
.map-text img {
  margin-bottom: 18px;
}
.map-text p {
  line-height: 1.4;
  font-size: 1em;
}

.headline-maps {
  margin-bottom: 14px;
  padding: 8px;
  border-left: 3px solid #E3007F;
}

.recruit {
  font-size: 1.2em;
  line-height: 1.4;
}
.recruit h3 {
  text-indent: -12px;
}

.font-recruit {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: .9em;
}

.recruit-table {
  width: 100%;
  margin: 24px 0;
}
.recruit-table th, .recruit-table td {
  padding: 12px;
  font-size: .9em;
  border: 3px solid #221814;
}
.recruit-table th {
  width: 120px;
  text-align: left;
  font-weight: bold;
  color: #000;
  background: rgba(252, 208, 6, 0.4);
}
.recruit-table td {
  font-weight: bold;
  letter-spacing: -1px;
}

.blog {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.blog-top-heading {
  position: relative;
}
.blog-top-heading:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  width: 132px;
  height: 142px;
  background: transparent url("./images/blog/tlt_mascot.png") no-repeat;
}

.blog-heading {
  max-width: 460px;
  padding: 6px 12px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.6em;
  color: #fff000;
  background: #221814;
}

.blog-data {
  margin-bottom: 24px;
  padding: 8px 0;
}
.blog-data li {
  display: inline-block;
  margin-right: 10px;
}
.blog-data .time {
  color: #e4007e;
}
.blog-data .cat i {
  color: #00aad9;
}
.blog-data .cat a {
  color: #00aad9;
}
.blog-data .cat a:hover {
  color: #0077a6;
}

.blog-body {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  line-height: 1.4;
}
.blog-body h2, .blog-body h3, .blog-body h4, .blog-body h5, .blog-body h6 {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 1em;
}
.blog-body h2 {
  font-size: 1.4em;
}
.blog-body h3 {
  font-size: 1.3em;
}
.blog-body h4, .blog-body h5, .blog-body h6 {
  font-size: 1.2em;
}
.blog-body p {
  margin-bottom: 14px;
}
.blog-body a {
  color: #00aad9;
}
.blog-body a:hover {
  color: #0077a6;
}
.blog-body img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.eo-event-meta {
  margin-left: 255px;
}
.eo-event-meta li {
  line-height: 1.4;
}

.blog-single {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.blog-single .eo-event-meta {
  float: left;
  max-width: 272px;
  width: 100%;
  margin-left: 24px;
}
.blog-single .eo-event-meta li {
  margin: 8px 0;
  line-height: 1.4;
  font-size: 1.1em;
}

.eo-event-venue-map {
  position: relative;
  float: right;
  width: 300px;
  height: 200px;
  margin: 0;
  background: #ccc;
  border: 1px solid #999;
}

.entry-meta h2 {
  margin-bottom: 14px;
  padding: 8px 12px;
  font-size: 1.4em;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(85, 85, 85, 0.5);
  background: #ff22a1;
  background: -moz-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff22a1), color-stop(100%, #E3007F));
  background: -webkit-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -o-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -ms-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: linear-gradient(to bottom, #ff22a1 0%, #e3007f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  border-radius: 4px;
  border: 1px solid #c1005d;
}
.entry-meta a {
  color: #00aad9;
}
.entry-meta a:hover {
  color: #0077a6;
}

.wp-event-heading {
  padding: 6px 12px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.6em;
  color: #fff000;
  background: #221814;
}

.not-thumb {
  position: relative;
  float: left;
  width: 255px;
  min-height: 157px;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #aaa));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #aaaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.not-thumb:hover {
  opacity: .8;
}
.not-thumb span {
  display: table-cell;
  width: 255px;
  height: 157px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.not-archive-thumb {
  position: relative;
  float: left;
  width: 305px;
  min-height: 157px;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #aaa));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #aaa 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #aaaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.not-archive-thumb:hover {
  opacity: .8;
}
.not-archive-thumb span {
  display: table-cell;
  width: 255px;
  height: 157px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.attachment-event-thumb {
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.attachment-event-thumb:hover {
  opacity: .8;
}

.event-archive-title {
  margin-bottom: 24px;
  padding: 6px 12px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff000;
  background: #221814;
}

.event-archive {
  position: relative;
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid #777;
  -webkit-box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.3);
  box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.3);
}
.event-archive:after {
  content: "";
  display: block;
  clear: both;
}
.event-archive a {
  color: #00aad9;
}
.event-archive a:hover {
  color: #0077a6;
}

.entry-title-text {
  display: block;
  margin-left: 255px;
  padding: 8px 8px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  background: #ff22a1;
  background: -moz-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff22a1), color-stop(100%, #E3007F));
  background: -webkit-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -o-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -ms-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: linear-gradient(to bottom, #ff22a1 0%, #e3007f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  -webkit-box-shadow: inset -1px -1px 3px 0 rgba(51, 51, 51, 0.3);
  box-shadow: inset -1px -1px 3px 0 rgba(51, 51, 51, 0.3);
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.entry-title-text:hover {
  color: #fff000;
}

.event-entry-meta time {
  display: block;
  margin-left: 255px;
  padding: 8px 6px;
  font-weight: bold;
  font-size: 1.1em;
  color: #222;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
  background: #e7e7e7;
}
.event-entry-meta .eo-event-meta {
  list-style: none;
  margin-left: 255px;
  padding: 8px;
}
.event-entry-meta .eo-event-meta-left {
  font-weight: bold;
}

a.event-read-more {
  display: block;
  padding: 10px 8px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(51, 51, 51, 0.4), 0 1px 1px rgba(238, 238, 238, 0.4);
  background: #FCD006;
  background: -moz-linear-gradient(top, #FCD006 0%, #d7ab00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCD006), color-stop(100%, #d7ab00));
  background: -webkit-linear-gradient(top, #FCD006 0%, #d7ab00 100%);
  background: -o-linear-gradient(top, #FCD006 0%, #d7ab00 100%);
  background: -ms-linear-gradient(top, #FCD006 0%, #d7ab00 100%);
  background: linear-gradient(to bottom, #fcd006 0%, #d7ab00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  -webkit-box-shadow: inset 0px 1px 2px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 1px 2px 0 rgba(255, 255, 255, 0.6);
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
a.event-read-more:hover {
  color: #333;
  background: #FCD006;
  background: -moz-linear-gradient(top, #FCD006 0%, #c99d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCD006), color-stop(100%, #c99d00));
  background: -webkit-linear-gradient(top, #FCD006 0%, #c99d00 100%);
  background: -o-linear-gradient(top, #FCD006 0%, #c99d00 100%);
  background: -ms-linear-gradient(top, #FCD006 0%, #c99d00 100%);
  background: linear-gradient(to bottom, #fcd006 0%, #c99d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
}

.pager {
  margin: 24px auto;
  list-style: none;
  text-align: center;
}
.pager a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(17, 17, 17, 0.6);
  background: #E3007F;
  background: -moz-linear-gradient(top, #E3007F 0%, #c1005d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E3007F), color-stop(100%, #c1005d));
  background: -webkit-linear-gradient(top, #E3007F 0%, #c1005d 100%);
  background: -o-linear-gradient(top, #E3007F 0%, #c1005d 100%);
  background: -ms-linear-gradient(top, #E3007F 0%, #c1005d 100%);
  background: linear-gradient(to bottom, #e3007f 0%, #c1005d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset -1px -1px 2px 0 rgba(51, 51, 51, 0.3);
  box-shadow: inset -1px -1px 2px 0 rgba(51, 51, 51, 0.3);
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.pager a:hover {
  color: #FCD006;
  background: #b0004c;
  background: -moz-linear-gradient(top, #b0004c 0%, #d2006e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0004c), color-stop(100%, #d2006e));
  background: -webkit-linear-gradient(top, #b0004c 0%, #d2006e 100%);
  background: -o-linear-gradient(top, #b0004c 0%, #d2006e 100%);
  background: -ms-linear-gradient(top, #b0004c 0%, #d2006e 100%);
  background: linear-gradient(to bottom, #b0004c 0%, #d2006e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
}
.pager .archive-prev,
.pager .single-next {
  float: left;
}
.pager .archive-next,
.pager .single-prev {
  float: right;
}

.event-archive-pager .pager {
  width: 340px;
}
.event-archive-pager .pager a {
  width: 160px;
}

.single-pager {
  margin: 64px 0;
  padding: 1px 0;
  border-top: 1px solid #333;
}
.single-pager .pager {
  margin: 24px auto;
  width: 100%;
}
.single-pager .pager a {
  width: 286px;
}

.loop-title-text {
  display: block;
  padding: 8px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  background: #ff22a1;
  background: -moz-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff22a1), color-stop(100%, #E3007F));
  background: -webkit-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -o-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: -ms-linear-gradient(top, #ff22a1 0%, #E3007F 100%);
  background: linear-gradient(to bottom, #ff22a1 0%, #e3007f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  -webkit-box-shadow: inset -1px -1px 3px 0 rgba(51, 51, 51, 0.3);
  box-shadow: inset -1px -1px 3px 0 rgba(51, 51, 51, 0.3);
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.loop-title-text:hover {
  color: #fff000;
}

.loop-meta {
  position: relative;
  margin-left: 255px;
}
.loop-meta time {
  display: block;
  padding: 6px;
  color: #E3007F;
}
.loop-meta time i {
  margin-right: 8px;
}

.loop-meta-data {
  padding: 0 8px;
  list-style: none;
}
.loop-meta-data li {
  line-height: 1.4;
}
.loop-meta-data i {
  color: #00AAD9;
}

.loop-post {
  padding: 8px;
}

.loop-read-more {
  display: block;
  width: 96%;
  margin: 6px auto;
  padding: 8px;
  font-size: 1.2em;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 -2px 1px rgba(0, 0, 0, 0.4);
  background: #424346;
  background: -moz-linear-gradient(top, #424346 0%, #202124 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424346), color-stop(100%, #202124));
  background: -webkit-linear-gradient(top, #424346 0%, #202124 100%);
  background: -o-linear-gradient(top, #424346 0%, #202124 100%);
  background: -ms-linear-gradient(top, #424346 0%, #202124 100%);
  background: linear-gradient(to bottom, #424346 0%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.loop-read-more:hover {
  opacity: .8;
}
.loop-read-more span {
  color: #fff000;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.sns-btn-list {
  max-width: 376px;
  list-style: none;
}
.sns-btn-list:after {
  content: "";
  display: block;
  clear: both;
}
.sns-btn-list li {
  float: left;
  margin-bottom: 24px;
  padding: 4px;
}
.sns-btn-list a {
  position: relative;
  display: block;
  min-width: 86px;
  min-height: 36px;
  margin: 0;
  padding: 8px 10px 6px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.sns-btn-list a:hover .fa {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sns-btn-list .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.sns-btn-list .text {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  padding: 3px 0;
  font-size: 12px;
  color: #383838;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.sns-btn-list .text:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.sns-btn-list .sns-count {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 14px;
}
.sns-btn-list .twitter a {
  background: #00acee;
}
.sns-btn-list .twitter a:hover {
  background: #0092ca;
}
.sns-btn-list .facebook a {
  background: #3b5998;
}
.sns-btn-list .facebook a:hover {
  background: #2c4373;
}
.sns-btn-list .googleplus a {
  background: #db4a39;
}
.sns-btn-list .googleplus a:hover {
  background: #ad3a2d;
}
.sns-btn-list .hatebu a {
  background: #5d8ac1;
}
.sns-btn-list .hatebu a:hover {
  background: #43638b;
}
.sns-btn-list .line a {
  background: #25af00;
}
.sns-btn-list .line a:hover {
  background: #219900;
}
.sns-btn-list .pocket a {
  background: #f03e51;
}
.sns-btn-list .pocket a:hover {
  background: #c0392b;
}
.sns-btn-list .rss a {
  background: #ffb53c;
}
.sns-btn-list .rss a:hover {
  background: #e09900;
}
.sns-btn-list .feedly a {
  background: #87c040;
}
.sns-btn-list .feedly a:hover {
  background: #74a436;
}

.fa-hatena,
.fa-line,
.fa-pocket {
  display: inline-block;
}

.fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.fa.fa-line,
.fa.fa-pocket,
.fa.fa-rss {
  margin-right: 0;
}

.fa-line::before {
  content: "LINE";
  font-weight: bold;
}

.fa-pocket::before {
  content: "Pocket";
  font-size: 18px;
}

/* LightBox
****************************************************/
#Lightnbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 680px) {
  #Lightnbox {
    background: rgba(0, 0, 0, 0.9);
  }
}

#imgBox,
#imgBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#imgBox {
  max-width: 80%;
  min-width: 320px;
  max-height: 80%;
  min-height: 240px;
  width: auto;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 680px) {
  #imgBox {
    max-width: 100%;
    max-height: 100%;
  }
}
#imgBox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  border: 6px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 680px) {
  #imgBox img {
    border: none;
    border-radius: 0;
  }
}

#btnClose {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(./images/lightbox/btn_close.png) no-repeat center center;
  background: -webkit-image-set(url(./images/lightbox/btn_close.png) 1x, url(./images/lightbox/btn_close@2x.png) 2x) no-repeat center center;
  border-radius: 100%;
  -webkit-box-shadow: 4px 3px 8px 0 rgba(17, 17, 17, 0.2);
  box-shadow: 4px 3px 8px 0 rgba(17, 17, 17, 0.2);
}

/*# sourceMappingURL=style.css.map */
