/* pc用 */

  html {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  body {
    width: 100%;
    font-family: 'メイリオ';
    font-size: 62.5%;
  }

  *,
  *::before ,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
  }

  .wrapp_all {
    width: 100%;
    overflow: hidden;
  }


  header {
    display: flex;
    width: 100%;
    height: 60px;
  }

  .hamburger-menu {
    display: none;
  }

  .pc_menu_content {
    margin-left: auto;
  }

  .pc_menu_content ul {
    display: flex;
    height: 60px;
    padding: 25px;
    font-size: 1.2em;
  }

  .pc_menu_content ul li {
    display: block;
    padding: 0 30px;
    border-left: 1px solid #00285f;
  }

  .pc_menu_content ul li a {
    color: #00285f;
  }

  main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 40px;
  }

  h1 {
    font-size: 1.8em;
    font-family: 'sans-serif';
    color: #031790;
    padding: 20px 0 0 20px;
  }

  /* トップ画像・テキスト */
  .company_tit {
    width: 100%;
  }

  .company_tit img {
    width: 100%;
    height: auto;
  }

  .company_txt {
    width: 100%;
  }

  .company_txt img {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
  }

  /* 会社概要 */
  .company_tit_Wrapper {
    width: 100%;
  }
  .company_tit img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .company_txt img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .history table{
    width: 95%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    margin-top: 16px;
    border: solid 1px black;
  }

  .history table tr{
    border: solid 1px black;
    font-family: "メイリオ";
  }

  .history table th{
    font-family: "メイリオ";
    position: relative;
    text-align: center;
    width: 30%;
    background-color: #031790;
    color: white;
    border: solid 1px white;
    font-size: 14px;
  }

  .history table td {
    font-family: "メイリオ";
    font-size: 14px;
    padding-left: 16px;
  }

  /*フッターメニュー*/
  .footer {
    width: 100%;
    height: 60px;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    margin-bottom: 48px;
  }
  .global-nav {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 0;
    background: #031790;
  }
  .nav-list {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .nav-item {
    display: table-cell;
    border: solid 1px gray;
    padding: 6px 0px;
  }
  .nav-item a {
    text-decoration: none;
  }
  .nav-item i {
    display: block;
    font-size: 1.6em;
    color: white;
  }
  .nav-item a span img {
    transform: scale(0.6);
  }

  /* 問い合わせフォーム */
  .reservation_tit_Wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .reservation_tit img {
    width: 75%;
    display: block;
    margin: 0 auto;
    margin-top: 48px;
  }
  #formWrap {
  	width:100%;
    max-width: 960px;
    display: block;
  	margin:0 auto;
    margin-top: 36px;
    background-color: white;
  }
  #formWrap p {
    font-size: 1.6em;
    text-align: center;
  }
  #formWrap h3 {
    font-size: 2em;
    text-align: center;
    color: #031790;
  }
  .formTable {
    width: 100%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
  	width: auto;
  	display: block;
    margin: 0 auto;
    font-size: 1em;
  }
  table.formTable th {
  	border-bottom:0;
    color: #fff;
    font-size: 1em;
  }
  input[type="text"], textarea {
  	width: 100%;
  	padding: 20px;
  	font-size: 1em;
  	display: block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
  	display:block;
  	width:100%;
  	height:35px;
    background-color: #fff;
    color: #031790;
  }
  .date_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  input[type="date"],input[type="time"] {
    width: 35%;
    height: 30px;
    font-size: 1.2em;
  }
  table{
    width: 85%;
    margin: 0 auto;
    margin-top: 6px;
    border-collapse: collapse;
    border: solid 1px black;
    font-family: 'メイリオ',
  }

  table tr{
    border-bottom: solid 1px black;
  }

  table tr:last-child{
    border-bottom: none;
  }

  table th{
    position: relative;
    text-align: center;
    width: 30%;
    background-color: #031790;
    color: black;
    padding: 10px 0;
    font-size: 1em;
  }

  table td {
  	font-size: 1em;
  	padding-left: 6px;
    padding: 1.2em;
  }

  .sp-br {
    display: none;
  }
