@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;700&family=Zen+Maru+Gothic:wght@400;700&display=swap');
:root {
  --white: #fff;
  --text-black: #000;
  --text-gray: #606060;
  --blue: #00c3ff;
  --yellow: #ffd700;
  --green: #00dc91;
  --pink: #ff8ed4;
  --purple: #be9bff;
  --red: #ffa550;
}

/* ------------------------------------------------------ */
/* common */
/* ------------------------------------------------------ */
body {
  margin: 0;
  letter-spacing: normal;
  overflow-x: clip;
}
#container{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
#contents{
  padding: 45px 0 60px 0 !important;
}
@media screen and (min-width: 950px) {
	section {
	  position: relative;
	  width: 750px;
	  padding: 0;
	}
}

/* ------------------------------------------------------ */
/* KV */
/* ------------------------------------------------------ */
#kvWrap {
    background: url("/ja/campaign/u25fare/images/kv_title.jpg") no-repeat;
    background-size: 100% auto;
    height: 375px;
    width: 100%;
    position: relative;
    /* margin-bottom: 60px; */
    margin: 0 auto;
}

#kvWrap h1 {
    position: relative;
    text-align: center;
    text-indent: -10000px;
}

#u25fare section {
  padding: 0 20px;
  margin: 70px auto;
}

#u25fare .rsvBtn {
  border: 2px solid #ff7850;
  border-radius: 5px;
  margin: 20px auto;
  width: 90%;
  position: relative;
    
  & a {
  color: #ff7850;
  text-decoration: none;
  font-size: .9em;
  padding: 15px 32px;
  display: block;
  word-break: keep-all;
  overflow-wrap: anywhere;
  }
}

#u25fare .rsvBtn a:before, #container #u25fare .rsvBtn a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 49%;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  transform: translateY(-50%);
}
#u25fare .rsvBtn a:before {
  right: 17px;
  border-color: transparent transparent transparent #ff7850;
}
#u25fare .rsvBtn a:after {
  right: 22px;
  border-color: transparent transparent transparent #ffffff;
}

#u25fare .rsvBtn:hover {
  opacity: 0.5;
  transition: all linear 0.1s;
}

#u25fare .readTxt p {
  color: #606060;
  font-size: 20px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 20px;
  & span {
    font-size: 15px;
  }
}

#u25fare #greatvalue h2 {
  background: url(/ja/campaign/u25fare/images/title_greatvalue.svg) no-repeat center;
  height: 100px;
}

#u25fare #useful h2 {
  background: url(/ja/campaign/u25fare/images/title_useful.svg) no-repeat center;
  height: 100px;
}

#u25fare #choice h2 {
  background: url(/ja/campaign/u25fare/images/title_choice.svg) no-repeat center;
  height: 100px;
}

#u25fare #greatvalue h2,
#u25fare #useful h2,
#u25fare #choice h2 {
  margin: 50px 0 30px;
  position: relative;
  text-indent:  -10000px;
}

#u25fare #greatvalue .ex_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  & li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 10px;
    width: 43%;
    height: 100px;
  }
  & .ex1 {
		background: url(/ja/campaign/u25fare/images/greatvalue_bg_ex1.png) no-repeat;
		background-size: contain;
	  	background-position: center;
		color: #0283ff;
	}
  & .ex2 {
		background: url(/ja/campaign/u25fare/images/greatvalue_bg_ex2.png) no-repeat;
		background-size: contain;
	  	background-position: center;
	    color: var(--yellow);
	}
  & .ex3 {
		background: url(/ja/campaign/u25fare/images/greatvalue_bg_ex3.png) no-repeat;
		background-size: contain;
	  	background-position: center;
	    color: var(--green);
	}
  & .ex4 {
		background: url(/ja/campaign/u25fare/images/greatvalue_bg_ex4.png) no-repeat;
		background-size: contain;
	  	background-position: center;
	    color: var(--pink);
	}
  & .exRoot {
	    font-weight: bold;
	    position: relative;
	    top: 10%;
	    left: 21%;
	}
  & .exFare {
	    font-size: 2.4em;
	    font-weight: bold;
	    position: relative;
	    top: 6%;
	    left: 16%;
	    letter-spacing: -1px;
		span {
		  font-size: .6em !important;
		  margin-left: 4px;
		 }
	}

}

#u25fare #greatvalue .ex_list .ex4 .exRoot {
	margin-left: -8px;
}

/* ブラウザ幅400pxまでの表示 */
@media screen and (max-width: 400px) {
	#u25fare #greatvalue .ex_list {
	.exRoot {
	   top: 13%;
	   /* left: 14%; */
	  }
	.exFare {
       font-size: 2.2em;
       top: 8%;
       left: 17%;
   }
	}
}

/* ブラウザ幅360pxまでの表示 */
@media screen and (max-width: 360px) {
	#u25fare #greatvalue .ex_list {
		  & li {
		    margin: 5px 10px;
		    width: 42%;
		    height: 71px;
		  }
		.exRoot {
		   top: 1%;
		   left: 13%;
		  }
		.exFare {
		   font-size: 2em;
		   top: -7%;
		   left: 15%;
		  }
	}
}

#u25fare #useful .useful_list {
  & li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    vertical-align: middle;
    align-items: center;
	justify-content: center;
    padding: 20px 0;
  }
  & li:first-child { /* 点線 */
    background-image: radial-gradient(circle, #0083ff 2.5px, transparent 2.5px), radial-gradient(circle, #0083ff 2.5px, transparent 2.5px);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 15px 5px;
  }
  & li:nth-child(n+2) { /* 点線 */
    background-image: radial-gradient(circle, #0083ff 2.5px, transparent 2.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 15px 5px;
    }
  & .icon {
    height: auto;
    margin-right: 20px;
    width: 50px;
	display: flex;
    align-items: center;
    }
  & .text {
    font-size: 1.1em;
    letter-spacing: .1em;
    }
 }

/* ブラウザ幅360pxまでの表示 */
@media screen and (max-width: 380px) {
	#u25fare #useful .useful_list .text {
	  font-size: 1em;
  }
}


#u25fare .info-table {
  margin: 20px auto;
}
#u25fare .info-table th {
  text-align: center;
  vertical-align: top;
  width: 35%;
}
#u25fare .info-table th span {
  border: 1px solid;
  display: block;
  padding: 2px;
  margin-right: 10px;
}
#u25fare .info-table th,
#u25fare .info-table td {
  padding: 5px 0;
}

/* sns */
.snsBlock {
  margin: auto;
  text-align: center;
  & h2 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
  }
  .snsLink {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    & li {
      width: 60px;
      height: auto;
    }
  }
}
.snsSection { /* 共通フッターのSNSリンク非表示 */
  display: none;
}


/* ------------------------------------------------------ */
/* fare List */
/* ------------------------------------------------------ */
/* Tab */
#u25fare .b_tab_wrap {
  padding-bottom: 30px;
  margin: 30px auto;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt"; 
}

#u25fare .b_tab_list {
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#u25fare .b_tab_list {
  label.blue {
	  border: solid 2px var(--blue);
  }
  label.yellow {
	  border: solid 2px var(--yellow);
  }
  label.green {
	  border: solid 2px var(--green);
  }
  label.pink {
	  border: solid 2px var(--pink);
  }
  label.purple{
	  border: solid 2px var(--purple);
  }
  label.red {
	  border: solid 2px var(--red);
  }
  label {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 11px 1px;
  background: var(--white);
  border-radius: 36px;
  color: var(--text-gray);
  font-size: .9em;
  line-height: 1;
  text-align: center;
  cursor:pointer;
  transition: .3s;
  width: 30%;
  & span {
    font-size: 0.8em;
    margin-left: 3px;
    }
  }
  label:hover {
	transform: translateY(-4px);
  }
}

/* ブラウザ幅400pxまでのラベル表示 */
@media screen and (max-width: 400px) {
	#u25fare .b_tab_list label {
	  font-size: .8em;
	  width: 30%;
	 }
}

/* ブラウザ幅360pxまでのラベル表示 */
@media screen and (max-width: 360px) {
	#u25fare .b_tab_list label {
	  font-size: 13px;
	  width: 46%;
  }
}

#u25fare .b_tab_area {
	.blue.active {
	background: var(--blue);
	border: solid 2px var(--blue);
	color: var(--text-gray);
  }
	.yellow.active {
	background: var(--yellow);
	border: solid 2px var(--yellow);
	color: var(--text-gray);
  }
	.green.active {
	background: var(--green);
	border: solid 2px var(--green);
	color: var(--text-gray);
  }
	.pink.active {
	background: var(--pink);
	border: solid 2px var(--pink);
	color: var(--text-gray);
  }
	.purple.active {
	background: var(--purple);
	border: solid 2px var(--purple);
	color: var(--text-gray);
  }
	.red.active {
	background: var(--red);
	border: solid 2px var(--red);
	color: var(--text-gray);
  }
}

#u25fare .b_tab_area label:not(.active):hover{
  box-shadow: 0px 2px 2px 0px var(--gray06);
  transition: all linear 0.1s;
}

/* tab_panel */
#u25fare .b_panel_area {
  width: 100%;
	h3 {
	  position: relative;
	  display: inline-block;
	  margin: 30px auto;
	  padding: 5px;
	  color: var(--text-gray);
	  font-size: 1.3em;
	  width: 100%;
	  &::before {
              content: '';
              display: inline-block;
              width: 19px;
              height: 19px;
              background: url(/ja/campaign/images/ico_flight1.svg) no-repeat;
              background-size: contain;
              vertical-align: middle;
              margin: -4px 8px 0 4px;
              filter: brightness(0) saturate(100%) invert(39%) sepia(24%) saturate(0%) hue-rotate(189deg) brightness(83%) contrast(79%);
            }
	 }
	h4 {
	  text-align: center;
	  color: var(--text-gray);
	  font-size: 1.3em;
	  margin-bottom: 10px;
	}
	& #dep_cts h3 { background-color: var(--blue);}
	& #dep_sdj h3 { background-color: var(--yellow);}
	& #dep_ibr h3 { background-color: var(--green);}
	& #dep_hnd h3 { background-color: var(--pink);}
	& #dep_ngo h3 { background-color: var(--purple);}
	& #dep_ukb h3 { background-color: var(--red);}
	& #dep_fuk h3 { background-color: var(--yellow);}
	& #dep_ngs h3 { background-color: var(--green);}
	& #dep_koj h3 { background-color: var(--blue);}
	& #dep_asj h3 { background-color: var(--purple);}
	& #dep_oka h3 { background-color: var(--red);}
	& #dep_shi h3 { background-color: var(--pink);}
}

#u25fare .b_tab_panel { display:none;}
#u25fare .b_tab_panel.active { display:block;}
#u25fare .b_tab_panel_area { text-align: center;}


/* 運賃カード */
#u25fare .b_panel_area {
	.flight_card_list li {
	margin-bottom: 20px;
	}
	a {
	text-decoration: none;
	font-weight: normal;
	}
	.flight_card_container:hover {
	transform: translateY(-4px);
	}
	.flight_card_container {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: .3s;
		.direct {
			padding: 22px 0;
		}
		.notes {
			position: absolute;
			right: 10px;
			bottom: 5px;
			background-color: #fff;
			color: var(--text-gray);
		}
  }
  #dep_cts .flight_card_container,
  #dep_koj .flight_card_container {
	border: 2px solid var(--blue);
  }
  #dep_sdj .flight_card_container,
  #dep_fuk .flight_card_container {
	border: 2px solid var(--yellow);
  }
  #dep_ibr .flight_card_container,
  #dep_ngs .flight_card_container {
	border: 2px solid var(--green);
  }
  #dep_hnd .flight_card_container,
  #dep_shi .flight_card_container {
	border: 2px solid var(--pink);
  }
  #dep_ngo .flight_card_container,
  #dep_asj .flight_card_container {
	border: 2px solid var(--purple);
  }
  #dep_ukb .flight_card_container,
  #dep_oka .flight_card_container {
	border: 2px solid var(--red);
  }
}

#u25fare .b_panel_area .flight_card_location {
    width: 155px;
    text-align: left;
    font-size: .9em;
    color: var(--text-gray);
    flex-shrink: 0;
    line-height: 1.3em;
}

#u25fare .b_panel_area .flight_card_details {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2px;
    position: relative;
}

#u25fare .b_panel_area {
	.flight_card_details::before {
    content: '';
    position: absolute;
    top: -25%;
    bottom: -25%;
    left: -37px;
    width: 50px;
    border-radius: 50%;
  }
  #dep_cts .flight_card_details::before,
  #dep_koj .flight_card_details::before {
	border-left: 2px solid var(--blue);
  }
  #dep_sdj .flight_card_details::before,
  #dep_fuk .flight_card_details::before {
	border-left: 2px solid var(--yellow);
  }
  #dep_ibr .flight_card_details::before,
  #dep_ngs .flight_card_details::before {
	border-left: 2px solid var(--green);
  }
  #dep_hnd .flight_card_details::before,
  #dep_shi .flight_card_details::before {
	border-left: 2px solid var(--pink);
  }
  #dep_ngo .flight_card_details::before,
  #dep_asj .flight_card_details::before {
	border-left: 2px solid var(--purple);
  }
  #dep_ukb .flight_card_details::before,
  #dep_oka .flight_card_details::before {
	border-left: 2px solid var(--red);
  }
}

#u25fare .b_panel_area {
  .flight_card_prices {
  font-size: 17px;
  line-height: 1.9;
  color: var(--text-gray);
    span {
      font-weight: bold;
      color: #E95295;
      margin-left: 3px;
    }
  }
  #dep_cts .flight_card_prices span,
  #dep_koj .flight_card_prices span {
	color: var(--blue);
  }
  #dep_sdj .flight_card_prices span,
  #dep_fuk .flight_card_prices span {
	color: var(--yellow);
  }
  #dep_ibr .flight_card_prices span,
  #dep_ngs .flight_card_prices span {
	color: var(--green);
  }
  #dep_hnd .flight_card_prices span,
  #dep_shi .flight_card_prices span {
	color: var(--pink);
  }
  #dep_ngo .flight_card_prices span,
  #dep_asj .flight_card_prices span {
	color: var(--purple);
  }
  #dep_ukb .flight_card_prices span,
  #dep_oka .flight_card_prices span {
	color: var(--red);
  }
}

#u25fare .b_panel_area {
	.flight_card_button {
    color: var(--text-gray);
    text-decoration: none;
    padding: 6px 14px 6px 4px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.3s;
  }
  #dep_cts .flight_card_button,
  #dep_koj .flight_card_button {
	background-color: var(--blue);
  }
  #dep_sdj .flight_card_button,
  #dep_fuk .flight_card_button {
	background-color: var(--yellow);
  }
  #dep_ibr .flight_card_button,
  #dep_ngs .flight_card_button {
	background-color: var(--green);
  }
  #dep_hnd .flight_card_button,
  #dep_shi .flight_card_button {
	background-color: var(--pink);
  }
  #dep_ngo .flight_card_button,
  #dep_asj .flight_card_button {
	background-color: var(--purple);
  }
  #dep_ukb .flight_card_button,
  #dep_oka .flight_card_button {
	background-color: var(--red);
  }
}
#u25fare .b_panel_area .flight_card_button::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--text-gray);
  border-right: 1px solid var(--text-gray);
  transform: rotate(45deg);
}

/* ブラウザ幅400pxまでのカード表示 */
@media screen and (max-width: 400px) {
#u25fare .b_panel_area .flight_card_details::before {
    left: -12px;
    width: 37px;
  }
#u25fare .b_panel_area .flight_card_details {
    padding-left: 0px;
    margin-left: -46px;
  }
}

/* ブラウザ幅340pxまでのカード表示 */
@media screen and (max-width: 360px) {
#u25fare .b_panel_area,
#u25fare .b_panel_area .flight_card_prices {
    font-size: 13px;
  }
}

#u25fare .txt_s{
  font-size: 15px;
  margin-left: 3px;
}


/* ------------------------------------------------------ */
/* section_banner */
/* ------------------------------------------------------ */
#section_banner {
  margin-top: 50px;
  position: relative;
  padding: 0 20px;
  & ul.banner_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    .hajimete {
      border: 1px solid #e2e2e2;
    }
  }
}

/* ------------------------------------------------------ */
/* PC表示 */
/* ------------------------------------------------------ */
@media screen and (min-width: 750px) {
	
#kvWrap.pc {
    background: url(https://www.skymark.co.jp/ja/campaign/u25fare/images/kv_bg.jpg) no-repeat;
    background-size: 100% auto;
    height: 300px;
    width: 100%;
    position: relative;
}
	
#u25fare section {
  padding: 0 20px;
  margin: 70px auto;
}

#u25fare .rsvBtn {
  border: 2px solid #ff7850;
  border-radius: 5px;
  margin: 50px auto;
  width: 90%;
  position: relative;
  & a {
  color: #ff7850;
  text-decoration: none;
  font-size: 1.4em;
  padding: 15px 32px;
  display: block;
  word-break: keep-all;
  overflow-wrap: anywhere;
  }
}

#u25fare .rsvBtn a:before, #container #u25fare .rsvBtn a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 49%;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  transform: translateY(-50%);
}
#u25fare .rsvBtn a:before {
  right: 17px;
  border-color: transparent transparent transparent #ff7850;
}
#u25fare .rsvBtn a:after {
  right: 22px;
  border-color: transparent transparent transparent #ffffff;
}

#u25fare .rsvBtn:hover {
  opacity: 0.5;
  transition: all linear 0.1s;
}

#u25fare .readTxt p {
  color: #606060;
  font-size: 1.6em;
  line-height: 1.8em;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  & span {
    font-size: 15px;
  }
}

#u25fare #greatvalue h2 {
  background: url(/ja/campaign/u25fare/images/title_greatvalue.svg) no-repeat center;
  height: 150px;
}

#u25fare #useful h2 {
  background: url(/ja/campaign/u25fare/images/title_useful.svg) no-repeat center;
  height: 150px;
}

#u25fare #choice h2 {
  background: url(/ja/campaign/u25fare/images/title_choice.svg) no-repeat center;
  height: 150px;cccccbtfddjjrnudcfveegtidhlfnkllrnuegndudeff
	
}

#u25fare #greatvalue h2,
#u25fare #useful h2,
#u25fare #choice h2 {
  margin: 50px 0 30px;
  position: relative;
  text-indent:  -10000px;
}

#u25fare #greatvalue .ex_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  & li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 10px;
    width: 47%;
    height: 157px;
  }
  & .exRoot {
        font-size: 1.8em;
        font-weight: bold;
        position: relative;
        top: 1%;
        left: 26%;
 }
  & .exFare {
	    font-size: 4.6em;
	    font-weight: bold;
	    position: relative;
	    top: -5%;
	    left: 20%;
	    letter-spacing: -1px;
	  & span {
		  font-size: .6em !important;
		  margin-left: 4px;
		 }
	}

}

#u25fare #greatvalue .ex_list .ex4 .exRoot {
	margin-left: -8px;
}


#u25fare #useful .useful_list {
  & li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    vertical-align: middle;
    justify-content: center;
	align-items: center;
	padding: 20px 0;
  }
  & .icon {
    /* height: auto; */
    margin-right: 15px;
    width: 90px;
    display: flex;
    align-items: center;
    }
  & .text {
    font-size: 2rem;
    letter-spacing: .1em;
    }
 }


#u25fare .info-table {
  margin: 20px auto;
}
#u25fare .info-table th {
  text-align: center;
  vertical-align: top;
  width: 35%;
}
#u25fare .info-table th span {
  border: 1px solid;
  display: block;
  padding: 2px;
  margin-right: 10px;
}
#u25fare .info-table th,
#u25fare .info-table td {
  padding: 5px 0;
}

/* ------------------------------------------------------ */
/* fare List */
/* ------------------------------------------------------ */
/* Tab */
#u25fare .b_tab_wrap{
  padding: 30px 0 0;
  margin: 30px auto;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt"; 
}

#u25fare .b_tab_list {
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#u25fare .b_tab_list {
  label {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 11px 1px;
  background: var(--white);
  border-radius: 36px;
  color: var(--text-gray);
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  cursor:pointer;
  transition: .3s;
  width: 23%;
  & span {
    font-size: 0.8em;
    margin-left: 3px;
    }
  }
  label:hover {
	transform: translateY(-4px);
  }
}


/* tab_panel */
#u25fare .b_panel_area {
  width: 100%;
  
  
	h3 {
	  position: relative;
	  display: inline-block;
	  margin: 30px auto;
	  padding: 5px;
	  color: var(--text-gray);
	  font-size: 2.2em;
	  width: 100%;
	  
	  &::before {
              content: '';
              display: inline-block;
              width: 30px;
              height: 31px;
              background: url(/ja/campaign/images/ico_flight1.svg) no-repeat;
              background-size: contain;
              vertical-align: middle;
              margin: -4px 8px 0 4px;
              filter: brightness(0) saturate(100%) invert(39%) sepia(24%) saturate(0%) hue-rotate(189deg) brightness(83%) contrast(79%);
            }
	 }
	h4 {
	  text-align: center;
	  color: var(--text-gray);
	  font-size: 1.3em;
	  margin-bottom: 10px;
	}
}


/* 運賃カード */
#u25fare .b_panel_area {
	.flight_card_list li {
	margin-bottom: 20px;
	}
	a {
	text-decoration: none;
	font-weight: normal;
	}
	.flight_card_container:hover {
	transform: translateY(-4px);
	}
	.flight_card_container {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: .3s;
		.direct {
			padding: 20px 0 20px 180px;
		}
		.notes {
			position: absolute;
			right: 10px;
			bottom: 5px;
			background-color: #fff;
			color: var(--text-gray);
		}
  }
}

#u25fare .b_panel_area .flight_card_location {
    width: 25%;
    text-align: left;
    font-size: 2.4rem;
    color: var(--text-gray);
    flex-shrink: 0;
    line-height: 1em;
}

#u25fare .b_panel_area .flight_card_details {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 180px;
    position: relative;
}

#u25fare .b_panel_area {
	.flight_card_details::before {
    content: '';
    position: absolute;
    top: -25%;
    bottom: -25%;
    left: 70px;
    width: 50px;
    border-radius: 50%;
  }
}

#u25fare .b_panel_area {
  .flight_card_prices {
  font-size: 2.4rem;
  line-height: 1.9;
  color: var(--text-gray);
    span {
      font-weight: bold;
      margin-left: 3px;
    }
  }
}

#u25fare .b_panel_area {
	.flight_card_button {
    color: var(--text-gray);
    text-decoration: none;
    padding: 6px 20px 6px 8px;
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.3s;
    position: relative;
  }
}
#u25fare .b_panel_area .flight_card_button::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--text-gray);
  border-right: 1px solid var(--text-gray);
  transform: rotate(45deg);
}

#u25fare .txt_s{
  font-size: 0.7em;
  margin-left: 3px;
}


/* ------------------------------------------------------ */
/* section_banner */
/* ------------------------------------------------------ */
#section_banner {
  margin-top: 50px;
  position: relative;
  & ul.banner_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    .hajimete {
      border: 1px solid #e2e2e2;
    }
  }
}