@charset "utf-8";

/*----------------------------------------------------------------------------
  common
----------------------------------------------------------------------------*/
#footerFixBtn {
  display: none;
}

/*----------------------------------------------------------------------------
  mainAccess
----------------------------------------------------------------------------*/
#mainAccess {
  margin: 0 0 3em;
}
#mainAccess .txtLink {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #mainAccess {
    width: 100%;
  }
  #mainAccess .ttl {
    color: #fff;
    text-align: center;
    background-color: #003867;
    font-size: 16px;
    font-weight: bold;
    padding: 0.5em;
  }
  #mainAccess .map,
  #mainAccess .map iframe {
    overflow: hidden;
    height: 74vw;
    margin-bottom: 2em;
  }

  #mainAccess input,
  #tabs-list {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  #mainAccess {
    width: 950px;
    margin: 60px auto;
  }
  #mainAccess .ttl {
    display: none;
  }
  #mainAccess .map iframe {
    height: 691px;
  }
  #mainAccess .txtLink {
    padding: 20px;
  }
  #mainAccess .txtLink a {
    color: #fff;
  }
  #mainAccess .txtLink a:after {
    border-color: #fff;
  }
  #mainAccess .panel-radios {
    display: none;
  }
  #tabs-list {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #tabs-list li {
    display: flex;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #003867;
    width: 50%;
    position: relative;
  }
  #tabs-list #li-for-panel-2 {
    background-color: #4185f5;
  }
  #tabs-list li:hover {
    -webkit-transition: none;
    transition: none;
  }
  #tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
  }
  #tabs-list label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  #tabs-list label.panel-label:hover {
  }
  #panels {
    background-color: #003867;
    padding: 10px;
  }
  #panel-2-ctrl:checked ~ #panels {
    background-color: #4185f5;
  }
  #panels .container {
    margin: 0 auto;
  }
  #panels .section .content {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    overflow-y: hidden;
  }
  #panel-1-ctrl:checked ~ #panels #panel-1 .content {
    max-height: initial;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #panels #panel-2 .content {
    max-height: initial;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
  }
}

/*----------------------------------------------------------------------------
  pageNav
----------------------------------------------------------------------------*/
#pageNav:after {
  content: "";
  display: block;
  clear: both;
}
#pageNav li {
  width: 24%;
  float: left;
  margin-left: 1%;
}
#pageNav li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 599px) {
  #pageNav .btnLink a {
    font-size: 13px;
  }
}
/*----------------------------------------------------------------------------
  hotelInfo
----------------------------------------------------------------------------*/
#hotelInfo {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0 2em;
}
#hotelInfo .img {
  padding-bottom: 2em;
}
#hotelInfo .txt {
  padding-bottom: 1em;
}
#hotelInfo .txt .name {
  font-size: 20px;
  color: #1e2e53;
  font-weight: bold;
  padding-bottom: 0.5em;
}
#hotelInfo .txt .add {
  padding-bottom: 1em;
}
#hotelInfo .txt .info .txtLink {
  display: block;
  padding-top: 0;
  margin-left: 1em;
}
#hotelInfo .txt .info .txtLink a {
}
@media only screen and (max-width: 599px) {
  #hotelInfo .txt .txtLink {
    display: block;
    text-align: left;
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 600px) {
  #hotelInfo {
    width: 950px;
    /* padding: 55px 0 80px; */
    padding: 55px 0 2em;
  }
  #hotelInfo:after {
    content: "";
    display: block;
    clear: both;
  }
  #hotelInfo .img {
    float: left;
    width: 45%;
    padding: 0;
  }
  #hotelInfo .txt {
    float: right;
    width: 50%;
  }
  #hotelInfo .txt .name {
    font-size: 23px;
    margin-top: 0;
    padding-bottom: 20px;
  }
  #hotelInfo .txt .add {
    padding-bottom: 10px;
  }
  #hotelInfo .txt .add p {
    padding-bottom: 0;
  }
}

/*----------------------------------------------------------------------------
  accessList
----------------------------------------------------------------------------*/
#accessInfo {
  width: 90%;
  margin: 0 auto;
}
#accessInfo .routeAll {
  padding-bottom: 2em;
}
#accessInfo > ul > li {
  padding: 1em 0 3em;
}
#accessInfo > ul > li > p {
  text-align: center;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 2em;
}
#accessInfo h4 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding-bottom: 1em;
}
#accessInfo .route {
  padding-bottom: 2em;
}
#accessInfo .subInfo {
  font-size: 14px;
  background-color: #fff;
  border: #c9caca 1px solid;
  padding: 1.5em 5% 5%;
}
#accessInfo .subInfo h4 {
  color: #1e2e53;
  padding-bottom: 1em;
}
#accessInfo .subInfo .txt .ttl {
  font-size: 18px;
  color: #1e2e53;
  padding-bottom: 0.2em;
  font-weight: bold;
}
#accessInfo .subInfo .txt p {
  padding-bottom: 0.5em;
}
#accessInfo .subInfo > ul > li {
  padding-bottom: 1.5em;
}
#accessInfo .subInfo .direction {
  font-size: 10px;
  margin: 0 auto;
  padding-bottom: 1em;
}
#accessInfo .subInfo .direction:after {
  content: "";
  display: block;
  clear: both;
}
#accessInfo .subInfo .direction li {
  float: left;
  width: 32%;
  margin-left: 2%;
}
#accessInfo .subInfo .direction li:first-child {
  margin-left: 0;
}
#accessInfo .subInfo .direction li .img {
  padding-bottom: 0.5em;
}
#accessInfo .subInfo .heading .img {
  margin: 0 auto;
  padding-bottom: 1.5em;
}
#accessInfo .subInfo .heading .txt {
  margin: 0 auto;
}
#accessInfo .subInfo .heading .txt .ttl {
  color: #1e2e53;
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 600px) {
  #accessInfo {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #accessInfo .routeAll {
    padding-bottom: 80px;
  }
  #accessInfo > ul > li > p {
    text-align: center;
    width: 950px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #accessInfo h4 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  #accessInfo .route {
    padding-bottom: 60px;
  }
  #accessInfo .subInfo {
    width: 810px;
    padding: 50px 70px 40px;
  }
  #accessInfo .subInfo h4 {
    font-size: 26px;
    padding: 0 0 50px;
  }
  #accessInfo .subInfo > .heading:after {
    content: "";
    display: block;
    clear: both;
  }
  #accessInfo .subInfo .heading .img {
    float: left;
    width: 320px;
    padding-bottom: 70px;
  }
  #accessInfo .subInfo .txt {
    width: 100%;
  }
  #accessInfo .subInfo .txt .ttl {
    font-size: 22px;
    padding-bottom: 5px;
  }
  #accessInfo .subInfo .txt p {
    padding-bottom: 10px;
  }
  #accessInfo .subInfo .table-unit {
    max-width: inherit;
    min-width: inherit;
    margin-bottom: 10px;
  }
  #accessInfo .subInfo > ul > li {
    padding-bottom: 40px;
  }
  #accessInfo .subInfo .direction {
    width: 100%;
    font-size: 14px;
  }
  #accessInfo .subInfo .direction li {
    float: left;
    width: 28%;
    margin-left: 8%;
  }
  #accessInfo .subInfo .direction li:first-child {
    margin-left: 0;
  }
  #accessInfo .subInfo .direction li .img {
    padding-bottom: 14px;
  }
  #accessInfo .subInfo .btnLink {
    width: 320px;
  }
  #accessInfo .subInfo .heading .txt {
    float: right;
    width: 450px;
    padding-bottom: 0;
  }
  #accessInfo .subInfo .heading .ttl {
    padding-bottom: 15px;
  }
}

/*----------------------------------------------------------------------------
  onFoot
----------------------------------------------------------------------------*/
#onFoot .map {
  padding-bottom: 2em;
}
#onFoot .subInfo ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#onFoot .subInfo li {
  position: relative;
}
#onFoot .subInfo li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #b0b0b0;
  margin: 1em auto 0;
}
#onFoot .subInfo li:last-child:after {
  border: none !important;
}
#onFoot .subInfo li .img {
  padding-bottom: 0.4em;
}
#onFoot .subInfo li .txt {
  font-size: 14px;
  padding-bottom: 20px;
}
#onFoot .btnLink {
  background-color: #df4031;
  border: 2px solid #df4031;
  margin-bottom: 2em;
}
#onFoot .btnLink a {
  color: #fff;
  font-size: 15px;
}
#onFoot .btnLink a span {
  font-weight: bold;
}
@media only screen and (min-width: 800px) {
  #onFoot .map iframe {
    height: 450px;
  }
  #onFoot .subInfo {
    max-width: none;
    margin: 0 auto;
  }
  #onFoot .subInfo:after {
    content: "";
    display: block;
    clear: both;
  }
  #onFoot .subInfo .from {
    font-size: 27px;
    padding-bottom: 2em;
  }
  #onFoot .subInfo .from span {
    font-size: 16px;
  }
  #onFoot .subInfo ol {
    padding-bottom: 0;
  }
  #onFoot .subInfo > ol:after {
    content: "";
    display: block;
    clear: both;
  }
  #onFoot .subInfo > ol > li {
    float: left;
    width: 28%;
    margin: 0 0 2em 8%;
  }
  #onFoot .subInfo ol.thin li:first-child {
    margin-left: 17%;
  }
  #onFoot .subInfo > ol > li:after {
    border-top: none;
  }
  #onFoot .subInfo > ol > li:nth-child(1),
  #onFoot .subInfo > ol > li:nth-child(7) {
    margin-left: 0;
  }
  #onFoot .subInfo > ol > li:nth-child(4),
  #onFoot .subInfo > ol > li:nth-child(5),
  #onFoot .subInfo > ol > li:nth-child(6) {
    float: right;
  }
  #onFoot .subInfo > ol > li:nth-child(4) {
    clear: both;
  }
  #onFoot .subInfo > ol > li:nth-child(6) {
    margin-left: 0;
  }
  #onFoot .subInfo > ol > li:nth-child(1):after,
  #onFoot .subInfo > ol > li:nth-child(2):after,
  #onFoot .subInfo > ol > li:nth-child(7):after,
  #onFoot .subInfo > ol > li:nth-child(8):after {
    position: absolute;
    right: -17%;
    top: 35%;
    border-top: 16px solid transparent;
    border-left: 16px solid #b0b0b0;
    margin-right: -16px;
    margin-top: -16px;
  }
  #onFoot .subInfo > ol > li:nth-child(3):after,
  #onFoot .subInfo > ol > li:nth-child(6):after {
    position: absolute;
    left: 50%;
    bottom: -15%;
    border-top: 16px solid #b0b0b0;
    margin-left: -16px;
  }
  #onFoot .subInfo > ol > li:nth-child(4):after,
  #onFoot .subInfo > ol > li:nth-child(5):after {
    position: absolute;
    left: -17%;
    top: 30%;
    border-top: 16px solid transparent;
    border-right: 16px solid #b0b0b0;
    margin-left: -16px;
    margin-top: -16px;
  }
  #onFoot .subInfo li .img {
    padding-bottom: 0.8em;
  }
  #onFoot .subInfo li .txt {
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 0.8em;
  }
  #onFoot .btnLink a span {
    font-size: 19px;
  }
}
/*----------------------------------------------------------------------------
  byCar
----------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
  #byCar .subInfo .direction {
    margin-top: 50px;
  }
}

/*----------------------------------------------------------------------------
  fromAirport
----------------------------------------------------------------------------*/
#fromAirport .subInfo {
  border: #c9caca 1px solid;
  background-color: #fff;
  margin-bottom: 3em;
}
@media only screen and (min-width: 600px) {
  #fromAirport .subInfo {
    margin-bottom: 80px;
  }
}

/*----------------------------------------------------------------------------
  freeShuttleBus
----------------------------------------------------------------------------*/
#freeShuttleBus {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2em;
}
#freeShuttleBus .heading {
  font-size: 16px;
  padding-bottom: 0.5em;
}
#freeShuttleBus .img {
  width: 70%;
  margin: 0 auto;
  padding: 0.8em 0 0.8em;
}
#freeShuttleBus .time {
  background-color: #edf0f1;
  margin: 1em 0;
  padding: 5%;
}
@media only screen and (max-width: 599px) {
  #freeShuttleBus .heading br {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  #freeShuttleBus {
    width: 950px;
    padding-bottom: 80px;
  }
  #freeShuttleBus .txt {
    float: left;
    font-size: 16px;
    width: 73%;
  }
  #freeShuttleBus .heading {
    font-size: 24px;
  }
  #freeShuttleBus .img {
    float: right;
    width: 22%;
    padding: 0 5% 30px 0;
  }
  #freeShuttleBus .time {
    text-align: center;
    font-size: 16px;
    padding: 20px;
  }
}


/* 地下駐車場（立体） */
#parking .park-flex2{
  display: flex;
  justify-content: space-between;
}
#parking .park-flex2-img{
  max-width: 320px;
  width: 40%;
}
#parking .park-flex2 p{
  width: 56%;
}
#parking .park-flex2 .bold{
  font-weight: bold;
  color: #1e2e53;
}
@media only screen and (max-width: 599px){
  #parking .park-flex2{
    display: block;
  }
  #parking .park-flex2-img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  #parking .park-flex2 p{
    width: 100%;
  }
}


/* 屋外駐車場 */
#parking .ttl span.frame {
  color: #0d3865;
  font-size: 11.5px;
  margin-left: 0.75em;
  vertical-align: 18%;
  padding: 0.5em;
  border: #0d3865 1px solid;
}

#parking .park-flex {
  display: flex;
  justify-content: space-between;
}
#parking .park-flex li:first-child {
  width: 30%;
}
#parking .park-flex li:last-child {
  width: 65%;
}
@media only screen and (max-width: 599px) {
  #parking .park-flex {
    flex-direction: column;
  }
  #parking .park-flex li {
    width: 100% !important;
  }
}
