@charset "utf-8";
/* CSS Document */

/* reset
-----------------------------------------------*/
@media print {
  #container {
    background-color: #d4ecff !important;

    -webkit-print-color-adjust: exact;
  }
}
body {
  overflow-x: hidden;
  width: 100%;
}
html,body,form,ul,li,p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: sans-serif;
  font-weight: normal;
}
ul,ol {
  list-style: none;
}
dl,dt,dd {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tr th,table tr td {
  text-align: left;
}
table tr th {
  font-weight: normal;
}
a {
  color: #0042a6;
  text-decoration: underline;
}
a:visited {
  color: #0042a6;
  text-decoration: none;
}
a img {
  border: 0 none;
}
area {
  border: none;
  outline: none;
}
/* top page
-----------------------------------------------*/
#container {
  padding-top: 5.335%;
  background-color: #d4ecff;
}
.sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .md {
    display: none;
  }
  .sm {
    display: block;
  }
}

.bnr_link {
  display: block;
  width: 100%;
}
.bnr_link img {
  display: block;
  width: 89.334%;
  margin: 0 auto;
}

#main {
  position: relative;
}
#main img {
  width: 100%;
  height: auto;
}
/**/
#main .btn {
  position: absolute;
}
#main .btn a {
  display: block;
  overflow: hidden;
  line-height: 0;
  text-indent: -9999px;
  white-space: nowrap;
}
#main .btn.btn_tokaido {
  width: 42%;
  top: 0;
  right: 2%;
  margin-top: 42%;
}
#main .btn.btn_tokaido a {
  width: 100%;
  padding-bottom: 52%;
}
#main .btn.btn_sanyo {
  width: 52%;
  top: 0;
  left: 4%;
  margin-top: 42%;
}
#main .btn.btn_sanyo a {
  width: 100%;
  padding-bottom: 44%;
}
#main .btn.btn_kyushu {
  width: 17%;
  top: 0;
  left: 4%;
  margin-top: 65%;
}
#main .btn.btn_kyushu a {
  width: 100%;
  padding-bottom: 128%;
}
/**/
#main #btn01 {
  width: 40%;
  position: absolute;
  top: 57%;
  left: 15%;
  ;
}
#main #btn02 {
  width: 40%;
  position: absolute;
  top: 57%;
  left: 56%;
  ;
}
#main #btn03 {
  width: 40%;
  position: absolute;
  top: 73%;
  left: 6%;
}


