@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=Cinzel:wght@400;500&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 {
  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 {
  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] {
  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] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

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 {
  transform: scale(1);
}

*:focus {
  outline: none;
}

/* ==============================
    feature common
============================== */
.font__Cinzel {
  font-family: "Cinzel", serif;
  letter-spacing: 2px;
}

.fadein__bottom {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.9s;
}
.fadein__bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__right {
  opacity: 0;
  transform: translate(150px, 0);
  transition: all 0.7s;
}
.fadein__right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__left {
  opacity: 0;
  transform: translate(-150px, 0);
  transition: all 0.7s;
}
.fadein__left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.content__width {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .content__width {
    width: 90%;
  }
}

.slick-slide {
  border-radius: 0;
}

/* ==============================
    kv style
============================== */
.kv__wrap {
  position: relative;
  overflow: hidden;
  background-color: #372e26;
  display: flex;
  flex-wrap: wrap;
  min-height: 50vh;
  align-items: center;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .kv__wrap {
    min-height: 30vh;
    padding: 30px 0;
  }
}
.kv__content {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .kv__content {
    width: 100%;
    margin: 0 5%;
  }
}
.kv__title--en {
  font-size: calc(20px + 22 * (100vw - 600px) / 600);
  margin-bottom: 40px;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .kv__title--en {
    font-size: 22px;
  }
}
.kv__title--en.show {
  opacity: 1;
  transition: 2s;
  transition-delay: 0.4s;
}
.kv__title {
  font-size: calc(18px + 14 * (100vw - 600px) / 600);
  margin-bottom: 40px;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .kv__title {
    font-size: 18px;
  }
}
.kv__title.show {
  opacity: 1;
  transition: 1s;
  transition-delay: 0.1s;
}
.kv__read {
  line-height: 1.7;
  opacity: 0;
}
.kv__read.show {
  opacity: 1;
  transition: 2s;
  transition-delay: 0.4s;
}
.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
}
.kv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  animation: zoom 25s 1;
  animation-fill-mode: forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* ==============================
    nav style
============================== */
.nav__wrap {
  background: #111;
  padding: 10px 15px;
}
@media screen and (max-width: 800px) {
  .nav__wrap {
    padding: 10px;
    padding-bottom: 5px;
  }
}
.nav__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .nav__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .nav__item {
    width: 49.5%;
    margin-bottom: 5px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nav__item a {
  display: block;
  padding: 5px 20px;
  border-right: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .nav__item a {
    padding: 15px 20px;
    text-align: center;
    border-right: none;
  }
}
.nav__item a:hover {
  background-color: #4e4e4e;
}
.nav__item:last-child a {
  border-right: none;
}

/* ==============================
    head section
============================== */
.head__section {
  text-align: center;
  padding: 40px 0;
}
.head__section--title-en {
  font-size: calc(20px + 22 * (100vw - 600px) / 600);
  color: #7f703c;
}
@media screen and (max-width: 600px) {
  .head__section--title-en {
    font-size: 22px;
  }
}
.head__section--title {
  font-size: calc(16px + 4 * (100vw - 600px) / 600);
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .head__section--title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.head__section--txt {
  margin-bottom: 50px;
  line-height: 1.7;
}
.head__section--gallery {
  display: flex;
  justify-content: center;
}
.head__section--gallery-item {
  width: 19%;
  margin-right: 1%;
}
@media screen and (max-width: 600px) {
  .head__section--gallery-item {
    width: 200px;
    margin-right: 5px;
  }
}
.head__section--gallery-item:last-child {
  margin-right: 0;
}

/* ==============================
    main section
============================== */
.main__section {
  text-align: center;
  padding: 40px 0;
}
.main__section--title-en {
  font-size: calc(20px + 22 * (100vw - 600px) / 600);
  color: #7f703c;
}
@media screen and (max-width: 600px) {
  .main__section--title-en {
    font-size: 24px;
  }
}
.main__section--title {
  font-size: calc(16px + 4 * (100vw - 600px) / 600);
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .main__section--title {
    font-size: 18px;
  }
}
.main__section--txt {
  line-height: 1.7;
}

.main__section--content-wrap {
  padding-top: 230px;
}
@media screen and (max-width: 600px) {
  .main__section--content-wrap {
    padding-top: 170px;
    overflow-x: hidden;
  }
}

.main__section--content {
  position: relative;
  margin-bottom: 17%;
  padding-bottom: 36vw;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .main__section--content {
    margin-bottom: 40%;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content {
    margin-bottom: 320px;
    padding-bottom: 260px;
    min-height: 200px;
  }
}
.main__section--content:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .main__section--content:last-child {
    margin-bottom: 18%;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content:last-child {
    margin-bottom: 200px;
  }
}
.main__section--content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
}
.main__section--content-detail {
  width: 36%;
  background-color: #eeede7;
  position: absolute;
  z-index: 1;
  top: -130px;
  right: 0;
  padding: 3% 5%;
  padding-top: 80px;
  padding-bottom: 75px;
  padding-left: 50px;
  text-align: left;
  opacity: 0;
  transform: translate(150px, 0);
  transition: all 0.7s;
}
@media screen and (max-width: 800px) {
  .main__section--content-detail {
    width: 95%;
    top: -24vw;
    padding: 3%;
    padding-top: 60px;
    padding-bottom: 35px;
    padding-left: 30px;
  }
}
.main__section--content-detail.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 600px) {
  .main__section--content-detail {
    width: 95%;
    padding: 15px;
    padding-top: 50px;
  }
}
.main__section--content-num {
  color: #bfae46;
  font-size: calc(32px + 34 * (100vw - 600px) / 600);
}
@media screen and (max-width: 600px) {
  .main__section--content-num {
    font-size: 38px;
  }
}
.main__section--content-num-area {
  position: absolute;
  top: 10px;
  right: 10%;
  line-height: 0;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .main__section--content-num-area {
    right: 3%;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content-num-area {
    top: 0;
  }
}
.main__section--content-en {
  color: #aeac9f;
  margin-top: 50px;
  font-size: calc(20px + 4 * (100vw - 600px) / 600);
}
@media screen and (max-width: 800px) {
  .main__section--content-en {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content-en {
    margin-top: 25px;
  }
}
.main__section--content-title {
  color: #7f703c;
  font-size: calc(18px + 4 * (100vw - 600px) / 600);
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .main__section--content-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content-title {
    margin-bottom: 20px;
  }
}
.main__section--content-txt {
  line-height: 1.7;
}
.main__section--content-image-wrap {
  position: absolute;
  width: 95%;
  left: 5%;
  top: -50px;
}
@media screen and (max-width: 800px) {
  .main__section--content-image-wrap {
    width: 100%;
    left: 2%;
    top: auto;
    bottom: -2vw;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content-image-wrap {
    width: 100%;
    bottom: 15px;
  }
}
.main__section--content-image {
  width: 38%;
}
@media screen and (max-width: 800px) {
  .main__section--content-image {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content-image {
    width: 45%;
  }
}
.main__section--content-image:nth-child(2) {
  position: absolute;
  width: 32%;
  top: 63%;
  left: 32%;
}
@media screen and (max-width: 800px) {
  .main__section--content-image:nth-child(2) {
    top: 48%;
    left: 49%;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content-image:nth-child(2) {
    width: 38%;
    top: 74%;
    left: 40%;
  }
}
.main__section--content-image:nth-child(3) {
  position: absolute;
  width: 26%;
  top: 120%;
  left: 60%;
}
@media screen and (max-width: 800px) {
  .main__section--content-image:nth-child(3) {
    top: 6%;
    left: 66%;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content-image:nth-child(3) {
    top: 40%;
    left: auto;
    right: 5%;
  }
}

.main__section--content:nth-of-type(2n) {
  justify-content: flex-start;
}
.main__section--content:nth-of-type(2n) .main__section--content-detail {
  left: 0;
  opacity: 0;
  transform: translate(-150px, 0);
  transition: all 0.7s;
}
.main__section--content:nth-of-type(2n) .main__section--content-detail.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 600px) {
  .main__section--content:nth-of-type(2n) .main__section--content-detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main__section--content:nth-of-type(2n) .main__section--content-num-area {
  text-align: left;
  left: 10%;
  right: auto;
}
@media screen and (max-width: 800px) {
  .main__section--content:nth-of-type(2n) .main__section--content-num-area {
    left: 3%;
  }
}
.main__section--content:nth-of-type(2n) .main__section--content-image-wrap {
  right: 0;
  left: auto;
}
.main__section--content:nth-of-type(2n) .main__section--content-image {
  position: absolute;
  right: 5%;
}
@media screen and (max-width: 800px) {
  .main__section--content:nth-of-type(2n) .main__section--content-image {
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content:nth-of-type(2n) .main__section--content-image {
    right: 3%;
  }
}
.main__section--content:nth-of-type(2n) .main__section--content-image:nth-child(2) {
  position: absolute;
  width: 32%;
  top: 16vw;
  right: 37%;
  left: auto;
}
@media screen and (max-width: 800px) {
  .main__section--content:nth-of-type(2n) .main__section--content-image:nth-child(2) {
    width: 28%;
    top: auto;
    right: auto;
    left: 22%;
    bottom: -6vw;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content:nth-of-type(2n) .main__section--content-image:nth-child(2) {
    width: 38%;
    left: 19%;
    bottom: -18vw;
  }
}
.main__section--content:nth-of-type(2n) .main__section--content-image:nth-child(3) {
  position: absolute;
  width: 26%;
  top: 28vw;
  left: 9%;
}
@media screen and (max-width: 800px) {
  .main__section--content:nth-of-type(2n) .main__section--content-image:nth-child(3) {
    top: auto;
    right: auto;
    left: 5%;
    bottom: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .main__section--content:nth-of-type(2n) .main__section--content-image:nth-child(3) {
    left: 3%;
    bottom: 38px;
    bottom: 0;
  }
}

.main__section--content:first-child .main__section--content-num::after {
  content: "01";
}

.main__section--content:nth-child(2) .main__section--content-num::after {
  content: "02";
}

.main__section--content:nth-child(3) .main__section--content-num::after {
  content: "03";
}

.main__section--content:nth-child(4) .main__section--content-num::after {
  content: "04";
}

.main__section--content:nth-child(5) .main__section--content-num::after {
  content: "05";
}

/* ==============================
    info section
============================== */
.info__section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .info__section {
    padding: 40px 0;
  }
}
.info__section--title-en {
  font-size: calc(20px + 22 * (100vw - 600px) / 600);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .info__section--title-en {
    font-size: 22px;
  }
}
.info__section--title {
  font-size: calc(16px + 4 * (100vw - 600px) / 600);
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .info__section--title {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.info__section--head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: #111;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .info__section--head {
    height: 40vh;
  }
}
.info__section--head img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.info__section--content {
  background: rgba(239, 239, 239, 0.6);
  padding: 50px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .info__section--content {
    padding: 10px;
  }
}
.info__section--content-item {
  width: 49%;
  margin-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .info__section--content-item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .info__section--content-item:last-child {
    margin-bottom: 0;
  }
}
.info__section--content-detail {
  background-color: #fff;
  padding: 15px;
}
.info__section--content-title {
  margin-bottom: 15px;
  font-size: calc(16px + 2 * (100vw - 600px) / 600);
  font-weight: 600;
}

/* ==============================
    recommend section
============================== */
.recommend__section {
  padding: 80px 0;
  background-color: #f6f5f0;
}
@media screen and (max-width: 600px) {
  .recommend__section {
    padding: 40px 0;
  }
}
.recommend__section--list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 60px;
}
.recommend__section--list:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recommend__section--title-en {
  font-size: calc(20px + 22 * (100vw - 600px) / 600);
  color: #7f703c;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .recommend__section--title-en {
    font-size: 22px;
  }
}
.recommend__section--title {
  font-size: calc(16px + 4 * (100vw - 600px) / 600);
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .recommend__section--title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.recommend__item {
  margin-bottom: 60px;
}
.recommend__item:last-child {
  margin-bottom: 0;
}
.recommend__item--detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .recommend__item--detail {
    display: block;
  }
}
.recommend__item--image {
  width: 17vw;
  height: 17vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .recommend__item--image {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 600px) {
  .recommend__item--image {
    margin: 0 auto 15px;
    width: 280px;
    height: 280px;
  }
}
.recommend__item--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.recommend__item--info {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .recommend__item--info {
    width: 100%;
  }
}
.recommend__item--title {
  font-weight: bold;
  font-size: calc(16px + 2 * (100vw - 600px) / 600);
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #7f703c;
}
.recommend__item--txt {
  margin-bottom: 20px;
}
.recommend__item--access {
  margin-bottom: 10px;
}
.recommend__item--access dt {
  display: inline-block;
  color: #fff;
  background-color: #4a4a4a;
  padding: 3px 10px;
  margin-bottom: 5px;
}
.recommend__item--price {
  color: #f08300;
}

.recommend__flight {
  background-color: #fff;
  border: 1px solid #4e4e4e;
  padding: 25px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .recommend__flight {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .recommend__flight {
    padding: 10px;
    padding-bottom: 0;
    justify-content: space-between;
  }
}
.recommend__flight--type {
  text-align: center;
  width: 15.4%;
  margin-right: 1.5%;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .recommend__flight--type {
    width: 48%;
    margin-right: 0;
  }
}
.recommend__flight--type:nth-child(6n) {
  margin-right: 0;
}
.recommend__flight--type:last-child {
  margin-right: 0;
}
.recommend__flight--type a {
  display: block;
  border-radius: 8px;
  border: 1px solid #111;
  padding: 10px 3px;
  background: #fff;
  box-shadow: 0px 3px 0px 0px #111;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .recommend__flight--type a {
    padding: 8px 10px;
  }
}
.recommend__flight--type a:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.recommend__flight--logo {
  margin: 0 auto 5px;
  width: 75%;
}
.recommend__flight--date {
  font-size: calc(10px + 4 * (100vw - 800px) / 800);
}
@media screen and (max-width: 800px) {
  .recommend__flight--date {
    font-size: 12px;
  }
}

/* ==============================
    一覧ページ
============================== */
.archive__feature--head {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #111;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .archive__feature--head {
    padding-bottom: 20px;
  }
}
.archive__feature--head-title {
  font-size: calc(22px + 8 * (100vw - 800px) / 600);
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .archive__feature--head-title {
    font-size: 26px;
  }
}
.archive__feature--head-title span {
  font-size: calc(16px + 4 * (100vw - 800px) / 600);
  display: block;
}
@media screen and (max-width: 600px) {
  .archive__feature--head-title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .archive__feature--head-txt br {
    display: none;
  }
}
.archive__feature--list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .archive__feature--list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .archive__feature--list {
    display: block;
  }
}
.archive__feature--item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
.archive__feature--item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .archive__feature--item {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .archive__feature--item {
    width: 100%;
    margin-right: 0;
  }
}
.archive__feature--item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive__feature--item:hover {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
}
.archive__feature--item:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.archive__feature--image {
  overflow: hidden;
  background-color: #111;
}
@media screen and (max-width: 600px) {
  .archive__feature--image {
    margin-bottom: 8px;
  }
}
.archive__feature--image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.archive__feature--name {
  font-size: calc(16px + 4 * (100vw - 800px) / 600);
  font-weight: bold;
  padding: 15px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .archive__feature--name {
    font-size: 18px;
  }
}
.archive__feature--txt {
  padding: 15px;
  padding-top: 0;
}