.page-head-img {
  background: url('../images/gelato-pagehead.jpg') no-repeat center;
  background-size: cover;
}

section.intro {
    margin-bottom: 35px;
  }
  
  section.gelato {
    max-width: 100%;
	margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  
  section.gelato h3{
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
	font-weight: bold;
  }
  
  .poem{
  display: block;
  }
  
  .poem div{
  width:100%;
  }
  
  .poem div p{
  margin-top: 20px;
  }
  
  .poem div p.name{
  font-weight: bold;
  text-align: right;
  }
  
  .gelato_img{ 
  width: 100%;
  margin: 50px auto 0;
  }
  
  section.system {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
	margin-top: 50px;
  }
  
  section.system h3{
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
	font-weight: bold;
  }
  
  section.system h3 span.en{
    font-size: 16px;
	color: #ff9999;
	font-weight: normal;
	font-family: 'futura', 'Century Gothic', CenturyGothic, sans-serif;
	padding-right: 15px;
  }
  
  section.system p{
    margin-top: 20px;
  }
  
  section.system .ph_list {
  display: block;
  }
  
  section.system .ph_list img {
  display: block;
  width:90%;
  margin-left:auto;
  margin-top: 30px;
  }
  
  section.space {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
	margin-top: 50px;
	border-top:1px solid #dadada;
	padding-top: 50px;
	display: block;
  }
  
   section.space h3{
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
	font-weight: bold;
  }
  
  section.space h3 span.en{
    font-size: 16px;
	color: #ff9999;
	font-weight: normal;
	font-family: 'futura', 'Century Gothic', CenturyGothic, sans-serif;
	padding-right: 15px;
  }
  
  section.space div p{
  margin-top: 30px;
  }
  
  section.space div p span{
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
  }



/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  
  section.intro {
    margin-bottom: 65px;
  }
  
  section.gelato {
    max-width: 1100px;
  }
  
  section.gelato h3{
    font-size: 3rem;
  }
  
  .poem{
  display: flex;
  justify-content: space-between;
  }
  
  .poem div{ width:47.5%; }
  
  .poem div p{
  margin-top: 30px;
  }
 
  .gelato_img{ 
  width: 93%;
  margin: 150px auto 0;
  }
  
  section.system {
    max-width: 1100px;
	margin-top: 100px;
  }
  
  section.system h3{
    font-size: 3rem;
  }
  
  section.system h3 span.en{
    font-size: 20px;
	padding-right: 25px;
  }
  
  section.system .ph_list {
  display: flex;
  justify-content: space-between;
  }
  
  section.system .ph_list img {
  width:32%;
  margin-top: 60px;
  }
  
  section.space {
    max-width: 1100px;
	margin-top: 100px;
	padding-top: 100px;
	display: flex;
	justify-content: space-between;
  }

  section.space div{
    width: 66%;
  }
  
  section.space h3{
    font-size: 3rem;
  }
  
  section.space h3 span.en{
    font-size: 20px;
	padding-right: 25px;
  }

}

  
@media screen and (min-width: 768px) and (max-width: 1100px) {

section.gelato,
section.system,
section.space{
    max-width: 90%;
	margin: 0 auto;
  }
  
}