@charset "UTF-8";


/*-----------------------------------------------------------------
		ヘッダー
-----------------------------------------------------------------*/

.header-lp-black{
  background-color: #020106;
  padding: 15px 15px;
}

.tokyo_bay_shuttle .header-lp-black{
  background-color: transparent;
}

.header-lp-left{
  width: calc(100% - 200px);
  vertical-align: middle;
}
.header-lp-right{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 220px;
  vertical-align: middle;
}
.lp-pc{
  display: inline;
}
.color-white{
  color: #fff;
}
.lp-black-icon{
  background: #fff !important;
  color: #020106 !important;
}
.lp-weight-b{
  font-weight: bold;
}
.header-lp-inner{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.l-header-lp-snsList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-header-lp-snsList li + li {
  margin-left: 8px;
}
.l-header-lp-snsList li span {
  background: #ddd;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  height: 26px;
  width: 26px;
}
.header-option-list .option-list-lp-item.select-lng {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 999;
}
.header-option-list .option-list-lp-item {
  display: inline-block;
  font-size: .71rem;
  margin-right: 18px;
  vertical-align: middle;
}
.header-option-list .option-list-lp-item:before{
  display: block;
  font-size: 4rem;
  vertical-align: inherit;
}

@media screen and (max-width: 980px){
  .lp-black-icon{
  background: #fff !important;
  }
  .l-header-lp-snsList li + li{
    margin-left: 15px;
  }
  .header-option-list .option-list-item.lp-lang-wrap{
    margin-right: 0px;
  }
  .header-option-list .option-list-item.lp-lang-wrap::before{
    display: none;
    /*
    font-size: 3rem;
    width: 100%;
    text-align: center;*/
  }
  .header-lp-right {
    width: 170px;
}
  /*
  .header-option-list .option-list-item .lp-lang{
    display: block;
  }*/
}

.breadcrumb-wrap{
  background: #091523;
  color: #fff;
}
.l-banner-white{
  background: #091523;
}
.l-banner-gray{
  background: #091523;
}
.icon-arrow_right_thin:before{
  color: #fff;
}


/*-----------------------------------------------------------------
		言語選択
-----------------------------------------------------------------*/

@media screen and (max-width: 980px){
.lng-list > li {
    margin-top: 0;
}
}

/*-----------------------------------------------------------------
		言語ドロップダウン
-----------------------------------------------------------------*/

.header-lp-black .header-option-list .option-list-item .lng-list li{
  background-color: #fff;
  border-bottom: 1px solid #020106;
}
.header-lp-black .header-option-list .option-list-item .lng-list li a{
  color: #020106;
}


/*-----------------------------------------------------------------
		フッター
-----------------------------------------------------------------*/

.l-footer{
  background: #091523;
  color: #fff;
}
.l-footer-navi{
  background: #060d15;
}


.l-footer-sns .icon-twitter::before,.l-footer-sns .icon-facebook1::before,.l-footer-sns .icon-youtube::before{
  color: #fff;
}
.l-footer .l-footer-sub .l-footer-pagetop{
    color: #091523;
}


@media screen and (max-width: 980px){
footer .footer-main .l-footer-menu {
  border-top: 1px solid #333 !important;
}
footer .footer-main .l-footer-menu dd,
footer .l-footer-sub .l-footer-menu dd {
  background: #212c39 !important;
}

footer .l-footer-sub .l-footer-menu {
  background: #091523 !important;
}
  
footer .footer-main .l-footer-menuList li,
.footer-access-list li {
  margin: 0 !important;
  padding: 10px 0 10px 25px !important;
  border-top: 1px solid #000;
}
  
.l-footer-sub .l-footer-menu:last-of-type {
  border-bottom: 1px solid #333;
}
footer .l-footer-sub .l-footer-menu {
  border-top: 1px solid #333 !important;
}



}



