/*tour*/
.tour-p {
  margin: 20px auto;
}
.tour-banner-wrap {
  display: flex;
  justify-content: center;
}
.tour-point {
  margin-bottom: 20px;
}
.insta-wrap {
  margin-bottom: 40px;
}
.tour-photo {
  margin-bottom: 40px;
}
/*alltour*/
.alltour-fv {
  position: relative;
}
.alltour-fv div {
  position: absolute;
  width: 30%;
  left: 2.5%;
  top: 5px;
}
.alltour-button {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
}
.alltour-wrap section {
  margin-bottom: 70px;
}
.lower-article {
  margin: 30px auto 100px;
}
/*company*/
.lower-article h2 {
  letter-spacing: 0.2em;
  text-wrap: nowrap;
  font-size: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.lower-article h2::before, .lower-article h2::after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.lower-article h2::before {
  margin-right: 1em; /* 文字の右隣 */
}
.lower-article h2::after {
  margin-left: 1em; /* 文字の左隣 */
}
/*youtube*/
.iframe-aspect {
  aspect-ratio: 16 / 9;
  max-width: 800px;
  margin: 0 auto 50px;
}
.iframe-aspect iframe {
  width: 100%;
  height: 100%;
}
.company-table {
  margin-bottom: 80px;
}
.company-table table {
  width: 100%;
}
.company-table th {
  text-align: left;
  padding: 10px;
  text-wrap: nowrap;
}
.company-table td {
  font-weight: bold;
  padding: 10px;
}
.company-table tr {
  border-bottom: solid 1px #7F7F7F;
}
.company-table tr:last-of-type {
  border-bottom: none;
} 
/*news*/
.news-title-flex {
  font-weight: bold;
}
.news-title-flex p:nth-of-type(2) {
  padding-right: 15px;
}
.news-date {
  background-color: #EE7800;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: 0.8em;
}
.accordion-list img {
  max-width: 100%;
  width: auto;
  margin: 10px 0;
}
.acd-check{
  display: none;
}
.acd-label {
  background: #EFEFEF;
  color: #000;
  display: block;
  margin-bottom: 20px;
  padding: 20px 15px;
  position: relative;
}
.acd-label:after{
  background: #EE7800;
  color: #fff;
  box-sizing: border-box;
  content: '\2b';
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  padding: 10px;
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.acd-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  max-width: 700px;  /* ここに移動 */
  margin: 0 auto;    /* ここに移動 */
  padding: 0;
}
.acd-check:checked + .acd-label:after{
  content: '\f068';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
}
.detail-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
}
.detail-page-item {
  flex: 1;
}
.detail-page-item {
  max-width: 200px;
}
.detail-page-item a {
  text-align: center;
  background: #EE7800;
  color: #fff;
  display: block;
  padding: 10px 0;
}
.page-item-prev {
  position: relative;
}
.page-item-next {
  position: relative;
}
.disabled a {
  opacity: 0;
  pointer-events: none;
}
/*recruit*/
.recruit-title {
  font-weight: bold;
}
.recruit-target {
  margin-bottom: 30px;
}
.recruit-table th {
  padding: 15px;
  text-align: left;
  position: relative;
}
.recruit-table td {
  padding: 0 15px 15px;
}
.recruit-table th::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 30px;
  background-color: #EE7800;
  left: 0;
  top: 10px;
}
.recruit-table tr {
  border-bottom: solid 1px #C8C9CA;
}
.recruit-table tr:last-of-type {
  border-bottom: none;
}
.recruit-table tr:last-of-type td{
  padding-bottom: 80px;
}
.recruit-table ul {
  margin-bottom: 20px;
}
.contact-inner dt {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-inner span {
  background-color: #E50012;
  color: #fff;
  border-radius: 2em;
  font-size: 0.75em;
  padding: 2px 10px;
  margin-left: 5px;
}
.contact-inner {
  background-color: #F2F3F4;
}
.contact-inner form {
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
}
.contact-inner dt {
  margin-bottom: 15px;
}
.contact-inner dt.tour-dt {
  margin-bottom: 0;
}
.contact-inner dt.attention {
  font-weight: normal;
  font-size: 0.8em;
}
.contact-inner dd:not(:last-of-type)  {
  margin-bottom: 30px;
}
.contact-inner dd > input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  width: 100%;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid #A2A4A5;
  border-radius: 10px;
  color: #000000;
  font-size: 1em;
}
.contact-inner dd > input.short {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100px;
  min-width: 100px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid #A2A4A5;
  border-radius: 10px;
  color: #000000;
  font-size: 1em;
  margin-right: 5px;
}
.contact-inner dd  input.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 230px;
  min-width: 230px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid #A2A4A5;
  border-radius: 10px;
  color: #000000;
  font-size: 1em;
  margin-left: 5px;
}
.contact-inner textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  width: 100%;
  height: 15em;
  padding: 15px;
  border: 1px solid #A2A4A5;
  border-radius: 10px;
  color: #000000;
  font-size: 1.1em;
  font-weight: 500;
}
.job-select {
  position: relative;
}

.job-select::before,
.job-select::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.job-select::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 10px 10px 0;
  background-color: #A2A4A5;
  content: '';
}

.job-select::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
}

.job-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  width: 100%;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid #A2A4A5;
  border-radius: 10px;
  color: #000000;
  font-size: 1em;
  cursor: pointer;
  background-color: #fff;
}
.radioItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 16px;
}
.tour-radio p {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 5px;
}
.tour-radio .error-p {
  margin-top: 10px;
}
.radioButton {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #A2A4A5;
}
.radio-supplement {
  padding-left: 17.5px;
}
.tourform-inner .radioItem:nth-of-type(1) {
  margin-bottom: 0;
}
.tour-radio p {
  margin-bottom: 16px;
}
.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: black;
}
.sb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.sb-flex {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.submit-button {
  min-width: 150px;
  background-color: #EE7800;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  padding: 20px;
  border-radius: 10px;
}
.recruit-p {
  text-align: center;
  margin-bottom: 15px;
  font-size: min(12px, 2.8vw);
}
.error-p {
  color: #E50012;
}
/*certification*/
.certification-wrap div {
  margin-bottom: 30px;
}
/*management*/
.management-wrap section {
  margin-bottom: 35px;
}
.management-wrap h3 {
  font-size: 1.25em;
  margin-bottom: 20px;
}
.management-wrap ul {
  margin-bottom: 20px;
}
/* ---------------------------------------------------------
769px未満
----------------------------------------------------------*/
@media screen and (max-width:769px) {
  .company-table th,.company-table td {
    width: 100%;
    display: block;
  }
  .company-table th {
    background-color: #7F7F7F;
    color: #fff;
  }
  .company-table td {
    border: solid 1px #7F7F7F;
  }
  /*recruit*/
  .recruit-table th,.recruit-table td {
    display: block;
  }
  .radioItem:last-of-type {
    margin-bottom: none;
  }
  .contact-inner dd > input.medium {
    margin-top: 10px;
  }
}
/* ---------------------------------------------------------
769px以上
----------------------------------------------------------*/
@media not screen and (max-width:769px) {
  .tour-p {
    margin: 100px auto;
  }
  .tour-point {
    display: flex;
    margin-bottom: 100px;
    justify-content: center;
  }
  .alltour-button {
    width: 80%;
  }
  .alltour-wrap section {
    margin-bottom: 150px;
  }
  .alltour-fv div {
    top: 25px;
  }
  .swiper-p {
    max-width: 600px;
    margin: 0 auto;
  }
  .insta-people {
    max-width: 600px;
    margin: 0 auto;
  }
  .insta-wrap {
    margin-bottom: 100px;
  }
  .tour-photo {
    margin-bottom: 100px;
  }
  #lower-header-pc {
    background-color: #fff;
    width: 100%;
  }
  .header-main {
    padding: 0 50px;
  }
  .header-left img {
    width: 280px;
  }
  .header-right-pc {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
  }
  .header-right-pc a {
    color: #E50012;
    font-size: 1.75em;
  }
  /*lower-article*/
  .lower-article .inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .lower-article {
    margin: 100px auto 200px;
  }
  .lower-article h2 {
    letter-spacing: 0.4em;
    font-size: 30px;
    margin-bottom: 50px;
  }
  /*company*/
  .company-table th {
    text-align: left;
    border-right: dashed 1px #7F7F7F;
    padding: 10px 80px;
    text-wrap: nowrap;
    width: 30%;
  }
  .company-table td {
    font-weight: bold;
    padding: 10px 80px;
    text-wrap: nowrap;
  }
  .company-table tr {
    border-bottom: solid 1px #7F7F7F;
  }
  .iframe-aspect {
    margin: 0 auto 150px;
  }
  /*news*/
  .news-title-flex {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .acd-label:after{
    right: 30px;
  }
  .news-title-flex p:nth-of-type(2) {
    padding-right: 30px;
  }
  /*recruit*/
  .recruit-title {
    text-align: center;
  }
  .recruit-table th {
    padding: 30px;
  }
  .recruit-table td {
    padding: 30px;
  }
  .recruit-table th::before {
    top: 27.5px;
  }
  .recruit-table th::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 30px;
    background-color: #EE7800;
    left: 0;
    top: 27.5px;
  }
  .contact-inner form {
    width: 80%;
    padding: 50px 0;
    margin: 0 auto;
  }
  .radio-wrap {
    display: flex;
    gap: 10px;
  }
  .submit-button {
    min-width: 230px;
  }
  .recruit-p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  /*certification*/
  .certification-wrap div {
    margin-bottom: 50px;
  }
}

/*20250402追加*/
.airport-img img {
  margin-bottom: 25px;
}
.airport-button {
  width: 300px;
  margin: 50px auto 0;
}
.airport-button a {
  text-align: center;
  background: #EE7800;
  color: #fff;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  padding: 20px 0;
}
.tel-button {
  width: 300px;
  margin: 50px auto 0;
}
.tel-button a {
  text-align: center;
  background: #E50012;
  color: #fff;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  padding: 15px 0;
}
.tel-button a span {
  font-size: 1.5em;
}
.tour-radio p.error-p {
  font-size: 1em;
  margin-left: 0;
}

/*bus-taxi*/
.bus-taxi-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.bus-taxi-bold {
  margin-bottom: 3.5rem;
  font-weight: bold;
}
.en-p {
  font-size: 1.75em;
}
.taxi-lineup {
  position: relative;
  min-height: 150px;
}
.taxi-lineup img {
  vertical-align: middle;
  object-fit: cover;
  object-position: 20% 0%;
  min-height: 150px;
}
.taxi-title {
  background-color: #FCCDA2;
  padding: 30px 0;
  font-size: 1.25em;
  text-align: center;
}
.taxi-title span {
  font-size: 0.8em;
  padding: 5px 50px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.black-film {
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.black-film div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  height: 100%;
}
.sw {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: gray; /* グレーの背景 */
  border-radius: 50%;      /* 丸くする */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}
.swiper-button-next i,
.swiper-button-prev i {
  display: inline-block;
  font-size: 24px;
  color: white;
  opacity: 1;
  visibility: visible;
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 100%;
  margin-bottom: 50px;
  justify-content: flex-start;
}

.image-gallery img {
  flex: 0 0 calc((100% - 6%) / 4); /* 4列表示 + gap調整 */
  max-width: calc((100% - 6%) / 4);
  height: auto;
  margin-bottom: 20px;
}
.image-gallery .thumbnail {
  height: auto;
  cursor: pointer;
  transition: transform 0.3s;
}

/* モーダル基本 */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 70%;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.close {
  position: absolute;
  top: 10%;
  right: 20px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.taxi-view {
  margin-bottom: 100px;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 auto 30px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  width: 20%;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 20px 5px;
}

.info-table td {
  text-align: left;
  padding: 20px 5px;
}

.info-table tr:nth-of-type(1) {
  border-bottom: 1px solid #ccc;
}

.to-contact {
  width: 300px;
  margin: 0 auto;
}
.to-contact a {
  text-align: center;
  background: #EE7800;
  color: #fff;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  padding: 20px 0;
}

.bus-safety-wrap {
  background-color: #EAEAEA;
  padding: 30px 0;
}
.about-safety {
  margin-bottom: 20px;
}
.about-safety p:nth-of-type(1) {
  font-size: 1.1em;
  font-weight: bold;
}
.bus-safety div {
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
}
.bus-safety div::after {
  content: '';
  position: relative;
  background-color: #000;
  width: 100%;
  height: 1px;
  display: block;
  top: 5px;
}
.bus-link {
  width: 80%;
  margin: 0 auto;
}
.bus-link div {
  flex: 1;
}
.bus-link a {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 10px;
}
#bus-large, #bus-medium, #bus-lift, #bus-micro {
  padding-top: 8rem;
  margin-top: -8rem;
}
.bus-p {
  margin: 0 auto 30px;
}
/*english*/
.en-wrap {
  text-align: center;
}
.en-wrap div {
  margin-bottom: 3.5rem;
}
.en-wrap img {
  margin-bottom: 5rem;
}
.en-orange {
  color: #EE7800;
  margin-bottom: 2rem;
  font-size: 2em;
}
.en-kinds {
  background-color: #EE7800;
  font-weight: bold;
  color: #fff;
  font-size: 1.75em;
  width: 40%;
  min-width: 275px;
  margin: 0 auto 2rem;
  text-align: center;
}
.en-bold {
  margin-bottom: 3.5rem;
}
.en-p {
  font-size: 1.75em;
}
/* ---------------------------------------------------------
769px以上
----------------------------------------------------------*/
@media screen and (max-width:769px) {
  .bus-safety {
    width: 80%;
    margin: 0 auto;
  }
  .bus-safety div {
    margin-bottom: 20px;
  }
  .bus-link div {
    margin-bottom: 15px;
  }
}
/* ---------------------------------------------------------
769px以上
----------------------------------------------------------*/
@media not screen and (max-width:769px) {
  .airport-button {
    margin: 90px auto 0;
  }
  .bus-taxi-bold {
    font-size: 1.25em;
  }
  .en-bold {
    font-size: 1.25em;
  }
  /*taxi*/
  .black-film div {
    font-size: 3em;
  }
  .info-table {
    width: 80%;
  }
  .taxi-view {
    margin-bottom: 200px;
  }
  .info-table th {
    width: 20%;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 30px 12px;
  }

  .info-table td {
    text-align: left;
    padding: 30px 0 30px 30px;
  }
  .close {
    top: 10%;
    right: 20%;
  }
  .bus-safety-wrap {
    padding: 50px 0;
  }
  .bus-safety {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.bus-link {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 80%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.bus-link a {
  padding: 5px 20px;
}
.bus-link div {
  flex: 1;
}
.bus-p {
  width: 80%;
  margin: 0 auto 70px;
}
.taxi-title span {
  margin-bottom: 0;
  margin-right: 20px;
}
}