div#content {
  /*margin-top: 45px;*/
  text-align: center;
  background-color: #FFFEFD;
}

div#main_image {
  position: relative;
  width: 100%;
  height: 99%;
  background-image: url("../img/l_03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  opacity: 0;
}

div.image_cover {
  width: 70%;
  height: 100%;
  margin: 0%;
  background-color: #FCFCFC;
}

div.c_btm {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  background-image: url("../img/wave_btm.png");
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-position: bottom;
}

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;
  text-shadow: 
	1px 1px 25px #000, 
	1px 1px 25px #000,
	1px 1px 25px #000;
  font-family: "Sawarabi Mincho";
}

div.p_title span {
  font-size: 180%;
  font-weight: bold;
}

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

div.c_body {
  padding: 3%;
  line-height: 2em;
  position: relative;
  min-height: 100%;
  margin-bottom: 4%;
}

div.c_title {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 4%;
}

div.c_title span {
  padding: 1% 2% 1% 2%;
  border-bottom: 1px solid #BCBCBC;
}


.pict {
  opacity: 0;
}

div.h_pict {
  width: 36%;
  left: 63%;
  top: 2%;
}

ul.w_pict {
  width: 100%;
  margin: 0% auto 0% auto;
  padding: 0;
}

ul.w_pict li {
  float: left;
  list-style: none;
  width: 32%;
  padding: 0% 0.3% 0% 0.3%;
  overflow: hidden;
}

ul.w_pict li div {
  font-weight: bold;
  margin: 0;
}

ul.w_pict li.one_clm {
  float: none;
  margin: auto;
  width: 90%;
}

ul.w_pict li img {
  width: 100%;
  height: auto;
}


div.b_block {
  /*position: absolute;*/
  /*height: 500px;*/
}

div.b_body {
  padding: 1%;
  text-align: center;
  top: 2%;
  z-index: 100;
  width: 60%;
  margin: auto;
  opacity: 0;
  background-color: #FFFFFF;
  font-family: "Sawarabi Mincho";
}

div.b_cover {
  width: 100%;
  margin: 0;
  opacity: 0;
}

div.b_body p {
  font-size: 90%;
}

div.b_body2 {
  width: 50%;
  padding: 1%;
  text-align: left;
  right: 2%;
  top: 50%;
  z-index: 100;
}

div.c_img img {
  width: 50%;
}

ul.c_season {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

ul.c_season li {
  float: left;
  width: 23.5%;
  height: auto;
  padding: 0.5%;
  margin: 0;
  list-style: none;
}

ul.c_season li img {
  width: 100%;
  margin: 0;
}

div.s_title {
  font-weight: bold;
  font-size: 200%;
  float: left;
  margin: 1% 4% 0% 0%;
}

div.s_desc {
  height: auto;
  font-size: 90%;
  text-align: left;
  line-height:1.4em;
  margin: 0;
}

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

    div#main_image {
	height: 55%;
	background-attachment: scroll;
    }

    div.p_title {
	width: 98%;
    }

    div.p_title span {
	font-size: 160%;
	letter-spacing: normal;
    }

    div.p_title p {
	font-size: 75%;
	letter-spacing: normal;
    }

    div.b_body {
	width: 95%;
    }

    div.c_body p {
	text-align: left;
    }

    div.c_body .b_cover {
	text-align: left;
	padding: 3%;
    }

    div.s_title {
	font-size: 90%;
    }

    div.c_title {
	font-size: 110%;
    }

    ul.c_season li {
	width: 90%;
	margin: auto auto 10% auto;
    }

    div.s_desc {
	height: 20%;

    }

}