@charset 'utf-8';

/* ============================================================================
 * Base
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 既存スタイル（/common2/css/*.css）上書き
 * ------------------------------------------------------------------------- */

section.bg-white .container {
  padding-top: 40px !important;
}

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

  section.bg-white .container {
    padding-top: 20px !important;
  }

  .headline + section.bg-white {
    margin-top: 20px;
  }
}

/* ============================================================================
 * Layout
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * ローカルナビ
 * ------------------------------------------------------------------------- */

.nav-area {
  margin-bottom: 40px;
}
.nav-area-hook {
  display: none;
}
.nav-area-list {
  border-bottom: 1px solid #09f;
}
.nav-area-list li {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 137px;
}
.nav-area-list li:first-child {
  margin-left: 0;
}
.nav-area-list li:nth-child(odd) {
  width: 136px;
}
.nav-area-list li a {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.nav-area-list li.is-current a {
  background-color: #def1fe;
  border: 1px solid #09f;
  border-bottom-color: #def1fe;
}

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

  .nav-area {
    margin: -20px -10px 20px;
  }
  .nav-area-hook {
    border-bottom: 1px solid #c2c2c2;
    display: block;
    margin: 0;
  }
  .nav-area-hook .js-toggle-hook {
    border: none;
    border-radius: 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin: 0;
    text-align: center;
  }
  .nav-area-hook .js-toggle-hook ._icon {
    height: 20px;
    width: 20px;
  }
  .nav-area-list {
    border-bottom: none;
  }
  .nav-area-list li {
    float: none;
    margin: 0;
    width: 100% !important;
  }
  .nav-area-list li.type-top {
    display: none;
  }
  .nav-area-list li a {
    background-color: #f3f3f3;
    border: none;
    border-radius: 0;
    font-size: 12px;
    padding: 15px 50px 15px 20px;
    position: relative;
    text-align: left;
  }
  .nav-area-list li.is-current a {
    background-color: #f3f3f3;
    border: none;
    color: #09f;
  }
  .nav-area-list li a::before {
    background-color: #e0e0e0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
  }
  .nav-area-list li.type-top + li a::before {
    content: none;
  }
  .nav-area-list li a::after {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    bottom: 0;
    content: "";
    height: 6px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
  }
  .nav-area-list li.is-current a::after {
    border-right: 1px solid #09f;
    border-top: 1px solid #09f;
  }
}

/* ----------------------------------------------------------------------------
 * コンテンツエリア（旧ページから持ってきた幅狭コンテンツ用）
 * ------------------------------------------------------------------------- */

.nallow-container {
  font-size: 14px;
  margin: 0 auto;
  max-width: 693px;
  padding: 0;
  width: auto;
}
.nallow-container a {
  color: #09f;
}

.medium-container {
  font-size: 14px;
  margin: 0 auto;
  max-width: 837px;
  padding: 0;
  width: auto;
}
.nallow-container a {
  color: #09f;
}

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

  .nallow-container {
    font-size: 12px;
  }
  .nallow-container a {
    text-decoration: none !important;
  }

  .medium-container {
    font-size: 12px;
  }
  .medium-container a {
    text-decoration: none !important;
  }
}

/* ----------------------------------------------------------------------------
 * セクション
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .section-01
 * ----------------------------------------------------------------- */

.section-01 {
  margin-bottom: 40px;
}
.section-01 > *:last-child {
  margin-bottom: 0;
}
.section-01 > *:first-child {
  margin-top: 0;
}

/* ============================================================================
 * Module
 * ========================================================================= */
/* --------------------------------------------------------------------
 * 既存枠付きボックス上書き
 * ----------------------------------------------------------------- */

.block-gray {
  padding: 16px 20px;
}

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

  .block-gray {
    margin-bottom: 20px;
    padding: 10px;
  }
}

/* --------------------------------------
 * 「私鉄・地下鉄」用 調整スタイル
 * ----------------------------------- */

.subway .block-gray {
  margin-bottom: 40px;
  padding: 15px;
}

/* --------------------------------------
 * 「大学」用 調整スタイル
 * ----------------------------------- */

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

  .university .block-gray {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  .university .block-gray *:first-child {
    margin-top: 0;
  }
}

/* --------------------------------------------------------------------
 * .box-heading-01（見出し付きボックス）
 * ----------------------------------------------------------------- */

.box-heading-01 {
  overflow: hidden;
}
.box-heading-01 > .head {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.box-heading-01 > .head .title {
  background-color: #46bbf2;
  border: 0;
  color: #fff;
  padding: 10px 10px 13px;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.box-heading-01 > .content {
  border-bottom: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #c1c1c1;
  padding: 30px 25px;
}
.box-heading-01 > .content > *:last-child {
  margin-bottom: 0;
}

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

  .box-heading-01 > .head .title {
    font-size: 12px;
  }
  .box-heading-01 > .content {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------------------
 * Heading Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .hdg-01（背景色つき）
 * ----------------------------------------------------------------- */

.hdg-01 {
  background: #ecf3f8;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 10px;
  padding: .3em 0 .2em 9px;
}

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

  .hdg-01 {
    background: transparent;
    border-bottom: 3px solid transparent;
    margin: 0 0 15px;
    padding: 0 0 4px;
  }
  .hdg-01.num1 {
    border-bottom-color: #ccc4f5;
  }
  .hdg-01.num2 {
    border-bottom-color: #abd0f5;
  }
  .hdg-01.num3 {
    border-bottom-color: #b4e8fa;
  }
  .hdg-01.num4 {
    border-bottom-color: #abe0d7;
  }
  .hdg-01.num5 {
    border-bottom-color: #b8e6ae;
  }
  .hdg-01.num6 {
    border-bottom-color: #d3eba4;
  }
  .hdg-01.num7 {
    border-bottom-color: #fff8b5;
  }
  .hdg-01.num8 {
    border-bottom-color: #fd9;
  }
  .hdg-01.num9 {
    border-bottom-color: #ffc4a6;
  }
  .hdg-01.num10 {
    border-bottom-color: #fabec8;
  }
}

/* --------------------------------------------------------------------
 * .hdg-02（装飾なしシンプル）
 * ----------------------------------------------------------------- */

.hdg-02 {
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
}

/* --------------------------------------------------------------------
 * .hdg-03（背景ありボックス）
 * ----------------------------------------------------------------- */

.hdg-03 {
  background: #def1fe;
  border-radius: 5px;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin: 0 0 20px;
  padding: 7px 20px 5px;
}

/* --------------------------------------
 * 「新幹線・JR」、「空港」、「地下街」用 調整スタイル
 * ----------------------------------- */

.koutsu .h2-lightblue,
.subway .h2-lightblue {
  border-bottom: 0 !important;
  color: #333;
  font-size: 17px;
}

.subway .h2-lightblue img {
  float: right;
  line-height: 0;
  vertical-align: middle;
}

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

  .koutsu .h2-lightblue,
  .subway .h2-lightblue,
  .undergroundtown .h2-lightblue {
    font-size: 15px;
  }
}

/* ----------------------------------------------------------------------------
 * Index Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .idx-list-01（TOP 用インデックスリスト）
 * ----------------------------------------------------------------- */

.idx-list-01 {
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  letter-spacing: -.4em;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.idx-list-01,
.idx-list-01::before,
.idx-list-01::after,
.idx-list-01 *,
.idx-list-01 *::before,
.idx-list-01 *::after {
  box-sizing: border-box;
}
.idx-list-01 > li {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0;
  text-align: center;
  width: 33.333333333333333%;
}
.idx-list-01 > li:nth-of-type(3n) {
  border-right: none;
}
.idx-list-01 > li:last-child,
.idx-list-01 > li:nth-of-type(3n+1):nth-last-child(2),
.idx-list-01 > li:nth-of-type(3n+1):nth-last-child(3),
.idx-list-01 > li:nth-of-type(3n+2):nth-last-child(2) {
  border-bottom: none;
}
.idx-list-01 > li > *:last-child {
  margin-bottom: 0;
}
.idx-list-01 > li > a {
  color: #2c2c2c;
  display: block;
  padding: 25px 20px;
  text-align: center;
  text-decoration: none;
}
.idx-list-01 > li > a:hover,
.idx-list-01 > li > a:focus {
  color: #2c2c2c;
  opacity: .7;
}
.idx-list-01 > li > a {
  color: #2c2c2c;
  display: block;
  padding: 25px 20px;
  text-align: center;
  text-decoration: none;
}
.idx-list-01 > li > a:hover,
.idx-list-01 > li > a:focus {
  color: #2c2c2c;
  opacity: .7;
}
.idx-list-01 > li > a > * {
  display: block;
}
.idx-list-01 > li > a > *:last-child {
  margin-bottom: 0;
}
/* タイトル */
.idx-list-01 > li .title {
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 23px;
}
/* 画像 */
.idx-list-01 > li .image {
  margin-bottom: 23px;
}
.idx-list-01 > li .image img {
  line-height: 0;
  vertical-align: top;
}
.idx-list-01 > li .image img + img {
  margin-left: 15px;
}
/* テキスト */
.idx-list-01 > li .description {
  margin-bottom: 30px;
}

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

  .idx-list-01 {
    border: 0;
    overflow: auto;
  }
  .idx-list-01 > li {
    border-bottom: 1px solid #c1c1c1;
    border-right: 0;
    display: block;
    width: 100%;
  }
  .idx-list-01 > li:nth-of-type(3n+1):nth-last-child(2),
  .idx-list-01 > li:nth-of-type(3n+1):nth-last-child(3),
  .idx-list-01 > li:nth-of-type(3n+2):nth-last-child(2) {
    border-bottom: 1px solid #c1c1c1;
  }
  .idx-list-01 > li > *:last-child {
    margin-bottom: 0;
  }
  .idx-list-01 > li > a {
    overflow: hidden;
    padding: 10px 0;
  }
  .idx-list-01 > li > a {
    overflow: hidden;
    padding: 10px 0;
  }
  /* タイトル */
  .idx-list-01 > li .title {
    float: right;
    font-size: 13px;
    height: auto !important; /* 高さ揃え解除 */
    line-height: 26px;
    margin-bottom: 0;
    margin-right: -66px;
    padding-right: 66px;
    text-align: left;
    width: 100%;
  }
  /* 画像 */
  .idx-list-01 > li .image {
    float: left;
    height: auto !important; /* 高さ揃え解除 */
    margin-bottom: 0;
    margin-right: 10px;
    width: 56px;
  }
  .idx-list-01 > li .image img {
    height: auto;
    max-width: 26px;
  }
  .idx-list-01 > li .image img + img {
    margin-left: 4px;
  }
  /* テキスト */
  .idx-list-01 > li .description {
    display: none;
  }
  /* ボタン */
  .idx-list-01 > li .button {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * Image and Video Modules
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * 既存メインビジュアル上書き
 * ------------------------------------------------------------------------- */

.visual {
  margin: 0 auto 40px;
  max-width: 837px;
  text-align: center;
}
.visual img {
  height: auto;
  max-width: 100%;
}

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

  .visual {
    margin: 0 -10px 20px;
  }
}

/* --------------------------------------------------------------------
 * .maparea-01
 * ----------------------------------------------------------------- */

  .maparea-01 {
    height: 538px;
    margin: 0 auto 20px;
    position: relative;
    width: 825px;
  }
  .maparea-01 > * {
    position: absolute;
  }
  .maparea-01 .map {
    left: 0;
    top: 0;
  }
  .maparea-01 .area {
    width: 166px;
    padding: 6px;
    border-radius: 5px;
  }
  .maparea-01 .area-list{
    margin: 0;
    list-style: none;
  }
  .maparea-01 .area-list li {
    background: #fff;
    border-radius: 3px;
    margin: 0 0 3px;
    text-align: center;
  }
  .maparea-01 .area-list li:last-child {
    margin-bottom: 0;
  }
  .maparea-01 .area-list a {
    color: #2b2b2b;
    display: block;
    font-weight: bold;
    padding: 4px 22px 3px 4px;
    position: relative;
    text-decoration: none;
  }
  .maparea-01 .area-list a::before {
    border-radius: 50%;
    background: #ddd;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
  }
  .maparea-01 .area-list a::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right bottom;
    width: 3px;
  }
  .maparea-01 .area.color01 {
    background: #e3dffa;
  }
  .maparea-01 .area.color01 .area-list a::before {
    background: #a091f2;
  }
  .maparea-01 .area.color02 {
    background: #d4f4ff;
  }
  .maparea-01 .area.color02 .area-list a::before {
    background: #49c5f2;
  }
  .maparea-01 .area.color03 {
    background: #e6f5ca;
  }
  .maparea-01 .area.color03 .area-list a::before {
    background: #9cd141;
  }
  .maparea-01 .area.color04 {
    background: #fff9bf;
  }
  .maparea-01 .area.color04 .area-list a::before {
    background: #fabf52;
  }
  .maparea-01 .area.color05 {
    background: #ffe7b8;
  }
  .maparea-01 .area.color05 .area-list a::before {
    background: #fa9b6b;
  }
  .maparea-01 .area.color06 {
    background: #ffdfe4;
  }
  .maparea-01 .area.color06 .area-list a::before {
    background: #f28a9a;
  }
  .maparea-01 .area01 {
    right: 0;
    top: 56px;
  }
  .maparea-01 .area02 {
    right: 0;
    top: 138px;
  }
  .maparea-01 .area03 {
    right: 175px;
    top: 352px;
  }
  .maparea-01 .area04 {
    left: 279px;
    top: 352px;
  }
  .maparea-01 .area05 {
    left: 0;
    top: 165px;
  }
  .maparea-01 .area06 {
    left: 292px;
    top: 20px;
  }
  .maparea-01 .area07 {
    left: 0;
    top: 30px;
  }
  .maparea-01 .area08 {
    left: 0;
    top: 111px;
  }
  .maparea-01 .area09 {
    left: 0;
    top: 394px;
  }

/* ----------------------------------------------------------------------------
 * Link Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .link-01
 * ----------------------------------------------------------------- */

.link-01:hover,
.link-01:focus {
  text-decoration: underline !important;
}
.link-01 a {
  display: inline-block;
  padding-left: 12px;
  text-decoration: none !important;
  text-indent: -12px;
  vertical-align: middle;
}
.link-01 a::before {
  background-image: url("/sp/wimax/area/use/images/icon_arrow_03.png");
  background-repeat: no-repeat;
  background-size: 4px 6px;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 8px;
  vertical-align: middle;
  width: 4px;
}
.link-01 .icon {
  vertical-align: middle;
}

/* --------------------------------------
 * 「新幹線・JR」、「空港」用 調整スタイル
 * ----------------------------------- */

.university .link-01,
.koutsu .link-01 {
  text-align: right;
}

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

  .university .link-01,
  .koutsu .link-01 {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------
 * List Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .list-bullet-01
 * ----------------------------------------------------------------- */

.list-bullet-01 {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.list-bullet-01 > li {
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 18px;
  position: relative;
}
.list-bullet-01 > li::before {
  background-color: #9a9a9a;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: .5em;
  vertical-align: middle;
  width: 4px;
}

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

  .list-bullet-01 > li {
    font-size: 8px;
    padding-left: 8px;
  }
  .list-bullet-01 > li::before {
    height: 3px;
    width: 3px;
  }
}

/* --------------------------------------
 * 「地下街」用 調整スタイル
 * ----------------------------------- */

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

  .undergroundtown .list-bullet-01 > li {
    font-size: 12px;
    padding-left: 8px;
  }
  .undergroundtown .list-bullet-01 > li::before {
    height: 3px;
    width: 3px;
  }
}

/* --------------------------------------------------------------------
 * .list-bullet-02
 * ----------------------------------------------------------------- */

.list-bullet-02 {
  list-style: none;
  margin-top: -5px;
  padding: 0;
}
.list-bullet-02 > li {
  font-size: 14px;
  margin: 5px 0 0;
  padding-left: 19px;
  position: relative;
}
.list-bullet-02 > li::before {
  background-color: #111;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 6px;
  left: 6px;
  position: absolute;
  top: .5em;
  vertical-align: middle;
  width: 6px;
}

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

  .list-bullet-02 > li {
    font-size: 8px;
    padding-left: 14px;
  }
  .list-bullet-02 > li::before {
    height: 3px;
    width: 3px;
  }
}

/* --------------------------------------------------------------------
 * .list-bullet-03
 * ----------------------------------------------------------------- */

.list-bullet-03 {
  list-style: none;
  margin-top: -17px;
  margin-left: -30px;
  padding: 0;
}
.list-bullet-03 > li {
  font-size: 13px;
  display: inline-block;
  margin: 17px 0 0 30px;
  padding-left: 19px;
  position: relative;
}
.list-bullet-03 > li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
}
.list-bullet-03 > li::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 3px;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 3px;
}

.list-bullet-03 > li.is-active a {
  color: #2b2b2b;
  text-decoration: none;
}
.list-bullet-03 > li.is-active::before {
  background: #46bbf2;
}

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

  .list-bullet-03 {
    margin-left: auto;
  }
  .list-bullet-03 > li {
    margin-left: 0;
  }
}

/* --------------------------------------------------------------------
 * .list-date-01
 * ----------------------------------------------------------------- */

.list-date-01 {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-date-01 > li {
  display: table;
  margin: 0 0 5px;
}
.list-date-01 > li:last-child {
  margin: 0;
}
.list-date-01 > li > * {
  display: table-cell;
  vertical-align: top;
}
.list-date-01 .date {
  width: 90px;
}
.list-date-01 > li a {
  color: #039;
}

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

  .list-date-01 {
    font-size: 8px;
  }
  .list-date-01 > li {
    display: block;
    margin: 0 0 5px;
  }
  .list-date-01 > li > * {
    display: block;
  }
  .list-date-01 .date {
    display: block;
    width: 100%;
  }
}

/* --------------------------------------
 * 「私鉄・地下鉄」用 調整スタイル
 * ----------------------------------- */

.subway .list-date-01 > li {
  border-bottom: 1px dotted #afafaf;
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
.subway  .list-date-01 > li:first-child {
  padding: 0 0 10px;
}
.subway  .list-date-01 > li:last-child {
  border-bottom: 0;
  padding: 10px 0 0;
}
.subway .list-date-01 .date {
  width: 100px;
}
.subway .list-date-01 > li a {
  color: #09f;
}
.subway .list-date-01 > li .icon {
  height: auto;
  vertical-align: middle;
  width: 13px;
}

/* --------------------------------------------------------------------
 * .list-subway-01
 * ----------------------------------------------------------------- */

.list-subway-01 li {
  position: relative;
}
.list-subway-01 li .icon-l {
  left: 11px;
  position: absolute;
  top: 158px;
  z-index: 10;
}
.list-subway-01 li .icon-r {
  left: 111px;
  position: absolute;
  top: 158px;
  z-index: 10;
}

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

  .list-subway-01 li img {
    width: 100%;
  }
  .list-subway-01 li .icon-l {
    bottom: 7%;
    left: 6%;
    position: absolute;
    top: auto;
    width: 43%;
    z-index: 10;
  }
  .list-subway-01 li .icon-r {
    bottom: 7%;
    left: auto;
    position: absolute;
    right: 6%;
    top: auto;
    width: 43%;
    z-index: 10;
  }
}

/* --------------------------------------------------------------------
 * .list-line-01
 * ----------------------------------------------------------------- */
.list-line-01 {
  list-style: none;
}
.list-line-01 > li {
  margin-left: 0;
}
.list-line-01 .ttl-container {
  display: table;
  min-height: 23px;
  width: 100%;
}
.list-line-01 .ttl-line {
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.list-line-01 .ttl-line .icon {
  height: 23px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-line-01 .ttl-line.has-bg-icon {
  background: no-repeat left center;
  background-size: 23px;
  padding: 0 25px 0 30px;
}
.list-line-01 .ttl-line .txt {
  margin-right: 15px;
}

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

  .list-line-01 .ttl-container {
    min-height: 19px;
  }
  .list-line-01 .ttl-line {
    font-size: 12px;
  }
  .list-line-01 .ttl-line.has-bg-icon {
    background-size: 19px;
  }
  .list-line-01 .ttl-line .icon {
    width: 62px;
    height: auto;
  }
}

/* --------------------------------------------------------------------
 * .list-station-01
 * ----------------------------------------------------------------- */

.list-station-01 {
  list-style: none;
  width: 580px;
  margin: 0 auto 15px;
}
.list-station-01 > li {
  margin: 0;
  padding-bottom: 10px;
  background: url(/area/use/subway/images/bg_line_01.png) no-repeat left 81px bottom;
}
.list-station-01 > li:last-child {
  padding-bottom: 0;
  background: none;
}
.list-station-01 > li.skip-before {
  margin: 0;
  padding-top: 28px;
  background: url(/area/use/subway/images/bg_line_02.png) no-repeat left 60px top, url(/area/use/subway/images/bg_line_01.png) no-repeat left 81px bottom;
}
.list-station-01 > li.skip-before:last-child {
  margin: 0;
  padding-top: 28px;
  background: url(/area/use/subway/images/bg_line_02.png) no-repeat left 60px top;
}
.list-station-01 > li.skip-after,
.list-station-01 > li.skip-after:last-child {
  margin: 0;
  padding-bottom: 28px;
  background: url(/area/use/subway/images/bg_line_02.png) no-repeat left 60px bottom;
}
.list-station-01 > li.skip-both,
.list-station-01 > li.skip-both:last-child {
  margin: 0;
  padding: 28px 0;
  background: url(/area/use/subway/images/bg_line_02.png) no-repeat left 60px top,  url(/area/use/subway/images/bg_line_02.png) no-repeat left 60px bottom;
}
.list-station-01 .item-station {
  border: 1px solid #666;
  border-radius: 22px;
  box-sizing: border-box;
  display: table;
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.list-station-01 .station-num {
  background: #ebebeb;
  border-radius: 22px 0 0 22px;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 62px;
}
.list-station-01 .station-name {
  display: table-cell;
  font-size: 14px;
  padding: 10px 10px 10px 22px;
  vertical-align: middle;
}
.list-station-01 .station-name.has-icon .txt{
  margin-right: 10px;
}
.list-station-01 .station-name.has-icon .icon-01 {
  border: 1px solid #e4007f;
  border-radius: 2px;
  color: #e4007f;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
}
.list-station-01 .station-status {
  display: table-cell;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
  width: 72px;
}
.list-station-01 .station-status .icon {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-station-01 .station-status .icon + .icon {
  margin-top: 10px;
}

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

  .list-station-01 {
    width: 100%;
  }
  .list-station-01 > li {
    background-position: left 61px bottom;
  }
  .list-station-01 > li.skip-before {
    background-position: left 40px top, left 61px bottom;
  }
  .list-station-01 > li.skip-after,
  .list-station-01 > li.skip-after:last-child{
    background-position: left 40px bottom;
  }
  .list-station-01 > li.skip-both {
    background-position: left 40px top, left 40px bottom;
  }
  .list-station-01 .station-num {
    width: 50px;
  }
  .list-station-01 .station-name {
    font-size: 12px;
    padding: 10px;
  }
  .list-station-01 .station-status {
    width: 62px;
  }
}

/* ----------------------------------------------------------------------------
 * Layout Modules
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * 既存グリッド上書き
 * ------------------------------------------------------------------------- */

.nallow-container .col {
  margin: 0 0 15px;
}

.nallow-container .col .col-2 {
  float: left;
  margin: 0 2.886002886002886% 5px 0;
  width: 48.55699855699856%;
}
.nallow-container .col .col-2:nth-of-type(2n) {
  margin-right: 0;
}

.nallow-container .col .col-3 {
  float: left;
  margin: 0 2.886002886002886% 5px 0;
  width: 31.409331409331458%;
}
.nallow-container .col .col-3:nth-of-type(3n) {
  margin-right: 0;
}

/* ----------------------------------------------------------------------------
 * カラムレイアウト調整用
 * ------------------------------------------------------------------------- */

.col-02 {
  margin: 0 0 15px;
}

.col-02 .col-2 {
  float: left;
  margin-right: 2.886002886002886%;
  width: 48.55699855699856%;
}
.col-02 .col-2:nth-of-type(2n) {
  margin-right: 0;
}

/* ----------------------------------------------------------------------------
 * Navigation Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .nav-top（TOP へ戻る）
 * ----------------------------------------------------------------- */

.nav-top {
  text-align: right;
}
.nav-top a {
  color: #09f;
  font-size: 10px;
  padding-right: 10px;
  position: relative;
}
.nav-top a::after {
  background-image: url("/sp/area/use/images/icon_arrow_02.png");
  background-size: 7px 5px;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

/* --------------------------------------------------------------------
 * .nav-internal-01（ページ内リンク）
 * ----------------------------------------------------------------- */
.nav-internal-01 {
  display: table;
  margin: 0 auto 20px;
  width: auto;
}
.nav-internal-01 > li {
  display: table-cell;
  letter-spacing: normal;
  padding: 0;
  table-layout: fixed;
  width: 120px;
}
.nav-internal-01 > li a {
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
}
.nav-internal-01 > li:first-child a {
  border-left: 1px solid #ccc;
}
.nav-internal-01 > li.is-inner-active a,
.nav-internal-01 > li.is-active a {
  color: #09f;
}
.nav-internal-01 > li a .txt {
  font-size: 13px;
}

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

  .nav-internal-container {
    background: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
  }
  .nav-internal-01 {
    display: block;
    letter-spacing: -.4em;
    line-height: 0;
    margin: 0 0 -1.66666666666667%;
  }
  .nav-internal-01 > li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 1.66666666666667% 1.66666666666667%;
    padding: 0;
    width: 32.14285714285714%;
  }
  .nav-internal-01 > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .nav-internal-01 > li a {
    background: #fff;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    display: table;
    height: 40px;
    position: relative;
    width: 100%;
  }
  .nav-internal-01 > li:first-child a {
    border: none;
  }
  .nav-internal-01 > li a .txt {
    display: table-cell;
    font-size: 11px;
    padding: 0 15px;
    vertical-align: middle;
  }
}

/* --------------------------------------------------------------------
 * .nav-internal-02（ページ内リンク）
 * ----------------------------------------------------------------- */

.nav-internal-02 {
  letter-spacing: -.4em;
  margin-bottom: 20px;
}
.nav-internal-02 li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 1em 0 0;
}
.nav-internal-02 li a::before {
  background-image: url("/common/css/images/icon_link_01.png");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  width: 5px;
}

/* --------------------------------------------------------------------
 * .nav-internal-03（ページ内リンク）
 * ----------------------------------------------------------------- */

.nav-internal-03 {
  display: table;
  margin: 0 auto;
}
.nav-internal-03 li {
  display: table-cell;
  padding: 7px;
  width: 200px;
  box-sizing: border-box;
}












/* ----------------------------------------------------------------------------
 * Note Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * 既存注釈上書き
 * ----------------------------------------------------------------- */

ul > .mark {
  color: #666;
  font-size: 13px;
  padding-left: .5em;
}

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

  ul > .mark {
    font-size: 10px;
  }
}

/* ----------------------------------------------------------------------------
 * Tab Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .tab-01（タブ状）
 * ----------------------------------------------------------------- */

.tab-01 {
  margin: 0 0 40px 0;
}
.tab-01 > .tab-list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.tab-01 > .tab-list li {
  display: table-cell;
  margin: 0;
  padding: 0 2px;
}
.tab-01 > .tab-list li:first-child {
  padding-left: 0;
}
.tab-01 > .tab-list li:last-child {
  padding-right: 0;
}
.tab-01 > .tab-list a {
  background-color: #b4e8fa;
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fff);
  background-image: linear-gradient(to top, #f0f0f0, #fff);
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  color: #2c2c2c;
  display: block;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 5px 0 8px;
  text-align: center;
  text-decoration: none;
}
.tab-01 > .tab-list .is-active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  bottom: 0;
  left:  0;
  position: absolute;
}
.tab-01 > .tab-list .is-active a,
.tab-01 > .tab-list a:hover,
.tab-01 > .tab-list a:focus {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,0));
  background-image: linear-gradient(to bottom, rgba(255,255,255,.6), rgba(255,255,255,0));
  border: 0;
}
/* 北海道 */
.tab-01 > .tab-list .num1.is-active a,
.tab-01 > .tab-list .num1 a:hover,
.tab-01 > .tab-list .num1 a:focus {
  background-color: #ccc4f5;
}
.tab-01 > .tab-list .num1.is-active::before {
  background-color: #ccc4f5;
}
/* 東北 */
.tab-01 > .tab-list .num2.is-active a,
.tab-01 > .tab-list .num2 a:hover,
.tab-01 > .tab-list .num2 a:focus {
  background-color: #abd0f5;
}
.tab-01 > .tab-list .num2.is-active::before {
  background-color: #abd0f5;
}
/* 関東 */
.tab-01 > .tab-list .num3.is-active a,
.tab-01 > .tab-list .num3 a:hover,
.tab-01 > .tab-list .num3 a:focus {
  background-color: #b4e8fa;
}
.tab-01 > .tab-list .num3.is-active::before {
  background-color: #b4e8fa;
}
/* 甲信越 */
.tab-01 > .tab-list .num4.is-active a,
.tab-01 > .tab-list .num4 a:hover,
.tab-01 > .tab-list .num4 a:focus {
  background-color: #abe0d7;
}
.tab-01 > .tab-list .num4.is-active::before {
  background-color: #abe0d7;
}
/* 北陸 */
.tab-01 > .tab-list .num5.is-active a,
.tab-01 > .tab-list .num5 a:hover,
.tab-01 > .tab-list .num5 a:focus {
  background-color: #b8e5ae;
}
.tab-01 > .tab-list .num5.is-active::before {
  background-color: #b8e5ae;
}
/* 東海、中部 */
.tab-01 > .tab-list .num6.is-active a,
.tab-01 > .tab-list .num6 a:hover,
.tab-01 > .tab-list .num6 a:focus {
  background-color: #d3eba4;
}
.tab-01 > .tab-list .num6.is-active::before {
  background-color: #d3eba4;
}
/* 近畿、関西 */
.tab-01 > .tab-list .num7.is-active a,
.tab-01 > .tab-list .num7 a:hover,
.tab-01 > .tab-list .num7 a:focus {
  background-color: #fff699;
}
.tab-01 > .tab-list .num7.is-active::before {
  background-color: #fff699;
}
/* 中国 */
.tab-01 > .tab-list .num8.is-active a,
.tab-01 > .tab-list .num8 a:hover,
.tab-01 > .tab-list .num8 a:focus {
  background-color: #fd9;
}
.tab-01 > .tab-list .num8.is-active::before {
  background-color: #fd9;
}
/* 四国 */
.tab-01 > .tab-list .num9.is-active a,
.tab-01 > .tab-list .num9 a:hover,
.tab-01 > .tab-list .num9 a:focus {
  background-color: #ffc4a6;
}
.tab-01 > .tab-list .num9.is-active::before {
  background-color: #ffc4a6;
}
/* 九州沖縄 */
.tab-01 > .tab-list .num10.is-active a,
.tab-01 > .tab-list .num10 a:hover,
.tab-01 > .tab-list .num10 a:focus {
  background-color: #fabec8;
}
.tab-01 > .tab-list .num10.is-active::before {
  background-color: #fabec8;
}
/* コンテンツ */
.tab-01 > .tab-set > .tab-item {
  display: none;
  padding: 20px 0 0;
}
.tab-01 > .tab-set > .is-active {
  display: block;
}
.tab-01 > .tab-set > .tab-item > *:first-child {
  margin-top: 0;
}
.tab-01 > .tab-set > .tab-item > *:last-child {
  margin-bottom: 0;
}

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

  .tab-01 {
    margin: 0 0 20px 0;
  }

  .tab-01 > .tab-list {
    display: block;
    letter-spacing: -.4em;
    line-height: 0;
    margin-bottom: -1%;
  }

  .tab-01 > .tab-list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 1% 1%;
    padding: 0;
    width: 19.2%;
  }
  .tab-01 > .tab-list li:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .tab-01 > .tab-list a {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 5px;
    display: table;
    font-size: 10px;
    height: 56px;
    padding: 10px 12px 10px 5px;
    position: relative;
    width: 100%;
  }
  .tab-01 > .tab-list .is-active::before {
    display: none;
  }
  .tab-01 > .tab-list .is-active a,
  .tab-01 > .tab-list a:hover,
  .tab-01 > .tab-list a:active {
    background-color: #fff !important;
    border: 1px solid #e7e3fa !important;
  }
  .tab-01 > .tab-list .num1 a {
    background-color: #e7e3fa;
  }
  .tab-01 > .tab-list .num2 a {
    background-color: #d7e9fa;
  }
  .tab-01 > .tab-list .num3 a {
    background-color: #dcf4fd;
  }
  .tab-01 > .tab-list .num4 a {
    background-color: #d7f0ec;
  }
  .tab-01 > .tab-list .num5 a {
    background-color: #def3d9;
  }
  .tab-01 > .tab-list .num6 a {
    background-color: #e8f5d0;
  }
  .tab-01 > .tab-list .num7 a {
    background-color: #fffac5;
  }
  .tab-01 > .tab-list .num8 a {
    background-color: #ffedca;
  }
  .tab-01 > .tab-list .num9 a {
    background-color: #ffe3d5;
  }
  .tab-01 > .tab-list .num10 a {
    background-color: #fde0e5;
  }
  .tab-01 > .tab-list .txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .tab-01 > .tab-list .txt::after {
    background-image: url("/sp/area/use/images/icon_arrow_01.png");
    background-size: 8px 5px;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    width: 8px;
  }
}

/* --------------------------------------------------------------------
 * .tab-02（ボタン状）
 * ----------------------------------------------------------------- */

.tab-02 {
  margin: 0 0 40px 0;
}
.tab-02,
.tab-02::before,
.tab-02::after,
.tab-02 *,
.tab-02 *::before,
.tab-02 *::after {
  box-sizing: border-box;
}
.tab-02 > .tab-list {
  display: table;
  list-style: none;
  margin: 0;
  table-layout: fixed;
}
.tab-02 > .tab-list > li {
  display: table-cell;
  margin: 0;
  padding: 0 3px;
  width: 200px;
}
.tab-02 > .tab-list > li > a {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 50px;
  color: #2c2c2c;
  display: block;
  font-size: 14px;
  margin-bottom: -1px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.tab-02 > .tab-list > li > a::before {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
.tab-02 > .tab-list > .is-active > a {
  background-color: #46bbf2;
  border: 1px solid #46bbf2;
  color: #fff;
}
.tab-02 > .tab-list > .is-active > a::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
.tab-02 > .tab-list > li > a:hover,
.tab-02 > .tab-list > li > a:focus {
  opacity: .7;
}
.tab-02 > .tab-set > .tab-item {
  display: none;
  padding: 40px 0 0;
}
.tab-02 > .tab-set > .tab-item > *:first-child {
  margin-top: 0;
}
.tab-02 > .tab-set > .is-active {
  display: block;
}

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

  .tab-02 {
    margin: 0 0 20px 0;
  }
  .tab-02 > .tab-list {
    width: 100%;
  }
  .tab-02 > .tab-list > li {
    display: block;
    float: left;
    margin: 0 0 1.5% 1%;
    padding: 0;
    width: 32%;
  }
  .tab-02 > .tab-list li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .tab-02 > .tab-list > li > a {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #2c2c2c;
    display: table;
    font-size: 10px;
    height: 40px;
    width: 100%;
  }
  .tab-02 > .tab-list > li > a::before {
    display: none;
  }
  .tab-02 > .tab-list > li > a:hover,
  .tab-02 > .tab-list > li > a:focus {
    opacity: 1;
  }
  .tab-02 > .tab-set > .tab-item {
    padding: 20px 0 0;
  }
  .tab-02 > .tab-list .txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}

/* --------------------------------------------------------------------
 * .no-btn-tab（ボタンなし・nav-internalのみのタブ）
 * ----------------------------------------------------------------- */
.no-btn-tab {
   margin: 0 0 40px 0;
 }
.no-btn-tab > .tab-set > .tab-item {
  padding: 20px 0 0;
  display: none;
}
.no-btn-tab > .tab-set > .tab-item > *:first-child {
  margin-top: 0;
}
.no-btn-tab > .tab-set > .is-active {
  display: block;
}

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

  .no-btn-tab {
    margin: 0 0 20px 0;
  }
}
/* --------------------------------------------------------------------
 * .inner-tab-01（タブ内タブ）
 * ----------------------------------------------------------------- */
 
.inner-tab-01 > .inner-tab-set > .inner-tab-item {
  display: none;
  padding: 10px 0 0;
}
.inner-tab-01 > .inner-tab-set > .is-inner-active {
  display: block;
}
 
/* ----------------------------------------------------------------------------
 * Table Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * 既存テーブル上書き
 * ----------------------------------------------------------------- */

table th,
table td {
  vertical-align: middle !important;
}
table thead th {
  background: #ececec;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: .5em 10px;
}
table tbody th,
table tbody td {
  padding: .5em 12px;
}
table tbody th {
  background-color: #fff;
}

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

  table thead th {
    padding: 6px 7px 5px;
  }
  table tbody th,
  table tbody td {
    color: #666;
    font-family: "新ゴ R","Shin Go Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    padding: 6px 7px 5px;
    vertical-align: middle;
  }
}

/* --------------------------------------
 * 「新幹線・JR」、「空港」用 調整スタイル
 * ----------------------------------- */

.koutsu table thead th {
  font-size: 13px;
  text-align: center;
}
.koutsu table tbody th,
.koutsu table tbody td {
  font-size: 13px;
}
.koutsu table img {
  height: auto;
  width: 15px;
}

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

  .koutsu table thead th {
    font-size: 8px;
  }

  .koutsu table tbody th,
  .koutsu table tbody td {
    font-size: 8px;
  }

  .koutsu table img {
    height: auto;
    width: 9px;
  }
}


/* --------------------------------------
 * 「スポット」用 調整スタイル
 * ----------------------------------- */

/*
.spot table thead th {
  font-size: 14px;
}
.spot table tbody th,
.spot table tbody td {
  font-size: 13px;
}

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

  .spot table thead th {
    font-size: 11px;
  }
  .spot table tbody th,
  .spot table tbody td {
    font-size: 10px;
  }
}
*/

/* --------------------------------------
 * 「地下街」用 調整スタイル
 * ----------------------------------- */

.undergroundtown table thead th {
  font-size: 14px;
}
.undergroundtown table tbody th,
.undergroundtown table tbody td {
  font-size: 13px;
}

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

  .undergroundtown table thead th {
    font-size: 11px;
  }
  .undergroundtown table tbody th,
  .undergroundtown table tbody td {
    font-size: 10px;
  }
  .undergroundtown table img {
    vertical-align: middle;
    width: 10px;
  }
}

/* ----------------------------------------------------------------------------
 * Text Modules
 * ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------
 * .pgh-lead-01
 * ----------------------------------------------------------------- */

.pgh-lead-01 {
  font-size: 16px;
}

/* --------------------------------------------------------------------
 * .tab-lead-01
 * ----------------------------------------------------------------- */

.tab-lead-01 {
  font-size: 14px;
  margin-bottom: 30px;
}

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

  .tab-lead-01 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------------------------------
 * Modal Modules
 * ------------------------------------------------------------------------- */

#modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#modal {
  display: none;
  max-width: 640px;
  margin: 0 auto;
  height: 70%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}
#modal.is-open {
  display: block;
}
#modal-inner {
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  padding: 30px;
  position: relative;
}
#modal-inner > *:first-child {
  margin-top: 0;
}
#btn-modal-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 12px;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -25px;
}
#btn-modal-close::after {
  content: url('/common2/images/icon_modal_close.png');
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
#modal-ttl {
  border-bottom: 3px solid #09f;
  color: #585858;
  font-size: 15px;
  font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 17px;
  position: relative;
}
#modal-ttl::before{
  background: #09f;
  border-radius: 5px;
  bottom: 5px;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 8px;
}

/* --------------------------------------
 * モーダル内調整用
 * ----------------------------------- */
 
#gmap-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 92%;
}
#gmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

  #modal {
    height: 80%;
  }
  #modal-inner {
    overflow: auto;
    padding: 15px;
  }
  #gmap-container {
    height: 90%;
    padding-bottom: 0;
  }
}

/* ============================================================================
 * Utility
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Utility > Clearfix
 * ------------------------------------------------------------------------- */

.col::after,
.maparea-02 .area ul::after,
.idx-list-01 > li > a::after,
.tab-02 > .tab-list::after,
.col-02::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
.sp-pt{
  padding-top:120px !important;
  margin-top: -100px;
}
}