@charset "utf-8";

a {
  color: #2b2b2b;
}
a:hover {
  color: #9C6900;
}

.pc_br { 
  display:inline;
}
.mb_br {
  display:none;
}


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

    /*ファーストビュー*/
    #top3 .top_img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 25vh;
    }
}

/*タイトル*/
.titlearea{
  margin: 50px auto;
  max-width: 1000px;
}
.titlearea h2{
  margin: 0!important;
  font-family: 'UtsukushiFONT',serif!important;
  font-size: 24px!important;
  text-align: center;
}
.titlearea p{
  margin: 0!important;
  font-size: 30px;
  font-size: 16px!important;
  position: relative;
  padding: 0.4rem;
  text-align: center;
}
.titlearea p span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.titlearea p:before {
  position: absolute;
  bottom: -6px;
  left: calc(50% - 30px);
  width: 55px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #9C0100;
}
.titlearea p{
  margin-top: 10px;
  color: #9C6900;
}



/* 冒頭の文章 */
.top_txt {
  text-align: center;
  padding:50px 20px;
  font-family: serif;
}
.top_tel {
  text-align: center;
}

/* 募集概要 */
.keitai {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #b59948;
  font-family: serif;
}
.recruit_block {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
  max-width: 700px;
}
.recruit_block h3 {
  text-align: center;
  font-size: 22px;
  font-family: serif;
}
.recruit_block table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid rgb(200,200,200);
  margin-bottom: 30px;
}
.recruit_block tr {
  border-top: 1px solid rgb(200,200,200);
}
.recruit_block th {
  font-size: 14px;
  width: 85px;
  padding: 10px 15px;
  text-align: left;
  border-left: 1px solid rgb(200,200,200);
  border-right: 1px solid rgb(200,200,200);
  color: #fff;
  background-color: #2b2b2b;
  font-family: serif;
}
.recruit_block td {
  font-size: 14px;
  padding: 10px;
  border-right: 1px solid rgb(200,200,200);
  font-family: serif;
}
.recruit_block td p {
  font-family: serif!important;
}

/* 末尾の文章 */
.bottom_txt {
  text-align: center;
  padding-bottom: 80px;
}
.bottom_txt h2 {
  font-size: 32px;
  font-family: serif;
}
.bottom_txt p {
  font-family: serif;
}


/* モバイル */
@media screen and (max-width:767px) {
  .recruit_block {
    width: 90%;
  }
}
@media screen and (max-width:450px) {
  .pc_br { 
    display:none;
  }
  .mb_br {
    display:inline;
  }
  .top_txt {
    text-align: left;
    padding: 50px 20px;
  }
  .recruit_block {
    width: 90%;
  }
  .recruit_block th {
    font-size: 12px;
    padding: 10px 10px;
    width: 60px;
  }
  .recruit_block td {
    font-size: 12px;
    padding: 10px 5px;
  }
  .bottom_txt h2 {
    font-size: 26px;
  }
  .bottom_txt p {
    font-size: 14px;
  }
}