/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -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: inherit;
  /* 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;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes firework {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) scale(0.8);
            transform: translateY(25%) scale(0.8);
  }
}

@keyframes firework {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) scale(0.8);
            transform: translateY(25%) scale(0.8);
  }
}

/*  ぱんくず
============================================================================= */
@media screen and (min-width: 768px) {
    .breadcrumb-upper { margin: 0 auto 25px; max-width: 1230px; padding: 0 .5em; text-align: left; }
	.breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item { display: inline-block; font-size: 10px; }
	.breadcrumb-upper__item { line-height: 2.1; margin-left: 1.5em; padding-left: .2em; position: relative; }
	.breadcrumb-upper__item::before { color: #999; content: ">"; left: -1.1em; line-height: 2.1; position: absolute; top: 0; }
}
@media screen and (max-width:767px){
	.breadcrumb-upper { position: relative; display: flex; flex-wrap: nowrap; overflow: hidden; background-color: #fff; border-top: 1px solid #d7d7d7; font-size: 10px; line-height: 3rem; }
	.breadcrumb-upper__fix { position: relative; width: 7em; transition: box-shadow .4s; box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); z-index: 3; }
	.breadcrumb-upper__fix a { padding-left: .5rem; }
	.breadcrumb-upper__fix a, .breadcrumb-upper__item a { position: relative; display: block; background-color: #fff; text-align: center; }
	.breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { position: absolute; content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; top: -.5rem; }
	.breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before { border-color: transparent transparent transparent #fff; right: -.9rem; z-index: 2; }
	.breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after { border-color: transparent transparent transparent #d7d7d7; right: -1rem; z-index: 1; }
	.breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
	.breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
	.breadcrumb-upper__scroll { flex: 1; overflow: hidden; }
	.breadcrumb-upper__list { display: flex; flex-wrap: nowrap; height: 3rem; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
}

/*  ページ
============================================================================= */
h1 { 
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.8rem;
    margin: 0 auto 16px;
    max-width: 1236px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
    margin: 20px 0 16px 5px;
  }
}

.plan-list {
  width: 100%;
  background-color: #EFF2F4;
  margin-top: 111px;
  padding-bottom: 58px;
}

.recommend__title {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  line-height: 51px;
  letter-spacing: 0.09em;
  text-align: center;
  width: 348px;
  height: 51px;
  background-color: #EF436B;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}

.recommend__title:before {
  content: "";
  display: block;
  border-right: solid 18px #EF436B;
  border-top: solid 25.5px transparent;
  border-bottom: solid 25.5px transparent;
  position: absolute;
  top: 0;
  right: 100%;
}

.recommend__title:after {
  content: "";
  display: block;
  border-left: solid 18px #EF436B;
  border-top: solid 25.5px transparent;
  border-bottom: solid 25.5px transparent;
  position: absolute;
  top: 0;
  left: 100%;
}

.recommend__items {
  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: center;
  margin-top: -6px;
  gap: 0 20px;
}

.recommend__item,.recommend__item_2 {
  margin-top: 26px;
}

.recommend__text {
  font-size: 15px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
  height: 24px;
}

.lodge {
  margin-top: 58px;
}

.lodge__title {
  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;
  font-size: 19px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.lodge__title:before {
  content: "";
  width: calc(50% - 37px);
  height: 1px;
  background-color: #C9C9C9;
  margin-right: 37px;
}

.lodge__title:after {
  content: "";
  width: calc(50% - 37px);
  height: 1px;
  background-color: #C9C9C9;
  margin-left: 37px;
}

.lodge__inner {
  width: 1037px;
  margin: 0 auto;
}

.lodge__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lodge__caption {
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
  margin-top: 32px;
}

.button-navy {
  width: 100%;
  height: 115px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.button-navy a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 30px;
  background-color: #27497C;
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
}

.button-navy__thumb {
  width: 111px;
  height: 74px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.button-navy__thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button-navy__text {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.12em;
  text-align: left;
  margin-left: 16px;
}

.button-navy__icon {
  width: 14px;
  height: 14px;
  margin-left: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button-navy:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.button-navy:hover .button-navy__icon {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button-navy:hover .button-navy__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button-brown {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.button-brown a {
  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;
  width: 502.5px;
  height: 73px;
  background-image: url("../_images/svg/button-brown.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 1050px) {
  .recommend__item{
    width: calc(100% / 3 - 16px);
  }
  .recommend__item_2{
    width: calc(80% / 2 - 16px);
  }
  .button-brown_size_s a.size1{
    width: 502px;
    background-image: url("../_images/svg/button-brown.svg");
  }
}

.button-brown__text .button-brown_size_s {
  font-size: 27.2px;
  font-size: 1.7rem;
}

.button-brown_size_s:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.button-brown:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.plan {
  width: 100%;
  margin-top: 137px;
}

.plan-item {
  padding-bottom: 151px;
}

.plan-item_odd_number {
  background-color: #E7EFF4;
}

.plan-item__head {
  width: 100%;
  height: 152px;
  padding-top: 88px;
  background-color: #27497C;
  position: relative;
}

.plan-item__head:before {
  content: "";
  display: block;
  background-image: url("../_images/svg/title-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 305px;
  height: 93px;
  position: absolute;
  left: 50%;
  bottom: 99.1%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}

.plan-item__head:after {
  content: "";
  display: block;
  background-image: url("../_images/firework.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 226px;
  height: 191px;
  position: absolute;
  right: 5.5%;
  bottom: 12%;
  -webkit-animation: firework 4s ease-in-out 0.1s forwards infinite;
          animation: firework 4s ease-in-out 0.1s forwards infinite;
}

.plan-item_even_number .plan-item__head:after {
  background-image: url("../_images/firework_even.png");
  left: 4.6%;
}

.plan-item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33.5px;
  width: 158px;
  height: 158px;
  border-radius: 100%;
  background-color: #27497C;
  font-size: 62px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plan-item__number span {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-bottom: 6px;
}

.plan-item__title {
  position: relative;
  text-align: center;
  font-size: 29px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
}

.plan-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}

.plan-item_even_number .plan-item__list {
  margin-top: 44px;
}

.plan-item__tag {
  font-size: 16px;
  color: #27497C;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.09em;
}

.plan-item__media {
  margin-top: 66px;
}

.plan-item_even_number .plan-item__media {
  margin-top: 50px;
}

.plan-item_odd_number:not(:nth-child(1)) .plan-item__media {
  margin-top: 49px;
}

.plan-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.plan-item__button:nth-child(2n) {
  margin-left: 33px;
}

.plan-item__caption {
  text-align: center;
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.09em;
  margin-top: 24px;
}

.media-block {
  display: flex;
  flex-direction: column;
}

.media-block__image {
  margin: 0 auto;
}

.media-block__body {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.media-block__title {
  display: block;
  max-width: 360px;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  background-color: #9b7633;
  line-height: 40px;
  letter-spacing: 0.09em;
  margin: 32px auto;
  clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
}

.media-block__text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #A2A7AB, #A2A7AB 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.media-block__belt {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 100vh;
  padding-left: 22px;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.09em;
  margin-top: 26px;
}

.plan-item_even_number .media-block__belt {
  background-color: #E7EFF4;
}

.media-block__text {
  width: 100%;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.09em;
  text-align: center;
}

.footer {
  width: 100%;
  text-align: center;
  padding-top: 62px;
}

.footer__title {
  font-size: 19px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
}

.footer__title:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #707070;
  margin: 20px auto 0 auto;
}

.footer__cname {
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 20px;
}

.footer__tel {
  margin-top: 8px;
}

.footer__bhours {
  font-size: 14px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

.footer__copyright {
  display: block;
  width: 100%;
  background-color: #27497C;
  margin-top: 30px;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__icon {
  display: block;
  width: 18px;
  height: 18px;
}

.contact__number {
  font-family: "Noto Sans", sans-serif;
  font-size: 25px;
  color: #27497C;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
  .plan-list {
    margin-top: 11.1rem;
    padding-bottom: 5.8rem;
  }

  .recommend__title {
    font-size: 2.1rem;
    line-height: 5.1rem;
    width: 34.8rem;
    height: 5.1rem;
  }

  .recommend__title:before {
    border-right: solid 1.8rem #EF436B;
    border-top: solid 2.55rem transparent;
    border-bottom: solid 2.55rem transparent;
  }

  .recommend__title:after {
    border-left: solid 1.8rem #EF436B;
    border-top: solid 2.55rem transparent;
    border-bottom: solid 2.55rem transparent;
  }

  .recommend__inner {
    width: 94%;
  }

  .recommend__items {
    margin-top: -0.6rem;
  }

  .recommend__item,.recommend__item_2 {
    margin-top: 2.6rem;
  }

  .recommend__text {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }

  .lodge {
    margin-top: 5.8rem;
  }

  .lodge__title {
    font-size: 1.9rem;
  }

  .lodge__title:before {
    width: calc(50% - 3.7rem);
    margin-right: 3.7rem;
  }

  .lodge__title:after {
    width: calc(50% - 3.7rem);
    margin-left: 3.7rem;
  }

  .lodge__inner {
    width: 94%;
  }

  .lodge__items {
    margin-top: 3.5rem;
  }

  .lodge__caption {
    font-size: 1.5rem;
    margin-top: 3.2rem;
  }

  .button-navy {
    width: 50.5rem;
    height: 11.5rem;
  }

  .button-navy a {
    padding: 0 2rem 0 3rem;
  }

  .button-navy__thumb {
    width: 11.1rem;
    height: 7.4rem;
  }

  .button-navy__text {
    font-size: 1.7rem;
    margin-left: 1.6rem;
  }

  .button-navy__icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .button-brown a {
    width: 50.2rem;
    height: 7.3rem;
  }

  .button-brown__text {
    font-size: 1.7rem;
  }

  .plan {
    margin-top: 13.7rem;
  }

  .plan-item {
    padding-bottom: 15.1rem;
  }

  .plan-item__head {
    height: 15.2rem;
    padding-top: 8.8rem;
  }

  .plan-item__head:before {
    width: 30.5rem;
    height: 9.3rem;
  }

  .plan-item__head:after {
    width: 22.6rem;
    height: 19.1rem;
  }

  .plan-item__number {
    padding-top: 3.35rem;
    width: 15.8rem;
    height: 15.8rem;
    font-size: 6.2rem;
    top: -6rem;
  }

  .plan-item__number span {
    font-size: 2.1rem;
    margin-bottom: 0.6rem;
  }

  .plan-item__title {
    font-size: 2.9rem;
  }

  .plan-item__list {
    margin-top: 3.6rem;
  }

  .plan-item_even_number .plan-item__list {
    margin-top: 4.4rem;
  }

  .plan-item__tag {
    font-size: 1.6rem;
    line-height: 3.1rem;
  }

  .plan-item__media {
    margin-top: 6.6rem;
  }

  .plan-item_even_number .plan-item__media {
    margin-top: 5rem;
  }

  .plan-item_odd_number:not(:nth-child(1)) .plan-item__media {
    margin-top: 4.9rem;
  }

  .plan-item__link {
    margin-top: 4.5rem;
  }

  .plan-item__button:nth-child(2n) {
    margin-left: 3.3rem;
  }

  .plan-item__caption {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 2.4rem;
  }

  .media-block__image {
    width: 48.41%;
    height: 39rem;
  }

  .media-block__body {
    max-width: 46.6666%;
    margin-top: -0.6rem;
  }

  .media-block__title {
    font-size: 2.3rem;
    line-height: 3.9rem;
  }

  .media-block__title:after {
    margin-top: 2.6rem;
  }

  .media-block__belt {
    height: 4.5rem;
    padding-left: 2.2rem;
    font-size: 1.6rem;
    line-height: 4.5rem;
    margin-top: 2.6rem;
  }

  .media-block__text {
    font-size: 1.6rem;
    line-height: 3.1rem;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .plan-list {
    margin-top: 9.9rem;
    padding-bottom: 4.3rem;
  }

  .recommend__title {
    font-size: 1.8rem;
    line-height: 5rem;
    width: 33.6rem;
    height: 5rem;
  }

  .recommend__title:before {
    border-right: solid 1.5rem #EF436B;
    border-top: solid 2.5rem transparent;
    border-bottom: solid 2.5rem transparent;
  }

  .recommend__title:after {
    border-left: solid 1.5rem #EF436B;
    border-top: solid 2.5rem transparent;
    border-bottom: solid 2.5rem transparent;
  }

  .recommend__inner {
    width: 91.1%;
    margin: 24px auto;
  }

  .recommend__items {
    margin-top: -3.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .recommend__item,.recommend__item_2 {
    margin-top: 4.3rem;
    width: 100%;
  }

  .recommend__text {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .lodge {
    margin-top: 6.8rem;
  }

  .lodge__title {
    font-size: 1.4rem;
  }

  .lodge__title:before {
    margin-right: 2.7rem;
  }

  .lodge__title:after {
    margin-left: 2.7rem;
  }

  .lodge__inner {
    width: 91.1%;
  }

  .lodge__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.8rem;
  }

  .lodge__item {
    margin-top: 3rem;
  }

  .lodge__caption {
    font-size: 1.3rem;
    margin-top: 2.7rem;
  }

  .button-navy a {
    padding: 0 2.35rem 0 2.4rem;
  }

  .button-navy__text {
    font-size: 1.6rem;
    line-height: 1.56;
    margin-left: 1rem;
  }

  .button-brown__text {
    font-size: 1.4rem;
    margin-left: -1.6rem;
  }

  .plan {
    margin-top: 12.9rem;
  }

  .plan-item {
    padding-bottom: 14.6rem;
  }

  .plan-item__head {
    height: 20.8rem;
    padding-top: 9.7rem;
  }

  .plan-item__head:after {
    width: 13.5rem;
    height: 11.4rem;
    right: 4%;
    bottom: 74%;
  }

  .plan-item__title {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .plan-item__list {
    margin-top: 2.6rem;
  }

  .plan-item_even_number .plan-item__list {
    margin-top: 2.1rem;
  }

  .plan-item__media {
    margin-top: 3rem;
  }

  .plan-item_even_number .plan-item__media {
    margin-top: 1.6rem;
  }

  .plan-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6rem;
  }

  .plan-item__button:nth-child(2n) {
    margin-left: 0;
    margin-top: 2.1rem;
  }

  .plan-item__caption {
    line-height: 3.1rem;
    margin-top: 2.2rem;
  }

  .media-block {
    display: block;
  }

  .media-block__image {
    width: 100%;
    height: auto;
  }

  .plan-item_number_even .media-block__body {
    margin-top: 3.6rem;
  }

  .media-block__body {
    max-width: 100%;
    width: 100%;
    margin-top: 2.4rem;
  }

  .media-block__title:after {
    margin-top: 2.2rem;
  }

  .media-block__text {
    margin-top: 3.4rem;
    text-align: left;
  }
}

@media only screen and (max-width: 428px) {
  .recommend__items {
    width: 100%;
  }

  .recommend__item {
    width: 100%;
  }

  .lodge__items {
    width: 100%;
  }

  .lodge__item {
    width: 100%;
  }

  .button-navy {
    width: 100%;
    height: 13.3rem;
  }

  .button-brown a {
    width: 100%;
    height: 5.6rem;
  }

  .media-block__image {
    height: 26.2rem;
  }

  .media-block__belt {
    font-size: 1.6rem;
  }
}

/*  おすすめ特集
============================================================================= */
.recommend-banner {
  margin-top:60px;
}
.recommend-banner .recommend__title {
  -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.feature-cassette {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.feature-cassette_txt {
    line-height: 1.6;
    text-align: center;
    margin-top: .5rem;
}
@media screen and (min-width: 768px) {
  .feature-cassette_item {
    width: calc(100% / 5 - 10px);
    margin-top: 40px;
  }
  .feature-cassette_item a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .feature-cassette_txt {
    font-size: 16px;
  }
  .pc-none {
    display: none;
  }
  .recommend__inner {
    padding: 0 200px;
  }
}
@media screen and (max-width: 767px){
  .feature-cassette {
    margin: 24px auto 32px;
  }
  .feature-cassette_item {
    width: calc(100% / 2 - 10px);
  }
  .feature-cassette_txt {
    font-size: 12px;
  }
  .sp-none {
    display: none;
  }
}



/*タブ切り替えCSS追加*/
@media screen and (min-width: 768px) {
.tab-buttons {
    /*display: flex;*/
    margin-bottom: -35px;
    text-align: center;
    padding: 80px 200px 0;
}}

@media screen and (max-width: 768px) {
.tab-buttons {
    /*display: flex;*/
    margin-bottom: -35px;
    text-align: center;
    
}}


.tab-button {
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px 5px 0 0;
    font-size: 21px;
    color: #1C1C1C;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 0.09em;
    text-align: center;
    width: 48%;
    height: 64px;
    /*background-color: #EF436B;*/
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    border: 2px solid #9b7633;
}


.tab-button.active {
    /*border-bottom-color: #fff;*/
    font-weight: bold;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px 5px 0 0;
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 0.09em;
    text-align: center;
    width: 48%;
    height: 64px;
    background-color: #9b7633;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.tab-content {
    display: none;
    border: 0px solid #ccc;
    padding: 0;
    border-radius: 0 5px 5px 5px;
}

.tab-content.active {
    display: block;
    border-top: solid 5px #9b7633;
    padding: 0 ;
}



@media only screen and (max-width: 768px) {
.tab-button {
font-size: 1.6rem;
}
.tab-buttons {
    padding-top: 50px;
}
.tab-button.active {
font-size: 1.6rem;}}

@media (max-width: 768px) {
  /* コンテナを横方向に */
  .tab-buttons,
  .tab-buttons-wrapper {
    display: flex;
    flex-direction: row;   /* ← column を上書き */
    gap: 8px;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
    .recommend__inner {
        padding: 0 200px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 428px) {
    .recommend__item .recommend__item_2 {
        width: 100%;
        margin-top: 5.3rem;
    }
}
