@charset "UTF-8";

body {
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-family: "Noto Sans JP";
  line-height: 1.5;
}

:root {
  --color: #333333;
  --tc-color-gray: #f2f2f2;
  --tc-color-white: #ffffff;
  --text-red-color: #ed1414;
  --gajet-main-color: #e80064;
  --gajet-sub-color: #eddd92;
}

:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

.br-sp {
  display: inline-block;
}
.br-pc {
  display: none;
}
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline-block;
  }
}

#footer {
  padding: 0;
} /*謎CSS　削除*/

body .inner {
  width: 92vw;
  position: relative;
}

@media screen and (min-width: 700px) {
  body .inner {
    width: 90vw;
  }
}

@media screen and (min-width: 1200px) {
  body .inner {
    width: 1100px;
  }
}

main section {
  padding: 3rem 0;
  background: #fff;
}

#top_img {
  padding: 0;
  background: #eff2f7;
  margin-bottom: 1.5rem;
}

#top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 8/5;
}

@media (min-width: 768px) {
  #top_img img {
    width: auto;
    height: auto;
    max-height: 500px;
    margin: 0 auto;
  }
}

/*--------------------------------
　　全国旅行支援とは CSS 
 --------------------------------*/

#ryokoshien {
  padding: 1rem 0;
}
#ryokoshien h2 {
  font-size: 1.5em;
  padding-bottom: 1.5rem;
}
.ryokoshien_text {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1.5rem;
  font-size: 0.9em;
  margin: 0 auto;
  max-width: 800px;
}
#ryokoshien .ryokoshien_text span {
  color: var(--text-red-color);
  padding: 0 0.3em;
  font-weight: 500;
}
.ryokoshien_text p a {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: var(--gajet-main-color);
}

.ryokoshien_text p a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f322";
  font-weight: 600;
  margin-left: 0.3em;
}

@media screen and (min-width: 768px) {
  .ryokoshien_text {
    font-size: 1em;
  }
}

main h2 {
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 1.5rem;
  line-height: 1.5;
}
main h3 {
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  main h2 {
    font-size: 1.5em;
  }
}

#condition h2::before {
  content: "【";
  margin-right: 0.3em;
}

#condition h2::after {
  content: "】";
  margin-left: 0.3em;
}

#search h2::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 600;
  font-size: 1.1em;
  color: var(--gajet-main-color);
}

/*--------------------------------
　　適用条件 CSS (流用)
 --------------------------------*/

.condition {
  background: #fff;
  padding: 2rem 0;
}

@media screen and (min-width: 700px) {
  .condition {
    padding: 3rem 0;
  }
}

.condition h3 {
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 1.3em;
  font-weight: 600;
}

.condition h3::before {
  content: "";
  border-left: 0.5em solid var(--gajet-main-color);
  margin-right: 0.25rem;
}

.condition dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #a2d7dd;
  border-left: 1px solid #a2d7dd;
  border-right: 1px solid #a2d7dd;
  background: #fff;
  font-size: 0.95em;
}

.condition dl:last-child {
  border-bottom: 1px solid #a2d7dd;
}

.condition dl dt {
  width: 30%;
  padding: 1rem 0.5rem;
  text-align: center;
  background: #f7f7f7;
}

@media screen and (min-width: 700px) {
  .condition dl dt {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .condition dl dt {
    padding: 2rem;
  }
}

.condition dl dd {
  width: 70%;
  padding: 1rem 0.75rem;
}

@media screen and (min-width: 700px) {
  .condition dl dd {
    padding: 1.5rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .condition dl dd {
    padding: 2rem 3rem;
  }
}

.condition dl dd p {
  margin-bottom: 1rem;
}

.condition dl dd p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .condition dl dd p {
    margin-bottom: 2rem;
  }
}

.condition dl dd p span.focus {
  font-weight: 500;
}

.condition dl dd p span.small {
  font-size: 0.9em;
  color: #333;
  line-height: 1.5;
}

.condition dl dd ol.both {
  margin: 1rem auto;
}

@media screen and (min-width: 700px) {
  .condition dl dd ol.both {
    margin: 2rem auto;
  }
  .condition dl dd p span.small {
    line-height: 2;
  }
}

.condition dl dd ol.both li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  font-weight: 600;
  /* color: #ff0000; */
}

@media screen and (min-width: 700px) {
  .condition dl dd ol.both li {
    margin-bottom: 1.75rem;
  }
}

.condition dl dd ol.both li > span {
  display: block;
  margin: 0.5rem auto;
  font-weight: 400;
  color: #333;
}

.condition dl dd .address {
  padding: 1rem;
  border-radius: 1px;
  border: 1px solid #88abda;
}

@media screen and (min-width: 700px) {
  .condition dl dd .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.condition dl dd .address__label {
  font-size: 1.1em;
  margin-bottom: 0.5rem;
}

.condition dl dd .address__label::before {
  content: "";
  border-left: 0.5em solid #88abda;
  margin-right: 0.25rem;
}

.condition dl dd .address__mail {
  margin: 0.25rem auto;
}

.condition dl dd .address__mail::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  margin-right: 0.25em;
}

.condition dl dd .address__fax {
  margin: 0.25rem auto;
}

.condition dl dd .address__fax::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f1ac";
  margin-right: 0.25em;
}

.condition dl dd .address__label,
.condition dl dd .address__mail,
.condition dl dd .address__fax {
  display: inline-block;
  width: 100%;
}

.condition dl dd #officialPage {
  color: #4789df;
  display: inline;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #4789df;
  text-decoration-color: #4789df;
}

.condition dl dt span,
.condition p.red {
  color: var(--text-red-color);
}

/*--------------------------------
　　tab切り替え　検索ガジェット css　
 --------------------------------*/

#search {
  min-height: 655px;
}

#search .inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #search .inner {
    width: 1080px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #search .inner {
    width: 100%;
  }
}

.search_tabList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  line-height: 2.2rem;
  margin-top: 1rem;
}

.search_tabList li {
  list-style: none;
  flex: 1;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.search_tabItem {
  color: #fff;
  padding: 0.5rem 0;
  font-size: 18px;
  background-color: var(--gajet-main-color);
  background-image: linear-gradient(154deg, #e80064 20%, #eddd92 80%);
  border-top: 3px solid transparent;
}

.search_tittle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 2;
}

[data-id="js-tab-airdp"] p::before,
[data-id="js-tab-tour"] p::before,
[data-id="js-tab-jrdp"] p::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 18px;
}

[data-id="js-tab-airdp"] p::before {
  content: "\f5b0";
}
[data-id="js-tab-tour"] p::before {
  content: "\f21a";
}
[data-id="js-tab-jrdp"] p::before {
  content: "\f238";
}

.gadget_text {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 15px;
  padding: 1.5rem 1rem 0;
  color: var(--gajet-main-color);
  background: #fff;
}

.gadget_text::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f336";
  font-weight: 400;
  margin-right: 0.3em;
}

/* JS tab切り替えCSS */
div.mod-list-tab-01-wrapper ul.mod-list-tab-01 li a {
  display: block;
}
div.mod-list-tab-01-wrapper ul.mod-list-tab-01 li a.is-active {
  border-top: 3px solid var(--gajet-main-color);
  color: var(--gajet-main-color);
  background: #ffffff;
}
.js-tab-content {
  display: none;
}
.js-tab-content.is-active {
  display: block;
}
/* JS tab切り替えCSS */

/*--------------------------------
    　おすすめツアー CSS
--------------------------------*/
#ryokoshien_Tour h2::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 1.1em;
  color: var(--gajet-main-color);
}
.air h2::before {
  content: "\f5b0";
}
.jr h2::before {
  content: "\f238";
}
.ship h2::before {
  content: "\f21a";
}
#ryokoshien_Tour h2::after {
  content: "表示の旅行代金は割引前の料金です。";
  display: block;
  margin-top: 0.5rem;
  font-size: 0.6em;
  color: var(--text-red-color);
}

.ryokoshienTour_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 20px;
  padding-bottom: 1.5rem;
}

.ryokoshienTour_link {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  border: 1px solid #dddddd;
  box-shadow: #0000001a 0px 2px 7px;
  overflow: hidden;
}

.ryokoshienTour_link:nth-child(n + 13) {
  display: none;
}

.ryokoshienTour_content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: var(--color);
}

.rt_image {
  flex: 1;
}
.rt_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.rt_text {
  flex: 1;
  padding: 0.5rem;
  font-size: 0.9em;
  line-height: 1.5;
}
.rt_text--areaName {
  font-size: 0.8em;
}
h3.rt_text--title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rt_text--price {
  text-align: end;
  color: #e34127;
  font-weight: 600;
}

.price_from::after,
.price_to::after {
  content: "円 ~";
  font-size: 0.6em;
  margin-left: 0.1em;
  white-space: nowrap;
}
.price_to::after {
  content: "円";
}

@media (min-width: 768px) {
  .ryokoshienTour_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .ryokoshienTour_content {
    flex-direction: column;
    align-items: inherit;
  }

  .rt_text {
    padding: 0.75rem;
  }

  .rt_text--areaName {
    font-size: 1em;
  }

  h3.rt_text--title,
  .rt_text--price {
    font-size: 1.1em;
  }

  /* :hover　して画像拡大　*/
  .rt_image {
    width: auto; /*コピペ元：280px*/
    height: auto; /*コピペ元：200px*/
    overflow: hidden;
  }

  .rt_image img {
    transition-duration: 0.5s;
    will-change: opacity;
  } /* img 自体にかける */

  .ryokoshienTour_link:hover img {
    opacity: 0.7;
    transform: scale(1.1);
    transition-duration: 0.5s;
  }
}

.details {
  text-align: right;
  padding: 0 1rem;
}

details {
  font-size: 12px;
}

details summary span {
  color: #404078;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-decoration-color: #404078;
  cursor: pointer;
}

details p {
  margin-top: 0.5em;
  color: #333;
  text-align: left;
  line-height: 1.5;
}

/*---------------------------
    しつもん CSS
-----------------------------*/
/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* アコーディオン全体 */
.accordion {
  max-width: 800px;
  margin: 0 auto;
}

/* アコーディオン */
.accordion__item {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}

/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
  padding: 15px 20px 15px 60px;
  font-weight: bold;
  cursor: pointer;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  /* background-color: #3abec1; */
  background-color: var(--gajet-main-color);
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
  padding: 0 20px 15px 20px;
  display: none;
  cursor: pointer;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

.accordion__title span,
.accordion__content span {
  color: var(--text-red-color);
}

.accordion__title span {
  font-size: 12px;
}

/*--------------------------------
  　 scroll css
  --------------------------------*/

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

#scroll-to-top-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 70px;
  width: 70px;
  color: #fff;
  font-size: 20px;
  background-color: #e80064d9;
  border: none;
  border-radius: 50%;
  outline: none;
  transform: rotate(1deg);
  /* opacity: 0; */
  opacity: 1;
  transition-duration: 0.5s;
  cursor: pointer;
}

#scroll-to-top-btn a {
  color: #fff;
}
#scroll-to-top-btn p {
  font-size: 10px;
  margin-top: 0.3rem;
  font-weight: normal;
}

/*-----------------------------------------------
  　 フォルシア検索ガジェット css強制変更（いじらない）
  --------------------------------------------------*/

.fw-top .fw-search-top--tour .fw-search-top__sub-item {
  margin-bottom: 0.5rem !important;
} /* TOUR型 ガジェット 項目余白 */

section.fw-search-top--tour.fw-is-show,
section.fw-search-top--train.fw-is-show {
  background: #fff;
  padding: 1rem;
} /* JR & TOUR型　ガジェット余白 強制変更　*/

h2.fw-search-top__ttl {
  display: none;
}

.fw-static--top {
  display: none;
} /*説明分*/

@media (min-width: 737px) {
  .fw-mv-search {
    width: 90% !important;
    margin: 0 auto;
  } /* PCガジェット 幅 */
}

#logo h2 {
  font-size: 1.2em;
  padding-bottom: 0.5rem;
}

.logo_link {
  margin: 0 auto;
  width: 75%;
}

.logo_link a {
  display: flex;
  flex-direction: column;
}

.logo_link p {
  text-align: center;
  text-decoration: underline;
}

.logo_link img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 700px) {
  #logo .inner {
    width: 500px;
  }
  .logo_link {
    margin: 0 auto;
    width: 70%;
  }
  .logo_link a {
    opacity: 1;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .logo_link a:hover {
    opacity: 0.6;
  }
}
