@charset "UTF-8";
/* CSS Document */
/* タブレット対応　レシポンシブ */
@media screen and (max-width: 975px){
  .contact-nav li {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 768px){
  .contact-nav li {
    padding: 11px !important;
    font-size: 20px !important;
  }
  
  .sidenav {
    padding-top: 9%;
  }

  #nav-open img {
    width: 65px;
  }

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

  .payicons {
    width: 20% !important;
  }
  
  /* footer編集　開始 */
  footer p{
    font-size: small;
  }
  
      /* footer編集　終了 */
}

/* スマホ対応　レシポンシブ */
@media screen and (max-width: 480px){
/* 全体の編集　開始 */
p {
  font-size: 15px;}
  
  /* 全体の編集　終了 */
  
  /* main編集開始 */
  .mainimg.sp{
    display: block !important;
  }
  .mainimg.pc{
    display: none;
  }

  .submain-img{
    width: 90%;
    margin: 0 auto;
  }

  .submain-img h2{
  
    font-size: 16px;
    
  }
  /* main編集終了 */
  
  /* Topmenuの編集 開始*/
  .contact-nav ul {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #ffffffa1;
    position: fixed;
    z-index: 1;
    bottom: 0px;
  }
  .contact-nav li {
    margin: 0 13px !important;
    padding: 15px !important;
    font-size: 14px !important;
  }

  #nav-open {
    position: absolute !important;
    top: 5px;
    left: 140px;
    padding: 0 !important;
    margin: 0;
    width: 28px !important;
  }

  #nav-content {
    width: 70% !important;    
  }

  #nav-open img {
    width: 40px;
}

.close-icon {
  font-size: 17px !important;
  padding: 5px !important;
}

.sidep2 p {
  font-size: 12px !important;
}

  .sidep1 p {
  font-size: 12px !important;
  padding: 0;
}

  .top-navs {
    position: static !important;
    height: 0;
  }

  /* topへ戻るボタンの編集 */
.topgo-btn{
  width: 65px !important;
  height: 65px !important;
  bottom: 25% !important;
  font-size: 11px !important;
}


  /* Topmenuとロゴの編集 終了*/



  /* topの編集開始 */
  .top-main1 u {
    font-size: 24px !important;
  }
  
  .top-main2 p {
    font-size: 15px;
  }
  
  .top-main3 p {
    font-size: 15px;
  }

  .tags img{
    width: 90% !important;
  }

  .tags2 img{
    width: 90% !important;
  }
  /* topの編集終了 */
  

  /* voice-mainの編集開始 */
  #voice-main h3{
    font-size: 23px !important;
  }
  #voice-main p{
    font-size: 15px !important;
  }
  /* voice-mainの編集終了 */

  /* tonaitopの編集開始 */
  .tonai1 h2 {
    font-size: 25px !important;
  }
  /* tonaitopの編集終了 */

  /* job-mainの編集開始 */
  #job-main h3 {
    font-size: 16px;
  }
  /* job-mainの編集終了 */

  /* recruitinfoの編集開始 */
  .recruittab.sp {
    width: 95%;
    display: flex !important;
    justify-content:space-between;
    margin: 0 auto;
  }
  
  .recruittab li {
    width: 50%;
  }
  /* recruitinfoの編集終了 */

  .payicons {
    width: 30% !important;
  }

  /* contactform編集　開始 */
  .age input {
    width: 15%;
  }
  
  input {
    font-size: 12px;
  }

  #contactform-main p, label, button {
    font-size: 15px;
  }

  select,textarea {
    font-size: 11px;
  }
  .place {
    padding: 0 15px;
  }
  /* contactform編集　終了 */
  /* footer編集　開始 */
  footer {
    margin-bottom: 115px !important;
  }

  footer p{
    width: 95%;
    font-size: xx-small !important;
	color: gray;
  }
  /* footer編集　終了 */
    
}

@media screen and (max-width: 346px){
  /* 全体の編集　開始 */
  #nav-open {
    left: 110px;
  }
  #nav-open img {
    width: 33px;
  }     
  }

