@charset "UTF-8";
/* CSS Document */
/* 全体の設定　はじめ */
body,main,header,footer,h1,h2,h3,h4,h5,p,p2,ul,li,a{
  margin:0;
  padding:0;
}

body{
  width: 100%;
}

h1,h2,h3,h4,h5,p,p2,li,u,label{
  font-family:"ヒラギノ明朝 Pro",serif;
  padding:2px;
}

li {
  list-style: none;
}

a{
  font-family:"ヒラギノ明朝 Pro",serif;
  text-decoration: none;
  color:#FFF;
  font-size: 20px;
  padding: 0;
}

h2,h3,p,p2{
  margin: 0 auto;
  text-align: left;
}

h2,h3 {
  width: 83%;
  padding: 16px;
}

p,p2{
  width: 80%;
  font-size: 22px;
}


img {
  width: 100%;
  margin:0 auto;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
} 


/* header編集　開始 */

/* TOPのナビ（応募関係）の編集 開始*/
header{
}
.top-navs{
  position: fixed;
  display: flex;
  justify-content:center;
  width: 100%;
  background-color: whitesmoke;
  top: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
/* 
   -moz-box-sizing: border-box;
   box-sizing: border-box; */
}
.title-logo.mainimg.pc {
  margin-top: 120px;
}

.contact-nav ul{
  display: flex;
  justify-content:center;
  padding: 15px 0;
}

.contact-nav li {
  margin: 0 15px;
  padding: 18px;
  border: solid #9a0707;
  background-color: #870000;
  color: white;
  border-radius: 11px;
}

.fa,.far,.fas {
  pointer-events: none;
}

/* PC用の電話番号表記開始 */
#tellphone{
  /*tellphoneのCSS*/  
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.fitt{
  /* /nambers内の要素を上下・左右中央揃え*/ 
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.nambers{
  width: 60%;
  padding:20px 50px;
  border-radius: 5px;
  background-color:#FFF;
  text-align:center;
}

.nambers p {
  font-size: 25px;
  text-align: center;
  
}

#line-btn{
  display:block;
  cursor: pointer;
  font-size: 20px;
}
/* PC用の電話番号表記終了 */
/* TOPのナビ（応募関係）の編集 終了*/


/*ハンバーガーメニュー（topmenuナビ）　開始///////////*/

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  padding: 18px 18px 18px 48px;
  display: inline-block;
  width: 75px;
  height: auto;
  vertical-align: middle;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: rgba(135,0,0,0.9);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}


#nav-input:checked ~ #nav-content  {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.toppoint img:hover {
  box-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

/* ハンバーガーメニュー（Topmenuナビ）設定　終了 //////*/

/* サイドメニューの文字配列の編集開始 */
.sidenav {
  width: 90%;
  padding-top: 9%;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid white;
}
.sidep1 {
  flex-grow: 4;
}
.sidep2 {
  flex-grow: 1;
  text-align-last: end;
}
.sidep1 p {
  font-size: 17px;
}
.sidep1:hover{
	color: #d3b47d;
}
.sidep2 p {
  font-size: 17px;
}

.closed-icon{
  display: block;
  text-align: end;
}
.close-icon {
  border: brown;
  background-color: brown;
  color: #FFF;
  padding: 9px;
  font-size: 22px;
}
/* サイドメニューの文字配列の編集終了 */

/* TOPタイトルロゴ編集　開始 */
.title-logo {
  text-align: center;
}

.title-logo-sp {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: 0 auto;
}

/* TOPタイトルロゴ編集　終了 */

/* TOPへ戻るボタン編集開始 */
.topgo-btn {
  background-color: rgba(135,0,0,0.7);
  width: 100px;
  height: 100px;
  border-color: rgba(135,0,0,0.1);
  border-style: solid;
  border-radius: 50%;
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 2;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
/* TOPへ戻るボタン編集終了 */

/* header編集　終了 */

/* main編集　開始 */
.main-img{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mainimg.sp{
  display: none;
}/*　　スマホ用画像消す*/

/* 画像の隙間をなくす */
.gap0 img{
  vertical-align: bottom;
}

.submain-img h2{
  text-align: left;
  width: auto;
  background: burlywood;
  margin: 6% 2% 2% 2%;
  padding-left: 20px;
  color: white;
}
.submain-img{
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

.submain-img p {
  color:#38281d;
}

/* 切り替えタブの編集 */
.toptabs {
  display: flex;
}
.toptabs a {
  width: 50%;
  padding: 0;
}

.toptabs img:hover{
  box-shadow:2px 0px 0px 2px rgba(0, 0, 0, .07);
}

/* main編集　終了 */

/* top-mainの編集　開始 */
.top-main1 u {
  font-size: 30px;
  color: #870000;
}
.top-main1 img{
  margin-bottom: 1%;
}
.top-main2 img {
  margin: 3% auto;
}

.top-main3 img{
  margin-bottom: 3%;
}

.top-main3 p {
  width: 85%;
}
/* rTOPのリンクボタン系の編集　開始 */
.tags  {
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in-out;
}

.tags :hover {
  box-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

.tags img{
  width: 90%;
  margin: 5% auto;
  display: block;
}
.tags2  {
  display: inline-block;
  transition: all .2s ease-in-out;
}

.tags2 :hover {
  box-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

.tags2 img{
  width: 90%;
  margin: 8% auto;
  display: block;
}
.fa-2x{
	font-size: 1.5em;
	padding-right: 5px;
}
video {
  width: 70%;
  padding: 10px;
  background-color: black;
}
/* rTOPのリンクボタン系の編集　終了 */

/* top-mainの編集　終了 */

/* main voiceの編集　開始 */
#voice-main{
  background-color: rgb(226,222,217);
  color: #870000;
  padding-bottom: 5%;
}
#voice-main img{
  width: 95%;
  padding-top: 10px;
}
#voice-main h3{
  font-size: 30px;
}
/* main voiceの編集　終了 */


/* main tonaitopの編集　開始 */
#tonaitop-main {
  background-color: rgb(226,222,217);
  color: #65442c;
  padding-bottom: 5%;
}

#tonaitop-main img {
  width: 95%;
  padding-top: 10px;
  }

.appicons{
  width: auto !important;
  margin-top: 2% ;
  margin-bottom: 2%;
}

.appicon{
  width: auto !important;
  margin-top: 2% ;
  margin-bottom: 2%;
}

.rirekiapp{
  width: 50% !important;
}

.tonai1 h2{
  border-bottom:solid 2px #65442c;
  padding-bottom: 2%;
  padding-top: 5%;
  font-size: 30px;
}
.tonai1 p{
  padding-bottom: 3%;
  padding-top: 3%;
}

.tonai-u{
  color: #870000;
}
.tonai-u p{
  font-weight: bold;
  color: #870000;
}
u p {
  padding-bottom: 4px;
  padding-top: 2px;
}  

/* main tonaitopの編集　終了 */

/* recruitinfo-mainの編集　開始 */
#recruitinfo-main{
  background-color: rgb(226,222,217);
  color: #870000;
  padding-bottom: 5%;
}

#recruitinfo-main img {
  width: 95%;
  padding-top: 10px;
  }

#recruitinfo-main p {
  color: #65442c;
  font-weight: 200;
}

.block-white {
  padding: 2%;
  margin: 3%;
  font-weight: bold;
  border: solid 1px;
  background-color: white;
}

.recruittab {
  width: 95%;
  display: flex;
  justify-content:space-between;
  margin: 0 auto;
}
.recruittab li {
  width: 25%;
}
/* recruitinfo-mainの編集　終了 */

/* qanda-mainの編集　開始 */
#qanda-main{
  background-color: rgb(226,222,217);
  color: #870000;
  padding-bottom: 5%;
}

#qanda-main img {
  width: 95%;
  padding-top: 10px;
  }

  /* 質問のアコーディオンカーテン編集 */
  .anser {
    display: none;
  }
  .qa-btn {
    width: 50%;
    margin: 3% auto;
    padding: 2%;
    background-color: rgba(135,0,0,1);
    border: solid 1px;
  }

  .qa-btn p {
    text-align: center;
    color: #FFF;
  }

  .qa-btn:hover {
    box-shadow: 2px 2px gray;
  }
/* qanda-mainの編集　終了 */

/* job-main編集　開始 */
#job-main {
  background-color: rgb(226,222,217);
  color: #870000;
  padding-bottom: 5%;
}

#job-main img {
  width: 95%;
  padding-top: 10px;
}

#job-main h3 {
  font-size: 25px;
  font-weight: bold;
}

.jobtab {
  width: 95%;
  display: flex;
  justify-content:space-between;
  margin: 0 auto;
}
.jobtab li{
  width: 50%;
}

.jobicons {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
/* job-main編集　終了 */

/* pay-mainの編集開始 */
#pay-main {
  background-color: rgb(226,222,217);
  color: #870000;
  padding-bottom: 5%;
}

#pay-main img {
  width: 95%;
  padding-top: 10px;
}

.toph2 {
  padding-top: 10px;
}

.payicons {
  width: 15% !important;
}

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

.paytb-p {
  width: 90%;
  border-bottom: double;
  text-align: end;
  font-weight: bold;
  margin-bottom: 5%;
}
/* pay-mainの編集終了 */

/* contactform-mainの編集開始 */
#contactform-main {
  background-color: rgb(226,222,217);
  padding-bottom: 5%;
}

#contactform-main p,label,input,option {
  padding: 15px;
  font-size: 20px;
  color: #65442c;
}

.format,.age{
  text-align: initial;
}

.formats {
  width: 80%;
  margin: 0 auto;
}
.age input {
  width: 20%;
  background-color:rgb(226,222,217) ;
}

.format input {
  width: 100%;
  background-color:rgb(226,222,217) ;
}
.format label {
  margin: 10px auto;
}

textarea {
  width: 100%;
  background-color:rgb(226,222,217) ;
  font-family:"ヒラギノ明朝 Pro",serif;
  color: #65442c;
  padding:15px;
  font-size: 20px;
  margin: 15px 0;
}

select {
  width: 100%;
  background-color:rgb(226,222,217) ;
  font-family:"ヒラギノ明朝 Pro",serif;
  color: #65442c;
  padding:15px;
  font-size: 20px;
}

.memo {
  margin-top: 10px;
}

button {
  width: 70%;
  font-size: 20px;
  padding: 15px;
  font-family:"ヒラギノ明朝 Pro",serif;
  background-color: burlywood;
  color: #65442c;
  border-color: burlywood;
}
/* contactform-mainの編集終了 */
/* footer編集　開始 */
footer p{
  text-align: center;
  font-size: 16px;
  color: gray;
}
/* footer編集　終了 */