/*濃い青#004306#19602a→濃い緑#004306#19602a
/*濃い青rgba (0, 67, 20, 1)→濃い緑rgba (0, 67, 20, 1)
/*濃い青rgba(0, 30, 67, 0.8)rgba(0, 67, 18, 1)


@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
.business section {
  border: none;
  background: none;
}
.business a:hover {
  color: inherit;
}
.business i[class*="fa-"] {
  margin-right: 0;
}
.business a:focus {
  color: inherit;
}
.business select {
  outline: none;
  appearance: none;
}
@media screen and (max-width:768px) {
}
/*=======================================
	共通
=======================================*/
/*レイアウト*/
.business * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
}
.business p, .business li, .business dt, .business dd, .business th, .business td {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.business h1, .business h2, .business h3, .business h4, .business h5 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  letter-spacing: 2px;
}
.business span {
  font-size: inherit;
  font-weight: inherit;
}
.business i {
  font-size: inherit;
  font-weight: bold;
}
.business a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.business a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.business .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.business h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 50px 0;
}
.business .h2-head {
  display: block;
  width: fit-content;
  font-size: 16px;
  margin: 0 auto 20px auto;
  background: linear-gradient(-45deg, #c89932, #e6b422, #c89932);
  -webkit-background: linear-gradient(-135deg, #c89932, #e6b422, #c89932);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business img {
  width: 100%;
  height: auto;
}
.business .pc-none {
  display: none;
}
.business .lead-txt {
  max-width: 560px;
  margin: 0 auto 50px auto;
}
.business .lead-txt p + p {
  margin: 15px 0 0 0;
}
@media screen and (max-width:768px) {
  .business .sp-none {
    display: none;
  }
  .business .pc-none {
    display: inherit;
  }
  .business .inner {
    width: 90%;
    padding: 50px 0 40px 0;
  }
  .business h2 {
    font-size: 24px;
    margin: 0 0 50px 0;
  }
.business a:hover {
  opacity: 1;
  transition: none;
}
}
/*=======================================
	メインビジュアル（mainvisual）
=======================================*/
.business .mainvisual {
  height: 600px;
  background: #004306;
}
.business .mainvisual .slider1 {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 1200px;
  height: 600px;
  z-index: 0;
}
.business .mainvisual .slider1::before {
  content: "";
  display: block;
  width: 50px;
  height: 600px;
  border-top: 600px solid rgba(0, 67, 20, 1);
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 70px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.business .mainvisual .slider1::after {
  content: "";
  display: block;
  width: 50px;
  height: 600px;
  border-bottom: 600px solid rgba(0, 67, 20, 1);
  border-top: 0 solid #000;
  border-right: 0 solid #000;
  border-left: 70px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.business .mainvisual .inner {
  width: 1200px;
  height: 600px;
}
.business .mainvisual .inner::before {
  content: "";
  display: block;
  width: 50px;
  height: 600px;
  border-bottom: 600px solid rgba(0, 67, 20, 1);
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 70px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.business .mainvisual .inner::after {
  content: "";
  display: block;
  width: 50px;
  height: 600px;
  border-top: 600px solid rgba(0, 67, 20, 1);
  border-bottom: 0 solid #000;
  border-right: 0 solid #000;
  border-left: 70px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.business .mainvisual .ttl-box {
  width: 800px;
  position: absolute;
  bottom: -70px;
  left: calc(50% - 400px);
  background: rgba(0, 67, 18, 1);
  padding: 30px 10px 0 10px;
  z-index: 2;
}
.business .mainvisual h1 {
  font-size: 24px;
  text-align: center;
  color: #FFF;
  margin: 0 0 20px 0;
}
.business .mainvisual h1 span {
  display: block;
  font-size: 28px;
  margin: 0 0 10px 0;
}
.business .mainvisual .h1-bottom {
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 14px;
  margin: 0 auto 30px auto;
  letter-spacing: 2px;
  background: linear-gradient(-45deg, #c89932, #fcc800, #c89932);
  -webkit-background: linear-gradient(-135deg, #c89932, #fcc800, #c89932);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:768px) {
	.business .mainvisual {
		height: auto;
	}
  .business .mainvisual .inner {
    padding: 0;
	  width: 100%;
	  height: auto;
  }
  .business .mainvisual .slider1 {
    width: 100%;
    left: 0;
    height: 400px;
    position: static;
  }
  .business .mainvisual .slider1 li {
    height: 400px;
  }
  .business .mainvisual .slick-slide img {
    height: 400px;
    object-fit: cover;
  }
  .business .mainvisual .inner::before, .business .mainvisual .inner::after {
    content: none;
  }
  .business .mainvisual .slider1::before {
    height: 400px;
    border-top: 400px solid rgba(0, 30, 67, 0.3);
  }
  .business .mainvisual .slider1::after {
    height: 400px;
    border-bottom: 400px solid rgba(0, 30, 67, 0.3);
  }
  .business .mainvisual .ttl-box {
    width: 100%;
    position: static;
    background: rgba(0, 30, 67, 1);
  }
  .business .mainvisual h1 {
    font-size: 20px;
  }
  .business .mainvisual h1 span {
    font-size: 24px;
  }
}
/*=======================================
	コンテンツナビ（nav）
=======================================*/
.business .nav {}
.business .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}
.business .nav ul li {
  margin: 0 30px;
}
.business .nav ul li a {
  display: block;
  font-size: 18px;
  line-height: 70px;
  color: #FFF;
}
.business .nav ul li a:hover {
  transform: translateY(-10px);
}
.business .nav ul li a:hover::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #e6b422;
  border-right: 1px solid #e6b422;
  transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  left: calc(50% - 8px);
}
/*スクロールでFix*/
.business .nav.fixed {
  width: 100%;
  background: #004306;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.business .nav.fixed ul {
  height: 50px;
  line-height: 50px;
}
.business .nav.fixed ul li a {}
@media screen and (max-width:768px) {
  .business .nav ul li {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .business .nav ul li a:hover {
    transform: none;
		opacity: 1;
  }
	.business .nav ul li a:hover::after {
    content: none;
		left: inherit;
		bottom: inherit;
	}
  .business .nav ul li a::after,
  .business .nav.fixed ul li a::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #e6b422;
    border-right: 1px solid #e6b422;
    transform: rotate(45deg);
    margin: 0 0 0 20px;
    position: relative;
    top: -3px;
  }
}
/*=======================================
	はじめに（lead）
=======================================*/
.business .lead .inner {
  padding: 150px 0 40px 0;
}
.business .lead .lead-txt {
  letter-spacing: 2px;
  line-height: 160%;
}
.business .lead .img-logo {
    width: 560px;
    margin: 0 auto;
    padding: 10px 20px 50px;
	text-align: center;
}
.business .lead .img-logo img {
  width: 45%;
}
@media screen and (max-width:768px) {
.business .lead .inner {
  padding: 80px 0 40px 0;
}
.business .lead .img-logo {
    width: 90%;
    margin: 0 auto;
    padding: 5px 10px 30px;
	text-align: center;
}
.business .lead .img-logo img {
  width: 48%;
}
.business .lead .img-logo img:nth-child(2) {
  margin-top: 0px;
}}
/*=======================================
	ビジネスクラスの魅力（point）
=======================================*/
.business .point {
  color: #FFF;
  background-image: linear-gradient(#19602a, #004306);
}
.business .point h2 {
  margin: 0 0 80px 0;
}
.business .point .box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.business .point .box:last-child {
  margin: 0;
}
.business .point .box:nth-child(even) {
  flex-direction: row-reverse;
}
.business .point .txt-box {
  width: 50%;
}
.business .point .txt-box a {
  color: #e6b422;
  text-decoration: underline;
  padding: 0 3px;
  font-weight: 300;
}
.business .point .txt-box a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: bold;
  margin: 0 0 0 4px;
  font-size: 13px;
}
.business .point h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e6b422;
  background: linear-gradient(-45deg, #c89932, #fcc800, #c89932);
  -webkit-background: linear-gradient(-135deg, #c89932, #fcc800, #c89932);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business .point h3 span {
  font-size: 14px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: -5px;
  right: 0;
  background: linear-gradient(-45deg, #c89932, #fcc800, #c89932);
  -webkit-background: linear-gradient(-135deg, #c89932, #fcc800, #c89932);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business .point .txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 160%;
}
.business .point .img-box {
  width: 48%;
}
.business .point .img-box img {
  border: 2px solid #000;
}
.business .point .slider2 li span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.business .point .slider2 li span::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-top: 13px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid rgba(0, 0, 0, 0.6);
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: -26px;
}
/*Slick*/
.business .point .slick-dots {
  position: absolute;
}
.business .point .slick-dots li button:before, .business .point .slick-dots li.slick-active button:before {
  content: "■";
  color: #e6b422;
}
@media screen and (max-width:768px) {
  .business .point .box, .business .point .box:nth-child(even) {
    flex-direction: column;
  }
  .business .point .img-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .business .point .txt-box {
    width: 100%;
  }
}
/*=======================================
	ツアーを探す（tour）
=======================================*/
.business .tour {}
.business .tour .inner {
  padding: 80px 0 30px 0;
}
.business .tour .sub-ttl {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
}
/*出発地を選択*/
.dep-select-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
  background: #19602a;
  border-radius: 3px;
  padding: 10px;
}
.dep-select-wrap p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #FFF;
  margin: 0 20px 0 0;
}
.dep-select-wrap .select-box {
  height: 28px;
  background: #FFF;
}
.dep-select-wrap .select-box::after {
  font-family: "Font Awesome 5 FREE";
  content: "\f078";
  display: block;
  width: 28px;
  height: 28px;
  background: #e6b422;
  text-align: center;
  font-size: 12px;
  padding: 3px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
.dep-select-wrap select {
  height: 28px;
  padding: 0 50px 0 10px;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 1;
}
.dep-select-wrap select:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*目的地選択*/
.business .tour .tour-wrap .dest {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 0 auto;
}
.business .tour .tour-wrap .dest li {
  width: calc(100% / 5 - 20px);
  text-align: center;
  margin: 10px;
  font-size: 18px;
}
.business .tour .tour-wrap .dest li a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #19602a;
}
.business .tour .tour-wrap .dest li a:hover {
  opacity: 1;
  background: #19602a;
  color: #FFF;
}
.business .tour .tour-wrap .dest li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid #19602a;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid #19602a;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.business .tour .tour-wrap .dest li a:hover::after {
  border-bottom: 3px solid #e6b422;
  border-right: 3px solid #e6b422;
}
/*目的地別ツアーbox*/
.business .tour .dest-wrap {
  background-image: linear-gradient(#FFF, #b2cbe4);
}
.business .tour .dest-box {
  padding: 100px 0;
}
.business .tour .dest-box .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.business .tour .dest-box h3 {
  background: #FFF url(../img/pat.png);
  border: 3px solid #19602a;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 0;
  margin: 0 0 40px 0;
  color: #19602a;
  text-shadow: 2px 2px #FFF;
}
.business .tour .dest-box h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #19602a;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid #19602a;
  position: absolute;
  left: 2px;
  top: 2px;
}
.business .tour .dest-box h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid #19602a;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid #19602a;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.business .tour .dest-box .h4-head {
  display: block;
  width: fit-content;
  font-size: 14px;
  margin: 0 auto 10px auto;
  background: linear-gradient(-45deg, #c89932, #e6b422, #c89932);
  -webkit-background: linear-gradient(-135deg, #c89932, #e6b422, #c89932);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business .tour .dest-box h4 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 30px 0;
}
.business .tour .box-wrap {
  padding: 0 0 50px 0;
}
/*Slick*/
.business .tour .slick-track {
  display: flex;
}
.business .tour .slick-slide {
  height: auto !important;
}
.business .tour .slick-prev, .business .tour .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
}
.business .tour .slick-prev {
  display: block;
  content: "";
  border-top: 1px solid #004306;
  border-left: 1px solid #004306;
  transform: rotate(-45deg);
  left: -50px;
  top: 40%;
}
.business .tour .slick-next {
  display: block;
  content: "";
  border-top: 1px solid #004306;
  border-right: 1px solid #004306;
  transform: rotate(45deg);
  right: -50px;
  top: 40%;
}
.business .tour .slick-prev::before, .business .tour .slick-next::before {
  content: none;
}
/*おすすめツアー*/
.business .tour .box {
  margin: 10px;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 30, 67, 0.3);
}
.business .tour .box .txt-box {
  padding: 10px 15px 100px 15px;
}
.business .tour .txt-box h5 {
  margin: 0 0 10px 0;
  font-weight: 500;
}
.business .tour .txt-box .detail {
  margin: 0 0 10px 0;
}
.business .tour .txt-box .detail li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #004306;
  margin: 0 0 2px 0;
}
.business .tour .txt-box .detail li span {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 13px;
  background: #004306;
  color: #FFF;
  margin: 0 10px 0 0;
}
.business .tour .txt-box .txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.business .tour .box .price {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px 0;
  text-align: center;
  color: #004306;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 40px;
  left: 10px;
}
.business .tour .box .price span {
  display: block;
  font-size: 18px;
  color: #FF3300;
  border-top: 1px dotted #004306;
  padding: 3px 0 0 0;
}
.business .tour .box .tour-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.business .tour .box .tour-btn a {
  display: block;
  height: 42px;
  line-height: 40px;
  background: #004306;
  color: #FFF;
}
.business .tour .box .tour-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e6b422;
  border-left: 1px solid #e6b422;
  transform: rotate(135deg);
  position: relative;
  top: -1px;
  right: -5px;
}
/*その他のツアー一覧へボタン*/
.business .tour .dest-box .btn-othertour {
  max-width: 600px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}
.business .tour .dest-box .btn-othertour a {
  display: block;
  background-image: linear-gradient(120deg, #003f8e 10%, #678dcf 50%, #4753a2, #003f8e 90%);
  color: #FFF;
  padding: 10px 0;
}
.business .tour .dest-box .btn-othertour a span {
  margin: 0 10px 0 0;
}
.business .tour .dest-box .btn-othertour a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #e6b422;
  border-left: 1px solid #e6b422;
  transform: rotate(135deg);
  position: relative;
  top: -1px;
  right: -5px;
}
@media screen and (max-width:768px) {
  .business .tour .tour-wrap .dest {
    width: 100%;
  }
  .business .tour .tour-wrap .dest li {
    width: calc(100% / 2 - 20px);
  }
  .business .tour .dest-box {
    padding: 50px 0;
  }
  .business .tour .dest-box .inner {
    width: 95%;
  }
  .business .tour .box-wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .business .tour .slick-prev, .business .tour .slick-next {
    width: 30px;
    height: 30px;
  }
  .business .tour .slick-prev {
    left: -15px;
  }
  .business .tour .slick-next {
    right: -15px;
  }
  .business .tour .slick-dots {
    position: absolute;
    bottom: 25px;
  }
  .business .tour .slick-dots li button:before, .business .tour .slick-dots li.slick-active button:before {
    content: "■";
    color: #004306;
  }
  .business .tour .dest-box .btn-othertour a span {
    margin: 0;
    display: block;
  }
.business .tour .tour-wrap .dest li a:hover {
  opacity: 1;
  background: inherit;
  color: inherit;
}
.business .tour .tour-wrap .dest li a:hover::after {
  border-bottom: inherit;
  border-right: inherit;
}
}
/*=======================================
	更新日（date）
=======================================*/
.business .update {
	background-color: #b2cbe4;
	padding-bottom: 10px;
}
.business .update .update-date {
	color: #5e5e5e;
	text-align: right;
	font-size: 14px;
	padding-right: 20px;
}
@media screen and (max-width:768px) {
	.business .update .update-date {
		font-size: 11px;
	}
}
/*=======================================
	よくある質問（faq）
=======================================*/
.business .faq {
  background: #f7f6f5;
}
.business .faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
  background: #FFF;
}
.business .faq .que {
  height: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  padding: 16px 60px 15px 55px;
  border-radius: 3px;
}
.business .faq .que::after {
  content: "＋";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9;
  color: #004306;
}
.business .faq .que.active::after {
  transform: rotate(45deg);
  z-index: 9;
}
.business .faq .que span {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  line-height: 100%;
  margin: 0 20px 0 0;
  position: absolute;
  left: 15px;
  top: 10px;
  color: #004306;
}
.business .faq li:hover {
  opacity: 1;
}
.business .faq .ans {
  padding: 0 60px 15px 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.business .faq .ans span {
  padding: 6px 0 0 50px;
  display: block;
}
.business .faq .ans span.icon {
  display: inline-block;
  color: #e6b422;
  padding: 0;
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: 16px;
}
.business .faq .ans a {
  text-decoration: underline;
}
.business .faq .ans a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: bold;
  padding: 0 5px;
  color: #004306;
}
@media screen and (max-width:768px) {
  .business .faq {
    padding: 50px 0 70px 0;
  }
  .business .faq .ans {
    padding: 0 18px 20px 5px;
  }
  .business .faq .ans span.icon {
    left: 15px;
  }
}
/*=======================================
	航空会社から探す（search-airline）
=======================================*/
.business .search-airline ul {
  display: flex;
  flex-wrap: wrap;
}
.business .search-airline li {
  width: calc(100% / 3 - 30px);
  margin: 15px;
  text-align: center;
}
.business .search-airline li a {
  display: block;
  background: #FFF;
  height: 70px;
  line-height: 68px;
  border: 2px solid #19602a;
  font-size: 18px;
  color: #19602a;
}
.business .search-airline li a:hover {
  opacity: 1;
  background: #19602a;
  color: #FFF;
}
.business .search-airline li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid #19602a;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid #19602a;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.business .search-airline li a:hover::after {
  border-bottom: 4px solid #e6b422;
  border-right: 4px solid #e6b422;
}
@media screen and (max-width:768px) {
  .business .search-airline h2 {
    font-size: 22px;
  }
  .business .search-airline li {
    width: 100%;
    margin: 10px 0;
  }
.business .search-airline li a:hover {
  opacity: 1;
  background: inherit;
  color: inherit;
}
.business .search-airline li a:hover::after {
  border-bottom: inherit;
  border-right: inherit;
}
}
/*=======================================
	その他のおすすめ特集（other）
=======================================*/
.business .other ul {
  display: flex;
  justify-content: center;
}
.business .other li {
  width: calc(100% / 3 - 30px);
  margin: 15px;
  text-align: center;
  border: 1px solid #19602a;
  font-family: 'Noto Sans JP', sans-serif;
}
.business .other li a {
  display: block;
  background: #b2cbe4;
  padding: 20px 0;
  margin: 2px;
}
.business .other li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  padding: 0 0 0 10px;
}
.business .other li a:hover {
  opacity: 0.75;
  transition: 0.3s;
}
@media screen and (max-width:768px) {
  .business .other ul {
    flex-direction: column;
  }
  .business .other li {
    width: 100%;
    margin: 10px 0;
  }
	
.business .other li a:hover {
  opacity: 1;
  transition: none;
}
}