@charset "UTF-8";
/*******************************************
 * ACCESSページcss
 *
 * menu
 * 1. access layout
 * 2. 見出しのメッセージ
 * 3. アクセス情報
 * 4. 注意書き
 ******************************************/
/***** 1. access layout **********************/
#layout-main {
  width: 94%;
  margin: 0 auto;
  min-height: 840px;
  position: relative;
  background: url(../../common/img/bg.jpg) no-repeat bottom;
  background-size: contain;
  padding: 3%;
  z-index: 1;
}
/***** 2. 見出しのメッセージ ************/
#topMsg {
  width: 97%;
  padding: 0 0 3% 1%;
  overflow: hidden;
}
#topMsg img {
  display: inline-block;
}
#topMsg img.head {
  width: 50%;
}
#topMsg a {
  display: inline-block;
}
#topMsg a img {
  width: 60%;
}
#topMsg .float_r {
  float: right;
  text-align: right;
  padding-top: 1%;
}
/***** 3. アクセス情報 ************/
#accessInfo {
  clear: both;
  background: #fff;
  padding: 3%;
  letter-spacing: -0.4em;
}
#accessInfo #accessMap {
  display: inline-block;
  letter-spacing: normal;
  width: 100%;
  height: 180px;
  margin-top: 6%;
}
#accessInfo #accessMethod {
  letter-spacing: normal;
}
#accessInfo #accessMethod div {
  padding-top: 6%;
}
#accessInfo #accessMethod div img {
  display: inline-block;
}
#accessInfo #accessMethod div p {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
}
#accessInfo #accessMethod ul {
  padding-left: 6%;
  line-height: 2em;
}
#accessInfo #accessMethod ul li {
  list-style-type: disc;
  font-size: 0.9rem;
  padding-top: 5px;
}
#accessInfo #accessMethod ul li.list_none {
  list-style-type: none;
  font-size: 0.8rem;
}
#accessInfo #accessMethod p a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
  color: #0b8acf;
  text-decoration: underline;
}
#accessInfo #accessMethod p a img {
  padding-bottom: 2px;
}
#accessInfo #app_map {
  text-align: center;
  padding: 3% 0;
  background: #EEE;
}
#accessInfo #app_map img {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
#accessInfo #app_map p {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 1%;
  color: #333;
}
#accessInfo img#flight_route {
    width: 100%;
    margin-top: 5px;
}
/***** 4. 注意書き ************/
#caution {
    background-color: rgba(255,0,0,0.1);
    border: 1px dashed #d71718;
    clear: both;
    padding: 10px 20px;
    margin-top: 30px;
}
#caution p {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}
#caution p a {
    color: #fff;
    text-decoration: underline;
}