.front-front .sec-front-slide {
  padding-bottom: 45px;
  overflow: hidden;
  background: white;
}
.front-front .sec-front-slide-inner {
  position: relative;
  background: black;
}
.front-front .sec-front-slide-inner .slogan {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 15px;
  width: 100%;
  z-index: 10;
}
.front-front .sec-front-slide-inner .slogan img {
  width: 100%;
}
.front-front .sec-front-slide-inner .front-slide {
  padding-bottom: 134px;
  margin-bottom: 26px;
}
.front-front .sec-front-slide-inner .front-slide .slide-box {
  aspect-ratio: 1/1;
}
.front-front .sec-front-slide-inner .front-slide .slide-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.front-front .sec-front-slide-inner .front-slide > .slide-box:not(:first-child) {
  display: none;
}
.front-front .sec-front-slide-inner .front-slide .slick-dots {
  bottom: -26px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.front-front .sec-front-slide-inner .front-slide .slick-dots li {
  margin: 0;
  width: 30px;
  height: 6px;
}
.front-front .sec-front-slide-inner .front-slide .slick-dots li button {
  width: 30px;
  height: 6px;
  padding: 0;
}
.front-front .sec-front-slide-inner .front-slide .slick-dots li button::before {
  content: "";
  width: 30px;
  height: 6px;
  background: #E0E0E0;
}
.front-front .sec-front-slide-inner .front-slide .slick-dots li.slick-active button::before {
  background: black;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-front-slide {
    padding-bottom: 55px;
  }
  .front-front .sec-front-slide-inner .slogan {
    bottom: -11px;
    padding: 0 30px;
  }
  .front-front .sec-front-slide-inner .slogan img {
    max-width: 1428px;
  }
  .front-front .sec-front-slide-inner .front-slide {
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .front-front .sec-front-slide-inner .front-slide .slick-track {
    max-height: 660px;
  }
  .front-front .sec-front-slide-inner .front-slide .slick-track .slick-list {
    max-height: 660px;
  }
  .front-front .sec-front-slide-inner .front-slide .slide-box {
    aspect-ratio: 32/11;
  }
  .front-front .sec-front-slide-inner .front-slide .slide-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .front-front .sec-front-slide-inner .front-slide .slick-dots {
    bottom: -26px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .front-front .sec-front-slide-inner .front-slide .slick-dots li {
    margin: 0;
    width: 30px;
    height: 6px;
  }
  .front-front .sec-front-slide-inner .front-slide .slick-dots li button {
    width: 30px;
    height: 6px;
    padding: 0;
  }
  .front-front .sec-front-slide-inner .front-slide .slick-dots li button::before {
    content: "";
    width: 30px;
    height: 6px;
    background: #E0E0E0;
  }
  .front-front .sec-front-slide-inner .front-slide .slick-dots li.slick-active button::before {
    background: black;
  }
}
.front-front .sec-philosophy {
  padding-top: 100px;
  position: relative;
  background: white;
}
.front-front .sec-philosophy::after {
  content: "";
  display: block;
  width: 145px;
  height: 77px;
  background: url("../img/front/plane-sp-min.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 25px;
}
.front-front .sec-philosophy-inner {
  flex-direction: column;
  gap: 60px;
}
.front-front .sec-philosophy-inner .philosophy-content {
  padding: 0 25px;
}
.front-front .sec-philosophy-inner .philosophy-content-txt {
  margin-bottom: 34px;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-philosophy {
    padding-top: 107px;
  }
  .front-front .sec-philosophy::after {
    width: 400px;
    height: 225px;
    background: url("../img/front/plane-pc-min.png") no-repeat center/100%;
    right: 41%;
  }
  .front-front .sec-philosophy-inner {
    flex-direction: row;
    gap: 65px;
    justify-content: center;
    align-items: flex-end;
  }
  .front-front .sec-philosophy-inner .philosophy-content {
    max-width: 710px;
    margin-left: auto;
  }
  .front-front .sec-philosophy-inner .philosophy-content .sec-ttl01 {
    margin-bottom: 33px;
  }
  .front-front .sec-philosophy-inner .philosophy-content-txt {
    font-size: 1.125rem;
  }
  .front-front .sec-philosophy-inner .philosophy-img {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1450px) {
  .front-front .sec-philosophy::after {
    right: 25%;
  }
  .front-front .sec-philosophy-inner {
    gap: 40px;
    align-items: center;
  }
  .front-front .sec-philosophy-inner .philosophy-content {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .front-front .sec-philosophy::after {
    right: 0;
  }
  .front-front .sec-philosophy-inner {
    gap: 60px;
    flex-direction: column;
  }
  .front-front .sec-philosophy-inner .philosophy-content {
    width: 100%;
    margin-right: auto;
  }
  .front-front .sec-philosophy-inner .philosophy-img {
    width: 100%;
    height: 300px;
  }
  .front-front .sec-philosophy-inner .philosophy-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.front-front .sec-news {
  padding-top: 60px;
  background: white;
}
.front-front .sec-news-inner {
  flex-direction: column;
  gap: 50px;
}
.front-front .sec-news-inner .news-content {
  padding: 0 25px;
}
.front-front .sec-news-inner .news-content .sec-ttl01 {
  margin-bottom: 15px;
}
.front-front .sec-news-inner .news-content-news {
  margin-bottom: 30px;
}
.front-front .sec-news-inner .news-content-news .news-item a {
  display: block;
  padding: 15px 0 10px;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none;
}
.front-front .sec-news-inner .news-content-news .news-item-date {
  line-height: 1.1429;
  color: #00458E;
}
.front-front .sec-news-inner .news-content-news .news-item-ttl {
  font-weight: normal;
  line-height: 2;
  color: black;
  margin-bottom: 0;
}
.front-front .sec-news-inner .news-content-news .news-item:last-of-type a {
  border-bottom: none;
}
.front-front .sec-news-inner .news-img {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 600px;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-news {
    padding-top: 150px;
  }
  .front-front .sec-news-inner {
    flex-direction: row-reverse;
    gap: 60px 138px;
    justify-content: center;
    align-items: center;
    max-width: 1738px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1660px) {
  .front-front .sec-news-inner {
    gap: 60px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-news-inner .news-content {
    padding: 0;
    min-width: 540px;
    max-width: 711px;
    width: 100%;
    margin-right: auto;
  }
  .front-front .sec-news-inner .news-content .sec-ttl01 {
    margin-bottom: 30px;
  }
  .front-front .sec-news-inner .news-content-news {
    margin-bottom: 34px;
  }
  .front-front .sec-news-inner .news-content-news .news-item a {
    display: flex;
    gap: 40px;
    padding: 20px 0;
  }
  .front-front .sec-news-inner .news-content-news .news-item-date {
    line-height: 1.2;
    width: 104px;
  }
  .front-front .sec-news-inner .news-content-news .news-item-ttl {
    font-size: 1rem;
    line-height: 1.2;
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-news-inner .news-img {
    padding: 0;
    margin: 0;
    max-width: 788px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .front-front .sec-news-inner .news-content {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .front-front .sec-news-inner {
    flex-direction: column;
  }
  .front-front .sec-news-inner .news-content {
    margin-left: auto;
  }
  .front-front .sec-news-inner .news-img {
    max-width: 400px;
  }
}
.front-front .sec-film {
  padding: 50px 0 30px;
  overflow: hidden;
  background: white;
}
.front-front .sec-film-inner .film-gallery {
  margin: 0;
  transform: rotate(-5deg);
}
.front-front .sec-film-inner .film-gallery .slick-track {
  background: black url("../img/front/bg-film.svg") repeat center;
  padding: 6% 0;
}
.front-front .sec-film-inner .film-gallery .slick-track .film-gallery-item {
  margin: 0;
  padding-right: 9px;
  aspect-ratio: 412/275;
}
.front-front .sec-film-inner .film-gallery .slick-track .film-gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-film {
    padding: 120px 0 100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .front-front .sec-film {
    padding: 80px 0 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-film-inner .film-gallery .slick-track {
    padding: 4% 0;
  }
  .front-front .sec-film-inner .film-gallery .slick-track .film-gallery-item {
    padding-right: 29px;
  }
}
.front-front .sec-tour {
  padding: 80px 0 0;
  background: white;
}
.front-front .sec-tour-inner {
  padding: 0 15px 172px;
  position: relative;
}
.front-front .sec-tour-inner::after {
  content: "";
  display: block;
  width: 133px;
  height: 102px;
  background: url("../img/front/hanabus-bus01-min.png") no-repeat center/100%;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.front-front .sec-tour-inner .tour-list {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.front-front .sec-tour-inner .tour-list .tour-item {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}
.front-front .sec-tour-inner .tour-list .tour-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.front-front .sec-tour-inner .tour-list .tour-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: 100%;
}
.front-front .sec-tour-inner .tour-list .tour-item-img {
  width: 29%;
  height: 100%;
  aspect-ratio: 1/1;
  min-width: 100px;
}
.front-front .sec-tour-inner .tour-list .tour-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.front-front .sec-tour-inner .tour-list .tour-item-content {
  flex: 1;
}
.front-front .sec-tour-inner .tour-list .tour-item-ttl {
  line-height: 1.7;
  color: black;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-tour {
    padding: 60px 0 0;
  }
  .front-front .sec-tour-inner {
    padding: 0 15px 273px;
    margin: 0 auto;
    max-width: 1320px;
  }
  .front-front .sec-tour-inner::after {
    width: 264px;
    height: 203px;
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .front-front .sec-tour-inner .tour-list {
    margin-bottom: 70px;
    gap: 50px 70px;
  }
  .front-front .sec-tour-inner .tour-list .tour-item {
    padding-bottom: 0;
    border-bottom: none;
    width: calc((100% - 140px) / 3);
  }
  .front-front .sec-tour-inner .tour-list .tour-item:nth-of-type(2), .front-front .sec-tour-inner .tour-list .tour-item:nth-of-type(5) {
    margin-top: 30px;
  }
  .front-front .sec-tour-inner .tour-list .tour-item:nth-of-type(3n) {
    margin-top: 60px;
  }
  .front-front .sec-tour-inner .tour-list .tour-item a {
    flex-direction: column;
    gap: 20px;
  }
  .front-front .sec-tour-inner .tour-list .tour-item-img {
    width: 100%;
    aspect-ratio: 20/13;
  }
  .front-front .sec-tour-inner .tour-list .tour-item-content {
    width: 100%;
  }
  .front-front .sec-tour-inner .tour-list .tour-item-ttl {
    line-height: 2;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .front-front .sec-tour-inner .tour-list {
    gap: 50px 30px;
  }
  .front-front .sec-tour-inner .tour-list .tour-item {
    width: calc((100% - 60px) / 3);
  }
}
.front-front .sec-review {
  padding: 60px 0;
  background: #FAFAFA;
}
.front-front .sec-review-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 600px;
}
.front-front .sec-review-inner .sec-ttl01 {
  padding-left: 15px;
  padding-right: 15px;
}
.front-front .sec-review-inner .review-list {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.front-front .sec-review-inner .review-list .review-item {
  margin: 0;
  padding: 25px;
  border-radius: 20px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.front-front .sec-review-inner .review-list .review-item-comment {
  line-height: 2;
}
.front-front .sec-review-inner .review-list .review-item-comment p {
  margin-bottom: 0;
}
.front-front .sec-review-inner .review-list .review-item-name {
  gap: 18px;
}
.front-front .sec-review-inner .review-list .review-item-name-txt {
  line-height: normal;
  margin-bottom: 0;
}
.front-front .sec-review-inner .review-list .review-item-name-icon {
  width: 55px;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-review {
    padding: 60px 0 100px;
  }
  .front-front .sec-review-inner {
    max-width: 1370px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .front-front .sec-review-inner {
    max-width: 910px;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-review-inner .sec-ttl01 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-review-inner .review-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .front-front .sec-review-inner .review-list .review-item {
    padding: 30px 18px;
    border: 1px solid #CCCCCC;
    gap: 20px;
    justify-content: space-between;
    width: calc((100% - 80px) / 3);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .front-front .sec-review-inner .review-list .review-item {
    width: calc((100% - 40px) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-review-inner .review-list .review-item-name-icon {
    width: 72px;
  }
}
.front-front .sec-row {
  padding-bottom: 60px;
  background: white;
}
.front-front .sec-row-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (min-width: 650px) {
  .front-front .sec-row-img {
    width: 100%;
    height: 400px;
  }
  .front-front .sec-row-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.front-front .sec-row-content {
  padding: 0 25px;
}
.front-front .sec-row-content-txt {
  margin-bottom: 30px;
}
.front-front .sec-row-content-txt p {
  margin-bottom: 0;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-row {
    padding-bottom: 0;
  }
  .front-front .sec-row-inner {
    flex-direction: row;
    gap: 75px;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .front-front .sec-row-inner {
    gap: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-row-img {
    width: 50%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .front-front .sec-row-img {
    height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-row-content {
    padding: 25px;
    flex: 1;
    max-width: 700px;
    margin-right: auto;
  }
  .front-front .sec-row-content-txt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-row.sec-row-reverse .sec-row-inner {
    flex-direction: row-reverse;
  }
  .front-front .sec-row.sec-row-reverse .sec-row-content {
    margin-right: 0;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .front-front .sec-row {
    padding-bottom: 100px;
  }
  .front-front .sec-row-inner {
    flex-direction: column;
    gap: 40px;
  }
  .front-front .sec-row-img {
    width: 100%;
  }
  .front-front .sec-row-content {
    padding: 0 25px;
    flex: none;
    max-width: 700px;
    margin-left: auto;
  }
  .front-front .sec-row.sec-row-reverse .sec-row-inner {
    flex-direction: column;
  }
  .front-front .sec-row.sec-row-reverse .sec-row-content {
    margin-right: auto;
  }
}
.front-front .sec-slogan {
  height: 170px;
  z-index: -1;
  position: relative;
}
.front-front .sec-slogan-bg {
  width: 100%;
}
.front-front .sec-slogan-bg .slogan-img {
  width: 100%;
  filter: brightness(80%);
}
.front-front .sec-slogan-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.front-front .sec-slogan-txt .slogan-txt {
  margin-bottom: 0;
  font-size: 1.6875rem;
  font-style: italic;
  font-weight: bold;
  font-weight: 600;
  line-height: normal;
  color: white;
}
@media print, screen and (min-width: 550px) {
  .front-front .sec-slogan-txt .slogan-txt {
    font-size: 2.5rem;
  }
}
@keyframes parallax-small-anim {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0px);
  }
}
.front-front .sec-slogan .parallax {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.front-front .sec-slogan .parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@supports (animation-timeline: view()) {
  .front-front .sec-slogan .parallax {
    animation: parallax-small-anim linear both;
    animation-timeline: view();
    animation-range: cover 0% cover 100%;
    position: relative;
    height: auto;
    width: 100%;
  }
  .front-front .sec-slogan .parallax img {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-slogan {
    height: 400px;
  }
  .front-front .sec-slogan-txt {
    padding: 0 30px;
  }
  .front-front .sec-slogan-txt .slogan-txt {
    font-size: 4.875rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .front-front .sec-slogan-txt .slogan-txt {
    font-size: 3.625rem;
  }
}
@media print, screen and (min-width: 768px) {
  @keyframes parallax-small-anim {
    from {
      transform: translateY(-700px);
    }
    to {
      transform: translateY(500px);
    }
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1250px) {
  @keyframes parallax-small-anim {
    from {
      transform: translateY(-300px);
    }
    to {
      transform: translateY(200px);
    }
  }
}
.front-front .sec-tour-company {
  padding: 80px 0 60px;
  background: white;
}
.front-front .sec-tour-company-inner {
  padding: 0 25px;
  max-width: 540px;
  margin: 0 auto;
}
.front-front .sec-tour-company-inner .tour-company-list {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media print, screen and (min-width: 370px) {
  .front-front .sec-tour-company-inner .tour-company-list {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 540px) {
  .front-front .sec-tour-company-inner .tour-company-list {
    max-width: 490px;
  }
}
.front-front .sec-tour-company-inner .tour-company-list .tour-company-item {
  margin-bottom: 0;
  border: 1px solid #ACACAC;
  width: 150px;
  height: 60px;
}
.front-front .sec-tour-company-inner .tour-company-list .tour-company-item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-tour-company {
    padding: 160px 0 90px;
  }
  .front-front .sec-tour-company-inner {
    max-width: 1238px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1229px) {
  .front-front .sec-tour-company-inner {
    max-width: 925px;
  }
}
@media print, screen and (min-width: 768px) {
  .front-front .sec-tour-company-inner .tour-company-list {
    max-width: 1238px;
    gap: 40px;
    justify-content: flex-start;
  }
  .front-front .sec-tour-company-inner .tour-company-list .tour-company-item {
    width: 265px;
    height: 106px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 924px) {
  .front-front .sec-tour-company-inner .tour-company-list .tour-company-item {
    width: calc((100% - 80px) / 3);
    aspect-ratio: 5/2;
    height: auto;
  }
}

.page-template-page-template-faq article {
  padding: 0 15px;
  margin: 0 auto 150px;
  max-width: 650px;
}
.page-template-page-template-faq .sec-faq-desc p {
  margin-bottom: 60px;
  line-height: 2;
}
.page-template-page-template-faq .sec-faq {
  margin-bottom: 100px;
}
.page-template-page-template-faq .sec-faq-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
.page-template-page-template-faq .sec-faq-list {
  margin-bottom: 0;
}
.page-template-page-template-faq .sec-faq-item {
  margin-bottom: 10px;
}
.page-template-page-template-faq .sec-faq-item .accordion {
  margin: 0;
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-icon {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #00458E;
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-txt {
  flex: 1;
  margin: 5px 0 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-q {
  margin-bottom: 0;
  padding: 10px 34px 20px 10px;
  gap: 15px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #CCCCCC;
}
@media (any-hover: hover) {
  .page-template-page-template-faq .sec-faq-item .accordion .faq-q:hover, .page-template-page-template-faq .sec-faq-item .accordion .faq-q:focus, .page-template-page-template-faq .sec-faq-item .accordion .faq-q:active {
    opacity: 0.8;
  }
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-q::after {
  content: "";
  background: url(../img/common/arrow-faq.svg) no-repeat center/cover;
  width: 17px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.5s;
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-q.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-a {
  margin: 20px 0 30px;
  padding: 0 10px;
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-a-inner {
  gap: 15px;
}
.page-template-page-template-faq .sec-faq-item .accordion .faq-a .faq-icon {
  color: #BD1A21;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-faq article {
    max-width: 970px;
  }
  .page-template-page-template-faq .sec-faq-desc p {
    margin-bottom: 80px;
  }
  .page-template-page-template-faq .sec-faq {
    margin-bottom: 150px;
  }
  .page-template-page-template-faq .sec-faq-ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .page-template-page-template-faq .sec-faq-item .accordion .faq-icon {
    font-size: 3.125rem;
  }
  .page-template-page-template-faq .sec-faq-item .accordion .faq-txt {
    font-size: 1.125rem;
  }
  .page-template-page-template-faq .sec-faq-item .accordion .faq-q {
    padding: 10px 60px 20px 15px;
    gap: 30px;
  }
  .page-template-page-template-faq .sec-faq-item .accordion .faq-q::after {
    right: 15px;
  }
  .page-template-page-template-faq .sec-faq-item .accordion .faq-a {
    margin: 30px 0 60px;
    padding: 0 15px;
  }
  .page-template-page-template-faq .sec-faq-item .accordion .faq-a-inner {
    gap: 30px;
  }
}

.page-template-page-template-about .sec-ttl01 {
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-ttl01 {
    margin-bottom: 60px;
  }
}
.page-template-page-template-about .about-list {
  margin-bottom: 0;
}
.page-template-page-template-about .about-list .about-item {
  margin-bottom: 13px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.page-template-page-template-about .about-list .about-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-template-page-template-about .about-list .about-item .item-wrap {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.page-template-page-template-about .about-list .about-item .item-wrap .item-ttl {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  width: 90px;
}
@media print, screen and (min-width: 450px) {
  .page-template-page-template-about .about-list .about-item .item-wrap .item-ttl {
    width: 100px;
  }
}
.page-template-page-template-about .about-list .about-item .item-wrap .item-content {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  flex: 1;
}
.page-template-page-template-about .about-list .about-item .item-wrap .item-content a {
  color: black;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .about-list .about-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-template-page-template-about .about-list .about-item .item-wrap {
    gap: 20px;
  }
  .page-template-page-template-about .about-list .about-item .item-wrap .item-ttl {
    font-size: 1.125rem;
    line-height: 2;
    width: 200px;
  }
  .page-template-page-template-about .about-list .about-item .item-wrap .item-content {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.page-template-page-template-about article {
  max-width: 650px;
}
.page-template-page-template-about article section:nth-of-type(even) .sec-ttl01 .sec-ttl01-en {
  color: #00458E;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about article {
    max-width: 1160px;
  }
}
.page-template-page-template-about .sec-greeting {
  margin-bottom: 100px;
}
.page-template-page-template-about .sec-greeting .greeting-content {
  flex-direction: column;
  gap: 30px;
}
.page-template-page-template-about .sec-greeting .greeting-content .greeting-representative-img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px;
}
.page-template-page-template-about .sec-greeting .greeting-content .greeting-representative-img img {
  width: 100%;
}
.page-template-page-template-about .sec-greeting .greeting-content .greeting-representative-title {
  margin-bottom: 14px;
  line-height: 1.1875;
}
.page-template-page-template-about .sec-greeting .greeting-content .greeting-representative-name {
  margin-bottom: 0;
  line-height: 1.2;
}
.page-template-page-template-about .sec-greeting .greeting-content .greeting-txt {
  margin-bottom: 0;
  line-height: 2;
}
.page-template-page-template-about .sec-greeting .greeting-content .greeting-info {
  flex: 1;
}
.page-template-page-template-about .sec-greeting .greeting-content .greeting-info-sig {
  margin-top: 1.5em;
  margin-right: 2em;
  display: flex;
  justify-content: end;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-greeting {
    margin-bottom: 150px;
  }
  .page-template-page-template-about .sec-greeting .greeting-content {
    flex-direction: row;
    gap: 50px;
  }
  .page-template-page-template-about .sec-greeting .greeting-content .greeting-representative {
    width: 220px;
  }
  .page-template-page-template-about .sec-greeting .greeting-content .greeting-representative-img {
    max-width: 220px;
    margin: 0 0 20px;
  }
  .page-template-page-template-about .sec-greeting .greeting-content .greeting-representative-title {
    line-height: 1.2222;
  }
  .page-template-page-template-about .sec-greeting .greeting-content .greeting-info {
    flex: 1;
  }
  .page-template-page-template-about .sec-greeting .greeting-content.nimg .greeting-info {
    margin: 0 auto;
    max-width: 850px;
  }
}
.page-template-page-template-about .sec-philosophy {
  margin-bottom: 100px;
}
.page-template-page-template-about .sec-philosophy .philosophy-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.page-template-page-template-about .sec-philosophy .philosophy-img img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-philosophy {
    margin-bottom: 150px;
  }
  .page-template-page-template-about .sec-philosophy .philosophy-img {
    max-width: 800px;
  }
}
.page-template-page-template-about .sec-about {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-about {
    max-width: 960px;
    margin: 0 auto 150px;
  }
}
.page-template-page-template-about .sec-terms {
  margin-bottom: 100px;
}
.page-template-page-template-about .sec-terms .sec-ttl01 {
  margin-bottom: 40px;
}
.page-template-page-template-about .sec-terms .terms-list {
  margin-bottom: 0;
  gap: 40px 30px;
}
.page-template-page-template-about .sec-terms .terms-list .terms-item {
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
}
.page-template-page-template-about .sec-terms .terms-list .terms-item .link-btn {
  font-size: 1.125rem;
  min-height: 64px;
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.page-template-page-template-about .sec-terms .terms-list .terms-item .link-btn.pdf::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(../img/common/icon-pdf.svg) no-repeat center/18px 22px;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-terms {
    margin-bottom: 150px;
  }
}
.page-template-page-template-about .sec-access-list {
  margin-bottom: 0;
}
.page-template-page-template-about .sec-access-item {
  margin-bottom: 100px;
}
.page-template-page-template-about .sec-access-item .item-main {
  flex-direction: column-reverse;
  gap: 20px;
  margin-bottom: 30px;
}
.page-template-page-template-about .sec-access-item .item-main .item-info h3.item-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.page-template-page-template-about .sec-access-item .item-main .item-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.page-template-page-template-about .sec-access-item .item-main .item-img img {
  width: 100%;
}
.page-template-page-template-about .sec-access-item .item-map iframe {
  width: 100%;
  height: auto;
  max-height: 360px;
  aspect-ratio: 36/25;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-access-item .item-main {
    flex-direction: row;
    gap: 30px 50px;
    margin-bottom: 63px;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .page-template-page-template-about .sec-access-item .item-main {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-access-item .item-main .item-info {
    width: 48%;
  }
  .page-template-page-template-about .sec-access-item .item-main .item-info h3.item-ttl {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .page-template-page-template-about .sec-access-item .item-main .item-info .about-list .about-item {
    margin-bottom: 14px;
    padding-bottom: 18px;
  }
  .page-template-page-template-about .sec-access-item .item-main .item-info .about-list .about-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .page-template-page-template-about .sec-access-item .item-main .item-info .about-list .about-item .item-wrap {
    gap: 10px;
  }
  .page-template-page-template-about .sec-access-item .item-main .item-info .about-list .about-item .item-wrap .item-ttl {
    line-height: 1.5;
    width: 120px;
  }
  .page-template-page-template-about .sec-access-item .item-main .item-info .about-list .about-item .item-wrap .item-content {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-access-item .item-main .item-img {
    width: 52%;
    max-width: 550px;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .page-template-page-template-about .sec-access-item .item-map iframe {
    width: 100%;
    height: 100%;
    max-height: 360px;
  }
}

.page-staff-news article {
  padding: 0 15px;
  margin: 0 auto 150px;
  max-width: 650px;
}
.page-staff-news .sec-link {
  margin-bottom: 100px;
}
.page-staff-news .sec-link-txt {
  margin-bottom: 30px;
  line-height: 2;
}
.page-staff-news .sec-link-list {
  margin-bottom: 0;
  gap: 30px 20px;
}
.page-staff-news .sec-link-item {
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
}
.page-staff-news .sec-feed {
  margin-bottom: 130px;
}
.page-staff-news .sec-feed .sec-feed-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 801px) {
  .page-staff-news article {
    max-width: 1320px;
  }
  .page-staff-news .sec-link {
    margin-bottom: 120px;
  }
  .page-staff-news .sec-link-txt {
    margin-bottom: 50px;
    text-align: center;
  }
  .page-staff-news .sec-link-list {
    gap: 30px 50px;
  }
  .page-staff-news .sec-feed .sec-feed-ttl {
    margin-bottom: 10px;
  }
  .page-staff-news .sec-feed #sb_instagram #sbi_images {
    gap: 30px !important;
    padding-bottom: 33px;
  }
}
@media print, screen and (min-width: 801px) and (max-width: 1000px) {
  .page-staff-news .sec-feed #sb_instagram #sbi_images {
    gap: 20px !important;
  }
}
.page-contact article {
  margin-bottom: 110px;
  max-width: 650px;
}
@media print, screen and (min-width: 768px) {
  .page-contact article {
    max-width: 1050px;
  }
}
.page-contact .sec-tel {
  margin-bottom: 100px;
}
.page-contact .sec-tel-ttl-wrap {
  gap: 20px;
  margin-bottom: 30px;
}
.page-contact .sec-tel-ttl-wrap img {
  width: 100%;
  max-width: 60px;
}
.page-contact .sec-tel-ttl-wrap .sec-tel-ttl {
  font-weight: bold;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (min-width: 550px) {
  .page-contact .sec-tel-ttl-wrap .sec-tel-ttl {
    flex-direction: row;
    align-items: center;
  }
}
.page-contact .sec-tel-content {
  gap: 50px 30px;
}
.page-contact .sec-tel-item {
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.page-contact .sec-tel-item-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-contact .sec-tel-item-tel {
  margin-bottom: 10px;
}
.page-contact .sec-tel-item-tel .link-btn {
  font-size: 1.5rem;
}
.page-contact .sec-tel-item-time {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page-contact .sec-tel-item-fax {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 28px;
  color: #00458E;
  background: white;
  border: 2px solid #00458E;
  width: 100%;
  max-width: 240px;
}
.page-contact .sec-tel-item-fax a {
  color: #00458E;
}
@media print, screen and (min-width: 768px) {
  .page-contact .sec-tel {
    margin-bottom: 150px;
  }
  .page-contact .sec-tel-content {
    gap: 60px;
  }
}
.page-contact .wrapper-contact-hanabus .sec-tel-ttl-wrap img {
  max-width: 74px;
}
.page-contact .wrapper-contact-hanabus .sec-tel-content {
  gap: 30px;
}
.page-contact .wrapper-contact-hanabus .sec-tel-content .sec-tel-content {
  width: 100%;
  max-width: 510px;
}
.page-contact .wrapper-contact-hanabus .sec-tel-content .sec-tel-content .sec-tel-item {
  max-width: 240px;
}
.page-contact .wrapper-contact-hanabus .sec-tel-item-tel {
  margin-bottom: 0;
}
.page-contact .wrapper-contact-hanabus .sec-tel-item-fax {
  color: #BD1A21;
  border: 2px solid #BD1A21;
}
.page-contact .wrapper-contact-hanabus .sec-tel-item-fax a {
  color: #BD1A21;
}
.page-contact .wrapper-contact-hanabus .sec-tel-item-fax-ttl {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}
.page-contact .wrapper-contact-hanabus .sec-tel-estimate {
  padding: 30px 12px;
  margin-top: 50px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  background: white;
  gap: 15px 20px;
}
.page-contact .wrapper-contact-hanabus .sec-tel-estimate-ttl {
  line-height: 1.2;
  margin-bottom: 0;
}
.page-contact .wrapper-contact-hanabus .sec-tel-estimate-btn {
  width: 100%;
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  .page-contact .wrapper-contact-hanabus .sec-tel {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-contact .wrapper-contact-hanabus .sec-tel-ttl-wrap {
    gap: 10px;
  }
  .page-contact .wrapper-contact-hanabus .sec-tel-estimate {
    padding: 40px;
    gap: 20px 35px;
  }
}

.page-estimate article {
  margin-bottom: 110px;
  max-width: 650px;
}
@media print, screen and (min-width: 768px) {
  .page-estimate article {
    max-width: 1180px;
  }
}
.page-estimate .sec-flow {
  margin-bottom: 100px;
}
.page-estimate .sec-flow .sec-form-ttl {
  margin-bottom: 30px;
}
.page-estimate .sec-flow .sec-flow-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-estimate .sec-flow .sec-flow-list .flow-item {
  margin-bottom: 0;
  width: 100%;
}
.page-estimate .sec-flow .sec-flow-list .flow-item-inner {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.page-estimate .sec-flow .sec-flow-list .flow-item-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1875;
  color: #BD1A21;
  width: 100%;
}
.page-estimate .sec-flow .sec-flow-list .flow-item-step::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 100px;
  height: 84px;
}
.page-estimate .sec-flow .sec-flow-list .flow-item:nth-of-type(even) .flow-item-step {
  color: #00458E;
}
.page-estimate .sec-flow .sec-flow-list .flow-item:nth-of-type(1) .flow-item-step::after {
  background: url("../img/common/icon-mail-primary.svg") no-repeat center/contain;
}
.page-estimate .sec-flow .sec-flow-list .flow-item:nth-of-type(2) .flow-item-step::after {
  background: url("../img/common/icon-check-secondary.svg") no-repeat center/contain;
}
.page-estimate .sec-flow .sec-flow-list .flow-item:nth-of-type(3) .flow-item-step::after {
  background: url("../img/common/icon-people-primary.svg") no-repeat center/contain;
}
.page-estimate .sec-flow .sec-flow-list .flow-item:nth-of-type(4) .flow-item-step::after {
  background: url("../img/common/icon-bus-secondary.svg") no-repeat center/contain;
}
.page-estimate .sec-flow .sec-flow-list .flow-item-content {
  width: 100%;
  margin-bottom: 0;
}
.page-estimate .sec-flow .sec-flow-list .flow-item-ttl {
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.1818;
  text-align: center;
}
.page-estimate .sec-flow .sec-flow-list .flow-item-txt {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .page-estimate .sec-flow {
    margin-bottom: 150px;
  }
  .page-estimate .sec-flow .sec-flow-list .flow-item-inner {
    flex-direction: row;
    gap: 30px;
  }
  .page-estimate .sec-flow .sec-flow-list .flow-item-step {
    flex-wrap: nowrap;
    width: 220px;
    min-height: 100px;
  }
  .page-estimate .sec-flow .sec-flow-list .flow-item-content {
    flex: 1;
  }
  .page-estimate .sec-flow .sec-flow-list .flow-item-ttl {
    text-align: left;
  }
  .page-estimate .sec-flow .sec-flow-list .flow-item-txt {
    font-size: 1.125rem;
  }
}
.page-estimate .sec-contact {
  margin-bottom: 100px;
}
.page-estimate .sec-contact-inner {
  padding: 30px 15px 50px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
}
.page-estimate .sec-contact-ttl {
  margin-bottom: 30px;
  line-height: 1.2143;
}
.page-estimate .sec-contact-txt {
  margin-bottom: 30px;
  line-height: 2;
}
.page-estimate .sec-contact-btn {
  gap: 40px;
}
.page-estimate .sec-contact-btn-item {
  width: 100%;
  max-width: 300px;
}
.page-estimate .sec-contact-btn-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.page-estimate .sec-contact-btn-item span a {
  color: white !important;
}
.page-estimate .sec-contact-btn-item p {
  margin: 10px 0 0;
}
@media print, screen and (min-width: 768px) {
  .page-estimate .sec-contact {
    margin-bottom: 150px;
  }
  .page-estimate .sec-contact-inner {
    padding: 50px 48px;
    max-width: 760px;
    margin: 0 auto;
  }
  .page-estimate .sec-contact-ttl {
    line-height: 1.1875;
  }
}

.page-tour-form article {
  margin-bottom: 110px;
  max-width: 650px;
}
@media print, screen and (min-width: 768px) {
  .page-tour-form article {
    max-width: 1180px;
  }
}
.page-tour-form .sec-form .form-tour dt::before {
  content: none;
}
.page-tour-form .sec-form .form-tour dd input[type=text] {
  border: none;
}

.page-hanabus article {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus article {
    max-width: 100%;
  }
}
.page-hanabus .sec-ttl01 {
  align-items: center;
}
.page-hanabus .sec-hanabus-slide {
  margin-bottom: 40px;
  overflow: hidden;
}
.page-hanabus .sec-hanabus-slide-inner {
  position: relative;
}
.page-hanabus .sec-hanabus-slide-inner .hanabus-slide > .slide-box:not(:first-child) {
  display: none;
}
.page-hanabus .sec-hanabus-slide-inner .hanabus-slide .slide-box {
  width: 100%;
  aspect-ratio: 26/9;
}
.page-hanabus .sec-hanabus-slide-inner .hanabus-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hanabus .sec-hanabus-slide-inner .hanabus-slide-bus {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 26/9;
}
.page-hanabus .sec-hanabus-slide-inner .hanabus-slide-bus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-select: none;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-hanabus-slide {
    margin-bottom: 100px;
  }
  .page-hanabus .sec-hanabus-slide-inner .hanabus-slide .slide-box {
    aspect-ratio: 96/25;
  }
  .page-hanabus .sec-hanabus-slide-inner .hanabus-slide-bus {
    aspect-ratio: 96/25;
  }
}
.page-hanabus .sec-description {
  margin-bottom: 100px;
}
.page-hanabus .sec-description-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 600px;
  margin: 0 auto;
}
.page-hanabus .sec-description-content {
  padding: 0 25px;
}
.page-hanabus .sec-description-content-logo {
  text-align: center;
  margin-bottom: 30px;
}
.page-hanabus .sec-description-content-logo img {
  width: 100%;
  max-width: 300px;
}
.page-hanabus .sec-description-content-txt {
  margin-bottom: 0;
  line-height: 2;
}
.page-hanabus .sec-description-content .sec-ttl01 {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-description {
    margin-bottom: 150px;
  }
  .page-hanabus .sec-description-inner {
    flex-direction: row;
    gap: 75px;
    max-width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .page-hanabus .sec-description-inner {
    gap: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-description-content {
    flex: 1;
    margin-left: auto;
    max-width: 664px;
  }
  .page-hanabus .sec-description-content-logo {
    margin-bottom: 52px;
  }
  .page-hanabus .sec-description-content-logo img {
    max-width: 388px;
  }
  .page-hanabus .sec-description-content-txt {
    text-align: center;
  }
  .page-hanabus .sec-description-content .sec-ttl01 {
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-description-img {
    width: 50%;
    height: 515px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .page-hanabus .sec-description-img {
    height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-description-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .page-hanabus .sec-description .sec-description-inner {
    flex-direction: column;
    gap: 40px;
  }
  .page-hanabus .sec-description .sec-description-inner .sec-description-content {
    margin-right: auto;
  }
  .page-hanabus .sec-description .sec-description-inner .sec-description-content-logo {
    margin-bottom: 40px;
  }
  .page-hanabus .sec-description .sec-description-inner .sec-description-content-logo img {
    max-width: 300px;
  }
  .page-hanabus .sec-description .sec-description-inner .sec-description-content .sec-ttl01 {
    margin-bottom: 40px;
  }
  .page-hanabus .sec-description .sec-description-inner .sec-description-img {
    width: 100%;
    max-width: 600px;
  }
}
.page-hanabus .sec-guide {
  margin-bottom: 100px;
}
.page-hanabus .sec-guide-inner {
  margin: 0 auto;
  padding: 0 25px;
}
.page-hanabus .sec-guide .sec-ttl01-en {
  color: #00458E;
}
.page-hanabus .sec-guide .guide-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.page-hanabus .sec-guide .guide-list .guide-item {
  margin-bottom: 0;
  max-width: 400px;
}
.page-hanabus .sec-guide .guide-list .guide-item-img {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  aspect-ratio: 17/10;
}
.page-hanabus .sec-guide .guide-list .guide-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hanabus .sec-guide .guide-list .guide-item-num {
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 5.625rem;
  font-style: italic;
  font-weight: bold;
  font-weight: 800;
  line-height: 1;
  color: white;
}
.page-hanabus .sec-guide .guide-list .guide-item-content {
  margin-bottom: 0;
}
.page-hanabus .sec-guide .guide-list .guide-item-ttl {
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 5px solid #BD1A21;
}
.page-hanabus .sec-guide .guide-list .guide-item-txt {
  margin-bottom: 0;
  line-height: 2;
  font-weight: normal;
}
.page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(even) .guide-item-ttl {
  border-color: #00458E;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-guide {
    margin-bottom: 150px;
  }
  .page-hanabus .sec-guide-inner {
    max-width: 1300px;
  }
  .page-hanabus .sec-guide .sec-ttl01 {
    margin-bottom: 50px;
  }
  .page-hanabus .sec-guide .guide-list {
    gap: 50px 40px;
    justify-content: space-between;
  }
  .page-hanabus .sec-guide .guide-list .guide-item {
    max-width: 350px;
  }
  .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(2), .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(5) {
    margin-top: 30px;
  }
  .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(3), .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(6) {
    margin-top: 60px;
  }
  .page-hanabus .sec-guide .guide-list .guide-item-img {
    margin-bottom: 20px;
    aspect-ratio: 7/5;
  }
  .page-hanabus .sec-guide .guide-list .guide-item-ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1179px) {
  .page-hanabus .sec-guide .guide-list {
    gap: 40px;
    justify-content: center;
  }
  .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(2), .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(5), .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(3), .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(6) {
    margin-top: 0;
  }
  .page-hanabus .sec-guide .guide-list .guide-item:nth-of-type(even) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 789px) {
  .page-hanabus .sec-guide .guide-list .guide-item {
    max-width: 400px;
  }
}
.page-hanabus .sec-bus {
  margin-bottom: 100px;
}
.page-hanabus .sec-bus-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 610px;
}
.page-hanabus .sec-bus .sec-ttl01 {
  margin-bottom: 20px;
}
.page-hanabus .sec-bus .introduction-bus-txt {
  margin-bottom: 30px;
  padding: 0 10px;
  line-height: 2;
}
.page-hanabus .sec-bus .sec-bus-content {
  scroll-behavior: auto;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs {
  margin-bottom: 0;
  gap: 15px;
  flex-wrap: nowrap;
  border-bottom: none;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-item {
  margin-bottom: 0;
  flex: 1;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link {
  width: 100%;
  padding: 10px 12px;
  border: 3px solid #00458E;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #00458E;
  color: white;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.1818;
  letter-spacing: 0.07em;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link.active, .page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link:hover {
  background: white;
  color: #00458E;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link.tab-mid-bus {
  background: #BD1A21;
  border-color: #BD1A21;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link.tab-mid-bus.active, .page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link.tab-mid-bus:hover {
  background: white;
  color: #BD1A21;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link.tab-mini-bus {
  background: #217726;
  border-color: #217726;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link.tab-mini-bus.active, .page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link.tab-mini-bus:hover {
  background: white;
  color: #217726;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs.bottom-nav .nav-link {
  border: 3px solid #00458E;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs.bottom-nav .nav-link.tab-mid-bus {
  border-color: #BD1A21;
}
.page-hanabus .sec-bus .sec-bus-content .nav-tabs.bottom-nav .nav-link.tab-mini-bus {
  border-color: #217726;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content {
  border: 3px solid #CCCCCC;
  background: white;
  margin-top: 1px;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane {
  padding: 0 15px 10px;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list {
  margin-bottom: 0;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item {
  padding: 50px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCCCC;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item:last-of-type {
  border-bottom: none;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .bus-ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2222;
  text-align: center;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap {
  flex-direction: column;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info {
  width: 100%;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
  gap: 10px;
  align-items: center;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item:last-of-type {
  border-bottom: none;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item .info-ttl {
  margin-bottom: 0;
  width: 90px;
  font-weight: normal;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item .info-content {
  margin-bottom: 0;
  flex: 1;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item .info-content a {
  text-decoration: underline;
  display: inline-block;
  line-height: 2;
  padding-right: 42px;
  background: url(../img/common/icon-pdf.svg) no-repeat right center/26px 32px;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .img-wrap {
  flex-direction: column;
  gap: 10px;
}
.page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .img-wrap img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-bus {
    margin-bottom: 150px;
  }
  .page-hanabus .sec-bus-inner {
    max-width: 1130px;
  }
  .page-hanabus .sec-bus .sec-ttl01 {
    margin-bottom: 45px;
  }
  .page-hanabus .sec-bus .introduction-bus-txt {
    margin: 0 auto 80px;
    max-width: 670px;
    text-align: center;
  }
  .page-hanabus .sec-bus .sec-bus-content .nav-tabs {
    gap: 20px;
    justify-content: space-between;
  }
  .page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-item {
    max-width: 330px;
  }
  .page-hanabus .sec-bus .sec-bus-content .nav-tabs .nav-link {
    padding: 14px 10px;
    border-width: 6px;
    font-size: 1.75rem;
    line-height: 1.4643;
    letter-spacing: 0.09em;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane {
    padding: 0 50px 10px;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .bus-ttl {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.1875;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap {
    flex-direction: row;
    gap: 60px;
    max-width: 925px;
    margin: 0 auto 30px;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .img-main {
    width: 41%;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info {
    width: 59%;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item {
    padding: 15px 0;
    font-size: 1.125rem;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item:last-of-type {
    padding-bottom: 0;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item:first-of-type {
    padding-top: 0;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .main-wrap .bus-info .info-item .info-ttl {
    width: 150px;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .img-wrap {
    flex-direction: row;
    gap: 20px;
    max-width: 870px;
    margin: 0 auto;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .img-wrap .img-side {
    max-width: 418px;
  }
  .page-hanabus .sec-bus .sec-bus-content .tab-content .tab-pane .bus-list .bus-item .img-wrap .img-seat {
    max-width: 370px;
  }
}
.page-hanabus .sec-row {
  margin-bottom: 60px;
}
.page-hanabus .sec-row-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-hanabus .sec-row-content {
  padding: 0 25px;
}
.page-hanabus .sec-row-content .sec-ttl01 {
  margin-bottom: 20px;
}
.page-hanabus .sec-row-content.d-flex {
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-row {
    margin-bottom: 0;
  }
  .page-hanabus .sec-row-inner {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    align-items: center;
  }
  .page-hanabus .sec-row-img {
    flex: 1;
    height: 330px;
  }
  .page-hanabus .sec-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-hanabus .sec-row-content {
    padding: 0;
    flex: 1;
  }
  .page-hanabus .sec-row-content-link {
    min-width: 300px;
    width: 100%;
  }
  .page-hanabus .sec-row-content .sec-ttl01 {
    margin-bottom: 50px;
  }
  .page-hanabus .sec-row-content.d-flex {
    flex-direction: row;
    align-items: center;
    gap: 94px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  .page-hanabus .sec-row-content.d-flex {
    gap: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-row-content.d-flex .sec-ttl01 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-row.sec-row-reverse .sec-row-inner {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .page-hanabus .sec-row {
    margin-bottom: 100px;
  }
  .page-hanabus .sec-row-inner {
    flex-direction: column;
    gap: 40px;
  }
  .page-hanabus .sec-row-img {
    width: 100%;
    flex: none;
  }
  .page-hanabus .sec-row-content {
    padding: 0 25px;
    flex: none;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-hanabus .sec-row.sec-row-reverse .sec-row-inner {
    flex-direction: column;
  }
  .page-hanabus .sec-row.sec-row-reverse .sec-row-content {
    margin-right: auto;
  }
}
.page-hanabus .sec-contact {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-contact {
    margin-bottom: 150px;
  }
}
.page-hanabus .sec-initiatives {
  margin-bottom: 100px;
}
.page-hanabus .sec-initiatives-inner {
  padding: 0 15px;
}
.page-hanabus .sec-initiatives .sec-ttl01 {
  margin-bottom: 20px;
}
.page-hanabus .sec-initiatives-txt {
  margin-bottom: 20px;
  line-height: 2;
}
.page-hanabus .sec-initiatives-list {
  margin-bottom: 0;
  gap: 30px;
}
.page-hanabus .sec-initiatives-list .initiatives-item {
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
}
.page-hanabus .sec-initiatives-list .initiatives-item .link-btn {
  font-size: 1.125rem;
  min-height: 68px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.page-hanabus .sec-initiatives-list .initiatives-item .link-btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(../img/common/icon-pdf.svg) no-repeat center/18px 22px;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-initiatives {
    margin-bottom: 150px;
  }
  .page-hanabus .sec-initiatives-inner {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
  }
  .page-hanabus .sec-initiatives .sec-ttl01 {
    margin-bottom: 40px;
  }
  .page-hanabus .sec-initiatives-txt {
    margin-bottom: 40px;
  }
}
.page-hanabus .sec-safety-bus {
  margin-bottom: 100px;
}
.page-hanabus .sec-safety-bus-inner {
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
}
.page-hanabus .sec-safety-bus-inner .d-flex {
  flex-direction: column;
  gap: 30px;
}
.page-hanabus .sec-safety-bus-inner .d-flex .sec-safety-bus-img {
  max-width: 193px;
  width: 100%;
}
.page-hanabus .sec-safety-bus-inner .d-flex .sec-safety-bus-img img {
  width: 100%;
}
.page-hanabus .sec-safety-bus-inner .d-flex .sec-safety-bus-content .sec-ttl01 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
.page-hanabus .sec-safety-bus-inner .d-flex .sec-safety-bus-content .sec-safety-bus-txt {
  margin-bottom: 0;
  line-height: 2;
}
.page-hanabus .sec-safety-bus-inner .safety-bus-link {
  margin-top: 18px;
}
.page-hanabus .sec-safety-bus-inner .safety-bus-link a {
  text-decoration: underline;
  display: inline-block;
  line-height: 1.1875;
  padding-right: 24px;
  background: url(../img/common/icon-link-blank.svg) no-repeat right center/17px 16px;
}
@media print, screen and (min-width: 768px) {
  .page-hanabus .sec-safety-bus {
    margin-bottom: 150px;
    padding: 0 15px;
  }
  .page-hanabus .sec-safety-bus-inner {
    max-width: 1342px;
    border-radius: 20px;
    border: 3px solid #CCCCCC;
    background: white;
    padding: 50px;
  }
  .page-hanabus .sec-safety-bus-inner .d-flex {
    flex-direction: row;
    gap: 60px;
  }
  .page-hanabus .sec-safety-bus-inner .d-flex .sec-safety-bus-img {
    max-width: 300px;
  }
  .page-hanabus .sec-safety-bus-inner .d-flex .sec-safety-bus-content .sec-ttl01 {
    margin-bottom: 40px;
    line-height: normal;
  }
  .page-hanabus .sec-safety-bus-inner .d-flex .sec-safety-bus-content .sec-safety-bus-txt {
    margin-bottom: 0;
    line-height: 2;
  }
}

.page-privacypolicy p, .page-privacypolicy li, .page-privacypolicy dd, .page-privacypolicy dt {
  line-height: 2;
}
.page-privacypolicy li {
  margin-bottom: 1.5rem;
}
.page-privacypolicy ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.page-privacypolicy ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .page-privacypolicy p, .page-privacypolicy li, .page-privacypolicy dd, .page-privacypolicy dt {
    font-size: 1.125rem;
  }
}

.not-found-content .sec-404-txt {
  line-height: 2;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .not-found-content .sec-404-txt {
    margin-bottom: 60px;
  }
}

/*# sourceMappingURL=page.css.map */
