@charset "utf-8";

/* Responsive ------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* Common ---------------------------------- */

.post_content h2{
  font-size: 30px!important;
  font-weight: 700;
  color: #ff978a;
}

.post_content h3{
  font-size: 20px!important;
  font-weight: 700;
  border-left: 4px solid #ff978a;
  border-bottom: 1px solid #ff978a;
  padding: 0 0 5px 10px!important;
  margin-bottom: 10px!important;
}

@media (max-width: 767px){
  .post_content h2{
    font-size: 22px!important;
  }
  .post_content h3{
    font-size: 18px!important;
  }
}

/* Header ---------------------------------- */

#header_message a:hover{
  color: #FFF;
}

#page_header {
  height: 200px;
}

#page_header .headline_area{
  color: #140c0b;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#page_header .desc{
  color: #140c0b;
}

@media screen and (max-width: 767px) {
  body.home #header_logo img.logo_image2.mobile{
    width: 150px;
    height: auto;
  }
  body.home.header_fix #header_logo img.logo_image.mobile {
    width: 150px;
    height: auto;
  }
  #drawer_menu_content_inner{
    padding-top: 40%!important;
  }
  #drawer_menu .logo_image.mobile{
    width: 150px;
    height: auto;
  }
  #header_logo .logo_image.mobile{
    width: 150px;
    height: auto;
  }
  #page_header {
    height: 150px;
  }
}

/* Top ------------------------------------- */

.cb_design_content .catch{
  color: #ff978a;
}

@media screen and (max-width: 767px) {
  .cb_design_content .desc{
    text-align: left;
  }
}

/* Page ------------------------------------ */

#menu_archive .item:nth-child(2n){
      background: #f9f9f9!important;
}
#menu_archive .title{
  display: none;
}

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

/* Contact --------------------------------- */

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

/* Footer ---------------------------------- */

#footer_top_inner{
  top: 40%;
}

@media screen and (max-width: 767px) {
  #footer_logo .logo_image.mobile{
    width: 150px;
    height: auto;
  }
}