/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	index
----------------------------------------------------*/
#mainimg {
  margin-bottom: 0 !important;
  padding-bottom: 1px;
  border-bottom: 1px solid #d9a984;
}

#sp_mainimg {
  display: none;
  margin-bottom: 0 !important;
  padding-bottom: 1px;
  border-bottom: 1px solid #d9a984;
}

/*#catch {
	background: url(../images/bg_catch.jpg) no-repeat center center scroll;
    background-color: #faf9f7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 40px;
    .container {
    	padding:80px 0;
    	text-align: right;
    	h4 {
    		color:$color;
    		font-size:36px;
    		margin-bottom: 40px;
    	}
    	p {
    		font-size:16px;
    	}
    }
}*/
#five {
  padding: 20px 0 0;
}
#five h3 {
  font-weight: bold;
}
#five .desc {
  margin-bottom: 1.6em;
}
#five ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 480px) {
  #five h3 {
    font-size: 30px;
  }
  #five ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #five ul li {
    margin-bottom: 10px;
  }
}
#corona_taisaku {
  display: flex;
  justify-content: center;
}
#corona_taisaku .c_border {
  display: block;
  border: solid 2px #af0e0e;
  margin-top: 60px;
  padding: 30px;
  font-size: 24px;
  color: #af0e0e;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#catch {
  background: url(../images/bg_catch.jpg) no-repeat center center scroll;
  background-color: #faf9f7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#catch .container {
  padding: 60px 0;
  text-align: right;
}
#catch .container h4 {
  text-shadow: 0 0 10px #fff;
  color: #af0e0e;
  font-size: 36px;
  margin-bottom: 30px;
}
#catch .container p {
  text-shadow: 0 0 10px #fff;
  margin-bottom: 20px;
  font-size: 16px;
}
#catch .container .large {
  font-size: 18px;
  margin-bottom: 20px;
}

#topmenu ul {
  *zoom: 1;
}
#topmenu ul:before, #topmenu ul:after {
  content: "";
  display: table;
}
#topmenu ul:after {
  clear: both;
}
#topmenu ul li {
  width: 33%;
  float: left;
  margin: 0 0.5% 10px 0;
}
#topmenu ul li a {
  color: #333;
  text-decoration: none;
}
#topmenu ul li a img {
  margin-bottom: 16px;
  transition: all 0.3s;
}
#topmenu ul li a span {
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0 .5em;
}
#topmenu ul li a:hover img {
  opacity: 0.7;
}
#topmenu ul li:nth-child(3n) {
  margin-right: 0;
}

#story {
  background: url(../images/bg_story.jpg) no-repeat center center scroll;
  background-color: #faf9f7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#story .container {
  padding: 120px 0 120px 20px;
}
#story .container h4 {
  text-shadow: 0 0 10px #fff;
  color: #af0e0e;
  font-size: 36px;
  margin-bottom: 30px;
}
#story .container p {
  text-shadow: 0 0 10px #fff;
  margin-bottom: 20px;
}
#story .container .large {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#story .container .video {
  width: 60%;
  padding: 20px 0;
}

#news {
  	/*background: url(../images/bg_catch.jpg) no-repeat center center scroll;
      background-color: #faf9f7;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;*/
}
#news .half_l {
  height: 336px;
  overflow: auto;
  /*background: RGBa(255,255,255,0.6);*/
  background: #eee;
}
#news .half_l dl {
  padding: 36px 24px;
}
#news .half_l dl dt {
  color: #af0e0e;
  margin-bottom: 4px;
}
#news .half_l dl dd {
  padding-bottom: 14px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 16px;
}

#access .clearfix {
  margin-bottom: 10px;
}
#access .clearfix .pic {
  float: left;
  margin-right: 20px;
}
#access .clearfix .info h4 {
  font-size: 24px;
}
#access .clearfix .info address {
  line-height: 1.8;
}
#access .tenpo {
  *zoom: 1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #eee;
}
#access .tenpo:before, #access .tenpo:after {
  content: "";
  display: table;
}
#access .tenpo:after {
  clear: both;
}
#access .tenpo .half_l {
  *zoom: 1;
}
#access .tenpo .half_l:before, #access .tenpo .half_l:after {
  content: "";
  display: table;
}
#access .tenpo .half_l:after {
  clear: both;
}
#access .tenpo .half_l img {
  float: left;
  margin-right: 16px;
}
#access .tenpo .half_l .info h4 {
  font-size: 24px;
}
#access .tenpo .half_l .info h4 span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  background: #c00;
  color: #fff;
  font-size: 50%;
  padding: 3px 10px 4px;
  margin: 0 10px;
}
#access .tenpo .half_l .info address {
  line-height: 1.8;
}

/*----------------------------------------------------
	tablet < 960
----------------------------------------------------*/
@media (min-width: 768px) and (max-width: 999px) {
  #mainimg {
    display: none;
  }

  #sp_mainimg {
    display: block;
  }
}
/*----------------------------------------------------
	phone < 768px
----------------------------------------------------*/
@media (max-width: 767px) {
  #mainimg {
    display: none;
  }

  #sp_mainimg {
    display: block;
  }

  #catch {
    margin-bottom: 20px;
  }
  #catch .container {
    padding: 30px 0;
    text-align: center;
  }
  #catch .container h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #catch .container p {
    padding: 20px;
    background: RGBa(255, 255, 255, 0.6);
  }

  #topmenu ul li {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  #topmenu ul li a img {
    width: 100%;
  }
  #topmenu ul li a span {
    text-align: left;
  }

  #story {
    background-position: center right;
    margin-bottom: 20px;
  }
  #story .container {
    padding: 30px 0;
    text-align: center;
    background: RGBa(255, 255, 255, 0.6);
  }
  #story .container h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #story .container p {
    padding: 20px;
  }
  #story .container .video {
    width: 100%;
  }

  #access .tenpo .half_l {
    margin-bottom: 20px;
  }
  #access .tenpo .half_l img {
    width: 40%;
  }
}
