@charset "utf-8";

.header_container {
  display: flex;
  justify-content: space-between;
}

.col_01 {
  text-align: left;
}

.col_02 {
  text-align: right;
}

.col_02 #___ytsubscribe_1{
    width: 160px;
}

#global_header {
  margin-bottom: 0 !important;
}

.h_flex .newswrap {
  padding: 16px;
}

.newswrap dt {
  margin: 0 !important;
}

div.blog_list div.blog_photo {
  display: none;
}

div.blog_list div.blog_text {
  width: 100%;
}

.introduction_video iframe {
  max-width: 800px;
}
#contents_wrap {
    padding: 0 20px 200px;
}
.contact-btn a{
    display: inline-block;
    background-color: #ffa356;
    color: #fff;
    font-weight: 700;
    padding: 16px 48px;
    font-size: 1.8rem;
}
.contact-btn a i{
    margin-right: 8px;
}
.aisatsu{
  flex-wrap: nowrap !important;
}
.aisatsu .box:nth-child(2){
  padding: 10px;
}

.aisatsu-youtube iframe{
  height: 600px !important;
}

@media screen and (min-width: 1025px) {
  .newswrap dt {
    width: 20% !important;
  }

  .newswrap dd {
    width: 78% !important;
  }
}

@media screen and (max-width: 1024px) {
  .col_01 {
    width: 40%;
  }

  .col_02 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  #header {
    display: block !important;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: none !important;
    width: 100%;
  }
  .header_container {
    padding: 0;
  }
  input.hamburger:checked ~ .drawer-list li.str a{
    background-color: #fff;
    color: #333 !important;
    font-weight: 700;
    display: block;
  }
  .contact-btn a{
    padding: 16px 32px;
  }
  .aisatsu{
    flex-wrap: wrap !important;
  }
  .aisatsu-youtube iframe{
    height: 500px !important;
  }
}

