@charset "UTF-8";
/* ===================================================================

▼ extend style

=================================================================== */
#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .info {
  line-height: 1.6;
}

#access .contentBlock .tab li, #access .contentBlock .whiteBlock .whiteBlock_oj {
  display: inline-block;
  vertical-align: top;
}

/* ===================================================================

   ▼ index

=================================================================== */
#access {
  /* routeBox */
}

#access .md_mainImage_outer .md_mainImage {
  height: 180px;
}

@media (max-width: 640px) {
  #access .md_mainImage_outer .md_mainImage {
    height: 100px;
    border-bottom: none;
  }
}

#access .md_mainImage_outer .md_mainImage .md_title_h1 {
  font-size: 36px;
  padding-left: 4%;
}

@media (max-width: 640px) {
  #access .md_mainImage_outer .md_mainImage .md_title_h1 {
    padding-left: 7%;
    font-size: 24px;
  }
}

#access .md_mainImage_outer .md_mainImage .md_title_h1 ._text {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  #access .md_mainImage_outer .md_mainImage .md_title_h1 ._text {
    padding-top: 0;
  }
}

#access .md_btn_more {
  text-align: right;
}

#access .contentBlock {
  padding: 27px 20px 20px;
}

#access .contentBlock .tab {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 0;
}

@media (max-width: 1200px) {
  #access .contentBlock .tab {
    width: 95%;
  }
}

@media (max-width: 680px) {
  #access .contentBlock .tab {
    width: 100%;
  }
}

#access .contentBlock .tab li {
  width: 23.1%;
  margin-right: 2.5%;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 1.4;
  border: 2px solid #d8d8d8;
}

@media (max-width: 1200px) {
  #access .contentBlock .tab li {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #access .contentBlock .tab li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
}

#access .contentBlock .tab li:last-child {
  margin-right: 0;
}

@media (max-width: 640px) {
  #access .contentBlock .tab li:nth-child(even) {
    margin-right: 0;
  }
}

#access .contentBlock .tab li.active {
  padding: 10px;
  background: #f16477;
  border-color: #f16477;
  color: #fff;
  position: relative;
}

@media (max-width: 1200px) {
  #access .contentBlock .tab li.active {
    padding: 10px 5px;
  }
}

#access .contentBlock .tab li.active .active_arrow_img {
  display: block;
  position: absolute;
  width: 14px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#access .contentBlock .tab li a {
  display: block;
  padding: 10px;
}

@media (max-width: 1200px) {
  #access .contentBlock .tab li a {
    padding: 10px 5px;
  }
}

#access .contentBlock .whiteBlock {
  padding: 20px 20px 50px;
  font-size: 0;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  #access .contentBlock .whiteBlock {
    padding: 15px 15px 50px;
  }
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock {
    margin-top: 0;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj {
  width: 50%;
}

@media (max-width: 1080px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj {
    display: block;
    width: 100%;
  }
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj:first-child {
    margin-bottom: 20px;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right {
  padding-left: 2%;
}

@media (max-width: 1080px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right {
    padding-left: 0;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .routeBox {
  display: table;
  width: 100%;
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .imageBox {
  display: table-cell;
  vertical-align: top;
  width: 150px;
}

@media (max-width: 1200px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right .imageBox {
    width: 120px;
  }
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right .imageBox {
    width: 100px;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox {
    padding-left: 10px;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title {
  display: table;
  width: 100%;
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._icon {
  display: table-cell;
  vertical-align: middle;
  width: 26px;
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._icon {
    width: 20px;
    vertical-align: top;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._icon .icon_box {
  display: table;
  width: 100%;
  height: 26px;
  background-color: #f16477;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._icon .icon_box {
    height: 20px;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._icon .icon_box .icon_no {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._icon .icon_box .icon_no {
    font-size: 11px;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._text {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 10px;
}

@media (max-width: 640px) {
  #access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .title ._text {
    padding-left: 5px;
  }
}

#access .contentBlock .whiteBlock .whiteBlock_oj._right .textBox .info {
  margin-top: 10px;
  font-size: 14px;
}

#access .contentBlock .google_map_link ._text {
  text-align: right;
  padding-top: 15px;
  font-size: 14px;
}

#access .contentBlock .google_map_link ._text a {
  background-image: url("/artmake/images/common/arrow_right_gray.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  padding-bottom: 3px;
}

#access .md_time_table .week {
  font-weight: normal;
}

#access .md_pageTop {
  padding-bottom: 40px;
}

#access .uq_mailto:hover {
  text-decoration: underline;
}

#access .explain h1 {
  /*	margin-bottom: 0; */
}

#access #map {
  width: 100%;
  min-height: 340px;
  width: 979px;
  height: 340px;
}

@media (max-width: 640px) {
  #access #map {
    min-height: 200px;
  }
}

#access .whiteBlock {
  background-color: #fff;
  padding: 3%;
}

#access #tokyo2Box, #access #kyobashiBox, #access #yurakuchoBox {
  display: none;
}

#access .arrowBox {
  width: 20%;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 640px) {
  #access .arrowBox {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #access .arrowBox ._img {
    width: 50%;
    display: inline-block;
  }
}

#access .arrowBox img {
  width: 14%;
  margin: 0 auto;
}

#access .explain {
  padding: 0 4% 19px;
}

#access .explain h1 {
  margin-bottom: 6px;
}

#access .lead_station {
  font-weight: bold !important;
}

#access .whiteBlock {
  position: relative;
}

#access .whiteBlock .routeBoxWrap {
  position: relative;
  z-index: 2;
}

#access .whiteBlock .routeBoxWrap.active {
  position: absolute;
  z-index: 1;
}

#access .routeCaution {
  border: solid 2px #ff0000;
  padding: 25px 30px;
  color: #ff0000;
  box-sizing: border-box;
  margin-bottom: 30px;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 640px) {
  #access .routeCaution {
    padding: 15px 20px;
    font-size: 14px;
  }
}

#access #mapArea:target:before {
  content: "";
  display: block;
  height: 100px;
  /* ヘッダの高さ */
  margin-top: -100px;
  /* ヘッダの高さ */
  vertical-align: top;
}

