@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
button,
select {
  cursor: pointer;
}

input[type='submit'],
input[type='button'] {
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
select {
  font-size: 16px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

*:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  color: #111;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-scrolling: touch;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

a {
  color: #111;
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover {
  color: #111;
  text-decoration: none;
}

a img {
  -webkit-transition: .4s;
  transition: .4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, ol, li {
  list-style-type: none;
}

.content__width {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .content__width {
    padding: 0 50px;
  }
}

@media screen and (max-width: 800px) {
  .content__width {
    padding: 0 10px;
  }
}

/* ==============================
    スマホメニュー
============================== */
.SP__header--menu {
  display: none;
}

@media screen and (max-width: 800px) {
  .SP__header--menu {
    display: block;
  }
}

.menu__btn {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 99;
  background: #eee;
}

.menu__line {
  background: #111;
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  width: 65%;
  top: 18px;
}

.menu__line--center {
  top: 28px;
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom {
  top: 39px;
}

.menu__line--bottom.active {
  top: 28px;
  left: 13px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menu__line--top.active {
  top: 28px;
  left: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gnav {
  display: none;
}

@media screen and (max-width: 800px) {
  .gnav {
    display: block;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    text-align: left;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.gnav__wrap {
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: scroll;
}

.gnav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.sp__menu--logo {
  width: 30%;
  padding-top: 15px;
  padding-left: 10px;
}

.sp__menu--list {
  padding-top: 30%;
  text-align: center;
}

.sp__menu--item {
  font-size: 1.1rem;
  background-color: #d6001d;
  border-bottom: 1px solid #fff;
}

.sp__menu--item a {
  display: block;
  padding: 20px;
  color: #fff;
}

.sp__menu--item.icon a {
  background: url("../img/fda/icon-headermenu.svg") no-repeat 5% center;
  background-size: 14px;
}

/* ==============================
    header
============================== */
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .header__inner {
    display: block;
    position: relative;
    padding: 10px;
  }
}

.h1__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  min-width: 400px;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .h1__area {
    width: 84%;
    min-width: auto;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    padding: 0;
    margin-bottom: 10px;
  }
}

.h1__logo {
  display: block;
  width: 20%;
  margin-right: 15px;
}

@media screen and (max-width: 800px) {
  .h1__logo {
    width: 30%;
  }
}

.h1__wrap {
  font-size: 10px;
}

h1 {
  font-size: 10px;
}

.header__Ttravel {
  width: 25%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .header__Ttravel {
    width: 100%;
    max-width: 100%;
  }
}

.Ttravel__logo {
  width: 30%;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .Ttravel__logo {
    width: 40%;
  }
}

.Ttravel__info {
  background: #003d81;
  padding: 10px 30px;
  color: #fff;
  font-size: 0.8rem;
  width: 68%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .Ttravel__info {
    width: 60%;
  }
}

.Ttravel__info--point {
  position: relative;
}

.Ttravel__info--point::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  left: -10px;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: rotate(332deg);
          transform: rotate(332deg);
}

.Ttravel__info--point::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: -5px;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.header__nav {
  display: block;
  background: #d6001d;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}

.header__nav--list {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav--item {
  color: #fff;
  width: 20%;
  border-right: 1px solid #fff;
}

.header__nav--item:last-child {
  border-right: none;
}

.header__nav--item a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__nav--item a:hover {
  background: #fb5468;
}

.header__nav--item.icon a {
  background: url("../img/fda/icon-headermenu.svg") no-repeat 27% center;
  background-size: 14px;
  padding-left: 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__nav--item.icon a:hover {
  background-color: #fb5468;
}

.main__kv {
  background: url("../img/fda/kv.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 800px) {
  .main__kv {
    height: 55vh;
    background: url("../img/fda/kv-sp.jpg") no-repeat right bottom #3d74ab;
    background-size: 100%;
  }
}

.title__wrap {
  color: #fff;
  padding: 8% 0 8% 5%;
  width: 58%;
}

@media screen and (max-width: 800px) {
  .title__wrap {
    padding: 0 10px;
    width: 100%;
    position: absolute;
    top: 27%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.main__title {
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
  background: url("../img/fda/title-en.png") no-repeat 225px bottom;
  background-size: 230px;
  line-height: 1.3;
}

@media screen and (max-width: 800px) {
  .main__title {
    width: 97%;
    font-size: 1.6rem;
    margin-bottom: 10px;
    background-position: 150px bottom;
    background-size: 180px;
  }
}

.main__sub {
  background: url("../img/fda/logo-FDA.svg") no-repeat left center;
  background-size: 16%;
  font-size: 1.6rem;
  padding-left: 17%;
  padding-top: 15px;
}

@media screen and (max-width: 800px) {
  .main__sub {
    font-size: 1.3rem;
    background-size: 30%;
    padding-top: 10px;
    padding-left: 30%;
  }
}

.kv__colors {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

@media screen and (max-width: 800px) {
  .kv__colors {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
}

.section__search {
  background-color: #ebebeb;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.section__search--head {
  color: #d6001d;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .section__search--head {
    font-size: 1.4rem;
  }
}

/* ==============================
    インフォメーション
============================== */
.info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 800px) {
  .info__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px;
  }
}

.info__head {
  width: 20%;
  border: 1px solid #ce949b;
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .info__head {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ce949b;
    margin-bottom: 20px;
  }
}

.info__head--inner {
  text-align: center;
  color: #666;
}

.info__head--inner span {
  display: block;
  color: #9e404b;
  margin-bottom: 5px;
}

.info__list {
  width: 77%;
}

@media screen and (max-width: 800px) {
  .info__list {
    width: 100%;
  }
}

.info__item {
  margin-bottom: 15px;
}

.info__item:last-child {
  margin-bottom: 0;
}

.info__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__date {
  margin-right: 20px;
}

.info__discription a {
  -webkit-transition: .2s;
  transition: .2s;
}

.info__discription a:hover {
  color: #d6001d;
}

/* ==============================
    検索フォーム
============================== */
.form__content {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .form__content {
    padding: 0 10px;
  }
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input__departure {
  width: 35%;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .input__departure {
    width: 100%;
    margin-bottom: 10px;
  }
}

.input__departure dd {
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  color: #666666;
  font-size: 16px;
  background: url("../img/fda/icon-arrow-select.svg") no-repeat 97% center;
  background-size: 10px;
}

@media screen and (max-width: 800px) {
  .input__departure dd {
    background-size: 6px;
  }
}

.input__area {
  width: 63%;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .input__area {
    width: 100%;
  }
}

.input__area dd {
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  color: #666666;
  font-size: 16px;
  background: url("../img/fda/icon-arrow-select.svg") no-repeat 97% center;
  background-size: 10px;
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}

@media screen and (max-width: 800px) {
  .input__area dd {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    background-size: 6px;
  }
}

.input__area dd:last-child {
  margin-right: 0;
}

.input__stay {
  width: 55%;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .input__stay {
    width: 100%;
  }
}

.datepicker {
  cursor: pointer;
}

.input__price {
  width: 100%;
  margin-bottom: 10px;
}

.input__name {
  width: 100%;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
  .input__name {
    font-size: 14px;
  }
}

.input__name.departure {
  background: url("../img/fda/icon-search-departure.svg") no-repeat left 75%;
  background-size: 24px;
  padding: 3px 0 3px 28px;
}

.input__name.area {
  background: url("../img/fda/icon-search-area.svg") no-repeat left center;
  background-size: 20px;
  padding: 3px 0 3px 28px;
}

.input__name.stay {
  background: url("../img/fda/icon-search-stay.png") no-repeat left center;
  background-size: 20px;
  padding: 3px 0 3px 28px;
}

.input__name.people {
  background: url("../img/fda/icon-search-people.png") no-repeat left center;
  background-size: 24px;
  padding: 3px 0 3px 28px;
}

.input__name.other {
  margin-bottom: 10px;
}

.input__name.price {
  background: url("../img/fda/icon-search-price.svg") no-repeat left center;
  background-size: 20px;
  padding: 3px 0 3px 28px;
}

.select__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .select__area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.select__area select {
  width: 49%;
}

@media screen and (max-width: 800px) {
  .select__area select {
    width: 100%;
    margin-bottom: 15px;
  }
}

.select__stay--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .select__stay--wrap {
    margin-bottom: 10px;
  }
}

.select__stay--date {
  width: 80%;
}

.select__stay--date input {
  width: 85%;
  margin-right: 10px;
}

.select__stay--night {
  width: 30%;
}

.select__stay--night select {
  margin-right: 10px;
}

.input__people {
  width: 40%;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .input__people {
    width: 100%;
  }
}

.input__other {
  width: 100%;
  margin-bottom: 10px;
}

.datepicker {
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  background: #fff;
  color: #666666;
}

select {
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  color: #666666;
  font-size: 16px;
  background: url("../img/fda/icon-arrow-select.svg") no-repeat 97% center #fff;
  background-size: 10px;
}

@media screen and (max-width: 800px) {
  select {
    background-size: 6px;
  }
}

.checkbox__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.check__box ~ span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
}

.check__box ~ span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ababab;
  border-radius: 2px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}

.check__box ~ span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  width: 1em;
  z-index: 1;
}

.check__box:checked ~ span::after {
  opacity: 1;
}

.other__check {
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .other__check {
    margin-bottom: 15px;
    display: block;
  }
}

.submit__wrap {
  background: url("../img/fda/icon-search.svg") no-repeat 30% center #111;
  background-size: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  border: none;
  margin: 0 auto;
  width: 40%;
}

@media screen and (max-width: 800px) {
  .submit__wrap {
    width: 90%;
  }
}

.submit__button {
  color: #fff;
  padding: 15px 10px 15px 30px;
  width: 100%;
}

.submit__button:hover {
  cursor: pointer;
}

/* ==============================
    エリアから探す
============================== */
/**セクションタイトル共有スタイル**/
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .section__head {
    padding-bottom: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.section__head.area {
  background: url("../img/fda/section-img-area.png") no-repeat 95% center;
  background-size: 175px;
}

@media screen and (max-width: 800px) {
  .section__head.area {
    background-size: 100px;
  }
}

.section__head.tour {
  background: url("../img/fda/section-img-tour.png") no-repeat 95% center;
  background-size: 175px;
}

@media screen and (max-width: 800px) {
  .section__head.tour {
    background-size: 100px;
    background-position: 95% top;
  }
}

.section__head::before {
  content: '';
  position: absolute;
  width: 96%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #111;
}

@media screen and (max-width: 800px) {
  .section__head::before {
    width: 91%;
  }
}

.section__head::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60px;
  bottom: -10px;
  right: 2.3%;
  background-color: #d6001d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
  .section__head::after {
    height: 40px;
    bottom: -7px;
    right: 5%;
  }
}

.section__title {
  font-size: 1.6rem;
  font-style: italic;
}

@media screen and (max-width: 800px) {
  .section__title {
    width: 51%;
  }
}

@media screen and (max-width: 800px) {
  .section__title.area {
    font-size: 1.4rem;
    width: 47%;
  }
}

@media screen and (max-width: 800px) {
  .section__title.tour {
    font-size: 1.2rem;
    width: 51%;
  }
}

.section__title span {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .section__title span {
    display: block;
    font-size: 1.0rem;
  }
}

.section__title--en {
  font-size: 1.3rem;
  font-style: italic;
  color: #d6001d;
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  .section__title--en {
    font-size: 1.0rem;
    margin-left: 0;
  }
}

.section__area {
  margin-bottom: 50px;
}

.area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area__item {
  width: 23%;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 6px 0px #8d8d8d;
          box-shadow: 0px 0px 6px 0px #8d8d8d;
}

@media screen and (max-width: 800px) {
  .area__item {
    width: 48%;
  }
}

.area__item.airport__kobe {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .area__item.airport__kobe {
    width: 100%;
  }
}

.area__img {
  width: 100%;
  height: 185px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .area__img {
    height: 130px;
  }
}

.area__img img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .2s;
  transition: .2s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area__img img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.area__inner {
  padding: 10px;
}

.area__inner.airport__kobe {
  border-right: 1px solid #e9e9e9;
}

.area__name {
  font-size: 1.2rem;
  background: url("../img/fda/icon-area.svg") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .area__name {
    font-size: 1.0rem;
  }
}

.area__name--en {
  color: #d6001d;
  font-style: italic;
  font-size: 0.8rem;
}

@media screen and (max-width: 800px) {
  .area__name--en {
    font-size: 0.7rem;
  }
}

/* ==============================
    おすすめツアー情報
============================== */
.section__tour {
  margin-bottom: 80px;
}

#tour__area--select {
  display: block;
  margin-bottom: 20px;
  width: 40%;
}

@media screen and (max-width: 800px) {
  #tour__area--select {
    width: 100%;
  }
}

/**おすすめツアー情報タブ**/
.tour__area--tab {
  display: none;
  /*JSのslidetoggleで表示させるため非表示に*/
}

.tab__item {
  font-size: 1.0rem;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
  .tab__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.tab__item:last-child {
  border-right: none;
}

@media screen and (max-width: 800px) {
  .tab__item:last-child {
    border-bottom: none;
  }
}

.tab__item a {
  display: block;
  background: #fff;
  padding: 8px 30px 12px;
  position: relative;
}

.tab__item.active a {
  background: #ebd2d5;
}

.tab__item.active a::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background-color: #d6001d;
}

.tab__content {
  display: none;
  /*はじめは非表示*/
  background: #fff;
}

@media screen and (max-width: 800px) {
  .tab__content {
    opacity: 1;
  }
}

.tab__content.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tour__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tour__item {
  border: 1px solid #c6c6c6;
  -webkit-box-shadow: 0px 0px 6px 0px #dfdfdf;
          box-shadow: 0px 0px 6px 0px #dfdfdf;
  padding: 15px;
  margin-bottom: 20px;
  width: 48.5%;
}

@media screen and (max-width: 800px) {
  .tour__item {
    width: 100%;
  }
}

.tour__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.tour__img {
  width: 130px;
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .tour__img {
    width: 100px;
    height: 70px;
  }
}

.tour__img img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.tour__name {
  width: 73%;
  font-size: 0.9rem;
}

@media screen and (max-width: 800px) {
  .tour__name {
    width: 65%;
  }
}

.tour__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tour__departure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .tour__departure {
    margin-bottom: 10px;
  }
}

.tour__departure--head {
  margin-right: 10px;
  width: 12%;
}

.tour__departure--head::after {
  content: '/';
  margin-left: 5px;
}

@media screen and (max-width: 800px) {
  .tour__departure--head {
    width: 17%;
  }
}

.tour__departure--list {
  width: 80%;
}

.tour__departure--item {
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
}

.tour__departure--item a {
  background: url("../img/fda/icon-tour-departure.png") no-repeat 10px center #111;
  background-size: 6px;
  border: 1px solid #111;
  display: block;
  padding: 6px 15px 6px 22px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.tour__departure--item a:hover {
  background: url("../img/fda/icon-tour-departure-on.png") no-repeat 10px center #fff;
  background-size: 6px;
  border: 1px solid #111;
  color: #111;
}

.tour__departure--item .nagano {
  background-color: #d6001d;
  border: 1px solid #d6001d;
}

.tour__departure--item .nagano:hover {
  background-color: #fff;
  border: 1px solid #d6001d;
  color: #d6001d;
}

.tour__departure--item .sizuoka {
  background-color: #658eb4;
  border: 1px solid #658eb4;
}

.tour__departure--item .sizuoka:hover {
  background-color: #fff;
  border: 1px solid #658eb4;
  color: #658eb4;
}

.tour__departure--item .aichi {
  background-color: #38a96f;
  border: 1px solid #38a96f;
}

.tour__departure--item .aichi:hover {
  background-color: #fff;
  border: 1px solid #38a96f;
  color: #38a96f;
}

.tour__departure--item .hyougo {
  background-color: #c8ac6e;
  border: 1px solid #c8ac6e;
}

.tour__departure--item .hyougo:hover {
  background-color: #fff;
  border: 1px solid #c8ac6e;
  color: #c8ac6e;
}

.tour__departure--item .fukuoka {
  background-color: #866ec8;
  border: 1px solid #866ec8;
}

.tour__departure--item .fukuoka:hover {
  background-color: #fff;
  border: 1px solid #866ec8;
  color: #866ec8;
}

.tour__price {
  font-size: 1.3rem;
  color: #d6001d;
  width: 100%;
}

/* ==============================
    footer
============================== */
.footer__wrap {
  border-top: 1px solid #111;
  padding-top: 30px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .footer__inner {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__Ttravel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer__Ttravel--wrap {
  width: 80%;
}

@media screen and (max-width: 800px) {
  .footer__Ttravel--wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer__logo {
  width: 25%;
  margin-right: 15px;
}

.footer__discription {
  width: 72%;
  font-size: 0.8rem;
  color: #333;
}

.footer__skymark--bnr {
  width: 18%;
  max-width: 200px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .footer__skymark--bnr {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.footer__skymark--bnr a {
  display: block;
  color: #001871;
}

.footer__skymark--bnr a:hover {
  text-decoration: underline;
}

.footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  padding: 10px 0;
}

@media screen and (max-width: 800px) {
  .footer__copyright {
    padding: 10px;
  }
}

.footer__copyright .copyright {
  margin-bottom: 5px;
}

.footer__content {
  background: #111;
  color: #fff;
  padding-top: 20px;
}

.footer__tourismTour--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer__tourismTour--item a {
  display: block;
  padding: 5px 10px;
  border-right: 1px solid #fff;
  color: #fff;
}

.footer__tourismTour--item:last-child a {
  border-right: none;
}

.footer__tourismTour--title {
  font-size: 0.8rem;
}

/* ==============================
    pagetop
============================== */
#pagetop {
  position: fixed;
  right: 20px;
  width: 70px;
  text-align: center;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: .2s;
  transition: .2s;
}

#pagetop a {
  display: block;
  background: url("../img/fda/pagetop.png") no-repeat center bottom;
  background-size: 80px;
  padding-bottom: 25px;
  color: #111;
}

#pagetop a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*　上に上がる動き　*/
#pagetop.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#pagetop.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

/* ==============================
    特集バナースライダー
============================== */
.slide__tourismtour--wrap {
  padding: 30px 0;
  overflow: hidden;
}

.slide__tourismtour--head {
  text-align: center;
  margin-bottom: 25px;
}

.slide__tourismtour--head h2 {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #d6001d;
}

@media screen and (max-width: 800px) {
  .slide__tourismtour--head h2 {
    font-size: 18px;
  }
}

.slide__tourismtour--list {
  position: relative;
  max-height: 12vw;
}

@media screen and (max-width: 800px) {
  .slide__tourismtour--list {
    max-height: 40vw;
  }
}

.slide__tourismtour--item {
  display: inline-block;
  padding: 0 10px;
}

.slide__tourismtour--link {
  text-align: center;
}

.slide__tourismtour--link a {
  color: #fff;
  display: block;
  padding: 15px 20px;
  width: 25%;
  position: relative;
  background: #d6001d;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 800px) {
  .slide__tourismtour--link a {
    width: 90%;
  }
}

.slide__tourismtour--link a::after {
  content: '＞';
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.slide__tourismtour--link a:hover {
  background: #fb5468;
}

.slide__tourismtour--link a:hover::after {
  right: 2%;
}

.slide__prev {
  position: absolute;
  top: 25%;
  left: 0;
  background: #fff;
  width: 70px;
  height: 70px;
  padding: 25px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .slide__prev {
    width: 40px;
    height: 40px;
    font-size: 14px;
    padding: 10px;
  }
}

.slide__prev:hover {
  cursor: pointer;
}

.slide__next {
  position: absolute;
  top: 25%;
  right: 0;
  background: #fff;
  width: 70px;
  height: 70px;
  padding: 25px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .slide__next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    padding: 10px;
  }
}

.slide__next:hover {
  cursor: pointer;
}

.slick-dots li button::before {
  font-size: 40px;
}

.slick-dots {
  bottom: -20px;
}

.slide__tourismtour--list {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slide__tourismtour--list.slick-initialized {
  opacity: 1;
}
