@charset"utf-8";
body {
    font-family: sans-serif;
    padding: 0px 100px;
    width: 1000px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto; 
}
a{text-decoration: none}
a:hover{color: black;
        text-decoration: underline;
}
header {
    width:1000px
}
.container {
     display: flex; 
     flex-flow: row;
    padding:  0 16px 0 16px;
    width: 1000px
}
  .maintitle {
      flex: 1 1 auto; width: 500px;
      display: flex;
      flex-flow: row;
}
.maintitle a{color:#666600; }
.maintitle a:hover{text-decoration: none;}
.logo{max-width:80px;
      max-height: 60px;
      margin: 15px 10px;
}
   h1 {
       font-family: ; font-size: 40px; line-height: 0.6; color: #666600;
}
   .entitle {
       font-size: 18px; margin-top: 0; color:  #663300;
}

  .inquiryblock {
      flex: 1 1 auto; 
      width: 250px;
}
   .headerinquiry{
       font-size: 24px; line-height: 0; margin-bottom:1; 
}
   .headertelnum{
       font-size: 30px; line-height: 0.2; margin-top: 0; margin-bottom: 0
}
   .headerfaxnum{margin:5px 0 0 0;}
   .headeraddressnum{
       font-size: 14px;
       line-height: 0.3;
       margin: 0;
}
  .navcontainer{
    width: 1000px
}
   .navbar {
       margin: 0; 
       padding: 0; 
       list-style-type: none;
       display: flex; 
       background: #666600;
       justify-content: space-around;
}
   .navbar li a{
    display: block;
    padding:  10px 8px;
    color: white;
    text-decoration: none;
}
.navbar li a:hover{text-decoration: underline;}

.photo{position: relative;
}
.img-responsive{
       display: block;
       max-width: 100%;
       height: auto;
}
.tabcontainer{width: 450px;
    height: 240px;
    background-color: #FFFAF0;
    position: absolute;
    top: 30%;
    left: 50%;
    border: solid #663300;
    border-radius: 30px;
}
table{
    text-align: center;
    font-size: 18px;
    border-collapse: collapse;
    margin: 10px auto
}
caption{background: #FFFAF0;}
th, td{border:1px solid;
    padding: 8px;
}
th{background: #FFD700}
.tablink{text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 10px;
}

.waiting_status{
    font-size: 30px;
    background: #FFFAF0;
    text-align: center;
    display: block;
    width: 400px;
    height: 240px;
    position: absolute;
    top: 30%;
    left:5%;
    border: solid #663300;
    border-radius: 30px;
}
.waiting_status p{margin: 10px;}
#waiting_status_link{
    margin: -10px 0 0 0;
    font-size: 20px;
}
#waiting_totalnumber{
    margin-top: -10px;
    font-size: 120px;
}
.closed-status{
    text-align: center;
    margin: 90px 0;
}

.seccotainer{
    display: flex;
    flex-flow: row;
    padding-top: 20px;

}
h2{font-size: 20px;
    color: #663300;
    line-height: 0.6;
    text-indent: 1em;
}
.news{width: 50%;
    padding: 10px;
    border-right: solid 3px white; 
    background-color: #F8F8FF;
}
.newsframe{width: 100%;
           height: 300px;
           margin-top:;
}
iframe{border-top: solid 2px #663300;
    border-bottom: solid 2px #663300;
    border-left: none;
    border-right: none;
    background-color: white;
}
.access{width: 50%;
    padding:10px;
    background-color: #F8F8FF
}
.mapnotice{font-size: 9px}
.goooglemap{width: 100%;
            height: 300px;
}
.thirdcontainer{
    display: flex;
    flex-flow: row;
    background-color: #FFFAF0;
}
.interviewblock{width: 200px;
    background-color: white;
    border: solid #666600;
    border-radius: 30px;
    margin: 20px 50px;
    text-align: center;
}
.interviewblock a{display: block}
.interviewimg{max-width:80px;
      max-height: 60px;
      margin: 5px 0 0;
}
.interviewblock p{margin: 0 10px;}

.reservationblock{width: 200px;
    background-color: white;
    border: solid #666600;
    border-radius: 30px;
    margin: 20px 50px;
    text-align: center;
}
.reservationblock a{display: block}
.reservationimg{max-width:80px;
      max-height: 60px;
      margin: 5px 0 0;
}
.reservation_img{
    width: 100%;
    margin: 20px 0 0;
}
.reservationblock p{margin: 0 10px;}

.recruitblock{width: 200px;
    border: solid #666600;
    border-radius: 30px;
    margin: 20px 50px;
    text-align: center;
    font-size: 30px;
    background:radial-gradient(#faf4eb,#ffbe5c);
    display:non;
    position: relative;
}
.recruitblock a{color:#002200;
display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruitblock a:hover{color:black;
}

h3{margin:0;
    line-height:100px;
    font-family:monospace;
}
.hootcontainer{background:#666600; 
    text-align: center;
    font-size: 12px;
    color: white
}







@media screen and (max-width:768px){
    body {
    padding: 0;
    width:auto;
    margin-left: auto;
    margin-right: auto; 
}
    header {
    width:auto;
}
    .container {
     display: flex; 
     flex-flow: column;
     padding: 0;
     width: auto;   
}
    .maintitle {
     width: auto;
     text-align: center;
     margin: auto;
}
    .logo{max-width: 50px;
        max-height: 40px;
        margin: 10px 5px 15px;
}
    h1 {
       font-size: 24px;
}
   .entitle {
       font-size: 14px;
}

  .inquiryblock {
      width: auto;
      text-align: center;
      margin-bottom: 5px;
}
   .headerinquiry{
       font-size: 16px;
       margin-top: 5px;
}
   .headertelnum{
       font-size: 20px;
}
   .headeraddressnum{
       font-size: 12px;
}
  .navcontainer{
    width: auto;
}
   .navbar {
       margin: 0; 
       padding: 0; 
       list-style-type: none;
       background: #666600;
       justify-content: space-around;
       font-size: 12px;
       display:table;
       table-layout: fixed;
       width: 100%;
}
    .navbar li{
       float:left;
       width: 25%;
       text-align: center;
       overflow: hidden;
       box-sizing: border-box;
       display: table-cell;
       border: 1px solid white;
    }
   .navbar li a{
    display: block;
    padding:  10px 8px;
    color: white;
    text-decoration: none;
    line-height: 10px;
}
.photo{position: relative}
.tabcontainer{width: auto;
    height: auto;
    background-color:white;
    position:relative;
    top:auto;
    left:auto;
    border:none;
    border-radius:none;
    text-align: center;
}
table{
    text-align: center;
    font-size: 16px;
    border-collapse: collapse;
    margin: 10px auto
}
caption{background:white;}
.tablink{text-align:center;
    margin: 0 40px;
}
.waiting_status{
    font-size: 20px;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left:auto;
    border: none;
    border-radius: none;
    text-align: center;
}
.waiting_status p{margin: 10px;}
#waiting_status_link{
    font-size: 16px;
}
.closed-status{
    margin: 0;
}
#waiting_totalnumber{
    margin-top: 0px;
    font-size: 50px;
}
.seccotainer{
    flex-flow: column;
    padding-top: 20px;
    text-align: center;
}
h2{font-size: 20px;
    color: #663300;
}
.news{width:100vw;
    padding:0;
    border-right: none; 
}
.newsframe{height:250px;
           margin-top: 0;
}
iframe{
    border-bottom:none;
}    
.access{width:100vw;
padding: 0;
}
.goooglemap{width: 100vw;
            height: 300px;
}
.interviewblock{width: 120px;
    margin:auto;
}
.recruitblock{width: 150px;
    margin:10px;
    font-size: 25px;
}
h3{margin:0;
    line-height:none;
}
.reservationblock{width: 150px;
    margin: auto;
    font-size: 15px;
}
}