@charset "Shift-JIS";

/*******************

- .headerlogo

********************/
.headerlogo {
  padding: 10px 0;
}
.headerlogo p {
  text-align: center;
}
.headerlogo p img {
  max-width: 260px;
  min-width: 160px;
  width: 30%;
}

.wrapper {
  overflow: hidden;
}

/*********************************
*
*  .main_vsl
*
**********************************/
.main_vsl {
  margin: auto;
  width: 100%;
  height: auto;
}
.main_vsl h1 {
  text-align: center;
  position: relative;
}

.main_vsl h1 img {
  width: 100%;
}
.main_vsl h1 a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.main_vsl h1 div img{
  width: auto;
}

@media (max-width:767px) {
  .main_vsl h1 div{
    width: 65%;
  }
  .main_vsl h1 img{
    width: 100%;
  }
}

/*********************************
*
*  accordion
*
**********************************/
.acd-title {
  padding: 50px 0 0;
}
.acd-title-inner {
  width: 329px;
  height: 67px;
  margin: auto;
  background: url(../images/readmore.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.opened .acd-title-inner {
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}
.acd-title-inner:hover {
  opacity: 0.7;
}
@media (max-width:767px) {
  .acd-title {
    padding: 0;
  }
  .acd-title-inner {
    margin-top: 20px;
    width: 210px;
    height: 40px;
  }
}
/*********************************
*
*  lede
*
**********************************/
.lede-wrap {
  padding: 35px 0 45px;
  text-align: center;
  background: url(../images/leadtext_bg.jpg) center center;
  background-size: cover;
  line-height: 1.6;
  font-size: 26px;
}
.about-area div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-area div p {
    font-size: 15px;
    line-height: 20px;
  }
  .lede-wrap {
    padding: calc(50 / 750 * 100vw) 0;
  }
}
.anchor-btn-list {
  margin: 50px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  }
  .anchor-btn-list li {
    position: relative;
    margin: 0 10px;
  }
  .anchor-btn-list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .anchor-btn-list li:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    border-bottom: 3px solid #000000;
    border-left: 3px solid #000000;
    transform: rotate(-45deg) skew(-10deg, -10deg) translateY(-100%);
    top: 50%;
    right: 25px;
  }
@media screen and (max-width: 767px) {
  .anchor-btn-list {
    margin: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .anchor-btn-list li {
    margin: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw) 0 ;
  }
  .anchor-btn-list li span {
    font-size: 12px;
    transform: translate(-60%,-50%);
  }
  .anchor-btn-list li:after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    right: 5px;
  }
}


/*********************************
*
*  about
*
**********************************/
.about-wrap.bg{
  background: url(../images/bg-image.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 70px;
  background-size: cover;
}
.about-wrap.haneda_bg{
  background: url(../images/haneda_bg-image.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 70px;
  background-size: cover;
}
.about-wrap .frame-about {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.about-wrap .content-two .frame-about{
  justify-content: flex-end;
}
.about-wrap img.pos-abs{
  position: absolute;
}
.about-wrap .frame-about h2 {
  font-size: 45px;
}
.ariake-text {
  margin: auto 0 0 4%;
}

.ariake-text .pos-abs {
  top: 0;
}

.about-wrap .haneda_frame-about div {
  margin: 0 15% 0 4%;
}
.about-wrap .frame-about div p {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  height: 80%;
}
div.haneda_p{
  margin-top: 50px;
}
div.haneda_p p {
  font-family: serif;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  height: 80%;
}

.about-wrap .about-title{
  text-align: center;
  padding: 90px 0 90px;
}
.about-wrap .content-two{
  margin-top: 100px;
}
.about-wrap .content-three{
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .about-wrap.bg{
    background: url(../images/bg-image_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
  }
  .about-wrap.haneda_bg{
    background: url(../images/haneda_bg-image_sp.png);
    padding-bottom: 40px;
  }
  .about-wrap .frame-about{
    flex-wrap: wrap;
  }
  .about-wrap .about-title{
    padding: 50px 40px 50px;
  }
  .about-wrap .frame-about img {
    margin: auto;
    width: auto;
  }
  .about-wrap .frame-about div img{
    position: static;
  }
  .about-wrap .haneda_frame-about div img{
    position: static;
    margin-top: 15px;
  }
  div.haneda_p{
    margin-top: 10px;
  }
  .about-wrap .frame-about h2 {
    margin: 0 calc(25 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
    font-size: 20px;
  }
  .about-wrap .frame-about div {
    width: auto;
    margin: 0;
  }
  .about-wrap .frame-about div p {
    font-size: 3.6vw;
    line-height: 1.8;
    font-weight: bold;
  }
  .about-wrap .frame-about div p:nth-of-type(1){
    padding-top: 0;
  }
  div.haneda_p p {
    font-size: 3.6vw;
    line-height: 1.8;
    font-weight: bold;
  }
  .about-wrap .frame-about .pot {
    width: 28%;
    left: -11px;
    top: -13px;
  }
  .about-wrap .frame-about .geta {
    width: 27%;
    right: -6px;
    top: -4px;
  }
  .about-wrap .content-two,
  .about-wrap .content-three{
    margin-top: 40px;
  }
  .about-wrap .content-one .frame-about img:nth-of-type(2),
  .about-wrap .content-two .frame-about img:nth-of-type(2),
  .about-wrap .content-three .frame-about img:nth-of-type(2){
    position: static;
  }

  .ariake-img{
    margin: 0 auto;
  }

  .ariake-text {
    text-align: center;
  }
}

/*********************************
*
*  mom
*
**********************************/

.mom-about-wrap {
  padding: 80px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mom-about-wrap {
    padding: 25px 0 45px;
  }
}
/*********************************
*
*  facility
*
**********************************/
i {
  font-style: normal;
  text-decoration: underline;
}
em {
  font-style: normal;
}
.facility-wrap {
  background: #ffffff;
}
.facility-items-wrap {
  position: relative;
}
.facility-ttl {
  text-align: center;
  position: relative;
  margin: 100px auto 30px;
}
.facility-cat-ttl {
  text-align: center;
  background: url(../images/line.png) center top repeat-x;
}
.facility-cat-ttlnone {
  background: none;
}
.facility-cat-ttl span {
  display: inline-block;
  font-size: 36px;
  padding: 0 70px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .facility-ttl {
    margin: calc(50 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
  .facility-wrap {
    padding: 0 0 calc(40 / 750 * 100vw);
    background: #ffffff;
  }
  .facility-inner {
    padding: calc(50 / 750 * 100vw) 0 0 0;
    background: none;
  }
  .facility-ttl img {
    top: -25px;
  }
  .facility-cat-ttl span {
    font-size: 16px;
    padding: 0 40px;
    background-size: 12%;
  }
  .facility-cat-ttl {
    margin: calc(60 / 750 * 100vw) 0 0;
    background-size: 1.5%;
    padding: calc(60 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

.facility-items-list {
  display: flex;
  flex-wrap: wrap;
}
.facility-items-list li {
  width: 23.7%;
  margin: 2% 1.3% 0 0;
  background: #ffffff;
  font-size: 14px;
  position: relative;
  color: #002f67;
}
.facility-items-list li a {
  height: 100%;
  box-sizing: border-box;
  color: #002f67;
  display: block;
}
.haneda-facility-items-list li {
  width: 23.7%;
  margin: 2% 1.3% 0 0;
  background: #ffffff;
  font-size: 14px;
  position: relative;
  color: #1f0092;
}
.haneda-facility-items-list li a {
  height: 100%;
  box-sizing: border-box;
  color: #1f0092;
  display: block;
}
.facility-items-list .facility-item-img{
  border: 1px solid #cccccc;
}
.facility-item-lab {
  display: inline-block;
  width: auto;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  padding: 0 6px;
  font-weight: bold;
  color: #ffffff;
  background-color: #002f67;
}
.haneda-facility-item-lab {
  display: inline-block;
  width: auto;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  padding: 0 6px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1f0092;
}
.facility-item-introduction {
  margin-top: 10px;
}
.facility-item-sevice {
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .facility-items-list {
    padding: 0;
    justify-content: space-between;
  }
  .facility-items-list li {
    font-size: 12px;
    width: 48%;
    margin: 2% 0 0 0;
  }
  .facility-items-list li:nth-child(2n){
    margin-right: 0;
  }
  .haneda-facility-items-list li {
    font-size: 12px;
    width: 48%;
    margin: 2% 0 0 0;
  }
  .haneda-facility-items-list li:nth-child(2n){
    margin-right: 0;
  }
  .facility-item-lab {
    width: auto;
    height: auto;
    padding: 2px 10px;
    line-height: 16px;
    margin-top: calc(15 / 750 * 100vw);
    text-align: left;
  }
  .haneda-facility-item-lab {
    width: auto;
    height: auto;
    padding: 2px 10px;
    line-height: 16px;
    margin-top: calc(15 / 750 * 100vw);
    text-align: left;
  }
  .facility-item-introduction {
    margin-top: calc(10 / 750 * 100vw);
  }
  .facility-item-sevice {
    font-size: 13px;
  }
}

/*********************************
*
*  banner
*
**********************************/
.search_wrapper {
  background-size: cover;
  padding: 65px 0 90px;
  text-align: center;
}
.banner-wrap {
  padding: 90px 0 40px;
  background-color: #e4f2ff;
}
.haneda_banner-wrap {
  padding: 90px 0 40px;
  background-color: #eeebff;
}
@media screen and  (max-width: 767px) {
  .banner-wrap {
    padding: calc(71 / 750 * 100vw) 0 calc(31 / 750 * 100vw);
  }
  .haneda_banner-wrap {
    padding: calc(71 / 750 * 100vw) 0 calc(31 / 750 * 100vw);
  }
  .search_wrapper{
    padding: 0 0 40px;
  }
}
.banner-ttl {
  letter-spacing: 0;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-ttl span {
  margin: 0 15px;
}
@media screen and  (max-width: 767px) {
  .search_link_facility::after {
    right: 13px;
    letter-spacing: normal;
    transform: scale(0.9);
  }
  .banner-ttl {
    font-size: 18px;
    background-size: contain;
    letter-spacing: 0;
  }
  .banner-ttl img {
    width: 20%;
  }
  .search_link_facility ,.yutai-top-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
  }
  .search_link_facility img ,.yutai-top-btn img {
    width: 100%;
  }
}
@media screen and  (max-width: 350px) {
  .search_link_facility {
    font-size: 16px;
    height: 50px;
  }
}
.btn-yutai-wrap {
  display: flex;
  justify-content: center;
}
.btn-yutai-wrap:nth-of-type(2){
  margin-top: 60px;
}
.random-banner-area{
  margin-top: 40px;
  width: 100%;
}
@media screen and  (max-width: 767px) {
  .random-banner-area{
    margin: calc(40 / 750 * 100vw) auto 0;
    width: 75%;
  }
  .btn-yutai-wrap:nth-of-type(2){
    margin-top: 20px;
  }
}
@media screen and  (min-width: 768px) {
  .items {
    font-size: 0;
  }
  .items li{
    display: inline-block;
    width: 48%;
  }
  .items li + li {
    margin-left: 4%;
  }
}
@media screen and  (max-width: 767px) {
  .items {
    text-align: center;
  }
  .items li + li {
    margin: 20px 0 0 0;
  }
}

/*******************

- .toPagetop

********************/
.toPagetop {
  position: fixed;
  width: 85px;
  height: 85px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 14;
}
.toPagetop img {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px) {
  .toPagetop {
    width: 55px;
    height: 55px;
    right: 20px;
    bottom: calc(267 / 750 * 100vw);
  }
}

/*******************

- .footer

********************/
.footer {
  color:#fff;
  background-color:#555;
  padding-top:20px;
  padding-bottom:20px;
  font-size:87.5%;
}
.footer a {
  color:inherit;
}
.footer .layout {
  display:table;
  width:100%;
}
.footer .site-logo ,
.footer .copyright {
  display:table-cell;
  vertical-align:middle;
}
.footer .site-logo {
  margin-top:0;
}
.footer .copyright {
  text-align:center;
  letter-spacing:0.1em;
}
.footer .site-logo .poweredby {
  margin-right:1em;
  letter-spacing:0.1em;
  font-size:1.1em;
}
.footer .site-logo .poweredby ,
.footer .site-logo .logo-img {
  display:inline-block;
  vertical-align:middle;
}
@media (max-width:1040px){
  .footer {
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
  }
  .footer .copyright {
    font-size:0.8em;
  }
  .footer .site-logo .logo-img {
    width:50%;
  }
}
@media (max-width:767px){
  .footer {
    padding-top:1.5em;
    padding-bottom:1.5em;
  }
  .footer .layout {
    display:block;
  }
  .footer .site-logo ,
  .footer .copyright {
    width:100%;
    display:block;
    text-align:center;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
    letter-spacing:0;
  }
  .footer .copyright {
    /* margin-top:0.5em; */
    letter-spacing:0;
    font-size:0.9em;
  }
  .footer .site-logo .logo-img {
    width:39.15%;
    max-width:278px;
  }
}
@media (max-width:768px){
  .overflow-img {
    overflow: hidden;
  }
}

/*******************

- #tabarea

********************/
#tabarea {
  margin: 0 auto;
}
#tabarea .c-imgtab {
  position: relative;
  margin: 40px 0 0;
}

#tabarea .c-imgtab::after {
  content: "";
  height: 1px;
  background: #ffffff;
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: calc(-1 * (50% - 20px));
  z-index: 1;
}

#tabarea .c-imgtab-cont {
  display: none;
}

#tabarea .c-imgtab-cont.is-current {
  display: block;
}

#tabarea .c-imgtab-inr {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-bottom: 0 none;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  max-width: 980px;
  width: 100%;
  align-items: flex-end;
}

#tabarea .c-imgtab-nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  position: relative;
  cursor: pointer;
}

#tabarea .tab1_a {
  padding: 18px 97px;
  border: 2px solid #989898;
  border-radius: 25px 25px 0 0;
  background-color: #eeeeee;
}

#tabarea .is-current.tab1_a {
  padding: 26px 97px;
  border: 4px solid #002f67;
  border-radius: 25px 25px 0 0;
  background-color: #edfbff;
}

#tabarea .tab2_a {
  padding: 20px;
  border: 2px solid #989898;
  border-radius: 25px 25px 0 0;
  background-color: #eeeeee;
}

#tabarea .is-current.tab2_a {
  padding: 26px 20px;
  border: 4px solid #1f0092;
  border-radius: 25px 25px 0 0;
  background-color: #f4f3ff;
}

#tabarea .c-imgtab-nav img {
  width: 100%;
  height: auto;
}
@media(max-width: 768px){
  #tabarea .c-imgtab-inr{
    max-width: 550px;
  }

  #tabarea .tab1_a {
    padding: 16px 38px;
  }
  
  #tabarea .is-current.tab1_a {
    padding: 18px 38px;
  }
  
  #tabarea .tab2_a {
    padding: 12px;
  }
  
  #tabarea .is-current.tab2_a {
    padding: 22px 12px;
  }
  
}

/*******************

- ipad screen bug

********************/
@media (max-width:1024px) and (min-width:767px) {
  .about-wrap .haneda_frame-about img{
    width: 63%;
  }
  .about-wrap .haneda_frame-about div{
    margin: 0 38% 0 4%;
  }
  .about-wrap .haneda_frame-about div img{
    width: 33%;
  }
  .facility-item-lab-ipad {
    height: auto !important;
    text-align: left !important;
  }
  .ipad_block{
    display: block !important;
  }
}