@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Geneva, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

img, svg {
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

a {
  color: #0074BD;
  text-decoration: none;
  transition: color 0.3s;
}
a img {
  border: none;
}

ol, ul {
  list-style: none;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0em;
  padding: 1.25rem 0;
}

.u-for-pc {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .u-for-pc {
    display: inline-block;
  }
}

.u-for-sp {
  display: block;
}
@media screen and (min-width: 48.0625em) {
  .u-for-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .u-pc {
    display: inline-block;
  }
}

.u-sp {
  display: inline-block;
}
@media screen and (min-width: 48.0625em) {
  .u-sp {
    display: none;
  }
}

.next-month {
  color: #0074BE;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 12px;
  right: 36px;
}

.previous-month {
  color: #0074BE;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 12px;
  left: 36px;
}

/*-------------------------------------
  パンくず調整
-------------------------------------*/
.wrap_breadcrumb_microdata .inner_breadcrumb {
  width: 100%;
  margin: 0 auto;
}

.wrap_breadcrumb_microdata .breadcrumb_list {
  padding-left: 1rem;
}

/*-------------------------------------
  contents-fv-main
-------------------------------------*/
.contents-fv-main {
  background-size: cover;
  opacity: 1;
  margin: 0;
}
.contents-fv-main .contents-main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1em;
  min-height: auto;
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
  background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
  background: url(https://img2.tour.l-tike.com/contents/flights/lowest-price/img/pc_fv01.png) no-repeat center center;
  background-size: cover;
  background-position: 53% 40%;
}
@media screen and (min-width: 48.0625em) {
  .contents-fv-main .contents-main {
    padding-bottom: 1.5em;
  }
}
.contents-fv-main .contents-main .page-fv__heading_wrapper {
  width: 100%;
  margin: 0 auto;
}
.contents-fv-main .contents-main .page-fv__heading {
  padding: 1rem 0.875rem 0;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (min-width: 48.0625em) {
  .contents-fv-main .contents-main .page-fv__heading {
    padding: 1.625rem 2rem 0;
    font-size: 1.625rem;
  }
}

.wrap_contents {
  padding: 0 1rem 2.5rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 48.0625em) {
  .wrap_contents {
    max-width: 1200px;
    padding: 0 1.5rem 2.5rem;
  }
}

.calendar_contents {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0;
}
@media screen and (min-width: 25.9375em) {
  .calendar_contents {
    padding: 0 1rem 1rem;
  }
}
@media screen and (min-width: 48.0625em) {
  .calendar_contents {
    max-width: 1200px;
    padding: 0 1.5rem 0;
  }
}
@media screen and (max-width: 25.875em) {
  .calendar_contents .Category-Title h2.contents-title {
    margin: 0 1rem 1rem;
  }
}
.calendar_contents__text {
  font-size: 0.6875rem;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (min-width: 48.0625em) {
  .calendar_contents__text {
    font-size: 1rem;
    padding: 1rem 0 0 0;
  }
}

.TopMain {
  padding: 0 0.5em;
  margin-top: 1.5em;
}
@media screen and (min-width: 48.0625em) {
  .TopMain {
    margin-top: 2.5em;
  }
}
.TopMain__box {
  text-align: center;
  width: 100%;
  max-width: 1184px;
  border-radius: 0.25em;
  background: rgba(0, 0, 0, 0.45);
  padding: 1em;
  margin: 0 auto;
}
@media screen and (min-width: 48.0625em) {
  .TopMain__box {
    padding: 1.5em;
  }
}
.TopMain__box p {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 20.625em) {
  .TopMain__box p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48.0625em) {
  .TopMain__box p {
    font-size: 2rem;
  }
}
.TopMain__box ul {
  color: #fff;
  padding-top: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48.0625em) {
  .TopMain__box ul {
    padding-top: 1em;
  }
}
.TopMain__box ul li {
  line-height: 1.2;
}
.TopMain__box ul li.name {
  font-size: 0.75rem;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
}
@media screen and (min-width: 48.0625em) {
  .TopMain__box ul li.name {
    font-size: 1.375rem;
    margin-right: 1rem;
  }
}
.TopMain__box ul li.price {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 20.625em) {
  .TopMain__box ul li.price {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 48.0625em) {
  .TopMain__box ul li.price {
    font-size: 3rem;
  }
}

/*-------------------------------------
  PAGE TOP scroll-top
-------------------------------------*/
#scroll-top {
  position: fixed;
  right: 0;
  bottom: 1em;
  width: 3.5em;
  z-index: 20000;
}
#scroll-top a {
  display: block;
  background: #0074be;
  color: #FFF;
  border-radius: 100% 0 0 100%;
  padding: 0.5em 0 0.5em 1.2em;
  font-size: 0.8em;
}

/*----------------------------------------------
  Category-Title
----------------------------------------------*/
.Category-Title {
  padding-top: 1.5rem;
}
@media screen and (min-width: 48.0625em) {
  .Category-Title {
    padding-top: 2rem;
  }
}
.Category-Title h2 {
  border-left: 8px solid #0074BD;
  padding: 0.125rem 0 0.125rem 0.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 48.0625em) {
  .Category-Title h2 {
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.Category-Title__text {
  font-size: 1.25rem;
  font-weight: bold;
}
.Category-Title.none {
  padding: 3.75rem 0 0;
}
@media screen and (max-width: 48.0625em) {
  .Category-Title.none {
    padding: 1.5rem 0 0;
  }
}
@media screen and (max-width: 29.125em) {
  .Category-Title.none {
    padding: 0.5rem 0 0;
  }
}

/*-------------------------------------
  発の空港名→着の空港名のフライト情報 title03
-------------------------------------*/
.route-data {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  padding-bottom: 1rem;
}
@media screen and (min-width: 51.875em) {
  .route-data {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 1.75rem;
  }
}
.route-data__list {
  background: #F6F6F6;
  border: 1px solid #A9A9A9;
  padding: 1.125em 1em;
}
.route-data__list .List {
  display: flex;
  align-items: center;
}
.route-data__list .List li {
  display: flex;
  font-size: 1rem;
}
.route-data__list .List li img {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 48.0625em) {
  .route-data__list .List li img {
    width: 18px;
    height: 18px;
  }
}
.route-data__list .List li:first-child {
  padding-right: 0.5em;
}
.route-data__list .List li:nth-child(2) {
  font-size: 0.875rem;
}
@media screen and (min-width: 56.875em) {
  .route-data__list .List li:nth-child(2) {
    font-size: 1rem;
  }
}
.route-data__list .List li:last-child {
  margin: 0 0 0 auto;
  font-weight: bold;
  padding: 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 56.875em) {
  .route-data__list .List li:last-child {
    font-size: 1.25rem;
  }
}
.route-data__list .List li .list-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
  padding-bottom: 1rem;
}
.route-data__list .List li .list-image li img {
  width: 86px;
  height: auto;
}
.route-data__list .List01 {
  display: flex;
}
@media screen and (min-width: 48.0625em) {
  .route-data__list .List01 {
    display: block;
  }
}
.route-data__list .List01 li {
  display: flex;
  align-items: center;
}
.route-data__list .List01 li img {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 48.0625em) {
  .route-data__list .List01 li img {
    width: 22px;
    height: 22px;
  }
}
.route-data__list .List01 li:first-child {
  padding: 0 0.5em 0 0;
}
@media screen and (min-width: 48.0625em) {
  .route-data__list .List01 li:first-child {
    padding: 0 0.5em 0.6875em 0;
  }
}
.route-data__list .List01 li__bold {
  font-weight: bold;
}
@media screen and (min-width: 48.0625em) {
  .route-data__list .List01 li__bold {
    margin: 0;
  }
}
.route-data__list .List02 {
  margin-top: 0.25em;
}
.route-data__list .List02 .airport-line {
  display: flex;
  justify-content: left;
}
@media screen and (min-width: 48.0625em) {
  .route-data__list .List02 .airport-line {
    justify-content: space-between;
  }
}
.route-data__list .List02 .airport-line a:first-child {
  margin: auto 0 0 0;
  padding-right: 1.5em;
  font-weight: bold;
}
@media screen and (min-width: 48.0625em) {
  .route-data__list .List02 .airport-line a:first-child {
    padding-right: 0;
  }
}
.route-data__list .list-image {
  display: flex;
  gap: 0.125rem 0.5rem;
  flex-wrap: wrap;
  max-width: 100%;
  padding-top: 0.375em;
}
.route-data__list .list-image li img {
  width: 70px;
  height: auto;
}
.route-data__list.box {
  padding: 0.5em 2em 0.5em 0.5em;
}

/*----------------------------------------------
  東京発の国内格安航空券の探し方 title05
----------------------------------------------*/
.search-contents {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 48.0625em) {
  .search-contents {
    padding-bottom: 1.75rem;
  }
}
.search-contents p {
  padding-bottom: 1rem;
}
.search-contents p.last {
  padding: 0;
}
.search-contents dl {
  background: #F6F6F6;
  padding: 1em;
}
.search-contents dl dt {
  font-weight: bold;
}
.search-contents dl dd {
  padding-bottom: 2rem;
}
.search-contents dl dd:last-child {
  padding: 0;
}

/*-------------------------------------
  発の空港名のターミナル情報 title07
-------------------------------------*/
.summary-contents {
  padding-bottom: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .summary-contents {
    padding-bottom: 1.75rem;
  }
}
.summary-contents__box {
  padding-bottom: 2.25rem;
}
.summary-contents__box dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  font-size: 0.875rem;
}
.summary-contents__box dl.title_gray {
  background: #F6F6F6;
  border-top: 1px solid #e7e7e7;
  font-weight: bold;
}
.summary-contents__box dl dt {
  display: flex;
  align-items: center;
  width: 31%;
  padding: 0.5em;
  font-size: 0.75rem;
}
@media screen and (min-width: 48.0625em) {
  .summary-contents__box dl dt {
    font-size: 1rem;
    width: 23%;
  }
}
.summary-contents__box dl dd {
  padding: 0.5em;
  border-left: 1px solid #e7e7e7;
  font-size: 0.75rem;
}
@media screen and (min-width: 48.0625em) {
  .summary-contents__box dl dd {
    font-size: 1rem;
  }
}
.summary-contents__box .title_list p {
  font-weight: bold;
}
.summary-contents__box .list {
  display: block;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  .summary-contents__box .list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
  }
}
.summary-contents__box .list p {
  display: flex;
  align-items: center;
  padding: 0 0 0.125em 0;
}
@media screen and (min-width: 48.0625em) {
  .summary-contents__box .list p {
    padding-right: 0.625em;
  }
}
.summary-contents__box .list p img {
  width: 65px;
}
.summary-contents__box .list p span {
  padding-left: 0.5em;
}
.summary-contents__box .list p span a {
  text-decoration: underline;
}
.summary-contents__box .list p:last-child {
  padding: 0;
}
.summary-contents .title {
  font-size: 1.125rem;
  padding: 0 0 0.625em 0;
  font-weight: bold;
  display: inline-block;
  background-position: left -100% center;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #D1EBFF 50%, #D1EBFF 50%);
}
.summary-contents .text {
  padding-bottom: 1.5em;
}
.summary-contents .text.last {
  padding: 0;
}

/*----------------------------------------------
  東京発国内航空券の予約でよくある質問 title12&title13
----------------------------------------------*/
.airport-explanation {
  padding-bottom: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .airport-explanation {
    padding-bottom: 1.75rem;
  }
}
.airport-explanation__content__faq {
  margin: 1rem auto;
}
.airport-explanation__content__faq li {
  line-height: 1.75;
}
.airport-explanation__content__faq li .question {
  position: relative;
  padding: 1em 2.8125em 1em 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000;
  background: #F6F6F6;
}
.airport-explanation__content__faq li .question::after {
  position: absolute;
  content: "";
  right: 16px;
  top: -3px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 4px solid #0074BE;
  border-right: 4px solid #0074BE;
  transform: rotate(-45deg);
}
.airport-explanation__content__faq li .question:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .airport-explanation__content__faq li .question:hover {
    opacity: 1;
  }
}
.airport-explanation__content__faq li .question p {
  line-height: 1.4;
}
.airport-explanation__content__faq li .active::after {
  top: 0;
  transform: rotate(135deg);
}
.airport-explanation__content__faq li .answer {
  display: none;
  padding: 1em;
  color: #000;
  background: #fff;
}
.airport-explanation__content__faq li .answer p {
  font-size: 0.875rem;
}
.airport-explanation__content__faq:last-child {
  margin: 0;
}

/*-------------------------------------
  発の空港名の国内格安航空券・飛行機チケットを見る 
  title14
-------------------------------------*/
.view-tickets__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .view-tickets__contents {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 1.75rem;
  }
}
@media screen and (min-width: 56.875em) {
  .view-tickets__contents {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.view-tickets__contents a {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  color: #196FB9;
  background-color: #fff;
  border: 1px solid #196FB9;
  padding: 0.5em 0.75em;
  border-radius: 0.3125rem;
}
.view-tickets__contents a::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 4px #196FB9;
  border-right: solid 4px #196FB9;
  transform: rotate(45deg);
  right: 16px;
  top: 50%;
  bottom: 50%;
  margin-top: -0.3125em;
}
.view-tickets__contents a ul {
  display: flex;
}
.view-tickets__contents a ul li {
  font-size: 0.875rem;
  padding: 0 0.25em;
  font-weight: bold;
}
.view-tickets__contents a ul li:nth-child(2) {
  margin-top: -0.125em;
}
.view-tickets__contents a ul li:nth-child(2) img {
  width: 12px;
  height: 12px;
}

/*----------------------------------------------
  カレンダー
----------------------------------------------*/
.calendar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .calendar-container {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
}

.calendar-area {
  padding-top: 1rem;
}
.calendar-area::before {
  content: "";
  display: table;
  width: 100%;
}
.calendar-area::after {
  content: "";
  display: table;
  width: 100%;
}
.calendar-area .padding-table {
  margin-right: 2.9%;
}
.calendar-area table.calendar-box {
  width: 48.5%;
  float: left;
}
@media screen and (max-width: 767px) {
  .calendar-area table.calendar-box {
    width: 100%;
    float: none;
  }
}
.calendar-area table.calendar-box td:first-child a,
.calendar-area table.calendar-box th:first-child,
.calendar-area table.calendar-box td.disabled:first-child a,
.calendar-area table.calendar-box th.disabled:first-child {
  background: #FFEEF3;
}
.calendar-area table.calendar-box td:last-child a,
.calendar-area table.calendar-box th:last-child,
.calendar-area table.calendar-box td.disabled:last-child:hover a,
.calendar-area table.calendar-box th.disabled:last-child:hover {
  background: #ECF7FF;
}
.calendar-area table.calendar-box tr th {
  padding: 0.1875em;
  text-align: center;
  width: 14%;
  font-weight: normal;
}
.calendar-area table.calendar-box tr th.sat {
  background: #ECF7FF;
}
.calendar-area table.calendar-box tr th.sun {
  background: #FFEEF3;
  color: #000;
}
.calendar-area table.calendar-box tr th.border-hide {
  background: transparent;
  border-top: hidden;
  border-left: hidden;
  border-right: hidden;
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .calendar-area table.calendar-box tr th.border-hide {
    position: inherit;
  }
}
.calendar-area table.calendar-box tr td {
  background: #fff;
  font-size: 90%;
  line-height: 1;
  padding: 0;
  text-align: center;
  vertical-align: top;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .calendar-area table.calendar-box tr td {
    height: 50px;
  }
}
.calendar-area table.calendar-box tr td a {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 0.625rem 0;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 48.0625em) {
  .calendar-area table.calendar-box tr td a {
    font-size: 1.5rem;
  }
}
.calendar-area table.calendar-box tr td span.price {
  font-size: 0.5625rem;
  font-weight: 400;
  color: #000;
  margin: 0 0.42em;
  padding-top: 0.3125rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 20.375em) {
  .calendar-area table.calendar-box tr td span.price {
    font-size: 0.53125rem;
  }
}
@media screen and (min-width: 48.0625em) {
  .calendar-area table.calendar-box tr td span.price {
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.calendar-area table.calendar-box tr td span.price.red {
  color: #ff0000;
  font-weight: bold;
}
.calendar-area table.calendar-box tr td span.price.brue {
  color: #0074BE;
  font-weight: bold;
}
.calendar-area table.calendar-box tr td.disabled {
  pointer-events: none;
}
.calendar-area table.calendar-box tr td.disabled span {
  color: #A9A9A9;
}
.calendar-area table.calendar-box tr td:first-child {
  border-left: none;
  background: #FFEEF3;
  color: #000;
}
.calendar-area table.calendar-box tr td:last-child {
  border-left: none;
  background: #ECF7FF;
}
.calendar-area table.calendar-box .ad_month {
  padding: 0.25em 0;
  margin: 0.375em 0 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.calendar-area table.calendar-box span.small {
  font-size: 1.125rem;
}
.calendar-area a.prev {
  float: left;
}
.calendar-area a.next {
  float: right;
}
.calendar-area a.next,
.calendar-area a.prev {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
}
.calendar-area a.next img {
  width: 18px;
  height: 46px;
  margin-right: 0.5em;
}
.calendar-area a.prev img {
  width: 18px;
  height: 46px;
  margin-left: 0.5em;
}
.calendar-area table,
.calendar-area td,
.calendar-area th,
.calendar-area tr {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000;
}

/*-------------------------------------
  カレンダーテキスト箇所
-------------------------------------*/
.Calendar-Title {
  padding-top: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .Calendar-Title {
    padding-top: 2rem;
  }
}
.Calendar-Title h2 {
  border-left: 8px solid #0074BD;
  padding: 0.125rem 0 0.125rem 0.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.cheapest-price {
  padding: 0 1rem 0.5rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 48.0625em) {
  .cheapest-price {
    max-width: 1200px;
    padding: 0 1rem 1rem;
  }
}
.cheapest-price .destination {
  text-align: center;
}
.cheapest-price .title {
  text-align: center;
  font-weight: bold;
  border-left: none;
}
.cheapest-price__box {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 0.5em;
}
@media screen and (min-width: 48.0625em) {
  .cheapest-price__box {
    gap: 2em;
  }
}
.cheapest-price__box .cover {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  max-width: 292px;
  width: 100%;
  height: auto;
  padding: 1em 0.25em;
}
@media screen and (min-width: 48.0625em) {
  .cheapest-price__box .cover {
    padding: 1em;
  }
}
.cheapest-price__box .cover ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.cheapest-price__box .cover ul li {
  font-weight: bold;
}
.cheapest-price__box .cover ul li:first-child {
  font-size: 0.6875rem;
  line-height: normal;
}
@media screen and (min-width: 22.5em) {
  .cheapest-price__box .cover ul li:first-child {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 36.25em) {
  .cheapest-price__box .cover ul li:first-child {
    font-size: 1rem;
  }
}
@media screen and (min-width: 53.125em) {
  .cheapest-price__box .cover ul li:first-child {
    font-size: 1.5rem;
  }
}
.cheapest-price__box .cover ul li:last-child {
  font-size: 0.75rem;
  color: #D3136A;
  line-height: normal;
}
@media screen and (min-width: 22.5em) {
  .cheapest-price__box .cover ul li:last-child {
    font-size: 1rem;
  }
}
@media screen and (min-width: 36.25em) {
  .cheapest-price__box .cover ul li:last-child {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 53.125em) {
  .cheapest-price__box .cover ul li:last-child {
    font-size: 2rem;
  }
}
.cheapest-price__box .cover.border-red {
  border: 1px solid #D3136A;
}
.cheapest-price__box .cover .price-red {
  position: absolute;
  top: -0.625em;
  border-radius: 100px;
  background: #D3136A;
  display: flex;
  padding: 0.25em 0.5em;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-shrink: 0;
}
@media screen and (min-width: 48.0625em) {
  .cheapest-price__box .cover .price-red {
    top: -1em;
    padding: 0.25em 1em;
  }
}
.cheapest-price__box .cover .price-red span {
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 48.0625em) {
  .cheapest-price__box .cover .price-red span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 53.125em) {
  .cheapest-price__box .cover .price-red span {
    font-size: 1.125rem;
  }
}

.calendar-area .calendar-box:first-child .prev {
  visibility: hidden;
}
.calendar-area .calendar-box:last-child .next {
  visibility: hidden;
}

/*-------------------------------------
  発の都道府県→着の都道府県発着の
  国内格安航空券・飛行機チケットを探す
-------------------------------------*/
.ticket_contents h3 {
  padding: 0 0 1em;
  font-size: 1.25rem;
}
@media screen and (min-width: 48.0625em) {
  .ticket_contents h3 {
    font-size: 1.5rem;
  }
}
.ticket_contents__list {
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 41.875em) {
  .ticket_contents__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 54.6875em) {
  .ticket_contents__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 62.5em) {
  .ticket_contents__list {
    padding-bottom: 2.5em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.ticket_contents__list:last-child {
  padding-bottom: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .ticket_contents__list:last-child {
    padding-bottom: 1.75rem;
  }
}
.ticket_contents__list a {
  color: #0074BE;
  font-size: 0.75rem;
}
@media screen and (min-width: 25.875em) {
  .ticket_contents__list a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 30.625em) {
  .ticket_contents__list a {
    font-size: 1.25rem;
  }
}

.search-results {
  padding-bottom: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .search-results {
    padding-bottom: 1.75rem;
  }
}
.search-results a {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  color: #196FB9;
  background-color: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 0.875em 1em;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 48.0625em) {
  .search-results a {
    width: 100%;
    max-width: 343px;
    padding: 1em;
  }
}
.search-results a::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 4px #196FB9;
  border-right: solid 4px #196FB9;
  transform: rotate(45deg);
  right: 16px;
  top: 50%;
  bottom: 50%;
  margin-top: -0.3125em;
}
.search-results a .destination {
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 48.0625em) {
  .search-results a .destination {
    font-size: 1rem;
  }
}

.find-tickets {
  padding-bottom: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .find-tickets {
    padding-bottom: 1.75rem;
  }
}
.find-tickets a {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  color: #196FB9;
  background-color: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 0.875em 1em;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 48.0625em) {
  .find-tickets a {
    width: 100%;
    max-width: 550px;
    padding: 1em;
  }
}
.find-tickets a::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 4px #196FB9;
  border-right: solid 4px #196FB9;
  transform: rotate(45deg);
  right: 16px;
  top: 50%;
  bottom: 50%;
  margin-top: -0.3125em;
}
.find-tickets a .destination {
  font-weight: bold;
  font-size: 0.875rem;
  padding-right: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .find-tickets a .destination {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=flight_route.css.map */
