@charset "UTF-8";
/*******************************************
 外国語ページ／施設ガイド
*******************************************/
.lang_facility-page .heading .mv {
  background: url(../images/common/bg-ttl.png) no-repeat;
  background-size: cover;
}
.lang_facility-page .heading .mv .inner {
  position: relative;
  padding: 55px 0;
}
.lang_facility-page .content{
  padding:0 0 50px 0;
}
.lang_facility-page h2 {
  font-size: 36px;
  color: #084396;
  line-height: 1;
  text-indent: -1em;
  padding-left: 2em;
  letter-spacing: 0.09em;
}
.lang_facility-page h2 span{
  font-size: 26px;
}
.lang_facility-page h2 i {
margin-right: 15px;
    display: inline-block;
    vertical-align: -15px;
}
.lang_facility-page .heading .mv .pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.lang_facility-page .breadcrumb {
    letter-spacing: 0.09em;
}
.lang_facility-page table {
    border-spacing: 0;
    margin-top: 50px;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
}
.lang_facility-page th {
    background-color: #084396;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    height: 40px;
    font-size: 18px;
}
.lang_facility-page th:first-of-type {
    width: 330px;
    border-right: 2px solid #ffffff;
}
.lang_facility-page td.left-col {
    background-color: #E6F4FF;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.lang_facility-page td.left-col img {
    vertical-align: bottom;
}
.lang_facility-page td {
    padding: 15px 10px 15px 20px;
}
.lang_facility-page td span {
    display: block;
}
.lang_facility-page span.floor {
    font-size: 30px;
    font-weight: bold;
    color: #084396;
    letter-spacing: 0.09em;
    line-height: 1;
}
.lang_facility-page span.f-name {
    color: #06A4FE;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0.12em;
    padding-left: 5px;
}
.lang_facility-page td.col2 {
    border-right: 2px solid #bfdffb;
    font-weight: normal;
    font-size: 18px;
    border-bottom: none;
    background-image: linear-gradient(to right, #bfdffb 0%, #bfdffb 99.7%, transparent 99%);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
}

/* 英語ページ専用 */
#lang-en.lang_facility-page td.col2.adjust-4f,
#lang-kr.lang_facility-page td.col2.adjust-4f {
    padding-right: 30px !important;
}
#lang-en.lang_facility-page td.col2.adjust-1f {
    padding-right: 100px;
}