@charset "utf-8";

/* ================================================================================
sound
================================================================================= */


/* ================================================================================
sec_warm_up
================================================================================= */
#sec_warm_up {
  background:url(../img/bg_warm_up.jpg) center center no-repeat;
  background-size:cover;
}


/* ================================================================================
sec_message
================================================================================= */
#sec_message {
  background:#61b5be;
  color:#fff;
}
#sec_message .shelf {
  max-width:1200px;
  margin:0 auto;
}
#sec_message .shelf .box {
  float:left;
  line-height:1.7;
}
#sec_message .shelf p + p {
  margin-top:15px;
}
#sec_message .box .txt span {
  font-weight:bold;
}

/* PCサイズ調整----------------------------　*/
@media only screen and (min-width:769px) {
#sec_message .shelf {
  padding:0 10px 10px;
}
#sec_message .shelf .box {
  margin:10px 0 0 10px;
}
#sec_message .shelf .box iframe {
  width:100%;
  height:100%;
}
#sec_message .box:nth-child(4n+1) {
  clear:both;
  margin-left:0;
}
#sec_message .box .txt {
  padding:10px 10px 0;
}
#sec_message .box:nth-child(1) { width:234px; }
#sec_message .box:nth-child(2) { width:234px; }
#sec_message .box:nth-child(3) { width:234px; }
#sec_message .box:nth-child(4) { width:448px; }
#sec_message .box:nth-child(5) { width:190px; }
#sec_message .box:nth-child(6) { width:384px; }
#sec_message .box:nth-child(7) { width:270px; }
#sec_message .box:nth-child(8) { width:306px; }
}

/* スマホサイズ調整----------------------------　*/
@media only screen and (max-width:768px) {
#sec_message .shelf {
  padding:1%;
}
#sec_message .shelf .box {
  padding:1%;
}
#sec_message .box .txt {
  text-align:center;
  padding:10px;
  line-height:1.8;
}
#sec_message .box:nth-child(1) { width:33.33%; }
#sec_message .box:nth-child(2) { width:33.33%; }
#sec_message .box:nth-child(3) { width:33.33%; }
#sec_message .box:nth-child(4) { width:100%; clear:both; }
#sec_message .box:nth-child(5) { width:33.75%; }
#sec_message .box:nth-child(6) { width:66.25%; }
#sec_message .box:nth-child(7) { width:100%; }
#sec_message .box:nth-child(8) { width:100%; }
}


/* ================================================================================
sec_contact
================================================================================= */
#sec_contact .md_bt_contact + h3 {
  margin-top:70px;
}

/* スマホサイズ調整----------------------------　*/
@media only screen and (max-width:768px) {
#sec_contact .md_bt_contact + h3 {
  margin-top:35px;
}
}


/* ================================================================================
Clearfix
================================================================================= */
#sec_message .shelf:after {
  content:'';
  display:block;
  clear:both;
  height:0;
}
