body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin:0px;
  padding:0px;
}
div {
  display: block;
}

table, tr,th,td {
  border: none;
  border-spacing: 0;
  padding: 0px;
}

span.text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  margin-right: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */

  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

span.boldred{
  font-weight:bold;
  color:#FF0000;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000000;
    border: solid 1px #ffffff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 15px;
}
.menu-btn span:after {
    top: 15px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content {
    width: 20%;
    height: 500px;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(0,0,0,0.9);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 100px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 80%;/*メニューを画面内へ*/
}


.headerArea {
  position: fixed;
  width: 100%;
  background-color: #000000;
  //000000//0020a0
}
.headerTitleArea {
  color: #ffffff;
  text-align: center;
  border-bottom: solid 2px #ffffff;

  font-size: 30px;
  text-shadow: 2px 2px 2px #ffffff;
  -webkit-text-shadow: 2px 2px 2px #ffffff;
}
.headerMenuArea {
  margin: 0px;
  padding: 0px;
}

.gnav {
  margin: 0px auto;
}
.gnav__menu {
  padding: 0px;
}

.square_btn {
  margin: 0px;
  padding: 20px 10px;
  font-size: 20px;
  border-left: solid 2px #ffffff;
//  border-right: solid 2px #ffffff;
  text-decoration: none;
  color: #ffffff;
  transition: .4s;
}
.square_btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.sns_link {
  padding: 10px 0px 10px 20px;
}


.contentsArea {
//  padding-top: 100px;
}

.event-announcement {
  padding: 0 1%;
}
.event-lineup {
  padding: 10px 0;
  height: auto;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
}
.event-content {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  padding: 20px;
  text-align: center;
  background-color: #c3eaf7;
  //夏#c3eaf7//ffb6c1//b0c4de秋#F2B90C 冬#C9C8BD
}
.event-content h3 {
  padding: 0;
  margin: 0;
}
//.event-content img {
//  height: 300px;
//}

.big-event-content-1,
.big-event-content-2,
.big-event-content-3,
.big-event-content-4,
.big-event-content-5,
.big-event-content-6,
.big-event-content-7 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;/*leftの値を変更してメニューを画面外へ*/
    z-index: 60;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.5s;/*アニメーション設定*/
}
.event-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.event-btn::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

.event-btn img {
  width: 80%;
  padding: 10%;
}
#event-btn-check-1:checked ~ .big-event-content-1,
#event-btn-check-2:checked ~ .big-event-content-2,
#event-btn-check-3:checked ~ .big-event-content-3,
#event-btn-check-4:checked ~ .big-event-content-4,
#event-btn-check-5:checked ~ .big-event-content-5,
#event-btn-check-6:checked ~ .big-event-content-6,
#event-btn-check-7:checked ~ .big-event-content-7 {
  top: 0;/*メニューを画面内へ*/
}
#event-btn-check-1,
#event-btn-check-2,
#event-btn-check-3,
#event-btn-check-4,
#event-btn-check-5,
#event-btn-check-6,
#event-btn-check-7 {
  display: none;
}



.event_recruitment {
  clear: left;
  width: 47%;
  float: left;
  padding: 0px 1%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.update_history {
  width: 47%;
  float: right;
  padding: 0 1%;
  margin-top: 20px;
  margin-bottom: 50px;
  border-left: solid 1px #000000;
}
.scroll_window {
  height: 500px;
  overflow: auto;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.scroll_window::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

.footerArea {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 30px;
  background-color: #000000;
  color: #ffffff;
  width: 100%;
}

.copyright {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.copyright a{
  color: #ffffff;
  text-decoration: none;
}
