<@charset "UTF-8";>

    header {
      position: fixed;
      top:0;
    }
    /*****グローバルメニュー****/
    .logo h1 {
      float: left;
      margin-left: 5%;
    }
    #menu{
      width: 100%;
      margin: 10px auto;
      background: #F2F2F2
    }
    #menu-inner{
      width: 100%;
      height: 100px;
      margin: 0 auto;
      background: #F2F2F2;
      align-items: center;
    }
    #menu-btn {
      display: none;
    }
    #menu-content {
      text-align: right;
      justify-content: center;
      padding-left: 0;
      width: 100%;
      height: 100%;
      list-style-type: none;
    }
    #menu-content > li {
      display: inline-block;
      position: relative;
      height: 100%;
      text-align: center;
    }
    #menu-content > li > a{
      position: relative;
      display: inline-block;
      height: 100%;
      padding-left: 15px;
      padding-right: 15px;
      line-height: 100px;
      background: #F2F2F2;
      color: #DA0000;
      font-family: Antonio,Anton,sans-serif;
      letter-spacing: 0.1em;
      text-decoration: none;
      z-index: 2;
    }
    #menu-content > li > a:hover {
      color: #1E1275;
    }
    /*******トグルメニュ*********/
    @media screen and (max-width:960px) {
    #menu-inner {
      width: 100%;
      height: auto;
    }
    #btn-content {
      text-align: right;
      margin-right: 5%;
    }
    #menu-btn {
      display: inline-block;
      padding: 10px 15px;
      margin-top: 40px;
      cursor: pointer;
      background: #757575;
      color: #fff;
      font-family: Antonio,Anton,sans-serif;
    }
    #menu-content {
      display: none;
      width: 100%;
    }
    #menu-content > li {
      width: 100%;
      height: 50px;
      float: none;
    }
    #menu-content > li > a {
      width: 100%;
      line-height: 40px;
      padding: 0;
      text-decoration: none;
      background: #B5A7A7;
    }
    }
    /* 画面外にいる状態 */
    .fade {
      opacity : 0.1;
      transform : translate(0, 100px);
      transition : all 500ms;
    }
    /* 画面内に入った状態 */
    .fade.scrollin {
      opacity : 1;
      transform : translate(0, 0);
    }
    a  {
      text-decoration: none
    }
    main h1 {
      font-size: 72px;
      font-family: Antonio,Anton,sans-serif;
      letter-spacing: 0.1em;
      text-align: center;
    }
    #info table {
      width: 70%;
      margin: 0 auto;
    }
    .tbl-r02 th, .tbl-r02 td {
      padding: 60px 30px;
      color: #757575;
      text-align: left;
      word-wrap: normal;
    }
    .tbl-r02 td span {
      text-decoration: line-through;
    }
    @media screen and (max-width: 960px) {
      .tbl-r02 th, .tbl-r02 td {
        display: block;
        text-align: center;
      }
    }
    h4 {
      margin-bottom: 0;
      text-decoration: underline;
    }
    #page_top {
      position: fixed;
      bottom: 30px;
      right: 20px;
    }
    #page_top a {
      background-color: #999;
      color: #fff;
      text-align: center;
      text-decoration: none;
      padding: 20px 20px;
    }
    #page_top a:hover {
      background-color: #666;
      text-decoration: none;
    }
     footer {
      margin-top: 100px;
      background-color: black;
    }
    #campany {
      color: #ffffff;
      text-align: center
    }
    #campany h3 {
      padding-top: 30px;
    }
    footer table {
      font-size: 12px;
      margin: 0 auto;
      text-align: left;
    }
    footer table td {
      padding-left: 10%;
    }
    .map {
      width: 336px;
    }
    @media screen and (max-width: 320px) {
      .map {
        width: 240px;
        height: 240px;
      }
    }
    footer table,.map {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px;
    }
    
    .fa-brands{
      color: #757575;
    }
    
    .icon {
      color: #757575;
    }
    #campany p {
    display: inline-block;
    margin: 30px auto;
    }
    #campany a :hover {
      color: white;
      transition: .3s
    }
