@charset "UTF-8";
#haneda_kuko_item {
  /*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
  /***  media ***/
  /***  color ***/
  /*** font ***/
  /*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
  /*一瞬表示されるのを防ぐ*/
  /*一瞬表示されるのを防ぐ*/
  /*2.上下の動きを指定*/
  /*3.左右の動きを指定*/
  /*横スクロールバーを隠す*/
  /* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
  /* -------------------------------フェードインのCSS */
}
#haneda_kuko_item #wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
#haneda_kuko_item html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item html {
    font-size: 1vw;
  }
}
#haneda_kuko_item body {
  margin: 0;
  color: #1C1C1C;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
#haneda_kuko_item ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
#haneda_kuko_item * {
  box-sizing: border-box;
}
#haneda_kuko_item *:before,
#haneda_kuko_item *:after {
  box-sizing: border-box;
}
#haneda_kuko_item img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#haneda_kuko_item p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#haneda_kuko_item p:last-child {
  margin-bottom: 0;
}
#haneda_kuko_item a {
  cursor: pointer;
  color: #1C1C1C;
  text-decoration: none;
}
#haneda_kuko_item a:link,
#haneda_kuko_item a:visited {
  color: #1C1C1C;
  text-decoration: none;
}
#haneda_kuko_item input,
#haneda_kuko_item textarea,
#haneda_kuko_item select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
#haneda_kuko_item table {
  border-collapse: collapse;
}
#haneda_kuko_item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#haneda_kuko_item h1,
#haneda_kuko_item h2,
#haneda_kuko_item h3,
#haneda_kuko_item h4,
#haneda_kuko_item h5,
#haneda_kuko_item h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#haneda_kuko_item #wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
#haneda_kuko_item dd,
#haneda_kuko_item dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#haneda_kuko_item dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#haneda_kuko_item .pc {
  display: block !important;
}
#haneda_kuko_item .sp {
  display: none !important;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #haneda_kuko_item #wrapper {
    min-width: 320px;
    position: relative;
  }
  #haneda_kuko_item img {
    width: 100%;
    max-width: 100%;
  }
  #haneda_kuko_item input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #haneda_kuko_item .pc {
    display: none !important;
  }
  #haneda_kuko_item .sp {
    display: block !important;
  }
}
#haneda_kuko_item body,
#haneda_kuko_item p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item body,
  #haneda_kuko_item p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  #haneda_kuko_item a {
    transition: 0.3s ease-in-out;
  }
  #haneda_kuko_item a:hover {
    opacity: 0.7;
  }
}
#haneda_kuko_item button {
  outline: none;
}
#haneda_kuko_item .inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
#haneda_kuko_item .scrollanime {
  opacity: 0;
}
#haneda_kuko_item .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
#haneda_kuko_item .scrollanime2 {
  opacity: 0;
}
#haneda_kuko_item .fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
#haneda_kuko_item .updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
#haneda_kuko_item .downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
#haneda_kuko_item .leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
#haneda_kuko_item .rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
#haneda_kuko_item .sect02 {
  overflow: hidden;
}
#haneda_kuko_item .slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
#haneda_kuko_item .slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
#haneda_kuko_item .js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
#haneda_kuko_item .js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.5s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.5s;
}
#haneda_kuko_item .js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
#haneda_kuko_item .js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
#haneda_kuko_item .mv {
  width: 100%;
}
#haneda_kuko_item .mv img {
  border-radius: 0 !important;
}
#haneda_kuko_item .mv .inner {
  padding: 0;
  max-width: 1200px;
}
#haneda_kuko_item .main_txt {
  position: relative;
  z-index: 1;
  background: url(../img/main_bg.webp) no-repeat top / contain;
  background-size: 100% 100%;
  padding-top: 108px;
  height: 351px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .main_txt {
    height: 405px;
    padding-top: 119px;
    background: url(../img/main_bg_sp.webp) no-repeat top / contain;
    background-size: 100% 100%;
  }
}
#haneda_kuko_item .h2_ttl {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.32px;
  line-height: 50.5px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .h2_ttl {
    font-size: 32px;
    line-height: 1.125;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
  }
}
#haneda_kuko_item .h2_ttl span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 50.5px;
  margin-bottom: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .h2_ttl span {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.25;
    font-family: "Inter", sans-serif;
  }
}
#haneda_kuko_item .shop {
  margin-top: -246px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop {
    margin-top: -286px;
  }
}
#haneda_kuko_item .shop::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 246px);
  bottom: 0;
  right: 0;
  background: #CF4042;
}
#haneda_kuko_item .shop .main_txt_item {
  position: relative;
  z-index: 20;
  max-width: 530px;
  border: 6px solid #E3B809;
  margin: auto;
  background: #ffffff;
  padding: 62px 35px;
  text-align: center;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .main_txt_item {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding: 60px 20px;
  }
}
#haneda_kuko_item .shop .main_txt_item::after {
  position: absolute;
  content: "";
  width: 125px;
  height: 272px;
  top: -74px;
  right: -91px;
  background: url(../img/icon01.webp) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: 20;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .main_txt_item::after {
    width: 72px;
    height: 158px;
    right: -16px;
    top: -106px;
  }
}
#haneda_kuko_item .shop .main_txt_item::before {
  position: absolute;
  content: "";
  width: 218px;
  height: 306px;
  bottom: -154px;
  left: -98px;
  background: url(../img/icon02.webp) no-repeat center / contain;
  transition: 0.4s ease-in-out;
  z-index: 20;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .main_txt_item::before {
    width: 116px;
    height: 163px;
    bottom: -118px;
    left: 9px;
  }
}
#haneda_kuko_item .shop .main_txt_item .m_ttl {
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .main_txt_item .m_ttl {
    font-size: 28px;
  }
}
#haneda_kuko_item .shop .main_txt_item .txt {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  max-width: 310px;
  margin: auto;
  margin-top: 45px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .main_txt_item .txt {
    line-height: 35px;
    margin-top: 30px;
  }
}
#haneda_kuko_item .shop .h2_ttl {
  color: #ffffff;
}
#haneda_kuko_item .shop .h2_ttl span {
  color: #ffffff;
}
#haneda_kuko_item .shop .shop_box {
  color: #ffffff !important;
  position: relative;
  z-index: 5;
  padding-bottom: 150px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box {
    padding-bottom: 0;
  }
}
#haneda_kuko_item .shop .shop_box::after {
  position: absolute;
  content: "";
  width: 343px;
  height: 543px;
  bottom: 0;
  left: 0;
  background: url(../img/shop_after_03.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box::after {
    display: none;
  }
}
#haneda_kuko_item .shop .shop_box::before {
  position: absolute;
  content: "";
  width: 365px;
  height: 586px;
  bottom: 0;
  right: 0;
  background: url(../img/shop_after_04.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box::before {
    display: none;
  }
}
#haneda_kuko_item .shop .shop_box .inner {
  max-width: 1320px;
  position: relative;
}
#haneda_kuko_item .shop .shop_box .inner::after {
  position: absolute;
  content: "";
  width: 511px;
  height: 525px;
  top: -471px;
  left: 40px;
  background: url(../img/shop_after_01.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .inner::after {
    width: 104px;
    height: 327px;
    left: 0;
    top: -114px;
    background: url(../img/shop_after_01_sp.webp) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#haneda_kuko_item .shop .shop_box .inner::before {
  position: absolute;
  content: "";
  width: 511px;
  height: 525px;
  top: -472px;
  right: 40px;
  background: url(../img/shop_after_02.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .inner::before {
    width: 103px;
    height: 209px;
    right: 0;
    top: -114px;
    background: url(../img/shop_after_02_sp.webp) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#haneda_kuko_item .shop .shop_box .h2_ttl {
  color: #ffffff !important;
  margin: auto;
  margin-top: 300px;
  position: relative;
  width: fit-content;
}
#haneda_kuko_item .shop .shop_box .h2_ttl::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 106px;
  top: -136px;
  left: calc(50% - 0.5px);
  background: #ffffff;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .h2_ttl::after {
    height: 70px;
    top: -85px;
  }
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .h2_ttl {
    margin-top: 200px;
  }
}
#haneda_kuko_item .shop .shop_box .sub {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.01;
  margin-top: 13px;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .sub {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    font-family: "Inter", sans-serif;
  }
}
#haneda_kuko_item .shop .shop_box .m_txt {
  margin-top: 118px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .m_txt {
    margin-top: 112px;
    line-height: 45px;
    font-weight: 600;
  }
}
#haneda_kuko_item .shop .shop_box .bor_txt {
  border: 1px solid #ffffff;
  padding: 12px 24px;
  width: fit-content;
  margin: auto;
  margin-top: 42px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .bor_txt {
    padding: 10px 24px;
  }
}
#haneda_kuko_item .shop .shop_box .img_list {
  position: relative;
  margin-top: 20px;
  z-index: 30;
  border-radius: 0 !important;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .img_list {
    margin-top: 80px;
  }
}
#haneda_kuko_item .shop .shop_box .img_list img {
  border-radius: 0 !important;
}
#haneda_kuko_item .shop .shop_box .img_sp {
  display: none;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .img_sp {
    display: block;
    color: #ffffff;
    margin-top: 80px;
  }
}
#haneda_kuko_item .shop .shop_box .pc_txt {
  position: relative;
  z-index: 30;
  width: fit-content;
  margin: auto;
  margin-top: 48px;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .shop .shop_box .pc_txt {
    padding: 0 30px;
    margin-top: 42px;
  }
}
#haneda_kuko_item .shop .shop_box .pc_txt p {
  text-align: left;
  line-height: 1.01;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
#haneda_kuko_item .shop .shop_box .pc_txt p + p {
  margin-top: 26px;
}
#haneda_kuko_item .features {
  position: relative;
  z-index: 1;
  background: url(../img/fea_bg.webp) no-repeat top / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .features {
    background: url(../img/fea_bg_sp.webp) no-repeat top / contain;
    background-size: 100% 100%;
  }
}
#haneda_kuko_item .features .inner {
  padding-top: 65px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .features .inner {
    padding-top: 60px;
  }
}
#haneda_kuko_item .features .h2_ttl {
  padding-top: 135px;
  position: relative;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .features .h2_ttl {
    padding-top: 95px;
  }
}
#haneda_kuko_item .features .h2_ttl::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 113px;
  top: 0;
  left: calc(50% - 0.5px);
  background: #000;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .features .h2_ttl::after {
    height: 70px;
  }
}
#haneda_kuko_item .features .f_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1117px;
  margin: auto;
  gap: 45px;
  column-gap: 45px;
  margin-top: 145px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .features .f_list {
    margin-top: 43px;
  }
}
#haneda_kuko_item .features .f_list li {
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .features .f_list li {
    width: 100%;
  }
}
#haneda_kuko_item .features .f_list .ttl {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}
#haneda_kuko_item .reason {
  background: #CF4042;
  position: relative;
  color: #ffffff !important;
}
#haneda_kuko_item .reason .h2_ttl {
  color: #ffffff;
}
#haneda_kuko_item .reason .h2_ttl span {
  color: #ffffff;
}
#haneda_kuko_item .reason::after {
  position: absolute;
  content: "";
  width: 284px;
  height: 491px;
  top: 0;
  left: 0;
  background: url(../img/reason_after01.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 20;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason::after {
    width: 110px;
    height: 244px;
    top: 25px;
    background: url(../img/reason_after01_sp.webp) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#haneda_kuko_item .reason::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 418px;
  top: 15px;
  right: 0;
  background: url(../img/reason_after02.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 20;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason::before {
    width: 72px;
    height: 244px;
    top: 25px;
    background: url(../img/reason_after02_sp.webp) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#haneda_kuko_item .reason .reason_item {
  position: relative;
}
#haneda_kuko_item .reason .reason_item::after {
  position: absolute;
  content: "";
  width: 219px;
  height: 275px;
  bottom: 33px;
  left: 0;
  background: url(../img/reason_after03.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 20;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason .reason_item::after {
    display: none;
  }
}
#haneda_kuko_item .reason .reason_item::before {
  position: absolute;
  content: "";
  width: 454px;
  height: 454px;
  bottom: 6px;
  right: 9px;
  background: url(../img/reason_after04.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 20;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason .reason_item::before {
    display: none;
  }
}
#haneda_kuko_item .reason .reason_btn_txt {
  margin-top: 80px;
  padding: 7px 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason .reason_btn_txt {
    margin-top: 40px;
    font-size: 10px;
    padding: 5px 10px;
  }
}
#haneda_kuko_item .reason .inner {
  padding-top: 160px;
  padding-bottom: 170px;
  z-index: 50;
  position: relative;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}
#haneda_kuko_item .reason .f_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1133px;
  color: #ffffff;
  margin: auto;
  gap: 54px;
  column-gap: 42px;
  margin-top: 112px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason .f_list {
    margin-top: 83px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#haneda_kuko_item .reason .f_list li {
  width: calc(33.333% - 28px);
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason .f_list li {
    width: 100%;
  }
}
#haneda_kuko_item .reason .f_list .ttl {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .reason .f_list .ttl {
    margin-top: 16px;
  }
}
#haneda_kuko_item .faq {
  background: url(../img/faq_bg.webp) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq {
    background: url(../img/faq_bg_sp.webp) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#haneda_kuko_item .faq .inner {
  padding-top: 200px;
  padding-bottom: 130px;
  max-width: 840px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .inner {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}
#haneda_kuko_item .faq .faq_item .list {
  margin: auto;
  margin-top: 150px;
  border-top: 1px solid #B2B2B2;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list {
    margin-top: 92px;
  }
}
#haneda_kuko_item .faq .faq_item .list li {
  padding: 40px 20px;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li {
    padding: 30px 20px 30px 17px;
  }
}
#haneda_kuko_item .faq .faq_item .list li .q_txt {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  line-height: 36px;
  align-items: self-start;
  display: flex;
  padding-right: 45px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .q_txt {
    padding-right: 0;
    font-weight: 500;
    min-height: 35px;
  }
}
#haneda_kuko_item .faq .faq_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/add.webp) no-repeat center / contain;
  width: 17px;
  height: 16px;
  right: -20px;
  top: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .q_txt:after {
    top: 8px;
  }
}
#haneda_kuko_item .faq .faq_item .list li .q_txt p {
  width: calc(100% - 45px);
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .q_txt p {
    width: calc(100% - 36px);
  }
}
#haneda_kuko_item .faq .faq_item .list li .q_txt span {
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: 45px;
  display: block;
  line-height: 1.31;
  margin-top: -3px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .q_txt span {
    padding-top: 5px;
    line-height: 1.01;
    font-size: 20px;
    width: 36px;
  }
}
#haneda_kuko_item .faq .faq_item .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/mai.webp) no-repeat center / contain;
  width: 17px;
  height: 16px;
  right: -20px;
  top: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .faqactive:after {
    top: 8px;
  }
}
#haneda_kuko_item .faq .faq_item .list li .a_txt {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  line-height: 36px;
  align-items: center;
  display: none;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .a_txt {
    margin-top: 33px;
    font-weight: 500;
  }
}
#haneda_kuko_item .faq .faq_item .list li .a_txt .a_list {
  display: flex;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .a_txt .a_list {
    padding-right: 45px;
  }
}
#haneda_kuko_item .faq .faq_item .list li .a_txt:after {
  display: none;
}
#haneda_kuko_item .faq .faq_item .list li .a_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#haneda_kuko_item .faq .faq_item .list li .a_txt p {
  text-align: left;
  width: calc(100% - 45px);
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .a_txt p {
    width: calc(100% - 36px);
  }
}
#haneda_kuko_item .faq .faq_item .list li .a_txt span {
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: 45px;
  display: block;
  line-height: 1.31;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .faq_item .list li .a_txt span {
    padding-top: 3px;
    line-height: 1.01;
    font-size: 20px;
    width: 36px;
  }
}
#haneda_kuko_item .faq .access {
  padding-top: 205px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access {
    padding-top: 127px;
  }
}
#haneda_kuko_item .faq .access dl {
  display: flex;
  text-align: left;
  margin-top: 83px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl {
    margin-top: 71px;
    display: block;
  }
}
#haneda_kuko_item .faq .access dl dt {
  width: 53.125%;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl dt {
    width: 100%;
  }
}
#haneda_kuko_item .faq .access dl dt .map {
  margin-top: 35px;
}
#haneda_kuko_item .faq .access dl dt .map iframe {
  height: 314px;
  width: 100%;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl dt .map iframe {
    height: 257px;
  }
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl dt .map {
    margin-top: 29px;
  }
}
#haneda_kuko_item .faq .access dl dd {
  width: 46.875%;
  padding-left: 35px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl dd {
    width: 100%;
    padding-left: 0;
    padding-top: 28px;
  }
}
#haneda_kuko_item .faq .access dl dd .pc_txt {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl dd .pc_txt {
    display: none;
  }
}
#haneda_kuko_item .faq .access dl dd .pc_txt p + p {
  margin-top: 10px;
}
#haneda_kuko_item .faq .access dl dd .sp_txt {
  display: none;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl dd .sp_txt {
    display: block;
  }
}
#haneda_kuko_item .faq .access dl dd .sp_txt li {
  display: flex;
}
#haneda_kuko_item .faq .access dl dd .sp_txt li + li {
  margin-top: 13px;
}
#haneda_kuko_item .faq .access dl dd .sp_txt li .txt_l {
  width: 94px;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .access dl dd .sp_txt li .txt_l {
    line-height: 1.4;
  }
}
#haneda_kuko_item .faq .access dl dd .sp_txt li .txt_r {
  width: calc(100% - 94px);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
#haneda_kuko_item .faq .access dl dd .sp_txt li .txt_r p + p {
  margin-top: 13px;
}
#haneda_kuko_item .faq .contact {
  padding-top: 170px;
  max-width: 744px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact {
    padding-top: 138px;
  }
}
#haneda_kuko_item .faq .contact .txt {
  margin-top: 55px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .txt {
    margin-top: 71px;
    font-size: 16px;
  }
}
#haneda_kuko_item .faq .contact .ins_list {
  margin: auto;
  margin-top: 89px;
  display: flex;
  column-gap: 115px;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .ins_list {
    column-gap: 54px;
    margin-top: 42px;
    flex-direction: row-reverse;
  }
}
#haneda_kuko_item .faq .contact .ins_list img {
  margin: auto;
  max-width: 79px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .ins_list img {
    max-width: 86px;
  }
}
#haneda_kuko_item .faq .contact .ins_list .list {
  display: block;
  width: calc(50% - 57.5px);
  min-width: 220px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .ins_list .list {
    width: calc(50% - 27px);
    min-width: auto;
  }
}
#haneda_kuko_item .faq .contact .ins_list .ins_txt {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .ins_list .ins_txt {
    display: block;
    margin-top: 22px;
    font-size: 16px;
    line-height: 30px;
  }
}
#haneda_kuko_item .faq .contact .red_list {
  margin: auto;
  margin-top: 89px;
  display: flex;
  column-gap: 40px;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .red_list {
    flex-direction: unset !important;
    margin-top: 42px;
    column-gap: 5px;
    width: 100%;
  }
}
#haneda_kuko_item .faq .contact .red_list a {
  margin: auto !important;
  width: fit-content !important;
  min-width: 150px !important;
  max-width: 33.3333%;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .red_list a {
    min-width: 33.3333% !important;
  }
  #haneda_kuko_item .faq .contact .red_list a img {
    max-width: 40px !important;
  }
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .faq .contact .red_list a .ins_txt {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-top: 10px !important;
  }
}
#haneda_kuko_item .asakusa .asakusa_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.01;
}
#haneda_kuko_item .asakusa .inner {
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa .inner {
    padding-bottom: 90px;
    padding-top: 120px;
  }
}
#haneda_kuko_item .asakusa dl {
  display: flex;
  text-align: left;
  margin-top: 85px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl {
    margin-top: 53px;
    display: block;
  }
}
#haneda_kuko_item .asakusa dl dt {
  width: 53.125%;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dt {
    width: 100%;
  }
}
#haneda_kuko_item .asakusa dl dt .map {
  margin-top: 35px;
}
#haneda_kuko_item .asakusa dl dt .map iframe {
  height: 314px;
  width: 100%;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dt .map iframe {
    height: 257px;
  }
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dt .map {
    margin-top: 29px;
  }
}
#haneda_kuko_item .asakusa dl dd {
  width: 46.875%;
  padding-left: 35px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dd {
    width: 100%;
    padding-left: 0;
    padding-top: 28px;
  }
}
#haneda_kuko_item .asakusa dl dd .asakusa_txt {
  margin-bottom: 70px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dd .asakusa_txt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 47px;
  }
}
#haneda_kuko_item .asakusa dl dd .pc_txt {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dd .pc_txt {
    display: none;
  }
}
#haneda_kuko_item .asakusa dl dd .pc_txt p + p {
  margin-top: 10px;
}
#haneda_kuko_item .asakusa dl dd .sp_txt {
  display: none;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dd .sp_txt {
    display: block;
  }
}
#haneda_kuko_item .asakusa dl dd .sp_txt li {
  display: flex;
}
#haneda_kuko_item .asakusa dl dd .sp_txt li + li {
  margin-top: 13px;
}
#haneda_kuko_item .asakusa dl dd .sp_txt li .txt_l {
  width: 94px;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .asakusa dl dd .sp_txt li .txt_l {
    line-height: 1.4;
  }
}
#haneda_kuko_item .asakusa dl dd .sp_txt li .txt_r {
  width: calc(100% - 94px);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
#haneda_kuko_item .asakusa dl dd .sp_txt li .txt_r p + p {
  margin-top: 13px;
}
#haneda_kuko_item .la_list {
  display: flex;
  width: 100%;
  max-width: 614px;
  margin: auto;
  column-gap: 29px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .la_list {
    padding-left: 10px;
    padding-right: 10px;
    column-gap: 10px;
    margin-top: 0;
  }
}
#haneda_kuko_item .la_list a {
  display: flex;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 4px;
  width: calc(33.3333% - 19.33333px);
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
@media screen and (max-width: 818px) {
  #haneda_kuko_item .la_list a {
    width: calc(33.3333% - 6.6666px);
  }
}
#haneda_kuko_item .la_list a span {
  max-width: 34px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.txt_zh {
  font-size: 16px !important;
}
.zh_mail {
  text-decoration: underline !important;
  color: #0035a7 !important;
}
@media screen and (max-width: 818px) {
  .sp_li_p_lig {
    line-height: 1.875 !important;
    width: 100%;
  }
}
