/* CSS Document */

img {
  width: 100%;
  height: auto;
}

.pc-view{
  display: block;
}
.sp-view{
  display: none;
}
.att-txt{
  color: #989898;
  font-size: 1.4rem;
}
.f-left{
  float: left;
  width: 50%;
}
.f-right{
  float: right;
  width: 50%;
}
.btn{
  width: 100%;
  max-width: 559px;
  height: auto;
  line-height: 1.5;
  padding: 27px 10px;
  box-sizing: border-box;
}
.btn.small{
  max-width: 380px;
  padding: 17px 5px;
  height: auto;
  line-height: 1.5;
  font-size: 2rem;
}
.btn .icon-arrow_bottom{
  font-weight: bold;
  margin: 0 auto;
}
.btn-wrap.conv .btn{
  margin-bottom: 20px
}
.btn-wrap.conv p{
  font-size: 2.4rem;
  font-weight: bold;
}

/*--0228--*/
.btn-wrap.conv p.wifi-start {
  font-size: 1.6rem;
  /*color: #00bbfb;*/
  color: #cc0000;
}


@media screen and (max-width: 980px){
  .pc-view{
    display: none;
  }
  .sp-view{
    display: block;
  }
  .btn{
    font-size: 1.5rem;
    margin: 0 auto;
    padding : 14px 10px;
    max-width: 580px;
  }
  .btn-wrap.conv p{
    font-size: 1.5rem;
  }
}

/* ==============================
メインビジュアル
================================= */
.mv{
  width: 100%;
/*  max-width: 1280px;*/
  padding: 15px 120px 0;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../images/wifi/mv-town.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  letter-spacing: -1rem;
}
.mv-inner{
  max-width: 1280px;
  margin: 0 auto;
}
.mv-box{
  display: inline-block;
  padding: 50px;
  margin-bottom: 80px;
  width: 50%;
  border: solid 3px #fff;
  box-sizing: border-box;
  background: url(../images/wifi/mv-box-bg.png) no-repeat center;
  background-size: cover;
  letter-spacing: normal;
}
.mv-ttl{
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.mv-logo{
  margin-bottom: 15px;
}
.mv-txt{
  text-align: center;
  font-size: 1.6rem;
}

.mv-illust{
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  letter-spacing: normal;
}
@media screen and (max-width: 980px) {
  .mv{
    padding: 25px 25px 0;
  }
  .mv-inner{
    position: relative;
    height: 100%;
  }
  .mv-box{
    position: relative;
    display: block;
    width: 100%;;
    margin: 0 auto;
    padding: 24px 10px;
    z-index: 6;
  }
  .mv-ttl{
    font-size: 1.6rem;
  }
  .mv-logo{
    width: 100%;
    max-width: 243px;
    margin: 0 auto 20px;
    padding: 0 0 0 10px;
  }
  .mv-txt{
    font-size: 1.2rem;
  }
  .mv-illust{
    display: block;
    width: 100%;
    max-width: 320px;
    margin: -10px auto 0;
    position: relative;

  }

}


/* ==============================
ページ内navボタン
================================= */
.three-btns{
  margin-bottom: 60px;
  letter-spacing: -1rem;
}
.three-btns .btn{
  width: calc((100% - 48px) / 3);
  font-size: 2rem;
  letter-spacing: normal;
}
.three-btns .btn{
  margin: 0 8px;
  position: relative;
}
/*.three-btns .btn + .btn{
  margin: 16px;
}*/
.three-btns .btn:before{
  position: absolute;
  right: 15px;
}

.btn-inner {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}


@media screen and (max-width: 1200px) {
 .btn.small{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 980px) {
 .btn.small{
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 0 auto 17px;
    padding: 14px 10px;
    line-height: 1.5;
  }
  .three-btns .btn:before{
    right: 20px;
  }
  .three-btns .btn + .btn{
    margin: 0 auto 17px;
  }
  .btn-inner {
    font-size: 14px;
  }
}


/* ==============================
コンテンツ
================================= */
section:nth-of-type(odd) .sec-inner{
  background-color: #fdfdfd;
}
section:nth-of-type(even) .sec-inner{
  background-color: #e0f1f5;
}

.sec-inner{
  padding: 60px 50px;
  text-align: center;
}
.sec-ttl{
  position: relative;
  max-width: 1180px;
  margin: 0 auto 30px;
  font-size: 3.8rem;
  text-align: center;
}
.ttl-icn{
  margin-bottom: 10px;
}
.ttl-icn img{
  width: 66px;
  height: auto;
}

.sec-ttl-bottom{
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.white-wrap{
  width: 100%;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto 45px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 980px){
  .sec-inner{
    padding: 20px 15px;
  }
  .sec-ttl{
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
  .sec-ttl-bottom{
    font-size: 1.4rem;
  }
  .ttl-icn{
    margin: 0 auto 12px;
    width: 33px;
    height: auto;
  }
  .ttl-icn img{
    width: 100%;
  }
  .white-wrap{
    padding: 0;
    margin: 0 auto 30px;
  }
}
/* ==============================
東京お台場FREE Wi-Fiとは?
================================= */

.portal-info{
  width: 100%;
  max-width: 973px;
  margin: 0 auto 45px;
  padding: 30px;
  text-align: left;
}
/*  background-color: #fff;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 1px #ebebeb;
  text-align: left;

}
*/
.white-wrap.shadow{
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 1px #ebebeb;
}
.portal-info .f-left{
  max-width: 380px;
}
.portal-info .f-right{
  width: calc(100% - 400px);
}
.card-ttl{
  margin-bottom: 20px;
  color: #00bbfb;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.card-ttl span{
  font-size: 1.8rem;
}

.portal-info .li-ttl{
  padding-left: 4px;
  line-height: 1;

  border-left: solid 4px #00bbfb;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
}
.portal-li > li{
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.portal-info .att-txt{
  font-size: 1.2rem;
}
@media screen and (max-width: 980px){
  .portal-info{
    max-width: 580px;
    margin-bottom: 30px;
  }
  .portal-info .f-left, .portal-info .f-right{
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .card-ttl{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .card-ttl span{
    font-size: 1.2rem;
  }
}
/* ==============================
使い方
================================= */
.flow-device{
  margin-bottom: 40px;
}
.btn-beginner{
  margin-bottom: 40px;
}

.free-wifi .btn.btn-bk {
  background: #E91E63 !important;
  font-weight: normal;
  font-size: 1.4rem;
}
.border-t-box {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.white-wrap-ttl{
  padding: 30px 0 30px;
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 1px #eeeeee;
  color: #00bbfb;
  text-align: left;
}
.white-wrap-ttl::before{
  content: '';
  display: inline-block;
  padding: 0 10px;
  width: 25px;
  height: 25px;
}
.apple{
  margin-bottom: 30px;
}
.apple .white-wrap-ttl::before{

  background: url(../images/wifi/icn_apple.png) no-repeat center;
  background-size: contain;
}
.android{
  margin-bottom: 45px;
}
.android .white-wrap-ttl::before{

  background: url(../images/wifi/icn_android.png) no-repeat center;
  background-size: contain;
}

.computer .white-wrap-ttl::before{

  background: url(../images/wifi/icn_pc.png) no-repeat center;
  background-size: contain;
}

.four-steps{
  letter-spacing: -1rem;
}
.four-steps li{
  width: 25%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.step{
  position: relative;
  padding: 0 30px;
}
.step img{
  width: 100%;
}
.step-img{
  margin-bottom: 10px;
  position: relative;
}
.step-num{
  position: absolute;
  width: 46px;
  height: 46px;
  padding: 2px;
  box-sizing: border-box;
  background-color: #4b4b4b;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  top: -10px;
  left: 0;
  transform: translate(20%, 0);
}
.step p{
  text-align: left;
  margin-bottom: 40px;
}
.step .icon-arrow_right_thin{
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(50%, -50%);
  color: #a5a5a5;
  font-weight: bold;
  font-size: 30px;
}
.step .icon-arrow_bottom_thin{
  display: none;
}
.three-steps{
  letter-spacing: -1rem;
}
.three-steps li{
  width: calc(100% / 3);
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.three-steps .step{
  margin: 0 20px;
}
.three-steps .icon-arrow_right_thin{
  right: -50px;

  transform: translate(50%, -50%);
  color: #a5a5a5;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 980px){

  .flow-device{
    max-width: 580px;
    margin: 0 auto 30px;
  }
  .flow-device .white-wrap{
    margin-bottom: 15px;
  }
  .btn-beginner{
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .white-wrap .white-wrap-ttl{
    height: auto;
    padding: 11px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .white-wrap-ttl::before{
    vertical-align: text-bottom;
    padding: 0 5px;
    height: 20px;
    width: 20px;
  }
  .toggle{
    padding: 38px 20px;
  }
  .four-steps li, .three-steps li{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .step, .three-steps .step{
    padding: 0;
  }
  .step p{
    margin-bottom: 10px;
  }
  .step-img{
    padding: 0 24px;
  }
  .step-num{
    left: 0;
    transform: translate(20%, 0);
    height: 38px;
    width: 38px;
    font-size: 2.1rem;
  }
  .step .icon-arrow_right_thin{
    display: none;
  }
  .step .icon-arrow_bottom_thin{
    display: block;
    margin: 0 auto 10px;
    font-size: 3rem;
    font-weight: bold;
    color: #a5a5a5;
    text-align: center;
  }

}

/* ==============================
アコーディオン
================================= */
.sp-accordion-ttl{
  pointer-events: none;
}
@media screen and (max-width: 980px){
  .sp-accordion-ttl{
    pointer-events: all;
    position: relative;
  }
  .sp-accordion-ttl .accordion-icon{
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .accordion-icon span{
    display: block;
    position: absolute;
    background: #00bbfb;
  }
  .accordion-icon-01{
    width: 100%;
    height: 2px;
    top: 7px;
  }
  .accordion-icon-02{
    width: 2px;
    height: 100%;
    right: 7px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
  }
  .active .accordion-icon-02{
    display: none;
  }
  .toggle{
    display: none;
  }
}

/* ==============================
初めての方へ
================================= */
.use-flow .btn.icon-arrow_bottom{
  position: relative;
}
.use-flow .btn:before{
  position: absolute;
  right: 30px;
}

.beginner{
  padding-top: 0;
  text-align: left;
}
.beginner .sec-ttl span{
  position: absolute;
  color: #4b4b4b;
  top: 50%;
  left: 0;
  width: 100%;
}
.beginner .white-wrap{
  margin-top: -5px;
  padding: 45px 40px 25px;
  box-sizing: border-box;

}
.beginner-li .li-ttl{
  font-size: 2.4rem;
  padding: 0 10px;
  margin-bottom: 40px;
  line-height: 1.5;

  border-left: solid 4px #00bbfb;
  box-sizing: border-box;
  font-weight: bold;
}

.step-li{
  letter-spacing: -1rem;
  margin-bottom: 40px;
}
.step-li > li{
  display: inline-block;
  width: calc(50% - 30px);
  letter-spacing: normal;
}
.step-li > li:first-of-type{
  margin-right: 60px;
}
/*.step-phone .step-num{
  left: 0;
  transform: translate(-20%, 0);
}*/

.txt-tel {
  font-size: 2rem;
  font-weight: bold;
  color: #039BE5;
  line-height: 1;
}

.step-phone{
  padding: 0;
}
.step-phone .step-num{
  left: -30px;
}
.step-phone .att-txt{
  display: block;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  color: #333;
}

.beginner .step .f-left{
  width: 220px;
  margin-right: 24px;
}
.beginner .step .f-right{
  width: calc(100% - 244px);
}
.beginner .step p{
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.gray-box{
  padding: 10px 20px;
  background-color: #f7f7f7;
}
.gray-box a{
  display: block;
  text-decoration: none;
  color: #039BE5;
  font-weight: bold;
  line-height: 2;
}


@media screen and (max-width: 980px){
  .step-li > li {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .beginner .sec-ttl{
    max-width: 580px;
    margin: 0 auto;
  }
  .beginner .white-wrap{
    padding: 20px;
    max-width: 580px;
  }
  .beginner-li{
    margin-bottom: 40px;
  }
  .beginner-li .li-ttl{
    font-size: 2rem;
  }
  .beginner-li .f-left{
    float: none;
  }
  .beginner-li .f-left{
    float: none;
  }
  .beginner .step .f-left, .beginner .step .f-right{
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .beginner .step-img{
    padding: 0 24px;
  }
.step-phone .step-num{
  left: 0;
}
  .gray-box{
    padding: 15px;
    margin-bottom: 10px
  }
  .gray-box a{
    font-size: 1.3rem;
  }
}

/* ==============================
使えるエリア
================================= */

.sec-inner.area{
  background-color: #f2f3f4;
}
.area .white-wrap{
  padding: 0 10px 30px;
}
.google-map{
  margin-bottom: 40px;
}
.wifi::before{
  content: '';
  display: inline-block;
  padding: 0 10px;
  width: 40px;
  height: 40px;
  background: url(../images/wifi/icn_wifi.png) no-repeat center;
  background-size: contain;
  vertical-align: bottom;
}
.map-li{
  padding: 0 20px;
  width: calc(50% - 60px);
}
.map-li a{
  color: #333;
  text-decoration: none;
}
.map-li i{
  font-size: 30px;
  vertical-align: middle;
}

/*--add-style--*/

.br-hs {
  padding-left: 30px;
}

.sec-inner .detail-map .detail-map-wrap {
  position: relative;
  overflow: hidden;
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  max-width: 1180px;
  margin: 0 auto 40px auto;
}

.sec-inner .detail-map #map {
  max-width: 100%;
  height: 546px;
  overflow: hidden;
  border: none;
}

.sec-inner .detail-map iframe {
  width: 100%;
  height: 546px;
  margin-top: -67px;
}

@media screen and (max-width: 980px){
  .sec-inner .detail-map .detail-map-wrap {
    border: none;
    margin: 0 auto;
  }
  .sec-inner .detail-map #map {
    height: 435px;
    margin-top: -47px;
  }
  .sec-inner .detail-map iframe {
	height: 435px;
  }
}

/*--1114--*/

@media screen and (max-width: 980px){
  .area .f-left, .area .f-right{
    float: none;
  }
  .area .white-wrap-ttl{
    font-size: 1.4rem
  }
  .map-li-wrap{
    padding: 20px 10px;
  }
  .map-li{
    width: 100%;
    display: block;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .wifi::before{
    height: 24px;
    width: 24px;
  }

}



/* ==============================
注意情報表示
================================= */
.wifi-att {
  margin: 40px auto;
  padding: 30px;
  max-width: 1172px;
  background: #FDF4F7;
  border-radius: 20px;
  box-sizing: border-box;
}

.wifi-att-ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #F87FA5;
  line-height: 1.2;
}

.wifi-att-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.wifi-att ol {
  display: flex;
  justify-content: center;
}

.wifi-att ol li {
  font-size: 14px;
  font-weight: bold;
}
.wifi-att ol li + li {
  padding-left: 15px;
}

/* 英語用 */
.wifi-att-en ol {
  display: block;
  word-break: break-word;
}


@media screen and (max-width: 767px) {
.wifi-att {
  padding: 15px;
  text-align: left;
}

.wifi-att-ttl {
  font-size: 20px;
}

.wifi-att-txt {
  font-size: 14px;
}

.wifi-att ol {
  display: block;
}

.wifi-att ol li + li {
  padding: 5px 0 0;
}
}


