@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}

#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.button {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.button__list {
  display: table-cell;
  padding-right: 16px;
}

.button__hover {
  margin: 0 auto;
}

.button__hover:hover img {
  opacity: .75;
  -ms-filter: "alpha(opacity=70)";
}

/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  bxslider CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.bx-slider-wrapper {
  margin-bottom: 60px;
}

.bx-slider li {
  line-height: 0;
}

.bx-pager {
  padding: 20px;
  background: #333333;
  overflow: hidden;
}

.bx-pager li {
  margin-left: 20px;
  float: left;
  line-height: 0;
}

.bx-pager li:first-child {
  margin-left: 0;
}

.bx-pager li.pager01 {
  background-image: url(../img/mainvisual01_thumb_on.png);
}

.bx-pager li.pager02 {
  background-image: url(../img/mainvisual02_thumb_on.png);
}

.bx-pager li.pager03 {
  background-image: url(../img/mainvisual03_thumb_on.png);
}

.bx-pager li.pager04 {
  background-image: url(../img/mainvisual04_thumb_on.png);
}

.bx-pager li.pager05 {
  background-image: url(../img/mainvisual05_thumb_on.png);
}

.bx-pager li a.active img {
  opacity: 0;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#bikeshareArea {
  font-family: 'Noto Sans Japanese';
  color: #333333;
}

#bikeshareArea img {
  vertical-align: bottom;
}

.PJ-layout .info__area {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 40px 0;
  margin-bottom: 40px;
}

.PJ-layout .info__area--typeA {
  border-top: 0;
  padding: 0 0 60px;
}

.PJ-layout .share__title {
  text-align: center;
  font-size: 32px;
  color: #076cb9;
  margin-bottom: 30px;
}

.PJ-layout .share__text {
  text-align: center;
  font-size: 22px;
  color: #333333;
}

.PJ-layout .share__text--typeA {
  text-align: left;
}

.PJ-layout .frame_body {
  background: url(../img/frame_body.png) repeat-y center top;
}

.PJ-layout .frame_body__inner {
  overflow: hidden;
  padding: 27px 12px 30px 27px;
}

.PJ-layout .frame_body__inner--typeA {
  padding: 29px 35px 25px;
}

.PJ-layout .frame_foot {
  background: url(../img/frame_foot.png) no-repeat center bottom;
  padding-bottom: 20px;
}

.PJ-layout .frame_foot--typeA {
  margin-bottom: 60px;
}

.PJ-layout .operation_service__area {
  margin-bottom: 60px;
}

.PJ-layout .operation_service__area--typeA {
  border-bottom: 1px solid #999999;
  padding-bottom: 60px;
}

.PJ-layout .operation_service__title {
  font-size: 18px;
  color: #ffffff;
  background: url(../img/operation_service_spot_title_bg.png) no-repeat left top;
  padding: 3px 0px 4px 20px;
  border-bottom: 1px solid #0060b0;
  margin-bottom: 30px;
}

.PJ-layout .operation_service__title02 {
  font-size: 18px;
  color: #ffffff;
  background: url(../img/operation_service_spot_title_bg.png) no-repeat left top;
  padding: 3px 0px 4px 4px;
  border-bottom: 1px solid #0060b0;
  margin-bottom: 30px;
}

.PJ-layout .spot__area {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.PJ-layout .spot__area--typeA {
  border-bottom: 1px solid #999999;
}

.PJ-layout .spot__area--typeB {
  padding-bottom: 0;
  margin-bottom: 0;
}

.PJ-layout .spot__title {
  font-size: 30px;
  line-height: 1.3;
  float: left;
}

.PJ-layout .spot__address {
  font-size: 24px;
}

.PJ-layout .store-locator {
  float: right;
  margin-top: 10px;
}

.PJ-layout .howto_frame__step {
  height: 730px;
  width: 295px;
  float: left;
  padding-right: 19px;
  margin-right: 19px;
}

.PJ-layout .howto_frame__step:last-child {
  margin-right: 0;
  padding-right: 0;
}

.PJ-layout .howto_frame__step--typeA {
  background: url(../img/dot_line.png) repeat-y right top;
}

.PJ-layout .howto_frame__title {
  margin-bottom: 23px;
}

.PJ-layout .howto_frame__img {
  margin-bottom: 30px;
}

.PJ-layout .howto_frame__img--typeA {
  margin-bottom: 15px;
}

.PJ-layout .howto_frame__text {
  margin-bottom: 35px;
}

.PJ-layout .howto_frame__caution {
  font-size: 12px;
}

.PJ-layout .howto_frame__caution--typeA {
  margin-bottom: 25px;
}

.PJ-layout .howto_frame__caution--typeB {
  margin-bottom: 30px;
}

.PJ-layout .share-bike__area {
  margin-bottom: 60px;
}

.PJ-layout .share-bike__title {
  margin-bottom: 40px;
  font-size: 26px;
}

.PJ-layout .share-bike__inner {
  overflow: hidden;
}

.PJ-layout .share-bike_table {
  width: 720px;
  border: 1px solid #999999;
  border-collapse: collapse;
  float: left;
  margin-right: 40px;
}

.PJ-layout .share-bike_table--typeA {
  width: 100%;
  border: 1px solid #999999;
  border-collapse: collapse;
  margin: 0;
  float: none;
}

.PJ-layout .share-bike_table-cell {
  overflow: hidden;
}

.PJ-layout .share-bike_table-cell__title {
  font-size: 22px;
  padding: 27px 43px;
  background: #d2d2d2;
  border: 1px solid #999999;
}

.PJ-layout .share-bike_table-cell__text {
  font-size: 22px;
  line-height: 1.3;
  padding: 16px 20px;
  border: 1px solid #999999;
}

.PJ-layout .share-bike_table-cell__note {
  font-size: 14px;
  display: block;
}

.PJ-layout .share-bike__text {
  color: #076cb9;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.PJ-layout .share-bike__list {
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.PJ-layout .share-bike__list:last-child {
  margin-bottom: 0;
}

.PJ-layout .share-bike__item {
  float: left;
  display: inline-block;
  text-align: center;
  margin-right: 40px;
}

.PJ-layout .share-bike__item:last-child {
  margin-right: 0;
}

.PJ-layout .share-bike__item.typeA {
  float: none;
  margin-right: 0;
}

.PJ-layout .share-bike_caution {
  margin-top: 15px;
  font-size: 13px;
}

.PJ-layout .share-service {
  margin-bottom: 60px;
  border-bottom: 1px solid #999999;
}

.PJ-layout .share-service--typeA {
  border-bottom: 0px;
}

.PJ-layout .share-service__select {
  margin-bottom: 60px;
  text-align: center;
}

.PJ-layout .share-service__item {
  margin-right: 60px;
}

.PJ-layout .share-service-app {
  text-align: center;
  overflow: hidden;
  width: 970px;
  margin: 40px auto;
}

.PJ-layout .share-service-app__item {
  display: inline-block;
  margin-right: 90px;
}

.PJ-layout .share-service-app__item:last-child {
  margin-right: 0;
}

.PJ-layout .share-service-app__area {
  overflow: hidden;
}

.PJ-layout .share-service-app__list {
  display: inline-block;
  text-align: center;
  margin-right: 125px;
}

.PJ-layout .share-service-app__list:last-child {
  margin-right: 0;
}

.PJ-layout .share-service-app__btn {
  margin-bottom: 30px;
}

.PJ-layout .share-service-app__btn:hover {
  opacity: 0.6;
}

.PJ-layout .share-service-app__btn02 {
  margin-top: 30px;
}

.PJ-layout .share-service-app__btn02:hover {
  opacity: 0.6;
}

.PJ-layout .share-service-app__qr a {
  display: block;
}

.PJ-layout .share-service-app__qr a:hover {
  opacity: 0.6;
}

.PJ-layout .page_top_back {
  text-align: right;
  margin-bottom: 40px;
}

.PJ-layout .app_feature__list {
  font-size: 22px;
}

.PJ-layout .contact__text {
  text-align: center;
}

.PJ-layout .contact__text--typeA {
  font-size: 22px;
}

.PJ-layout .contact__text--typeB {
  font-size: 80px;
}

.PJ-layout .contact__btn {
  text-align: center;
  margin-top: 40px;
}

.PJ-layout .contact__btn:hover {
  opacity: 0.6;
}

.PJ-layout .contact-link__area {
  margin-bottom: 30px;
}

.PJ-layout .contact-link__text {
  font-size: 14px;
}

.PJ-layout .none {
  display: none;
}

.PJ-layout .block {
  display: block;
}

.PJ-layout .u-mr0 {
  margin-right: 0;
}

.PJ-layout .u-mb0 {
  margin-bottom: 0;
}

.PJ-layout .fl-no {
  float: none;
}

.PJ-layout .tal-c {
  text-align: center;
}

.hello-step__area {
  letter-spacing: -.4em;
  margin-bottom: 40px;
}

.hello-step__item {
  vertical-align: top;
  width: 306px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 16px;
  padding-right: 25px;
}

.hello-step__item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.hello-step__arrow {
  background: url(../img/hello_step_arrow.png) no-repeat center right;
}

.hello-step__text {
  margin-top: 20px;
}

.hello-contents {
  background: #fabf00;
}

.hello-contents__inner {
  padding: 20px;
}

.hello-contents__inner.typeA {
  padding: 20px 20px 0;
}

.hello-contents__title {
  margin-bottom: 20px;
}

.hello-contents__title.typeA {
  margin-bottom: 0;
}

.hello-contents__list {
  letter-spacing: -.4em;
}

.hello-contents__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.hello-contents__item.typeA {
  border-right: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
}

.hello-contents__item.typeB {
  border-bottom: 1px solid #3e3a39;
}

.hello-contents__item.typeC {
  border-right: 1px solid #3e3a39;
}

.hello-contents__img {
  margin-right: 30px;
}

.hello-contents__img.typeA {
  margin-right: 0;
  padding: 20px 90px 19px 20px;
}

.hello-contents__img.typeB {
  margin-right: 0;
  padding: 20px 48px 20px 20px;
}

.hello-contents__img.typeC {
  margin-right: 0;
  padding: 20px 79px 19px 20px;
}

.hello-contents__img.typeD {
  margin-right: 0;
  padding: 20px 54px 44px 20px;
}

.hello-contents__img.typeE {
  margin-right: 0;
  padding: 20px 34px 20px 20px;
}

.hello-contents__img.typeF {
  margin-right: 0;
  padding: 20px 40px 20px 20px;
}

.hello-contents__text {
  margin-top: 40px;
  font-size: 16px;
  color: #000000;
}

.hello-contents__text.typeA {
  margin-top: 0;
  text-align: center;
  padding: 20px 0 25px;
}

.hello-contents__block {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}

.hello-app__text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.hello-app__text.typeA {
  text-align: left;
  margin-bottom: 40px;
}

.hello-app__block {
  letter-spacing: -.4em;
}

.hello-app__logo {
  display: inline-block;
  letter-spacing: normal;
  background: url(../img/hello_app_arrow.png) no-repeat center right;
  padding-right: 43px;
  margin-right: 22px;
}

.hello-app__list {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 30px;
}

.hello-app__list:last-of-type {
  margin-right: 0;
}

.hello-app__item {
  text-align: center;
  letter-spacing: -.4em;
}

.hello-app__btn {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 60px;
}

.hello-app__btn.typeA {
  margin-right: 28px;
}

.hello-app__btn:hover {
  opacity: 0.6;
}

.hello-app__qr {
  display: inline-block;
  letter-spacing: normal;
}

.hello-app__title {
  margin-bottom: 40px;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.PJ-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.PJ-header__title {
  color: #076cb9;
  font-size: 50px;
  font-weight: 200;
  margin: 45px 0;
}

.top:before {
  position: absolute;
  content: url(../img/main_title_icon.png);
  top: -30px;
  left: 0;
}

.docomo {
  margin-bottom: 85px;
}

.docomo:before {
  position: absolute;
  content: url(../img/icon_docomo-bike-share.png);
  top: -60px;
  left: 0;
}

.docomo .PJ-header__title {
  color: #d00e31;
  font-size: 50px;
  font-weight: 200;
  margin: 80px 0 120px;
}

.merchari.PJ-header {
  margin-bottom: 40px;
}

.merchari .PJ-header__title {
  margin: 20px 0 0;
}

.hello {
  margin-bottom: 85px;
}

.hello:before {
  position: absolute;
  content: url(../img/hello_cycling_logo.png);
  top: -35px;
  left: 0;
}

.hello .PJ-header__title {
  color: #076cb9;
  font-size: 50px;
  font-weight: 200;
  margin: 80px 0 120px;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.main-menu--type1 {
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}

.main-menu__list {
  float: left;
  margin-right: 40px;
}

.main-menu__list:last-child {
  margin-right: 0;
}

.nav__area {
  border-top: 1px solid #999999;
  overflow: hidden;
  padding: 40px 0;
}

.nav__item {
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
}

.nav__item:nth-child(even) {
  margin-right: 0;
}

.nav__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.nav__item:hover {
  opacity: 0.5;
}
