@charset "UTF-8";
/*
Theme Name: greenhall
Theme URI: http://hall-net.or.jp
Description:
Version: 1.0
Author: Chokumo
Author URI: http://hall-net.or.jp
*/
@import url(css/eventorganiser-admin-3.8+.css);
/* @import "css/eventorganiser-admin-style-rtl.css"; */
@import url(css/eventorganiser-admin-style.css);
/* @import "css/eventorganiser-jquery-ui-rtl.css"; */
@import url(css/eventorganiser-jquery-ui.css);
/* @import "css/eventorganiser-front-end-rtl.css"; */
@import url(css/eventorganiser-front-end.css);
@import url(css/fullcalendar.css);
/*
RESET
*****************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ol, ul {
  list-style-type: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--- default */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,verdana,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 1.5;
  min-width: 1100px;
  font-size: 14px;
}

img {
  vertical-align: top;
}

/*--- common */
.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center !important;
}

.center {
  margin: 0 auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.noborder {
  border: none !important;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nobg {
  background: none !important;
}

.bottom5 {
  margin-bottom: 5px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.bottom30 {
  margin-bottom: 30px !important;
}

.bottom40 {
  margin-bottom: 40px !important;
}

.bottom50 {
  margin-bottom: 50px !important;
}

.bottom60 {
  margin-bottom: 60px !important;
}

.bottom70 {
  margin-bottom: 70px !important;
}

.bottom80 {
  margin-bottom: 80px !important;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top80 {
  margin-top: 80px;
}

.large {
  font-size: 110% !important;
}

.bold {
  font-weight: 700;
}

strong {
  display: block;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}

a:hover {
  color: #2ea0a0 !important;
}

a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: alpha(opacity=80);
  /* ie 8 */
  -moz-opacity: .8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: .8;
  /* Safari 1.x */
}

.clear {
  clear: both;
}

.wrap {
  background: #fff;
  width: 100%;
}

header {
  background: #fff;
  width: 100%;
}

header #headerContent {
  width: 1000px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

header #headerContent #logo {
  float: left;
  padding-top: 50px;
}

header #headerContent #ticket {
  position: absolute;
  right: 0;
  top: 20px;
}

header #headerContent #fontSize {
  position: absolute;
  right: 0;
  bottom: 20px;
}

header #headerContent #fontSize dt {
  float: left;
  font-size: 10px;
  padding-top: 5px;
}

header #headerContent #fontSize dd {
  float: right;
}

header #headerContent #fontSize dd li {
  float: left;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 5px;
}

header #headerContent #fontSize dd li#small {
  background: url(img/common/font_s_off.png) no-repeat center center;
}

header #headerContent #fontSize dd li#small.textresizer-active {
  background-image: url(img/common/font_s_on.png);
}

header #headerContent #fontSize dd li#middle {
  background: url(img/common/font_m_off.png) no-repeat center center;
}

header #headerContent #fontSize dd li#middle.textresizer-active {
  background-image: url(img/common/font_m_on.png);
}

header #headerContent #fontSize dd li#large {
  background: url(img/common/font_l_off.png) no-repeat center center;
}

header #headerContent #fontSize dd li#large.textresizer-active {
  background-image: url(img/common/font_l_on.png);
}

article > section {
  width: 1100px;
  overflow: hidden;
  margin: 20px auto 20px;
}

article > section:first-child {
  margin-top: 0;
}

article section .inner {
  background: #fff;
  border-radius: 5px;
  width: auto;
  overflow: hidden;
}

section#silideBox {
  width: 1100px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #000;
  position: relative;
}

.callbacks_tabs {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

.callbacks_tabs li {
  float: left;
  padding-right: 4px;
}

.callbacks_tabs li a {
  display: block;
  text-indent: 100px;
  width: 7px;
  height: 7px;
  overflow: hidden;
  background: url(img/top/slide_off.png) no-repeat center center;
}

.callbacks_tabs li.callbacks_here a {
  background: url(img/top/slide_on.png) no-repeat center center;
}

section#topevents li {
  float: left;
  margin-right: 20px;
}

section#topevents li:last-child {
  margin-right: 0;
}

.topinfo .inner {
  padding: 40px;
  position: relative;
}

.inner .arrow {
  padding: 8px 0 8px 30px;
  background: url(img/common/icon01.png) no-repeat left center;
}

.topinfo h2 {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.topinfo ul {
  margin-left: 330px;
}

.topinfo ul li {
  padding-bottom: 1em;
  width: 100%;
  overflow: hidden;
}

.topinfo ul li span {
  float: left;
}

.topinfo ul li p {
  margin-left: 100px;
}

.topinfo ul li:last-child {
  padding-bottom: 0;
}

.topinfo .tolist {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.sectionBox {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.sectionBox .left_sections {
  float: left;
  width: 280px;
}

.sectionBox .left_sections section {
  margin-bottom: 20px;
}

.sectionBox .left_sections section.text .inner a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 18px;
}

.sectionBox #calendar {
  float: right;
  width: 700px;
}

.sectionBox #calendar .inner {
  /*height: 520px;*/
  min-height: 200px;
}

.inner .sq {
  margin: 20px 0 0 20px;
  padding-left: 24px;
  background: url(img/common/icon02.png) no-repeat left 4px;
}

#calendar .inner .hall_aki {
  padding: 0 20px 20px 0;
  text-align: right;
}

#twitter .entry, #calendar .entry {
  padding: 20px;
  text-align: center;
}

#ticket .inner {
  background: #e3e3e2;
  text-align: center;
  padding: 20px;
}

#ticket .inner em {
  display: block;
  padding-bottom: 20px;
}

#ticket .inner li {
  padding-bottom: 14px;
}

#ticket .inner li:last-child {
  padding-bottom: 0;
}

#ticket .inner li a {
  display: block;
  width: 100%;
  line-height: 40px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

#ticket .inner li a img {
  vertical-align: middle;
}

#otherhall ul {
  width: auto;
  overflow: hidden;
  padding: 10px 0;
}

#otherhall li {
  margin: 18px 0 18px 55px;
}

#otherhall li a {
  display: inline-block;
  padding-left: 20px;
  height: 15px;
  background: url(img/common/icon03.png) no-repeat left top;
  padding-top: 5px;
  line-height: 1;
}

/*********************************************************
	トップリニューアル
**********************************************************/
nav {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  background: #000;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul li a {
  letter-spacing: 0.3em;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 399px;
  height: 100%;
  color: #fff;
  font-size: 15px;
}

nav ul li:after {
  content: "　";
  border-right: 1px solid #2ea0a0;
  display: inline;
  margin: 12px 0;
}

nav ul li:last-child:after {
  content: none;
  content: none;
}

section.mv {
  width: 1200px;
  margin: 0 auto;
}

section.mv img {
  display: block;
}

section.mv ul li.event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

section.mv ul li.event a:hover {
  color: #888 !important;
}

section.mv ul li.event a .trim {
  width: 820px;
  height: 460px;
  overflow: hidden;
  position: relative;
}

section.mv ul li.event:nth-child(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

section.mv ul li.event img {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
}

section.mv ul li.event a .event_text_wrap {
  position: relative;
  width: 380px;
  height: 460px;
  overflow: hidden;
}

section.mv ul li.event a .event_text_wrap:before {
  content: '';
  position: absolute;
  top: 180px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 0px 0px 0px -200px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg);
  z-index: 2;
}

section.mv ul li.event a .event_text {
  position: absolute;
  width: 300px;
  margin: 0 auto;
  bottom: 80px;
  left: 50px;
}

section.mv ul li.event.bg_blue {
  background: #001f59;
}

section.mv ul li.event.bg_black {
  background: #1d1d1d;
}

section.mv ul li.event.bg_brown {
  background: #603813;
}

section.mv ul li.event a .event_text h3, section.mv ul li.event a .event_text .subtitle {
  font-size: 120%;
}

section.mv ul li.event a .event_text .event_title {
  margin-bottom: 20px;
}

.btn {
  margin: 50px auto;
  text-align: center;
}

.btn a {
  font-size: 120%;
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #000;
  padding: 10px 100px;
  color: #000;
  position: relative;
}

.btn a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-right: 20px;
}

.today_event {
  margin-bottom: 50px;
}

.today_event h2 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  font-size: 120%;
  margin-bottom: 30px;
}

.news h2, .top_ticket h2 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  font-size: 120%;
  margin-bottom: 30px;
}

.today_event h2:after, .news h2:after, .top_ticket h2:after {
  content: '';
  position: absolute;
  right: -87px;
  top: 55px;
  width: 100px;
  height: 50%;
  margin: 0px 0px 0px 0px;
  background: #2ea0a0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
  z-index: 2;
}

.today_event ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.today_event ul li a span:before {
  content: "■";
}

.news ul li {
  margin-bottom: 20px;
}

.news ul li p {
  font-size: 120%;
}

.news ul li span {
  color: #646464;
}

.top_banner_link {
  margin-bottom: 50px;
}

.top_banner_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_banner_link ul li a img {
  max-width: 350px;
}

.twitter_banner a img {
  display: block;
  margin: 50px auto;
}

.top_ticket {
  margin-bottom: 100px;
}

.top_ticket ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.top_ticket ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_ticket ul li a p {
  width: 100%;
  text-align: center;
  font-size: 120%;
  margin-top: 10px;
}

.other_site {
  margin-bottom: 80px;
}

.other_site ul li {
  margin-bottom: 2px;
  background: #f5f5f5;
}

.other_site ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.other_site ul li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-right: 20px;
}

.other_site ul li a > .text {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other_site ul li a > .text p.title {
  margin-bottom: 10px;
  font-size: 200%;
  letter-spacing: 0.2em;
  font-weight: 900;
}

.other_site ul li:first-child a > .text p.title {
  color: #32a0a0;
}

.other_site ul li:nth-child(2) a > .text p.title {
  color: #5a8bb9;
}

.other_site ul li:nth-child(3) a > .text p.title {
  color: #8c6d8a;
}

.other_site ul li:nth-child(4) a > .text p.title {
  color: #7cad41;
}

.other_site ul li:nth-child(5) a > .text p.title {
  color: #cf7f20;
}

.other_site ul li a .text p.english {
  letter-spacing: 0.1em;
  font-size: 120%;
  color: #3c3c3c;
  font-weight: lighter;
}

.other_link {
  width: 830px;
  margin: 0 auto 80px auto;
}

.other_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other_link ul li {
  margin-bottom: 30px;
}

.other_link ul li a {
  display: block;
}

.other_link ul li a p {
  font-size: 120%;
  text-align: center;
  margin-top: 20px;
}

.top_access {
  background: #f5f5f5;
  width: 100%;
  margin: 0 auto;
}

.top_access .flex {
  padding: 50px 0 30px 0;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_access .flex .logo {
  width: 500px;
}

.top_access .flex .logo img {
  width: 100%;
}

.top_access .flex .text {
  line-height: 1.8em;
}

footer {
  width: 100%;
  background: #32a0a0;
  position: relative;
}

footer .w1100 {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}

footer .links ul {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

footer .links ul a {
  color: #fff;
}

footer .links ul a:hover {
  color: #ccc !important;
}

footer .logo img {
  display: block;
  margin: 50px auto;
}

footer p {
  text-align: center;
  color: #231815;
  font-size: 100%;
}

.floating_top_link {
  position: absolute;
  right: 20%;
  top: -20px;
}

/****************************************************
  トップ臨時バナー
*****************************************************/
.covid-19 {
  margin: 20px auto;
  width: 500px;
}

.covid-19 a {
  display: block;
}

.covid-19 a img {
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=top_new.css.map */