@charset "utf-8";

/*基本CSS*/
.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt8 {margin-top: 8px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}

#main {
  overflow: hidden;
  position: relative;
}
.wrapper {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
 width: 640px;
}

.eventNavi {
  padding: 15px;
}
.eventNavi ul li {
  border-radius: 8px;
}
.event_link {
  padding-top: 20px;
  margin-top: -20px;
}
.infoBtn {
  position: absolute;
  right: 24px;
}
.infoBtn a {
  display: inline-block;
  width:30px;
  transition: transform .2s;
}
.infoBtn a:active {
   transform: scale(.95);
}
.infoBtn img {
}
.info_link {
  padding-top: 30px;
  margin-top: -30px;
}
.info_link a {
  display: inline-block;
  transition: transform .2s;
}
.info_link a:active {
   transform: scale(.99);
}

#footer {
  background: #fff;
  overflow: hidden;
}
.footer_logo img {
  margin-top: 10px;
  max-width: 60%;
  width: 300px;
}
.footer_wrapper {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 640px;
}

#footer p {
  margin: 0;
  padding: 5px;
  margin-right: 0;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.4;
}

#footer a {
  display: block;
  padding: 20px;
  margin: 10px 5px 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 6px;
  background: #D43453;
}
#footer a:hover {
  opacity: .9;
}

.copyright {
  width: 100%;
  color: #999;
  font-size: 0.8rem;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  .header_wrapper,.wrapper,.footer_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
