div#content {
  background-color: #FFFEFD;
  text-align: center;
}

div.p_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 10%;
  z-index: 99;
  letter-spacing: 10px;
  color: #fff;
  font-family: "Noto Sans Japanese";
  text-shadow: 
	1px 1px 25px #000, 
	1px 1px 25px #000,
	1px 1px 25px #000;
  opacity: 0;
}

div.p_title span {
  letter-spacing: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 250%;
}

div.p_title p {
  font-weight: bold;
  font-size: 100%;
}

div.main_image {
  width: 100%;
  height: 90%;
  background-image: url('../img/IMGP9083.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  opacity: 0;
}

div.main_memo {
  line-height: 150%;
  /*padding: 2%;*/
}


div.b_block {
  margin: 1%;
  line-height: 2em;
  font-family: "Noto Sans Japanese";
}


div.b_title {
  text-align: center;
  padding: 2% 1% 2% 1%;
}

div.b_title span {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid #000;
}

ul.m_list {
  margin: 5% 0% 5% 0%;
  padding: 0;
}

ul.m_list li {
  float: left;
  list-style: none;
  width: 31%;
  margin: 1%;
}

ul.m_list li iframe {
   width: 100%;
   height: 40%;
}


@media screen and (max-width: 900px) {

    div.p_title {
	top: 30%;
	bottom: 70%;
	width: 100%;
    }

    div.p_title span {
	width: 100%;
	font-size: 180%;
    }

    div.p_title p {
	width: 100%;
    }

    div.main_image {
	height: 70%;
	width: 100%;
    }

    ul.m_list li {
	width: 95%;
    }

    @media screen and (orientation: landscape) {

	div.main_image {
	    height: 140%;
	}

	ul.m_list li iframe {
	    height: 120%;
	}

    }
 }