@charset "UTF-8";


header{
  background: #000;
}

@media screen and (max-width: 544px){
  header {
      border-top: 5px solid #372920;
      padding-bottom: 0px;
  }
}

/*.nav-collapse .active a{
  color: #e10915;
}*/

.nav-toggle{
  background: #ecb21e;
  height: 45px;
}

.btn-top-recruit {
  color: #fff;
  background: #e10915;
}

.btn-top-recruit:link {
  color: #fff;
}

.btn-top-recruit:visited {
  color: #fff;
}

.btn-top-recruit:hover {
  color: #fff;
}

.btn-top-recruit:active {
  color: #fff;
}


/*.container-top {
  background-color: #f3e7cb;
}*/



.container-top {
  background-color: #f2f2f2;
}

.container-top hr {
    border-top: 5px solid #e10915;
}

.container-2nd-ttl-wrap hr {
    border-top: 2px solid #e10915;
}

.contents-container {
  padding-top: 50px !important;
}


/*=====================================================
  page-header-contents
======================================================*/

.page-header-contents {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px){
  .page-header-contents {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.page-header-contents h1 {
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px){
  .page-header-contents h1 {
    font-size: 20px;
  }
}


#point3 {
  background-color: #fff;
}

#point3-container {
  padding-top: 0 !important;
}

#works {
  background-color: #fff;
}

#introduction {
  background-color: #fff;
}

#works dl {
  line-height: 1.8;
}

#works dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.works-point-content {
    border: 5px solid #c9c9c9;
    background-color: #fff;
}

.works-point-content p.en-font {
    color: #2b1a12;
    border-bottom: 3px dashed #2b1a12;
}

.works-pronto-content {
    border: none;
    background-color: #f2f2f2;
}

#members {
    background-color: #fff;
}

.members-ttl {
    background-color: #372920;
    font-size: 22px;
}

/*.members-ttl:before {
    content: "\f2bd";
    font-family: FontAwesome;
}*/

div.memers-info-box {
    border: 3px solid #372920;
  }

@media screen and (max-width: 767px){
  .members-txt-box h3 {
      font-size: 18px;
  }
}

#service-container {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px){
  #service-container {
    padding-left: 0;
    padding-right: 0;
  }
}


  .service-img-pic {
     width: 100%; 
    margin: 0 auto;
}

.service-img {
  padding: 0 15px;
}

@media screen and (max-width: 767px){
  .service-img {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-img img {
  width: 100%;
}

@media screen and (max-width: 767px){
  .service-img img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px){
  #service-container .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }
}


#appeal-point {
   padding-top: 15px;
}




.appeal-point-txt-box {
  margin-bottom: 10px;
}

#environment {
  background-color: #372920;
}

@media screen and (max-width: 767px){
  .environment-pr-txt-box h2 {
    font-size: 18px;
  }
}

.table-environment th ,
.table-environment td {
  border-top: 3px solid #372920;
}

.table-environment th {
  background-color: #f3e7cb;
}

#environment .container-2nd-ttl {
  color: #fff;
}

.environment-pr-txt-box {
    color: #372920;
}

.environment-pr-txt-box hr {
    border-top: 2px solid #e10915;
}

#service {
    background-color: #fff;
}

.service-box .container {
    color: #000;
    background-color: #f3e7cb;
    padding: 25px;
}

#about-top-contents {
    background-image: url(../img/oyahinaya-about-main.jpg);
}

#recruit .table1 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px){
  #recruit .table1 {
    margin-bottom: 20px;
  }
}

hr.table-ttl-hr {
  border-top: 2px solid #e10915;
}

footer #copyright {
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 10px 0;
}

/* ---------------------------------
  お問い合わせフォーム
---------------------------------- */

.stepBar .step.current {
  color: #FFF;
  background-color: #e10915;
  font-size: 17px;
  font-weight: bold;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #e10915;
}

.stepBar .step {
  background-color: #d8d7d7;
}

.stepBar .step:before, .stepBar .step:after {
  background-color: 
}

.stepBar .step:before, .stepBar .step:after {
  background-color: #d8d7d7;
}

#about-top-contents div {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about-top-contents h2 {
    font-size: 35px;
    margin-bottom: 7px;
}

.about-hr {
    display: block;
    width: 55px;
    margin: 0 auto 10px auto;
    height: 1px;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    border-top: 3px solid #fff;
}

table.form {
  border-top: 6px solid #e10915;
  border-bottom: 1px solid #e10915;
  border-left: 1px solid #e10915;
  border-right: 1px solid #e10915;
}

input[type="submit"] {
    border-radius: 10px;
    border: 0px solid;
    background: #e10915;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 20px;
    transition: 0.3s;
}

table.form th {
  background: #372920;
}


.about-container .table2 tr:nth-child(odd) {
    background: #f3e7cb;
}

.addtoany_share_save_container {
    background-color: #000;
}


/*=====================================================
  SNS共有ボタン
======================================================*/

/*.shareaholic-share-buttons-container {
  background-color: #000;
}
*/

.entry-tel-btn {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  background: #f4a83c;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.entry-tel-btn:link {
  color: #fff;
}

.entry-tel-btn:visited {
  color: #fff;
}


.entry-tel-btn:hover {
  color: #fff;
}


.entry-tel-btn:active {
  color: #fff;
}


/* ---------------------------------
  tel-entry-container
---------------------------------- */

#tel-entry-container {
  padding-top: 30px;
  padding-bottom: 70px;
  background: #a2a2a2;
}

#tel-entry-container h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #tel-entry-container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#tel-entry-container .tel-btn {
  display: table;
  text-align: center;
  font-size: 50px;
  color: #fff;
  background: #000;
  padding: 35px 65px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
 #tel-entry-container .tel-btn {
  display: block;
  font-size: 25px;
  padding: 15px 0;
  }
}

#tel-entry-container .tel-btn:before {
  content: "\f095";
  font-family: FontAwesome;
}


.container-2nd-ttl-wrap {
  padding-top: 20px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .container-2nd-ttl-wrap {
    padding-top: 30px;
  }
}

/* ---------------------------------
  一覧ページ
---------------------------------- */

@media screen and (max-width: 767px) {
  #recruit-list-container {
  padding-top: 30px;
  }
}

#recruit-list {
  background: #f2f2f2;
}


.recruit-list-box {
  background: none;
}

.recruit-list-txt-box {
  height: inherit;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.recruit-list-box {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.recruit-list-txt-box h2 {
  font-size: 25px;
  margin-bottom: 5px;
}

.recruit-list-txt {
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 0;
}

.recruit-list-img {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9534f;
}

#filter-container .mix {
  display: none;
}

.filter-btn-container {
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .filter-btn-container {
    padding: 0;
  }
}

.filter-btn-container .filter {
  width: 180px;
  font-size: 18px;
  background: #fff;
  color: #212121;
  font-weight: bold;
  padding: 15px;
  border-bottom: solid 4px #de4e49;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  margin: 0 10px 15px;
}

@media screen and (max-width: 767px) {
  .filter-btn-container .filter {
    width: 45%;
  }
}

@media screen and (max-width: 543px) {
  .filter-btn-container .filter {
    width: 100%;
  }
}

.filter-btn-container .filter.active {
  background: #fb635e;
  font-weight: normal;
  color: #FFF;
  border-radius: 3px;
}

.service-list-txt-box h2 {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #d9534f;
  padding-bottom: 5px;
  margin-bottom: 15px;
}