@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  text-decoration: none;
}
body {
  width: auto;
  height: auto;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: url("../img/headerbg2025.png"), rgba(255, 255, 255, 1);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 115px 0 0 0;
}
p {
  line-height: 1.6em;
}
img {
  vertical-align: bottom;
  border: 0;
}
hr.free {
  visibility: hidden;
  height: 0;
  clear: both;
}
hr.space {
  visibility: hidden;
  height: 10px;
}
/***レイアウト***/
/*スマホナビメニュー*/
.globalMenuSp {
  display: none;
}
.navToggle {
  display: none;
}
/* ナビメニューend*/
#wrap {
  width: 100%;
  min-height: 500px;
}
#page {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
#header {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0;
}
#pan {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  text-align: left;
  font-size: 0.8em;
  color: #333;
  padding: 5px 10px;
  border-bottom: 1px dotted #e60000;
  border-top: 5px solid #e60000;
}
#pan a:link, #pan a:visited {
  color: #e60000;
  text-decoration: underline;
}
#pan a:hover {
  color: #e60000;
  text-decoration: none;
}
.main {
  width: 960px;
  height: auto;
  background: rgba(255, 255, 255, .9);
  float: left;
  padding: 10px 0 30px 0;
  box-sizing: border-box;
}
.new-main {
  display: flex;
  justify-content: space-between;
  width: 960px;
  height: auto;
  background: rgba(255, 255, 255, .9);
  padding: 10px 0 30px 0;
  box-sizing: border-box;
}
#slogan {
  font-size: x-large;
  text-align: center;
  margin: 20px 0;
  color: #333;
  font-weight: bold;
}
#policies, #standards {
  display: none;
  margin: 10px 0;
}
.leftbox {
  width: 530px;
  height: auto;
  float: left;
}
.new-leftbox {
  width: 530px;
  height: auto;
}
.rightbox {
  width: 410px;
  height: auto;
  float: left;
  margin: 0 0 0 20px;
}
.new-rightbox {
  width: 410px;
  height: auto;
}
#footer {
  width: 100%;
  min-height: 200px;
  background-color: #e60000;
  float: left;
  padding: 20px 0 50px 0;
  margin: 20px 0 0 0;
  bottom: 0;
  right: 0;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #FFF;
}
.boss_name {
  padding: 5px 25px 0 0;
}
.flex_header, .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_header {
  margin: 0 0 5px 0;
}
.flex_header li, .flex li {
  list-style-type: none;
}
.flex_header li:first-child {
  /*padding-top: 45px;*/
}
.flex2 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/*2024追加*/
#new-header {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0;
}
/*------------------------------------------------------------

880px以下

------------------------------------------------------------*/
@media screen and (max-width: 880px) {
 /* ナビメニュー*/
  .gnav {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .footer-nav2 {
    display: none;
  }
  .globalMenuSp {
    display: block;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    /*background: #fff;*/
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
  }
  nav.globalMenuSp ul {
    background: rgba(128, 128, 128, 0.9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
  }
  nav.globalMenuSp ul li a:hover {
    background: #ccc;
  }
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
    background: #e60000;
    text-align: center;
    border-radius: 5px;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 47px;
    border-bottom: solid 4px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 23px;
  }
  .navToggle span:nth-child(3) {
    top: 37px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 11px;
    font-weight: bold;
    top: 42px;
  }
  .navToggle.active span:nth-child(1) {
    top: 22px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ナビメニューend*/
  .flex {
    display: flex;
  }
  body {
    background: none;
    padding: 0;
  }
  .flex_header {
    flex-wrap: wrap;
    justify-content: center !important;
    margin: 0;
  }
  .main {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .new-main {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  #page {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #header {
    width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
  }
  #new-header {
    border-top: solid 5px #e60000;
    width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
  }
  #topimg img {
    width: 100%;
    height: auto;
  }
  .narita40th img {
    width: 100%;
  }
  ul#btn {
    display: none;
  }
  ul#btn2 {
    display: none;
  }
  ul.info2 li img {
    width: 100%;
  }
  .rightbox {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0;
  }
  .leftbox {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0;
  }
  .new-rightbox {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0;
  }
  .new-leftbox {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0;
  }
  #footer {
    width: 100%;
    min-height: auto;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
  }
  #slogan {
    font-size: 1.2em;
    margin: 10px 0;
  }
}
/*------------------------------------------------------------

480px以下

------------------------------------------------------------*/
@media screen and (max-width: 480px) {}