﻿@charset "utf-8";

@import url("/assets/css/reset.css");

body {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

/* header */
.header .mode-bar {
  background: #d80d18;
}
.header .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.header .mode-text {
  font-weight: bold;
  font-size: 1.438em;
  color: #fff;
}
.header .mode-normal {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 190px;
  padding: 14px 0;
  border: 2px #fff solid;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.header .logo {
  padding: 10px 0;
  background: #fff;
}
.header .logo h1 {
  width: 100px;
  margin: 0 auto;
}
.header .logo h1 img {
  display: block;
  width: 100%;
  height: auto;
}


.main-content {
  padding: 40px 0 100px;
}
.main-content > .center {
  width: 1000px;
  margin: 0 auto;
}


/* message */
#message {
  line-height: 1.4;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 1.25em;
  text-align: justify;
}


/* youtubeLive */
#youtubeLive {
  margin-bottom: 60px;
  padding: 30px 50px 40px;
  border: 2px #d80d18 solid;
  background: #fff;
}
#youtubeLive h1 {
  margin-bottom: 35px;
  padding: 20px 0;
  border-radius: 5px;
  background: #d80d18;
  color: #fff;
  font-weight: bold;
  font-size: 1.250em;
  text-align: center;
}
#youtubeLive h2 {
  margin-bottom: 35px;
  color: #d80d18;
  font-weight: bold;
  font-size: 1.563em;
  text-align: center;
}
#youtubeLive .youtube {
  width: 700px;
  margin: 0 auto;
}
#youtubeLive .link {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 0;
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 1.16em;
  text-align: center;
}


/* saigaiInfo */
#saigaiInfo section {
  margin-bottom: 50px;
}
#saigaiInfo .saigai-ttl {
  line-height: 1.4;
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 2.188em;
  text-align: center;
}
#saigaiInfo .saigai-ttl:before {
  display: inline-block;
  content: "i";
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  border-radius: 22px;
  border: 3px #d80d18 solid;
  color: #d80d18;
  font-size: 35px;
}
#saigaiInfo .info-ttl {
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.250em;
}
#saigaiInfo .info-data {
  padding: 5px 30px;
  border-radius: 8px;
  background: #fff;
  text-align: justify;
}
#saigaiInfo .info-block {
  padding: 25px 0;
  border-bottom: 1px #e1e1e1 solid;
}
#saigaiInfo .info-block:last-child {
  border-bottom:0;
}
#saigaiInfo .info-block .category01 {
  display: inline-block;
  margin: 0 10px 15px 0;
  padding: 7px 10px;
  background: #f0f300;
  color: #000;
  font-weight: bold;
  font-size: 0.875em;
}
#saigaiInfo .info-block .category02 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 10px;
  background: #d80d18;
  color: #fff;
  font-weight: bold;
  font-size: 0.875em;
}
#saigaiInfo .info-data h3 {
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.125em;
}
#saigaiInfo .info-data h3 span {
  font-size: 0.889em;
}
#saigaiInfo .info-block .text {
  line-height: 1.7;
  font-size: 0.938em;
}

/* footer */
.footer .pagetop {
  padding-bottom: 30px;
  text-align: center;
}
.footer .pagetop a {
  display: inline-block;  
  position: relative;
  font-weight: bold;
}
.footer .pagetop a:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: #000;
  border-radius: 25px;
}
.footer .pagetop a:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer .copyright {
  background: #000;
}
.footer .copyright small {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}



@media all and (max-width: 812px) {
/* header */
.header .inner {
  width: 100%;
  padding: 15px 0;
}
.header .mode-text {
  font-size: 1.188em;
}
.header .mode-normal {
  right: 7px;
  width: 160px;
  padding: 9px 0;
  font-size: 12px;
}
.header .logo {
  padding: 8px 0;
}
.header .logo h1 {
  width: 85px;
}


.main-content {
  padding: 5% 0 100px;
}
.main-content > .center {
  width: 90%;
}

#message {
  padding: 7%;
  font-size: 1em;
}


/* youtubeLive */
#youtubeLive {
  margin-bottom: 60px;
  padding: 7%;
}
#youtubeLive h1 {
  margin-bottom: 5%;
  padding: 15px 0;
  font-size: 1.125em;
}
#youtubeLive h2 {
  line-height: 1.4;
  margin-bottom: 5%;
  font-size: 1.25em;
}
#youtubeLive .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtubeLive .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* saigaiInfo */
#saigaiInfo .saigai-ttl {
  margin-bottom: 25px;
  font-size: 1.750em;
}
#saigaiInfo .saigai-ttl:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  border-radius: 20px;
  font-size: 23px;
  vertical-align: 3px;
}
#saigaiInfo .info-ttl {
  padding: 12px 15px;
  font-size: 1.125em;
}
#saigaiInfo .info-data {
  padding: 5px 5%;
}
#saigaiInfo .info-block {
  padding: 5% 0;
}
#saigaiInfo .info-block .category02 {
  font-size: 0.813em;
}
#saigaiInfo .info-data h3 {
  font-size: 1.063em;
}
#saigaiInfo .info-block .text {
  font-size: 0.875em;
}

/* footer */
.footer .copyright small {
  width: 100%;
  padding: 20px 0;
  font-size: 12px;
} 

}

@media all and (max-width: 568px) {
.header .inner {
  padding: 15px 10px;
  text-align: left;
}
.header .mode-text {
  font-size: 0.937em;
}
.header .mode-normal {
  right: 5px;
  width: 140px;
  padding: 8px 0;
  font-size: 11px;
}
.header .logo h1 {
  width: 70px;
}

.main-content {
  padding: 5% 0 40px;
}  
#youtubeLive {
  margin-bottom: 40px;
}
#youtubeLive h1 {
  padding: 12px 0;
  font-size: 1em;
}  
#youtubeLive h2 {
  font-size: 1em;
}
#youtubeLive .link {
  width: 80%;
  padding: 15px 0;
  font-size: 1em;
}

#saigaiInfo section {
  margin-bottom: 40px;
}
#saigaiInfo .saigai-ttl {
  font-size: 1.5em;
}  
#saigaiInfo .saigai-ttl:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  vertical-align: 2px;
}  


.footer .pagetop {
  padding-bottom: 20px;
}
.footer .pagetop a {
  font-size: 0.875em;
}
}

























