/*
 Theme Name: Ongakunoyouni
 Template:businesspress
 Description: Ongakunoyouni
 Theme URI: 
 Author: Mysys-Click
 Author URI: 
 Version: 1.0.0
*/

/*---------------------
    common
---------------------*/

@media screen and (max-width: 599px) {
  .w600_dis {
    display: none !important;
  }
}

body, h1, h2, h3, h4, h5, h6, .site-title {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: YuMincho, 'Yu Mincho', serif;
}

.featured-entry-content, .jumbotron-content, .site-content, .container-content, .footer-widget-content {
  max-width: 1000px;
}

.top-bar-content, .main-header-content, .home-header-content, .site-bottom-content {
  max-width: 1120px;
}

.jumbotron-content {
  padding: 110px 0;
  max-width: 1120px;
}

.common_spn01 {
  color: #FF0004;
}

/*---------------------
    header
---------------------*/

.top-bar-main {
  color: #fff;
}

.top-bar-main li:before {
  color: #fff;
}

.menu a:before {
  color: #fff;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
  text-decoration: underline #893933;
}

/*---------------------
    footer
---------------------*/

.footer_atc01 {
  background-color: #f7e1c7;
  padding: 50px 0;
  text-align: center;
}

.footer_p01 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.footer_btn01 {
  margin: 0 0 1.8em;
  padding: 0;
  background: none;
}

.footer_a01 {
  background-color: #963a2b;
  color: #fff;
  text-decoration: none;
  padding: 1.1em 1.5em;
  border-radius: 5px;
  display: inline-block;
}

.footer_div01 {
  display: flex;
  flex-flow: column;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.footer_h301 {
  margin: 0 0 15px;
}

.footer_spn02 {
  font-size: 1.2rem;
}

.footer_dt01 {
  margin-bottom: 0;
    font-size: 15px;
}

.footer_dd01 {
  margin: 0;
  font-size: 14px;
}

.footer_dd01:nth-last-of-type(n + 2) {
  margin-bottom: 10px;
}

.footer_dd02 {
  margin: 0;
  font-size: 14px;
}

.site-bottom {
  color: #fff;
}

.site-bottom a {
  color: #fff;
}

.site-bottom .current-menu-item > a {
  color: #fff;
  text-decoration: underline;
}

/*---------------------
    home
---------------------*/

.home_div01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n2-ss-layer {
  background-color: rgba(0, 0, 0, 0.2);
}

#home_h1 {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 6px #292929;
  font-size: 22px;
  text-align: center;
  line-height: 1.7;
}

.home_div02 .vk_slider_item {
  background-size: contain !important;
}

/*---------------------
    contact
---------------------*/

.contact_frm01 {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.contact_frm01 p {
  width: 100%;
}

.contact_lbl01 {
  text-align: left;
}

.contact_ipt01 {
  width: 100%;
}

.contact_div01 p {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.contact_ipt02 {
  background-color: #963a2b !important;
}

@media screen and (min-width: 600px) {
  /*---------------------
      common
  ---------------------*/

  .w599_dis {
    display: none !important;
  }
  /*---------------------
      home
  ---------------------*/
  
  .n2-ss-slide {
    height: 600px !important;
  }

  #home_h1 {
    font-size: 34px;
  }
  
}

@media screen and (min-width: 1000px) {
  /*---------------------
      footer
  ---------------------*/
  
  .footer_div01 {
    flex-flow: row;
    align-items: flex-start;
    gap: 40px;
    justify-content: center;
  }
  
  .footer_img01 {
    width: 600px;
  }
  
  .footer_div02 {
    text-align: left;
  }
}