@charset "utf-8";
/*
Theme Name:mag_tcd036_child
Template:mag_tcd036
Description:WordPressテーマ「MAG」
Version:3.1.3
*/


/*----------------------

 header

 ----------------------*/
 @media screen and (max-width: 770px) {
  #logo_text {
    width:100% !important;
    margin-bottom:15px !important;
 }
 #logo_text h1 {
    font-size:140% !important;

 }
  .h-message {
    margin-bottom:15px;
  }
}

/*----------------------------------------
YouTube　設定
-------------------------------------------*/
.youtube-list {
  position: relative;
  padding-bottom: 65.5%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .youtube-list {
    width: 100%;
  }
}

.youtube-list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .youtube-list iframe {
    height: 100%;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .youtube {
    width: 100%;
  }
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .youtube iframe {
    height: 100%;
  }
}

iframe.wp-embedded-content {
  width: 100%;
}


/*投稿カスタムフィールド*/
.movie-url {
  margin-bottom: 30px;
}
.post_custom_title {
  margin:0 0 15px 0;
  border-left:5px solid #333;
  padding:0 0 0 15px;
  font-size:150%;
  margin:0 0 15px 0 !important;
  border-left:5px solid #333;
  padding:0 0 0 15px;
  font-size:150%;
  line-height: normal !important;
}
.relation_box {
  margin-top: 60px;
}