@charset "utf-8";

body{
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

p,h1,h2,h3,h4,h5,h6, {
  margin-top: 0;
}

h1{
  font-size: 35px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px;
  margin: 30px 0px 30px;
  border-bottom: 2px solid #cccccc;
}

#index h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  margin: 0px;
  text-decoration: none;
}

#about h2{
  font-size: 35px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px;
  margin: 30px 0px;
  border-bottom: 2px solid #cccccc;
}

#contact h2{
  font-size: 35px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px;
  margin: 30px 0px;
  border-bottom: 2px solid #cccccc;
}

img {
  vertical-align:bottom;
}

header {
  margin:0 auto;
}

.logo{
  padding:30px 20px;
}

.content{
  width:80%;
  margin:0 auto;
}

#index header{
  height: 600px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:100% 600px;
}

#about .header-top{
  height: 300px;
  background-image: url(../images/about_header_base.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:100% 300px;
}

#contact .header-top{
  height: 300px;
  background-image: url(../images/contact_header_base.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:100% 300px;
}

.big h1{
  font-family: 'Noto Serif JP', serif;
  color: #ffffff;
  border-style: none;
  margin: 5px 0px 0px 100px;
  font-weight: normal;
  letter-spacing: 10px;
  font-size: 150px;
}

#index .text01{
  font-size: 18px;
  padding-left: 11px;
  margin-bottom: 40px;
}

#contact .text01{
  font-size: 18px;
  padding-left: 11px;
  margin-bottom: 30px;
}

#index .NotNow{
  display: inline-block;
  padding-left: 10px;
  margin: 0;
  font-size: 25px;
  color: red;
}

#index h3{
  font-size: 28px;
  width: 120px;
  text-align: center;
  margin: 25px 0px 0px 15px;
  padding: 7px;
  display: block;
  background-color:#dcdcdc;
  border-radius: 6px;
  display: inline-block;
}

#contact h3{
  font-size: 25px;
  margin: 0px auto 20px;
}

#index ul{
  font-size: 30px;
  margin-top: 10px;
  padding-left: 60px;
}

#index ul li{
  padding-top: 15px;
  padding-bottom: 15px;
}

.LED{
  widows: 100%;
  height: 50%;
}

#index .icon:before{
  content:"";
  padding-right: 10px;
  border-left: 7px solid #4169e1;
}

#contact .icon:before{
  content:"";
  padding-right: 10px;
  border-left: 7px solid #4169e1;
}

#index .details-A{
  width: 47%;
  height: 100%;
  float:right;
}

.details-A li{
  font-size: 30px;
}

#index .LED-image{
  width: 50%;
  height: 100%;
  float: left;
}

.LED-image img{
  width: 100%;
  height:100%;
}

.ToDetail{
  font-size: 25px;
  text-align: right;
  margin-top: 10px;
  padding-right: 40px;
}

.ToDetail a{
  color: #000000;
  text-decoration: none;
}

.ToDetail a:hover{
  border-bottom: 2px solid #4169e1;
  padding-bottom: 2px;
}

.line{
  margin:40px 0 50px 0;
  border-bottom: 2px solid #cccccc;
}

.maintenance{
  width: 100%;
  height: 50%;

}

#index .details-B{
  width: 47%;
  height: 100%;
  float:right;
}

.details-B li{
  font-size: 30px;
}

#index .maintenance-image{
  width: 50%;
  height: 100%;
  float: left;
}

.maintenance img{
  width: 100%;
  height: 100%;
}

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

#index .f-container {
  height: 70px;
  display:flex;
  padding-top: 435px;
}

.f-container{
  height: 70px;
  display: flex;
}

.f-item {
  text-align: center;
  flex: 1;
}

.f-item a {
  display: block;
  border: 3px solid #000000;
  font-size: 27px;
  padding: 10px 0;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}

.f-item a:hover {
  background-color: #808080;
}

.under{
  border-bottom: solid 2px #ff0000;
}

/*event*/


#event .header_top {
  height: 300px;
  background-image: url(../images/event_header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:100% 300px;
  position: relative;
}

#event .big h1{
  font-family: 'Noto Serif JP', serif;
  text-shadow: 0 4px 2px #696262;
  color: #ffffff;
  border-style: none;
  margin: 0 0 0 100px;
  font-weight: normal;
  letter-spacing: 10px;
  font-size: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#event h2{
  font-size: 35px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px;
  margin: 30px 0px;
  border-bottom: 2px solid #cccccc;
}


#event .text01{
  font-size: 18px;
  padding-left: 11px;
  margin-bottom: 30px;
}

#event h3{
  font-size: 25px;
  margin: 0px auto;
}

#event .icon:before{
  content:"";
  padding-right: 10px;
  border-left: 7px solid #4169e1;
}

#event .icon span{
    color: red;
  }

#event .recruit_container {
  padding: 0 0 0 17px;
  margin: 25px 0 40px 0;
  background-color: #eaeaea;
  border-radius: 3px;
}

#event .recruit_detail {
  display: flex;
  padding: 15px 0 15px 0;
}

#event .recruit_detail dt {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
}

#event .recruit_detail dd {
  flex: 5;
  font-size: 16px;
  padding-left: 15px;
}

/*maintenance*/


#maintenance .header_top {
  height: 300px;
  background-image: url(../images/maintenance_header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:100% 300px;
  position: relative;
}

#maintenance .big h1{
  font-family: 'Noto Serif JP', serif;
  text-shadow: 0 4px 2px #696262;
  color: #ffffff;
  border-style: none;
  margin: 0 0 0 100px;
  font-weight: normal;
  letter-spacing: 10px;
  font-size: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#maintenance h2{
  font-size: 35px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px;
  margin: 30px 0px;
  border-bottom: 2px solid #cccccc;
}


#maintenance .text01{
  font-size: 18px;
  padding-left: 11px;
  margin-bottom: 30px;
}

#maintenance h3{
  font-size: 25px;
  margin: 0px auto;
}

#maintenance .icon:before{
  content:"";
  padding-right: 10px;
  border-left: 7px solid #4169e1;
}

#maintenance .recruit_container {
  padding: 0 0 0 17px;
  margin: 25px 0 40px 0;
  background-color: #eaeaea;
  border-radius: 3px;
}

#maintenance .recruit_detail {
  display: flex;
  padding: 15px 0 15px 0;
}

#maintenance .recruit_detail dt {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
}

#maintenance .recruit_detail dd {
  flex: 5;
  font-size: 16px;
  padding-left: 15px;
}

#maintenance .location:first-child {
  margin-bottom: 5px;
}


#about table{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#about .history th{
  width: 15%;
  font-size: 1.5vw;
  background-color: #f0f0f0;
  padding: 12px 0px;
  border: 1px solid #cccccc;
}

#about .history td{
  width:85%;
  font-size: 1.5vw;
  padding: 12px 40px;
  border: 1px solid #cccccc;
}

#about ul li{
  padding-top: 5px;
  padding-bottom: 15px;
}

#about .history span{
  font-weight: bold;
}

#about .L{
  margin-left: 60px;
  float: left;
}

#about .R{
  float: right;
}

#about .container{
  display: flex;
  width: 100%;
  height: 500px;
  justify-content:space-between;
}

#about .item01{
  width: 49%;
  height: 400px;
  float: left;
}

#about .item02{
  width: 49%;
  height: 400px;
  float: right;
}

#contact .box{
  height: 1100px;
}


#wrap{
  clear: both;
  background-color: #ffffff;
}

footer{
  width: 100%;
  margin: 70px auto 0px;
  padding: 20px 0px;
  text-align: center;
  background-color: #cccccc;
}

footer small{
  font-size:12px;
}


@media screen and (max-width:600px){
/*  画面サイズが600px以下の場合に適用*/

  body{
    font-size: 3.5vw;
  }

  .logo img{
    width: 40vw;
  }

  .logo{
    padding: 15px 10px 0;
  }

  h1{
    font-size: 7.2vw;
    margin: 0 1% 0 1%;
    font-size: 5vw;
  }

  .big h1{
    margin: 0px 0px 0px 25px;
    font-size: 10vw;
  }

  h2{
    font-size: 6vw;
  }

  #index h2{
    font-size: 4vw;
  }

  #about h2{
    font-size: 5vw;
    line-height: 1;
    padding: 10px;
    margin: 30px 1%;
  }

  #contact h2{
    font-size: 5vw;
    line-height: 1;
    padding: 10px;
    margin: 25px 1% 10px;
  }

  #contact h3{
    font-size: 4vw;
    margin: 20px auto;
    padding-left: 1%;
  }

  #index h3{
    font-size: 3vw;
    width: 13vw;
    margin: 15px 0px 0px 10px;
    padding: 4px;
    background-color:#dcdcdc;
    border-radius: 6px;
  }

  #index header{
    height: 300px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size:100% 300px;
  }

  #about .header-top{
    height: 100px;
    background-image: url(../images/about_header_base.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size:100% 100px;
  }

  #contact .header-top{
    height: 100px;
    background-image: url(../images/contact_header_base.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size:100% 100px;
  }

  #index .text01{
    font-size: 3vw;
    padding: 0 11px 0 11px;
    margin-bottom: 20px;
  }

  #index .f-container {
    display:flex;
    padding-top: 247px;
  }

  .f-container{
    height: 0;
    display: flex;
  }

  .f-item {
    flex: 1;
    text-align: center;
    font-weight: bold;
  }

  .f-item a {
    display: block;
    border: 1px solid #000000;
    font-size: 1.5vw;
    padding: 5px 0;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
  }

  .f-item01 {
    flex-basis: 17%;
  }

  .f-item02 {
    flex-basis: 23%;
  }

  .f-item03 {
    flex-basis: 26%;
  }

  .f-item04 {
    flex-basis: 17%;
  }

  .f-item05 {
    flex-basis: 17%;
  }

  #wrap{
    padding: 10px 0 0;
  }

  .content{
    width: 100%;
  }


  #index .NotNow{
    font-size: 3vw;
  }


  #index .LED-image{
    width: 50%;
    height: 100%;
    padding: 40px 1% 0 0 ;
    float: right;
  }

  #index .details-A{
    width: 47%;
    height: 100%;
    margin-left: 1%;
    float:left;
  }
  
  #index .details-A li{
  padding: 0px;
  }

  .line{
    margin:20px 0 30px 0;
  }

  #index .maintenance-image{
    width: 50%;
    height: 100%;
    padding: 40px 1% 0 0 ;
    float: right;
  }

  #index .details-B{
    width: 47%;
    height: 100%;
    margin-left: 1%;
    float:left;
  }
  
  #index .details-B li{
  padding: 0px;
  }

  #index ul{
    padding-left: 30px;
    margin-bottom: 0px;
  }

  #index ul li{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .details-A li{
    font-size: 3vw;
  }

  .details-B li{
    font-size: 3vw;
  }

  .ToDetail{
    font-size: 3vw;
    padding-right: 10px;
    margin-bottom: 0px;
  }
  

  #about .history th{
    padding: 0px;
    font-size: 2vw;
  }

  #about .history td{
    padding: 10px;
    font-size: 4vw;
  }

  #about .history .fn {
    font-size: 12px;
  }

  #about .history .ad {
    font-size: 12px;
  }

  #about .L{
    margin-left: 0;
    float: none;
  }

  #about .R{
    float: none;
  }

  #about .container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 700px;
  }

  #about .container .item01{
    width: 100%;
    height: 250px;
    float: none;
  }

  #about .container .item02{
    width: 100%;
    height: 250px;
    float: none;
  }

  #contact .text01{
    font-size: 4vw;
    padding: 0 11px;
    margin: 0;
  }
  
  #contact .box{
    height: 1450px;
  }

  #wrap{
    width: 100%;
  }

  footer{
    margin: 30px auto 0px;
  }
  
  
    /* ========================================
メディアクエリ（event.html）
========================================= */


  #event .header_top {
    height: 100px;
    background-image: url(../images/event_header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100px;
  }

  #event .big h1 {
    word-break: keep-all;
    font-size: 9vw;
    letter-spacing: -0.03em;
    margin: 10px 0 0 25px;
  }
  
  #event h2{
    font-size: 5vw;
    line-height: 1;
    padding: 10px;
    margin: 25px 1% 10px;
  }
  
  #event .text01{
    font-size: 4vw;
    padding: 0 11px 0 11px;
    margin-bottom: 20px;
  }

  #event .icon:first-child {
    letter-spacing: -0.1em;
  }
  
  #event h3{
    font-size: 5vw;
    margin: 20px auto;
    padding-left: 1%;
  }

  #event .recruit_container {
    width: 90%;
    margin: 10px auto 15px auto;
  }

  #event .recruit_detail {
    display: block;
  }

  #event .recruit_detail dd {
    padding-left: 0;
  }


  /* ========================================
  メディアクエリ（maintenance.html）
  ========================================= */


  #maintenance .header_top {
    height: 100px;
    background-image: url(../images/maintenance_header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100px;
  }

  #maintenance .big h1 {
    word-break: keep-all;
    font-size: 9vw;
    letter-spacing: -0.03em;
    margin: 10px 0 0 25px;
  }
  
  #maintenance h2{
    font-size: 5vw;
    line-height: 1;
    padding: 10px;
    margin: 25px 1% 10px;
  }
  
  #maintenance .text01{
    font-size: 4vw;
    padding: 0 11px 0 11px;
    margin-bottom: 20px;
  }
  
  #maintenance h3{
    font-size: 5vw;
    margin: 20px auto;
    padding-left: 1%;
  }

  #maintenance .recruit_container {
    width: 90%;
    margin: 10px auto 15px auto;
  }

  #maintenance .recruit_detail {
    display: block;
  }

  #maintenance .recruit_detail dd {
    padding-left: 0;
  }

}
