@charset "UTF-8";
/* -------------------------------------------------
	lower-layout-area
------------------------------------------------- */
html {
  /*margin-top: -3rem;
  padding-top: 3rem;*/
  scroll-padding-top: 7em;
  scroll-behavior: smooth;
}

.lower-layout-area {
  padding: 0 0 60px;
}

@media print, screen and (min-width: 768px) {
  .lower-layout-area .two-col-layout {
    /*width: calc(1190 / 1280 * 100%);*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .lower-layout-area .two-col-layout .pc-main {
    width: 71.4285714286%;
  }
  .lower-layout-area .two-col-layout .pc-side {
    width: 23.5294117647%;
  }
  .lower-layout-area .two-col-layout .pc-side .banner li + li {
    margin-top: 10px;
  }
  .lower-layout-area .two-col-layout .pc-side .banner li a {
    display: block;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .lower-layout-area {
    padding: 0 0 4%;
  }
  .lower-layout-area .two-col-layout .pc-main {
    padding-top: 5.3333333333%;
  }
}
/* -------------------------------------------------
	lower-page-style
------------------------------------------------- */
.pageType-lower #main {
  /* background: url(../img/bg_title_02.png) no-repeat 0 0, 
  url(../img/bg_title_03.png) no-repeat 120% bottom, 
    linear-gradient(180deg,  #ffffffff 1%, #ffffffff 2%);*/
  background-size: 60vw;
  padding-bottom: 2rem;
}

.h-style1 {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.2;
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 2px 3px rgba(34, 34, 34, 0.1333333333);
  color: #4d88da;
  /*background: linear-gradient(to top, #3d3d3f, #5a74aa);
  background: -webkit-linear-gradient(to top, #3d3d3f, #5a74aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.h-style2 {
  margin: 2em 0 2em;
  line-height: 1.2;
  position: relative;
  color: #ffffff;
  background: #256ed5;
  display: block;
  padding: 20px;
  font-size: 20px;
  background-image: repeating-linear-gradient(-30deg, rgba(21, 119, 255, 0.3333333333) 0 2px, transparent 2px 8px);
  box-shadow: 2px 3px 8px rgba(0, 68, 153, 0.2666666667);
}

.h-style2:before {
  /*content: "";*/
  width: 90%;
  height: 4px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  border-bottom: dotted rgba(255, 255, 255, 0.3333333333) 2px;
  box-sizing: border-box;
}

.h-style2-2 {
  background: #158ec1;
  color: #fff;
  padding: 0.5rem;
  border-radius: 0.3rem;
}

.h-style3 {
  padding-bottom: 0.4em;
  margin: 2em 0 1em;
  font-size: 24px;
  line-height: 1.2;
  border-bottom: 2px solid #0c60c4;
}

.h-style4 {
  margin: 0 0 1em;
  color: #1D69B6;
  font-size: 23px;
  line-height: 1.2;
}

.h-style5 {
  padding-bottom: 0.4em;
  margin: 2em 0 1em;
  font-size: 20px;
  line-height: 1.2;
  color: #1D69B6;
  font-weight: normal;
}

.h-style6 {
  padding: 0.4rem 0.8rem;
  margin: 0 0 1rem;
  font-size: 18px;
  line-height: 1.2;
  color: #1D69B6;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  font-weight: normal;
  display: inline-block;
}

.h-style7 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

.lower-layout-area a {
  text-decoration: underline;
  vertical-align: baseline;
}

.lower-layout-area a:hover:not(.btn) {
  color: #0056b3;
}

.lower-layout-area,
.lower-layout-area p,
.lower-layout-area dt,
.lower-layout-area dd,
.lower-layout-area li,
.lower-layout-area figure,
.lower-layout-area figcaption,
.lower-layout-area th,
.lower-layout-area td {
  line-height: 1.6;
  font-size: 16px;
  font-size: 18px;
}

.lower-layout-area p {
  margin-bottom: 1em;
}

.lower-layout-area .text-large {
  margin-bottom: 1em;
  font-size: 18px;
}

.lower-layout-area p.text-lead,
p.lead {
  margin-bottom: 2em;
  line-height: 1.7;
  /*max-width: 980px;
  margin-right: auto;
  margin-left: auto;*/
}

.lower-layout-area .caution {
  color: #c22;
}

.lower-layout-area .row + .row {
  margin-top: 1em;
}

.lower-layout-area figure {
  margin-bottom: 1em;
}

.lower-layout-area .text-center {
  text-align: center;
}

.pageType-lower .text-link,
.lower-layout-area .text-link {
  display: inline-block;
  line-height: 1;
}

.list-dot {
  text-decoration: dot;
}

@media screen and (min-width: 768px) {
  .sub-visual-none {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .pageType-lower #main {
    /*  background: url(../img/bg_title_02.png) no-repeat 0 0, 
    url(../img/bg_title_03.png) no-repeat 120% bottom ;
    background-size: 80vw;*/
    margin-top: 13.3333333333vw;
  }
  .sub-visual-none {
    margin-top: -140px;
  }
  .h-style1 {
    font-size: 6vw;
    font-size: clamp(20px, 5.8vw, 34px);
  }
  .h-style2 {
    font-size: 5.3333333333vw;
    font-size: clamp(18px, 5.2vw, 30px);
  }
  .h-style3 {
    font-size: 5.0666666667vw;
    font-size: clamp(16px, 5vw, 28px);
    padding-bottom: 0.3em;
  }
  .h-style4 {
    font-size: 4.9333333333vw;
    font-size: clamp(15px, 4.9vw, 28px);
  }
  .h-style5,
  .h-style6 {
    font-size: 4.4vw;
    font-size: clamp(13px, 4vw, 24px);
  }
  .lower-layout-area p,
  .lower-layout-area dt,
  .lower-layout-area dd,
  .lower-layout-area li,
  .lower-layout-area figure,
  .lower-layout-area figcaption,
  .lower-layout-area th,
  .lower-layout-area td {
    font-size: 4vw;
    font-size: clamp(13px, 4vw, 24px);
  }
  .lower-layout-area .text-large {
    font-size: 4.5333333333vw;
    font-size: clamp(15px, 4.5vw, 28px);
  }
  .lower-layout-area p.text-lead,
  p.lead {
    text-align: left;
  }
}
/* -------------------------------------------------
	lower-page-style price-box
------------------------------------------------- */
.lower-layout-area .price-box {
  background-color: #f5f5f5;
  padding: 1.2em 1em;
  margin: 1em 0;
  border-radius: 1rem;
}

.lower-layout-area .price-box .headline {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 20px;
  color: #1D69B6;
}

.lower-layout-area .price-box dl {
  display: flex;
}

.lower-layout-area .price-box dt,
.lower-layout-area .price-box dd {
  margin-bottom: 0.5em;
}

.lower-layout-area .price-box dt {
  width: 6em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lower-layout-area .price-box .headline {
    font-size: 5.3333333333vw;
  }
  .lower-layout-area .price-box dl {
    display: block;
  }
  .lower-layout-area .price-box dt,
  .lower-layout-area .price-box dd {
    width: auto;
    padding: 0;
    margin-left: 0;
  }
}
/* box */
.lower-layout-area .box {
  background-color: #f5f5f5;
  padding: 1.2em 1em;
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  .lower-layout-area .price-box .headline {
    font-size: 5.3333333333vw;
  }
}
/* -------------------------------------------------
	lower-page-style notes
------------------------------------------------- */
.lower-layout-area .pc-main .notes {
  margin: 1.5em 0;
}

.lower-layout-area .pc-main .notes li {
  margin: 0 0 0.5em;
  text-indent: -1em;
  margin-left: 1em;
}

.lower-layout-area .pc-main .notes li::before {
  content: "※";
}

.global .lower-layout-area .pc-main .notes li {
  margin: 0 0 0.5em;
  text-indent: -0.5rem;
  margin-left: 0.5rem;
}

.global .lower-layout-area .pc-main .notes li::before {
  content: "*";
  margin-right: 0.2rem;
}

/* -------------------------------------------------
	lower-page-style access
------------------------------------------------- */
.lower-layout-area .pc-main #access .h-style4 i {
  margin: 0 5px 4px 0;
}

.lower-layout-area .pc-main #access p i,
.lower-layout-area .pc-main #access li i {
  position: relative;
  top: 4px;
}

.lower-layout-area .pc-main #access .route {
  margin: 1.5em 0 1.5em;
}

.lower-layout-area .pc-main #access .route li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}

.lower-layout-area .pc-main #access .route li i {
  position: absolute;
  left: 0;
}

.lower-layout-area .pc-main .map {
  position: relative;
}

.lower-layout-area .pc-main .map iframe {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
}

.lower-layout-area .pc-main .maptext {
  margin-bottom: 2em;
}

.maptext i {
  color: #7ea4d2;
}

@media screen and (max-width: 767px) {
  .lower-layout-area .pc-main #access .h-style4 i {
    margin-bottom: 0.1em;
  }
  .lower-layout-area .pc-main .map {
    padding-bottom: 100%;
  }
}
/* -------------------------------------------------
	lower-page-style bus_ship
------------------------------------------------- */
.lower-layout-area .pc-main #bus_ship .h-style4 i {
  margin: 0 5px 4px 0;
}

@media screen and (max-width: 767px) {
  .lower-layout-area .pc-main #bus_ship .h-style4 i {
    margin-bottom: 0.1em;
  }
}
/* -------------------------------------------------
	table-about
------------------------------------------------- */
.lower-layout-area .pc-main .table-about {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #cacaca;
}

.lower-layout-area .pc-main .table-about + .table-about {
  margin-top: 2.5em;
}

.lower-layout-area .pc-main .table-about th,
.lower-layout-area .pc-main .table-about td {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 15px;
}

.lower-layout-area .pc-main .table-about th {
  background-color: #edf1f5;
  font-weight: bold;
  text-align: left;
  width: 12em;
  color: #333366;
}

.lower-layout-area .pc-main .table-about th:nth-child(1) {
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .lower-layout-area .pc-main .table-about {
    font-size: 1em;
    display: block;
  }
  .lower-layout-area .pc-main .table-about + .table-about {
    margin-top: 1.5em;
  }
  .lower-layout-area .pc-main .table-about tbody,
  .lower-layout-area .pc-main .table-about tr {
    display: block;
  }
  .lower-layout-area .pc-main .table-about th,
  .lower-layout-area .pc-main .table-about td {
    width: 100%;
    padding: 2%;
    display: block;
    box-sizing: border-box;
  }
}
/* -------------------------------------------------
	lower-page-style btn
------------------------------------------------- */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus {
  outline: 0;
}

.btn-primary {
  color: #fff;
  background-color: #0096cf;
  border-color: #0096cf;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00739e;
  border-color: #00739e;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #adafb0;
  border-color: #adafb0;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.3em;
}

.btn {
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 0.4em;
  text-decoration: none !important;
  vertical-align: baseline;
  display: inline-block;
}

.btn > .arrow {
  vertical-align: middle;
}

.btn-more {
  background-color: #0096cf;
  border-color: #0096cf;
  color: #ffffff;
  border-radius: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.btn-more:hover {
  background-color: #31b1e2;
  border-color: #31b1e2;
  color: #ffffff;
}

.btn-bus {
  background-color: #3ba0a1;
  border-color: #4bb0b1;
  color: #fff;
}

.btn-bus:hover {
  color: #fff;
  background-color: #2cb3b4;
  border-color: #48c8c9;
  color: #fff;
}

.btn.btn-virtual-wide {
  padding: 1rem 2rem;
  background-color: #fff;
  border: 2px solid #4bb0b1;
  color: #068b8c;
  font-size: 1.1rem;
}

.btn.btn-virtual-wide:hover {
  color: #068b8c;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

.btn i {
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .btn.btn-virtual-wide {
    font-size: 4vw;
    padding: 1rem 1rem;
  }
}
/* -------------------------------------------------
	lower-page-style modal
------------------------------------------------- */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
  outline: 0;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    /*max-width: 500px;*/
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1000px;
  }
}
/* 追加 */
.fas {
  line-height: inherit;
}

.text-right {
  text-align: right;
}

.alphabet {
  font-family: "Outfit", sans-serif;
  font-size: 1.1em;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.title {
  text-align: center;
  margin: 0 auto 3rem;
  padding-top: 0rem;
  text-shadow: 0 2px 0 rgba(34, 34, 34, 0.0666666667);
  /*border-bottom: 3px solid #537fe6;
  box-shadow: 0 2px 0 #22222211;*/
}

.title .alphabet {
  color: #1D69B6;
}

.title p {
  margin-bottom: 0.5rem;
}

.lower-layout-area .pc-main #directions_menu li {
  font-size: 0.9rem;
}

.lower-layout-area .pc-main #directions_menu li a {
  color: #888;
}

.lower-layout-area .pc-main #directions_menu li a:hover {
  color: #333;
}

.lower-layout-area .pc-main #directions_menu li a i {
  color: #7ea4d2;
}

.pics .three-col.row + .row {
  margin-top: 1rem;
}

/*.lower-layout-area .pc-main .text_comingsoon {
  background-color: #f83e14;
  border-radius: 0.2em;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: #fff;
}*/
.lower-layout-area .pc-main .text_comingsoon,
.lower-layout-area .pc-main .text_note {
  background-color: #fff9cc;
  border-radius: 0.2em;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: #663003;
}

.lower-layout-area .pc-main .notes li {
  font-size: 0.9rem;
}

.lower-layout-area .pc-main .note {
  font-size: 0.8em;
  color: #555;
}

.lower-layout-area .pc-main .notice {
  background-color: #f5f5f5;
  padding: 0.9rem;
  border-radius: 0.2rem;
  font-weight: bold;
}

.ul-disc {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.ul-disc li {
  margin-bottom: 0.5rem;
}

.contact {
  margin-top: 3rem;
  display: flex;
}

.contact dt {
  margin-right: 1rem;
  background-color: #1A6BCE;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  color: #fff;
}

.contact dd {
  padding: 0.3rem 0;
}

/* #contact */
#contact {
  text-align: center;
  display: block;
}

.badge {
  display: inline-block;
  padding: 0.45em 0.65em 0.25rem;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.h3-contact {
  margin-top: 3rem;
  font-size: 1.6rem;
}

.contact .mark {
  background-color: transparent;
  color: #296dd2;
}

.contact .badge {
  background-color: #63a0fa;
}

.lower-layout-area .pc-main #access li i {
  top: 0;
}

.icon-new {
  display: inline-block;
  font-size: 0.6em;
  background-color: #eE6B1A;
  padding: 0.3em 0.7em 0.1em;
  border-radius: 5px;
  color: #fff;
  margin: 0.3em 0.4rem 0;
  line-height: 1;
}

.icon.icon-download {
  display: inline;
  width: 1.2em;
  margin-left: 0.3em;
}

.triangle {
  position: relative;
  overflow: hidden;
}

.triangle:before {
  background-color: #005eff;
  position: absolute;
  content: "";
  top: -3vw;
  left: -3vw;
  width: 6vw;
  height: 6vw;
  rotate: 45deg;
}

.btn.triangle:before {
  background-color: #ff5e00;
  left: -6vw;
}

@media screen and (min-width: 768px) {
  .h-style2 {
    font-size: 1.6rem;
  }
  .lower-layout-area .pc-main p.text-lead {
    font-size: 1.1rem;
  }
  .lower-layout-area .two-col-layout .pc-side .banner {
    margin-bottom: 1.5rem;
  }
  .lower-layout-area .two-col-layout .pc-side .banner li + li {
    margin-top: 1.5rem;
  }
  .pc-side .banner.large img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .title {
    margin: 0 auto 2rem;
    padding-top: 1rem;
    border-bottom: 3px solid #0f4c92;
  }
  .title .alphabet {
    font-size: 1.1rem;
  }
  .title-wave img {
    width: 40%;
  }
  .lower-layout-area .pc-main #directions_menu li {
    line-height: 1.4;
  }
  .pankuzu {
    margin-bottom: 1rem;
  }
  .pankuzu li {
    display: none;
  }
  .pankuzu li.pankuzu-sp {
    display: block;
    margin-bottom: 0;
  }
  .pankuzu li.pankuzu-sp:before {
    content: "<";
    padding: 0 0.5em;
  }
  .triangle:before {
    top: -4vw;
    left: -3vw;
    width: 8vw;
    height: 8vw;
  }
}
.map_bottom {
  margin-bottom: 3rem;
}

/* pc-side */
@media screen and (max-width: 767px) {
  .pc-side .banner {
    margin: 6.6666666667vw 1.8666666667vw;
    display: flex;
    flex-flow: wrap;
  }
  .pc-side .banner li {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    width: 49%;
    margin-bottom: 1rem;
  }
  .pc-side .banner li:nth-of-type(2n) {
    margin-left: 2%;
    margin-top: 0 !important;
  }
  .pc-side .banner.large img,
  .pc-side .banner.large li {
    width: 100%;
  }
}
/*タブ切り替えテーブル*/
.tabs {
  margin-bottom: 5rem;
}

.tab_item {
  width: 24.25%;
  padding: 0.8rem 0.2rem;
  margin-right: 1%;
  margin-bottom: 0rem;
  border-radius: 0.3rem 0.3rem 0 0;
  border-right: 1px solid #f5f5f5;
  background-color: #8ce2fc;
  line-height: 1.2;
  text-align: center;
  color: #445577;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
}

.tab_item:last-of-type {
  margin-right: 0;
}

.tab_item:hover {
  opacity: 0.75;
}

.tab_item:after {
  content: "▼";
  font-size: 0.6rem;
}

input[name=tab_item],
.tab_note {
  display: none;
}

.tab_content {
  display: none;
  transition: all 0.5s ease;
  opacity: 0;
  height: 0;
  /*clear: both;
  border-top: 3px solid #1D69B6;*/
}

#day1:checked ~ #day1-table,
#day2:checked ~ #day2-table,
#day3:checked ~ #day3-table,
#day4:checked ~ #day4-table {
  display: block;
  opacity: 1;
  height: auto;
}

.tabs input:checked + .tab_item {
  color: #FFFFFF;
  /*background: linear-gradient(to bottom,  rgba(21,135,242,1) 0%,rgba(49,163,249,1) 100%);*/
  background-color: #0084ff;
}

.tabs input:checked + .tab_item:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .tab_item {
    font-size: 3.5vw;
  }
  .tab_note {
    display: block;
    margin-bottom: 0;
    text-align: center;
    line-height: 2;
    color: #333399;
  }
  #day1:checked ~ #day1-table,
  #day2:checked ~ #day2-table,
  #day3:checked ~ #day3-table,
  #day4:checked ~ #day4-table {
    height: auto;
    opacity: 1;
  }
}
/* btn */
.btn.btn-virtual {
  background-color: #3ba0a1;
  border-color: #4bb0b1;
  color: #fff;
}

.btn.btn-virtual:hover {
  opacity: 0.8;
  color: #fff;
}

.btn.btn-virtual-wide {
  padding: 1rem 2rem;
  background-color: #fff;
  border: 2px solid #4bb0b1;
  color: #068b8c;
  font-size: 1.2rem;
}

.btn.btn-virtual-wide:hover {
  color: #068b8c;
}

.btn-registration {
  background-color: #f26d13;
  padding: 1rem 1rem;
  font-size: 1.1rem;
  color: #fff;
}

.btn-registration:hover {
  background-color: #f4973c;
  color: #fff;
}

.information dt {
  color: #0a4516;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btn.btn-virtual-wide {
    font-size: 4vw;
  }
}
/* covid */
.banner-covid.banner {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  margin-top: 2rem;
}

.banner-covid.banner li p,
.lower-layout-area .pc-main .banner-covid.banner li p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.4;
}

.banner-covid.banner li {
  width: calc(16.6% - 1.5rem);
}

.banner-covid.banner li > img {
  width: 100px;
  display: inline-block;
}

.banner-covid.banner li + li {
  margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .banner-covid.banner {
    display: flex;
    flex-wrap: wrap;
  }
  .banner-covid.banner li + li {
    margin-left: 0;
  }
  .banner-covid.banner li {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  .banner-covid.banner li:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* event-table */
.event_table,
.event_table th,
.event_table td {
  border-collapse: collapse;
  border-color: #ddd;
}

.event_table {
  width: 100%;
}

.no-cel {
  background-color: #ffffff !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: 1px solid #cacaca;
}

.price-box .no-cel {
  background-color: #f5f5f5 !important;
}

.event_table th {
  border-top: none;
  border-bottom: none;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #227cf9;
}

.event_table td {
  border-top: none;
  border-bottom: none;
  text-align: left;
  padding: 10px 5px;
  line-height: 1.8;
  vertical-align: top;
}

.event_table table {
  border-bottom: 1px solid #ccc;
}

.event_table1 tr td:first-of-type {
  background-color: #f0f0f5;
  width: 10%;
}

.event_table1 tr:nth-child(even) {
  background-color: #F9F9Fd;
}

.event_table1 tr:nth-child(even) td:first-of-type {
  background-color: #e5e5ec;
}

.event_table2 tr th {
  width: 8rem;
}

.event_table2 tr td {
  background-color: #f0f0f5;
}

.event_table2 tr:nth-child(even) th {
  background-color: #3d93d9;
}

.event_table2 tr:nth-child(even) td {
  background-color: #F9F9Fd;
}

@media print, screen and (max-width: 768px) {
  .event_table {
    width: 100%;
    overflow: auto;
  }
}
.container .copyright,
.container figcaption.copyright {
  text-align: right;
  font-size: 0.8rem;
}

/* image aspect */
.aspect-4-3 {
  object-fit: contain;
  aspect-ratio: 4/3;
}

.aspect-6-4 {
  object-fit: contain;
  aspect-ratio: 6/4;
}/*# sourceMappingURL=lower.css.map */