@charset "utf-8";
/* CSS Document */
/* mainArea
--------------------------------------------------------------------*/

#mainArea {
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  z-index:500;
}
#visualBlock {
  width:100%;
  height:380px;
  background-image:url(../images/main.jpg);
  background-size:cover;
  background-position:center;
}
#visualBlock h1 {
  width:100%;
  text-align:center;
  padding:190px 0 0;
  color:#FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size:500%;
  line-height:0.5em;
  text-shadow: 4px 4px 10px #000000;
}
#visualBlock h1 span {
  font-size:20px;
  
}


.ginga_contents {
  width: 1000px;
  height: auto;
  margin: 0 auto 40px;
}
.for_parents {
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background-color: rgba(239,206,207,1.00);
  padding: 16px;
}
.for_parents h3 {
  font-size: 116%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  padding: 0 0 5px;
  line-height: 1.3em;
}
.for_parents p {
  line-height: 1.4em;
  padding: 4px 0;
  text-indent: 1em;
}
.ginga_message{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.column {
  width: 49%;
}
.ginga_point_h {
  width: 140px;
  margin: 10px auto;
}
.maru div {
  width: 140px;
  height: 140px;
  color: #FFF;
  background-color: rgba(255,95,0,1.00);
  -webkit-border-radius:70px;
  -khtml-border-radius:70px;
  -moz-border-radius:70px;
  border-radius:70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
p.sho {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size: 124%;
  line-height: 1.2em;
}
p.dai {
  font-size: 193%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  line-height: 1.2em;
}
.ginga_point ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.ginga_point ul li {
  background-color: rgba(60,98,241,1.00);
  padding: 10px;
  line-height: 1.2em;
  color: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size: 131%;
  -webkit-border-radius:1.2em;
  -khtml-border-radius:1.2em;
  -moz-border-radius:1.2em;
  border-radius:1.2em;
}
.movie_block {
}
.movie_block ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.movie_block ul li {
  width: 485px;
  height: auto;
  margin: 30px 0;
}
.movie_block ul li iframe {
  width: 485px;
  height: 272px;
}
.movie_block ul li h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 116%;
  border-bottom: #CCC dotted 3px;
  padding: 2px 0 4px;
  margin: 0 0 7px;
}
.movie_block ul li p {
  padding: 2px 0 2px 1em;
  line-height: 1.3em;
  text-indent: -1em;
}




/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {


#visualBlock {
  width:100%;
  height:240px;
}

#visualBlock h1 {
  padding:125px 0 0;
  font-size:239%;
  line-height:0.8em;
}


.ginga_contents {
  width: auto;
  height: auto;
  margin: 0 auto 40px;
}
.for_parents {
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background-color: rgba(239,206,207,1.00);
  padding: 10px;
}
.for_parents h3 {
  font-size: 116%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  padding: 0 0 5px;
  line-height: 1.3em;
}
.for_parents p {
  line-height: 1.4em;
  padding: 4px 0;
  text-indent: 1em;
}
.ginga_message{
  display:block;
}
.column {
  width: auto;
}
.ginga_point_h {
  width: 140px;
  margin: 10px auto;
}
.maru div {
  width: 140px;
  height: 140px;
  color: #FFF;
  background-color: rgba(255,95,0,1.00);
  -webkit-border-radius:70px;
  -khtml-border-radius:70px;
  -moz-border-radius:70px;
  border-radius:70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
p.sho {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size: 124%;
  line-height: 1.2em;
}
p.dai {
  font-size: 193%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  line-height: 1.2em;
}
.ginga_point ul {
  display:block;
}
.ginga_point ul li {
  background-color: rgba(60,98,241,1.00);
  padding: 10px;
  line-height: 1.2em;
  color: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size: 131%;
  -webkit-border-radius:1.2em;
  -khtml-border-radius:1.2em;
  -moz-border-radius:1.2em;
  border-radius:1.2em;
  margin: 4px 0
}
.movie_block {
}
.movie_block ul {
  flex-wrap:block;
}
.movie_block ul li {
  width: 300px;
  height: auto;
  margin: 10px auto;
}
.movie_block ul li iframe {
  width: 300px;
  height: 169px;
}
.movie_block ul li h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 116%;
  border-bottom: #CCC dotted 3px;
  padding: 2px 0 4px;
  margin: 0 0 7px;
}
.movie_block ul li p {
  padding: 2px 0 2px 1em;
  line-height: 1.3em;
  text-indent: -1em;
}


}