@media screen and (max-width: 768px) {
a{ word-break: break-all;}

	h2{
		text-align: center;
		font-weight:bold;
		font-size:2.0em;
	}

	h3{
		text-align: center;
		font-weight:bold;
		font-size:1.6em;
	}

	img{
		width: 90%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:15px !important;
		float: none !important;
	}

	img.u-max-full-width{
		width: auto;
		max-width:100% !important;
	}

	#countdown img{
		width: 100%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:0px !important;
		float: none !important;
	}
	img.img-float-r{
		max-width: 45%;
	}
	img.nores{
		width: auto !important;
	}
	.nopc{
		display: block;
	}

	.nosp{
		display: none!important;
	}
	img.mb0{
		margin-bottom:0px !important;
	}
  .hero {
    padding: 60px 0 0 !important;
    background-position: center top;
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {

	.section-heading,
	.section-description {
	  text-align:left;
	}

	h2,h3.headline-lg{
		text-align: center;
		font-weight:bold;
		font-size:1.4em;
	}
	img{
		width: 90%;
	    margin-left:auto !important;
	    margin-right:auto !important;
		height:auto !important;
		display:block !important;
		margin-bottom:15px !important;
		float: none !important;
	}

	img.u-max-full-width{
		width: auto;
		max-width: 100% !important;
	}

	img.u-max-70p-width {
		max-width: 70% !important;
	}

	img.img-float-r{
		max-width: 90% !important;
	}

	img.mb0{
		margin-bottom:0px !important;
	}

	.mincho30 {
	    font-size: 125% !important;
	}

	.mincho24 {
	    font-size: 115% !important;
	}
	.f20 {
	    font-size: 110% !important;
	}
	.f24 {
	    font-size: 120% !important;
	}

	h4{
		font-size:1.2em;
	}
	
	h4.line-center{
		font-size:1.2em;
	}

	.hero {
	padding: 30px 0 0 !important;

	}
	.program1 .topmsg {
	  padding: 0.5em;
	}
	.program1 .topmsg p {
	  font-size:0.9em;
	}
	.program1 .section-description {
	    font-size: 1.0em;
	}
	.program1 .contents-box{
		padding: 1em 1em 0em;
	}
	.program1 .contents-box h3{
		font-size: 1.4em;
	}
	.photo-box{
	width:100%;
	margin:0 auto 25px auto;
	position:relative;
	/*
	padding:10px 20px;
	border-top:solid 1px #c9a27b;
	border-bottom:solid 1px #c9a27b;
	*/
	}
	.photo-box img{width:100%; margin-bottom:0 !important; }

}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 3rem 0 2rem;
  }
  .hero {
  	/*padding: 0 0 !important;*/
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}



/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 3rem 0 3rem;
  }
  .hero {
  	/*padding: 0 0 !important;*/
    /*height: 980px;*/
    height: auto;

  }
  .hero-heading {
    font-size: 3.0rem;
  }
}

/* Bigger than 769 */
@media (min-width: 769px) {
  .hero {
  	/*padding: 0 0 !important;*/
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 4rem 0 3rem;
    width: 100%;
  }
  .container{
    width: 100%;
  }
}
