@charset "UTF-8";

body {
	font-family: "Genshin-Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	/*font-family: -apple-system, Helvetica, "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;*/
	line-height: 1.1;
	color: #000;
	background: url(../img/index/bg_check.png) repeat;
}
body.is_overlay {
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
}


/* base & layout
---------------------------------------- */
/*
*[class*="btn"] a {
  display: block;
}
*[class*="btn"] a:hover,
a[class*="btn"]:hover,
.slick-arrow:hover,
.slick-slide a:hover {
  opacity: 0.7;
}
*/
.header,
.globalnav,
.contents,
.footer {
  /*min-width: 1200px;*/
}

/* header */
.header {
  /*height: 87px;*/
  padding: 10px 0;
  /*
  background: #37A767;
  color: #FFF;
  */
  /*
  border-top: 3px solid #37A767;
  border-bottom: 3px solid #37A767;
  */
  border-bottom: 3px solid #37A767;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 24;
  background: #FFF;
}
.header .inner {
  width: 1050px;
  margin: 0 auto;
}
.header .header-logo {
	float: left;
	display: table;
	width: 100%;
}
.header .header-nav {
  text-align: right;
}
.header .header-nav ul {
  margin-bottom: 0px;
}
.header .header-nav li {
	height: 48px;
	padding: 9px 10px 0 8px; 
	float: right;
	display: inline;
	text-align: center;
}
.header .header-nav li:hover {
	background: #B0E1CF;
}
.header .header-nav li span.en {
	margin-top: 3px;
	display: block;
	color: #37A767;
}

.header .header-nav a:hover {
  text-decoration: underline;
}

/* globalnav */
.globalnav {
  background: #eee;
}
.globalnav ul {
  display: table;
  width: 1050px;
  margin: 0 auto;
}
.globalnav li {
  display: table-cell;
  width: 14%;
  font-size: 16px;
  letter-spacing: 1px;
}
.globalnav li a {
  display: block;
  padding: 15px 15px;
  height: 48px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.globalnav .movie-intro {
  background: #D1E45D;
}
.globalnav .lineup {
  background: #fac553;
}
@media all and (-ms-high-contrast:none){
  .globalnav li a { font-family: sans-serif; }
}
.globalnav li a[target="_blank"]:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 8px;
  vertical-align: -3px;
  background: url(../img/common/icon_external.png) no-repeat;
}
.globalnav li a:hover {
  color: #fff;
  background: #7a7a7a;
}

/* contents */
.contents .inner {
  width: 940px;
  margin: 0 auto;
}

/* contents-heading */
.contents-heading {
  display: table;
  width: 100%;
  color: #fff;
  background-color: #37A767;
  background-repeat: no-repeat;
  background-position: center center;
}
.contents-heading h1 {
  display: table-cell;
  height: 160px;
  vertical-align: middle;
  text-align: center;
}

/* contents-path */
.contents-path {
  height: 50px;
  padding: 18px 0;
  font-size: 13px;
  border-bottom: 1px solid #f1f1f1;
}
.contents-path li {
  display: inline;
  padding-right: 3px;
}
.contents-path li:before {
  display: inline-block;
  content: ">";
  margin-right: 5px;
  font-size: 86%;
  vertical-align: middle;
}
.contents-path li:first-child:before {
  display: none;
}
.contents-path li a {
  text-decoration: underline;
}
.contents-path li a:hover {
  text-decoration: none;
}

/* contents-bdoy */
.contents-body {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.86;
}
.contents-body > section {
  width: 940px;
  margin: 0 auto 30px;
}
.contents-body table {
  width: 100%;
}
.contents-body th,
.contents-body td {
  padding: 8px;
  border: 1px solid #cdcdcd;
}
.contents-body th {
  width: 280px;
  font-weight: normal;
  text-align: left;
  color: #000;
  background: #f1f1f1;
}

/* pagetop */
.btn-pagetop {
  position: relative;
  z-index: 0;
}
.btn-pagetop a {
  position: absolute;
  left: calc(50% + 570px);
  bottom: 30px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
  background: rgba(191,191,191,0.8);
  z-index: 10;
}
.btn-pagetop.is_fixed a {
  position: fixed;
}
.btn-pagetop a img {
  vertical-align: top;
}

/* footer */
.footer {
  padding: 30px 0 15px;
  color: #FFF;
  background: #37A767;
}
.footer .inner {
  width: 1050px;
  margin: 0 auto;
}
.footer .footer-logo {
  float: left;
  width: 327px;
  padding: 0 30px;
  border-right: 1px solid #fff;
}
.footer .footer-nav {
  float: right;
  width: 680px;
}
.footer .footer-nav ul {
  list-style-type: none;
  font-size: 15px;
}
.footer .footer-nav li {
  display: inline-block;
  margin: 0px 30px 0px 0;
}
.footer .footer-nav a:hover {
  text-decoration: underline;
}
.footer .footer-nav a[target="_blank"]:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background: url(../img/common/icon_external.png) no-repeat;
  background-size: auto 13px;
}
.footer .footer-nav li:last-child a:after {
  display: none;
}
.footer .copyright {
  margin-top: 30px;
  text-align: center;
}
.footer .copyright small {
  font-size: 12px;
  color: #4f4f4f;
  background: transparent;
}

/* module
---------------------------------------- */
/* subhead */
.subhead {
  margin-bottom: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.3;
}
.subhead:after {
  display: block;
  content: "";
  width: 100%;
  height: 14px;
  border-bottom: 1px solid #37A767;
}

/* lead text */
.lead {
  margin-bottom: 36px;
}

/* menu */
.menu {
  overflow: hidden;
  margin-bottom: 30px;
}
.menu ul {
  list-style-type: none;
  width: calc(100% + 20px);
}
.menu li {
  float: left;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 12px;
}
.menu li a {
  display: block;
  padding: 0.8em 1.2em;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  background: #eaeaea;
}
.menu li.current a,
.menu li a:hover {
  color: #fff;
  background: #919191;
}

/* subhead,lead,menu */
.contents-body > .subhead,
.contents-body > .lead,
.contents-body > .menu {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* news */
.post-date {
  padding: 3px 0;
  font-size: 14px;
  line-height: 1.4;
}
.post-date span {
  display: inline-block;
  width: 98px;
  height: 20px;
  margin-left: 20px;
  padding: 3px 9px;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
.category-information {
  border-left-color: #37A767;
}
.category-information span {
  background: #37A767;
}
.category-important {
  border-left-color: #d99a21;
}
.category-important span {
  background: #d99a21;
}

/* pagination */
.pagination {
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  line-height: 1;
}
.pagination a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  padding: 5px 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  color: #333;
  background: #fff;
  border: 1px solid #dedede;
  cursor: pointer;
}
.pagination a:hover,
.pagination a.current {
  color: #fff;
  background: #919191;
}
.pagination a.prev,
.pagination a.next {
  width: auto;
  height: auto;
  margin: 7px;
  padding: 0;
  font-size: 12px;
  text-decoration: underline;
  border: 0 none;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  text-decoration: none;
  color: inherit;
  background: transparent;
}

/* clearfix
---------------------------------------- */
article:before, article:after,
section:before, section:after,
nav ul:before, nav ul:after,
.inner:before, .inner:after,
.cf:before, .cf:after {
    content:"";
    display:table
}
article:after, section:after, nav ul:after,
.inner:after,
.cf:after { clear:both }


div.logo-image {
	background: #37A767;
	padding: 15px;
	color: #FFF;
	display: table-cell;
	width: 240px;
	text-align: center;
}
div.simple-lead {
	display: table-cell;
	padding-left: 20px;
	font-size: 0.8rem;
	vertical-align: middle;
}
div.header-nav-right {
	font-size: 0.8rem;
	padding-right: 80px;
}

section.section-block {
	padding-top: 30px;
	padding-bottom: 30px;
}
section.section-block h2 {
	width: 100%;
	text-align: center;
	padding: 15px;
	margin-bottom: 1.0rem;
	font-size: 1.6rem;
	font-weight: normal;
}
section.section-block h2 {
  position: relative;
  display: inline-block;
}

section.section-block h2:before,
section.section-block h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

section.section-block h2:after {
  right: 40%;
}
section.section-block h2:before {
  left: 40%;
}
a.btn-warning {
	font-size: 1.4rem;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #a0c238 !important;
	border: none !important;
	color: #FFF !important;
}
a.btn-warning:hover {
	cursor: pointer;
	background: #9CCBBC !important;
}
#navi-online {
	position: absolute;
	top: 0px;
	right: 80px;
	color: #FFF;
	text-align: center;
	width: 80px;
	z-index: 9999;
}
#navi-online:hover {
	cursor: pointer;
	background: #9CCBBC !important;
}
#navi-online .unko {
	padding-top: 20px;
	background: #a0c238;
	color: #FFF;
	text-align: center;
}
#navi-online .halfCircleBottom {
    height:45px;
    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    background: #a0c238;
}