@charset "utf-8";
/* rosen.css */

.list-cmn-link-01 + .txt-cmn-01,
.list-cmn-link-01 + .txt-cmn-03,
.list-cmn-link-01 + .list-cmn-notice-01 {
  margin-top: 15px;
}

.list-cmn-link-01 + .sec-cmn-01 {
  margin-top: 70px;
}

.ttl-cmn-02 + .list-tag {
  margin-top: -30px;
}

/* list-img-line-box
---------------------------------------------------------- */
.rosen .box-cmn-bus-02{
  background-color: #FFF8E1;
  border: 1px solid #FFECB3;
  padding: 12px 40px 12px 12px
}


.rosen .box-cmn-bus-02 .box-text:before {
          position: absolute;
          top: 50%;
          right: 12px;
          width: 14px;
          height: 14px;
          margin-top: -7px;
          background: url(/img/ico_extlink.svg) 0 center no-repeat;
          background-size: 100%;
          content: "";
        }

/* list-img-square-box
---------------------------------------------------------- */
      .list-img-square-box.rosen li a h3{
        background-color: #E3F2FD;
        padding: 10px 32px 12px 14px;
        text-decoration: underline;
        border-bottom: 1px solid #E0E0E0;
        font-size: 114.3%;
        font-size: 1.6rem;
        font-weight: 600;
        position: relative;
      }

      .list-img-square-box.rosen li .is-ext h3:before {
          position: absolute;
          top: 50%;
          right: 12px;
          width: 14px;
          height: 14px;
          margin-top: -7px;
          background: url(/img/ico_extlink.svg) 0 center no-repeat;
          background-size: 100%;
          content: "";
        }

      .list-img-square-box.rosen li .text{
        position: relative;
        display: block;
        padding: 10px 10px 12px 14px;
        letter-spacing: -0.06em;
        font-size: 140%;
        font-size: 1.4rem;
      }

      .list-img-square-box.rosen li .text:before {
          display: none;
        }



/* box-rosen-image
---------------------------------------------------------- */
.box-rosen-image {
  text-align: center;
}
  .box-rosen-image .image {
    display: inline-block;
  }
  .box-rosen-image .image + .image {
    margin-left: 10px;
  }
    .box-rosen-image .image .caption {
      background: #BAC0C9;
      color: #fff;
      display: inline-block;
      font-size: 1.20em;
      line-height: 1.7;
      margin-bottom: 10px;
      padding: 0 15px;
      text-align: center;
    }
    .box-rosen-image .image img {
      display: block;
      margin: auto;
    }


/* ==========================================================
 map
========================================================== */
.txt-rosen-map-pdf {
  margin: 50px 0 0 0;
}

.txt-rosen-note {
  margin-top: 15px;
  font-size: 85.7%;
  font-size: 1.2rem;
  letter-spacing: -0.2px;
}

/* box-rosen-map
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
.box-rosen-map {
  display: -webkit-flex;
  display: flex;
}
  .box-rosen-map .map {
    margin-left: 10px;
  }
    .box-rosen-map .map img {
      width: 168px;
    }
    .box-rosen-map .map a {
      border: 1px solid #ccc;
      display: inline-block;
      position: relative;
    }
    .box-rosen-map .map a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      opacity: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .box-rosen-map .map a:hover:after { opacity: 1; }

  .box-rosen-map:not(.box-rosen-map-01) .info {
    margin-left: 20px;
    width: 430px;
  }
.box-rosen-map-01 .map {
  margin-right: 34px;
}
  .box-rosen-map-01 .map img {
    width: 400px;
  }
}

/* ==========================================================
 howto
========================================================== */
/* box-rosen-howto
---------------------------------------------------------- */
.box-rosen-howto {
  background: rgba(15, 143, 190, 0.1);
  padding: 15px 20px;
}
.box-rosen-howto + .box-rosen-howto {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .box-rosen-howto .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
  .box-rosen-howto .image {
    padding-right: 30px;
  }
  .box-rosen-howto .title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #333;
    font-weight: 700;
    text-align: center;
  }

/* list-rosen-howto
---------------------------------------------------------- */
.list-rosen-howto {
  counter-reset: li;
}
  .list-rosen-howto li {
    counter-increment: li;
    position: relative;
    padding-left: 3.5rem;
  }
  .list-rosen-howto li + li {
    margin-top: 1em;
  }
  .list-rosen-howto li .number {
    content: counter(li);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    line-height: 2.5rem;
    background-color: #0f8fbe;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

/* ==========================================================
 about
========================================================== */
/* box-rosen-about-child
---------------------------------------------------------- */
.box-rosen-about-child {
  background: rgba(15, 143, 190, 0.1);
  display: table;
  padding: 15px;
  width: 100%;
}
.box-rosen-about-child:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
  .box-rosen-about-child .image-wrap,
  .box-rosen-about-child .price {
    display: table-cell;
    vertical-align: middle;
  }
  .box-rosen-about-child .image-wrap {
    padding-right: 20px;
    text-align: center;
    width: 70%;
  }
    .box-rosen-about-child .image-wrap .image {
      display: inline-block;
    }
    .box-rosen-about-child .image-wrap .image + .image {
      margin-left: 10px;
    }
      .box-rosen-about-child .image-wrap .image .caption {
        color: #bdbdbd;
      }
  .box-rosen-about-child .price {
    background: #fff;
    color: #3f51b5;
    line-height: 1.4;
    padding: 20px;
    text-align: center;
    width: 30%;
  }
    .box-rosen-about-child .price .large {
      display: inline-block;
      font-size: 214.3%;
      font-size: 3.0rem;
      font-weight: 700;
      padding: 0 3px;
    }

/* list-rosen-soubu100
---------------------------------------------------------- */
.list-rosen-soubu100:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
  .list-rosen-soubu100 .item {
    float: left;
    margin-bottom: 20px;
    width: 31%;
  }
@media screen and (min-width: 769px) {
  .list-rosen-soubu100 .item:nth-child(3n-2) {
    clear: both;
  }
}
  .list-rosen-soubu100 .item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
    .list-rosen-soubu100 .item .title {
      background: #BAC0C9;
      color: #fff;
      font-size: 1.20em;
      line-height: 1.7;
      margin-bottom: 10px;
      padding: 0 15px;
      text-align: center;
    }
        .list-rosen-soubu100 .item .map .image img {
          max-width: 100%;
        }

/* list-rosen-about-nocar
---------------------------------------------------------- */
.list-rosen-about-nocar {
  background: rgba(15, 143, 190, 0.1);
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
  .list-rosen-about-nocar > .item + .item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e0e0e0 transparent transparent transparent;
    margin: 20px auto 15px;
  }
    .list-rosen-about-nocar > .item .large {
      font-size: 114.3%;
      font-size: 1.6rem;
      font-weight: 700;
    }
    .list-rosen-about-nocar > .item .required {
      background: #fff;
      margin: 10px 15px 0;
      padding: 10px 15px;
    }
      .list-rosen-about-nocar > .item .required .title {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
        padding-bottom: 10px;
      }
      .list-rosen-about-nocar > .item .required .list-cmn-order-01 {
        text-align: left;
      }

/* ==========================================================
 pass_ticket
========================================================== */
/* list-rosen-pass-link
---------------------------------------------------------- */
.list-rosen-pass-link {
  display: table;
  width: 100%;
}
  .list-rosen-pass-link .item {
    border: 1px solid #fff;
    display: table-cell;
    text-align: center;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .list-rosen-pass-link .item:nth-child(1) { background: #e5eff8; }
  .list-rosen-pass-link .item:nth-child(2) { background: #f7e8e5; }
  .list-rosen-pass-link .item:nth-child(3) { background: #f5f4d5; }
    .list-rosen-pass-link .item .text {
      line-height: 1.4;
      margin: -15px 10px 0;
    }
    .list-rosen-pass-link .item .link {
      display: block;
      padding-bottom: 20px;
      position: relative;
      text-decoration: none;
    }
@media screen and (min-width: 769px) {
    .list-rosen-pass-link .item .link:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      opacity: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .list-rosen-pass-link .item .link:hover:after {
      opacity: 1;
    }
}

.table-rosen-pass_ticket-chiba_unchin thead tr th:first-child,
.table-rosen-pass_ticket-chiba_unchin tbody tr th:first-child {
  width: auto;
}

.table-rosen-pass_ticket-chiba_unchin thead th:not([colspan]):not([rowspan]) {
  width: 84px;
}

.table-rosen-pass_ticket-tokyo_unchin{
  table-layout: auto;
}

.table-rosen-pass_ticket-chiba_unchin tr th,
.table-rosen-pass_ticket-tokyo_unchin tr th{
  width: auto !important
}

.table-rosen-pass_ticket-chiba_unchin tr:first-child th:first-child,
.table-rosen-pass_ticket-tokyo_unchin tr:first-child th:first-child{
  width: 18% !important
}

/* ==========================================================
 canbuslife
========================================================== */
/* list-rosen-canbuslife
---------------------------------------------------------- */
.canbuslife-top-img{
	margin-bottom: 30px;
}

.list-rosen-canbuslife:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
  .list-rosen-canbuslife .item {
    float: left;
  }

@media screen and (min-width: 769px) {
  .list-rosen-canbuslife .item {
    width: 32%;
    margin: 0 0 5px 2%;
  }
  .list-rosen-canbuslife .item:nth-child(3n+1) {
    margin-left: 0;
  }
}

/* table-canbuslife
---------------------------------------------------------- */
/*.sec-cmn-01 .table-cmn-01.table-canbuslife tbody tr th:first-child {
    width: 50%;
}*/
.table-canbuslife {
    width: 100%;
    margin-bottom: 15px;
}
.table-canbuslife th{
    width: 50%;
}

.table-canbuslife  tbody th {
    background-color: #e6e6e6;
}

.table-canbuslife th, .table-canbuslife td {
    vertical-align: middle;
    padding: 8px 14px 8px;
    border: 1px solid #ccc;
}
.table-canbuslife td {
    background-color: #fff;
}

/* ==========================================================
 pasmo
========================================================== */
/* box-rosen-pasmo
---------------------------------------------------------- */
.box-rosen-pasmo {
  background: rgba(15, 143, 190, 0.1);
  padding: 15px 20px;
}
.box-rosen-pasmo:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
  .box-rosen-pasmo .image {
    float: right;
    margin: 0 0 10px 10px;
  }
    .box-rosen-pasmo .image .item + .item {
      margin: 20px 0 0;
    }
  .box-rosen-pasmo .box-rosen-pasmo-text {
    float: left;
    width: -webkit-calc(100% - 172px);
    width: calc(100% - 172px);
  }
    .box-rosen-pasmo .box-rosen-pasmo-text .arrow + .arrow:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #e0e0e0 transparent transparent transparent;
      margin: 20px auto 15px;
    }

/* ==========================================================
 pass_counter
========================================================== */
/* title-rosen-pass-counter
---------------------------------------------------------- */
.title-rosen-pass-counter .btn {
  display: inline-block;
  float: right;
  border: solid 1px #ccc;
}

/* title-rosen-pass-counter
---------------------------------------------------------- */
.title-rosen-pass-counter .list-cmn-link-01 {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* container-rosen-pass-counter
---------------------------------------------------------- */
.container-rosen-pass-counter {
  width: 1260px;
}

  .container-rosen-pass-counter .contents-main {
    width: 100%;
    float: none;
  }

/* table-rosen-pass-counter
---------------------------------------------------------- */
.table-rosen-pass-counter {
  table-layout: fixed;
  font-size: 85.7%;
  font-size: 1.2rem;
}
  .table-rosen-pass-counter tbody th,
  .table-rosen-pass-counter thead th,
  .table-rosen-pass-counter tbody td {
    text-align: center;
    vertical-align: middle;
  }
  .table-rosen-pass-counter tbody td {
    background: none;
  }
  .table-rosen-pass-counter tbody > tr th:first-child,
  .table-rosen-pass-counter thead > tr th:first-child {
    width: 3%;
    padding: 7px 0;
  }
  .table-rosen-pass-counter thead > tr th:nth-child(2),
  .table-rosen-pass-counter thead > tr th:nth-child(4),
  .table-rosen-pass-counter thead > tr th:last-child {
    width: 15%;
  }
  .table-rosen-pass-counter thead > tr th.support {
    width: 5%;
    padding: 7px 5px;
  }
  .table-rosen-pass-counter thead > tr th:nth-child(4) {
    background: #e98080;
  }
  .table-rosen-pass-counter tbody th + td,
  .table-rosen-pass-counter tbody td:nth-child(1),
    .table-rosen-pass-counter tbody td:last-child {
    text-align: left;
  }
  .table-rosen-pass-counter tbody .col01 {
    background: #ffa1a1;
  }
  .table-rosen-pass-counter tbody .col02 {
    background: #facbcb;
  }
  .table-rosen-pass-counter tbody .col03 {
    background: #DEECF7;
  }
    .table-rosen-pass-counter tbody td span.name {
      color: #004A93;
      font-weight: 700;
      font-size: 140%;
      font-size: 1.4rem;
    }
      .table-rosen-pass-counter .list-cmn-link-01 {
        margin: 5px 0 0;
      }
        .table-rosen-pass-counter .list-cmn-link-01 .item {
          width: 100%;
        }
          .table-rosen-pass-counter .list-cmn-link-01 .item .link {
            font-size: 85.7%;
            font-size: 1.2rem;
          }

/* ==========================================================
 pasmo_pass
========================================================== */
/* box-rosen-pasmo-pass
---------------------------------------------------------- */
.box-rosen-pasmo-pass .image .detail {
  padding: 5px 10px;
  text-align: left;
}
  .box-rosen-pasmo-pass .image .detail .col01 {
    padding: 0 0 0 10px;
    border-left: solid 20px #007eba;
  }
    .box-rosen-pasmo-pass .image .detail .small {
      display: inline-block;
      margin: 0 0 5px 30px;
    }
  .box-rosen-pasmo-pass .image .detail .col02 {
    padding: 0 0 0 10px;
    border-left: solid 20px #d7147e;
  }
    .box-rosen-pasmo-pass .image img {
      width: 40%;
    }

/* table-rosen-pasmo-pass
---------------------------------------------------------- */
.table-rosen-pasmo-pass .table-rosen-pasmo-pass-body td {
  width: 50%;
}
.table-rosen-pasmo-pass .col01 {
  background: #f1d0cf;
}
.table-rosen-pasmo-pass .col02 {
  background: #d3e3f5;
}
.table-rosen-pasmo-pass .col03 {
  background: #fae4d3;
}
.table-rosen-pasmo-pass .col04 {
  background: #edf7d8;
}

/* box-rosen-pasmo-pass
---------------------------------------------------------- */
.box-rosen-pasmo-pass li .number {
  background: #ff076d;
}

/* ==========================================================
 community-sakura
========================================================== */
/* list-rosen-community-sakura
---------------------------------------------------------- */
.list-rosen-community-sakura ul {
  float: left;
  width: 300px;
}

/* box-rosen-community-sakura
---------------------------------------------------------- */
.box-rosen-community-sakura {
  width: 100%;
  display: table;
}
  .box-rosen-community-sakura .table-wrap{
    padding-right: 20px;
    box-sizing: border-box;
    display: table-cell;
    width: 300px;
  }
  .box-rosen-community-sakura .text-wrap{
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
    .box-rosen-community-sakura .table-cmn-01 thead tr th:first-child,
    .box-rosen-community-sakura .table-cmn-01 tbody tr th:first-child {
      width: 50%;
    }

/* ==========================================================
 community-sakura_rain
========================================================== */
/* table-rosen-community-sakura_rain
---------------------------------------------------------- */
.table-rosen-community-sakura_rain .table-cmn-01{
  width: 30%;
  float: left;
  position: relative;
  margin-left: 30px;
}
  .table-rosen-community-sakura_rain .table-cmn-01 th,
  .table-rosen-community-sakura_rain .table-cmn-01 td {
    text-align: center;
  }
  .table-rosen-community-sakura_rain .table-cmn-01:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
    box-sizing: border-box;
    width: 15px;
    height:15px;
    border: 15px solid transparent;
    border-left: 15px solid #e0e0e0;
  }
    .table-rosen-community-sakura_rain .table-cmn-01:first-child {
      margin-left: 0;
    }
    .table-rosen-community-sakura_rain .table-cmn-01:first-child:before {
      content: none;
    }

/* ==========================================================
extra
========================================================== */
/*  list-rosen-extra
---------------------------------------------------------- */
.list-rosen-extra .item .title {
  padding: 0 5px;
}
.list-rosen-extra-02 .item {
  width: 48%;
}

/* ==========================================================
community-index
========================================================== */
/*  list-rosen-community-index
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .box-rosen-community-index {
    display: -webkit-flex;
    display: flex;
  }
    .box-rosen-community-index .bus {
      margin-left: 10px;
    }
      .box-rosen-community-index .bus img {
        width: 168px;
      }
      .box-rosen-community-index .bus a {
        border: 1px solid #ccc;
        display: inline-block;
        position: relative;
      }
      .box-rosen-community-index .bus a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      .box-rosen-community-index .bus a:hover:after { opacity: 1; }

    .box-rosen-community-index:not(.box-rosen-community-index-01) .info {
      margin-left: 20px;
      width: 430px;
    }
}
.list-rosen-community-index {
  margin-bottom: 0px;
}
/* ==========================================================
 clear
========================================================== */
.list-rosen-community-sakura:after,
.box-rosen-community-sakura:after,
.table-rosen-community-sakura_rain:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}


.append .ttl-cmn-04{
  margin-top: 50px
}

.append h3+.ttl-cmn-04{
  margin-top: 0
}

.append img{
  margin-bottom: 10px
}

/* ==========================================================
 distance
========================================================== */
.box-distance {
  display: table;
  table-layout: fixed;
}
.box-distance + .box-distance {
  margin-top: 30px;
}
.box-distance-01 {
  padding-left: 245px;
}
.distance-station,
.distance-stop {
  display: table-cell;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.distance-station {
  width: 130px;
  padding: 0 10px;
  font-weight: 700;
  background: #ccdae7;
}
.distance-station span {
  display: block;
}
.distance-stop {
  width: 245px;
}
.distance-stop:first-child {
  padding-right: 20px;
}
.distance-stop:last-child {
  padding-left: 20px;
}
.distance-stop dt {
  position: relative;
  margin-bottom: 3px;
  padding: 10px;
  background: #e6e6e6;
}
.distance-stop dt span {
  display: inline-block;
  text-align: left;
}
.distance-stop dt:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  margin-top: -1px;
  border-top: 2px solid #e6e6e6;
}
.distance-stop:first-child dt:after {
  right: -20px;
}
.distance-stop:last-child dt:after {
  left: -20px;
}
.distance-stop dd {
  font-size: 12px;
}
.distance-stop dd + dt {
  margin-top: 10px;
}


/* ==========================================================
 pass-counter
========================================================== */
.ttl-counter-01 {
  margin: 0 -20px 10px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 142.8%;
  font-size: 2.0rem;
  border-bottom: 1px solid #e0e0e0;
  color: #fff;
  background: #1976d2;
}
.ttl-counter-02 {
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
  background: #1976d2;
}
.table-counter-02 + .ttl-counter-02 {
  margin-top: 30px;
}
.table-counter-wrap-01,
.table-counter-wrap-02 {
  padding: 0 20px 20px;
}
.table-counter-wrap-01 {
  background: #f4f4f4;
}

.table-counter-wrap-01 .tel{
  font-size: 2.4rem;
  font-weight: 900
}

.table-counter-wrap-01 + .table-counter-wrap-01 {
  margin-top: 20px;
}
.table-counter-wrap-02 {
  
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.table-counter-wrap-02 .table-counter-01 + .table-counter-01 {
  margin-top: 10px;
}
#pass .table-counter-wrap-02 {
	display: none;
}
.table-counter-01,
.table-counter-02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.table-counter-01 dt,
.table-counter-01 dd,
.table-counter-02 li {
  padding: 5px 10px;
}
.table-counter-01 dt {
  width: 35%;
}
.table-counter-01 dd {
  width: 65%;
}
.table-counter-02 {
  margin-top: 10px;
  font-size: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.table-counter-02 li {
  clear: both;
  overflow: hidden;
}
.table-counter-02 .item-01 {
  width: calc((100% - 20px) / 3);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.table-counter-02 .item-01 + .item-01 {
  margin-left: 10px;
}
.table-counter-02 li span {
  display: block;
  float: left;
}
.table-counter-02 li span:first-of-type {
  width: 150px;
}
.table-counter-02 li span:last-of-type {
  min-width: 1em;
  text-align: center;
}
.table-counter-02 .item-02 {
  width: 100%;
}
.table-counter-wrap-02 .table-counter-02 li span:first-of-type {
  width: 140px;
}
.table-counter-wrap-02 .list-cmn-notice-01 {
  margin-top: 15px;
  font-size: 12px;
}
.table-counter-wrap-02 .list-cmn-notice-01 .item:before {
  top: 6px;
  width: 9px;
  height: 9px;
}

.btn-counter {
  position: relative;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  transition: all 0.2s;
  border: 1px solid #e0e0e0;
  background: #fff;
}
#pass .btn-counter:hover {
  cursor: pointer;
  background: rgba(63, 81, 181, 0.15);
}
#pass .btn-counter::before,
#pass .btn-counter::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#pass .btn-counter::before {
  transition: all 0.2s;
  -webkit-transform: rotateZ( 0deg );
  transform: rotateZ( 0deg );
  background: url(../img/ico_accordion_02.svg) center center no-repeat;
  background-size: 18px;
  z-index: 2;
}
#pass .btn-counter.is-open::before {
  -webkit-transform: rotateZ( 180deg );
  transform: rotateZ( 180deg );
}
#pass .btn-counter::after {
  z-index: 1;
  background: #3f51b5;
}
.box-counter-01 {
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #e91e63;
}
.box-counter-01 h2 {
  margin-bottom: 10px;
  color: #e91e63;
  font-size: 1.8rem;
  font-weight: 700;
}
.box-counter-02 {
  margin-top: 30px;
  padding: 40px 0;
  text-align: center;
  background: #f4f4f4;
}

.counter-02 {
  display: none;
}
.search-counter,
.search-counter-in {
  display:-ms-flexbox;
  display: flex;
}
.search-counter {
  line-height: 1.1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search-counter-in {
  -ms-flex-align: center;
  align-items: center;
}
.search-counter {
  padding: 15px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.search-counter select,
.search-counter .button {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
  border: none;
  border-radius: 0;
  outline: none;
}
.search-counter select {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.search-counter select::-ms-expand {
  display: none;
}
.search-counter select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.search-counter .button,
.search-counter dd {
  height: 30px;
}
.search-counter .button {
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  color: #fff;
  text-align: center;
  background: #3f51b5;
  border-radius: 4px;
  -webkit-appearance: none;
}
.search-counter .button:hover {
  cursor: pointer;
}
.search-counter .select-pref {
  margin: 0 20px 0 30px;
}
.search-counter .select-city {
  margin-left: 20px;
}
.search-counter dd {
  position: relative;
  width: 170px;
  background: #f4f4f4;
}
.search-counter dd::before,
.search-counter dd::after {
  display: block;
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 1;
}
.search-counter dd::before {
  content: "";
  right: 0;
  width: 30px;
  height: 30px;
  background: #f4f4f4;
}
.search-counter dd::after {
  content: "▼";
  right: 10px;
}
.search-counter .is-off {
  opacity: 0.5;
}
html.is-large .search-counter .select-pref,
html.is-large .search-counter .select-city {
  margin-left: 10px;
}

/* ==========================================================
 facility
========================================================== */
.contents-facility{
  width: 100%
}

.contents-facility #head div{
  display: flex;
  align-items: center;
  margin-bottom: 30px
}

.contents-facility #head div img{
  max-width: 340px;
  width: 100%;
  height: auto;
  margin-right: 20px
}

.contents-facility #head div.map-area img{
  max-width: 50%;
  margin-right: 0
}

.contents-facility #head div.map-area .list-cmn-link-01{
  width: 50%
}

.contents-facility #head div.map-area .list-cmn-link-01 .item{
  width: 100%
}

.contents-facility #head p img{
  width: 100%;
  height: auto;
}

.sec-facility{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-facility ul{
  flex-basis: 50%;
}

ul.list-facility{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -30px 0 0;
}

.item-facility .img {
  display: block;
  width: 300px;
}
.item-facility{
  word-break: break-all;
  max-width: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: relative;
  padding-bottom: 80px;
  margin: 0 30px 30px 0
}

.item-facility-in{
  padding: 0 20px
}

.item-facility-title{
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 0;
  border-bottom: 1px solid #3f51b5;
  margin-bottom: 20px
}

.item-facility .txt-cmn-01{
  text-align: justify;
  font-size: 1.3rem
}

.item-facility .list-cmn-link-01 a{
  position: absolute;
  bottom: -1px;
  width: 100%
}

.item-facility .notice{
  position: absolute;
  right: 20px;
  bottom: 50px;
  font-size: 11px
}

.txt-notice{
  color: #e91e63
}


.rank{
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  width: 100%
}

.ratio dl{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  align-items: stretch;
}

.ratio dl.keisei{
  background-color: #c7e8f9
}

.ratio dl.keisei-t{
  background-color: #e3dbe6
}

.ratio dl.keisei-w{
  background-color: #fee5d2
}

.ratio dl.keisei-c{
  background-color: #e0e9f3
}

.ratio dl.keisei-e{
  background-color: #e1e6de
}

.ratio dd{
  width: 40%;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ratio dl.keisei dd{
  color: #49476d;
  border:1px solid #49476d;
  background-color: #fff
}

.ratio dl.keisei-t dd{
  border:1px solid #5e2e73;
  background-color: #5e2e73
}

.ratio dl.keisei-w dd{
  border:1px solid #fb3b1c;
  background-color: #fb3b1c
}

.ratio dl.keisei-c dd{
  border:1px solid #1475c9;
  background-color: #1475c9
}

.ratio dl.keisei-e dd{
  border:1px solid #186d5a;
  background-color: #186d5a
}

.ratio dt{
  width: calc(60% - 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.ratio ul,
.rank ul{
  display: flex;
  gap:10px;
}

.rank ul{
  width: auto;
}

.rank ul+ul{
  margin-left: 20px
}

.ratio ul li.box,
.rank ul li.box{
  width: 30px;
  height: 30px;
  background-color: #fff
}

.ratio ul li.box.gd.on,
.rank ul li.box.gd.on{
  background-color: #fb1b18
}

.ratio ul li.box.dp.on,
.rank ul li.box.dp.on{
  background-color: #1063c2
}

.ratio ul li.name{
  width: calc(100% - 100px)
}

.rank ul li.name{
  width: auto;
}

